ETH Price: $3,083.21 (-1.15%)
Gas: 2 Gwei

Contract

0xDC12fcE52414707F84E73e64E782e1a43278FA76
 

Overview

ETH Balance

0.00001 ETH

Eth Value

$0.03 (@ $3,083.21/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Value
Set Approval For...202028422024-06-30 6:54:5910 days ago1719730499IN
0xDC12fcE5...43278FA76
0 ETH0.000042321.61149495
Set Approval For...201688542024-06-25 13:00:2315 days ago1719320423IN
0xDC12fcE5...43278FA76
0 ETH0.000303196.56572305
Set Approval For...200549822024-06-09 14:52:1131 days ago1717944731IN
0xDC12fcE5...43278FA76
0 ETH0.0002666310.15104437
Set Approval For...199791052024-05-30 0:32:1142 days ago1717029131IN
0xDC12fcE5...43278FA76
0 ETH0.0007714616.70588547
Set Approval For...196725152024-04-17 3:29:5985 days ago1713324599IN
0xDC12fcE5...43278FA76
0 ETH0.000190767.86102001
Set Approval For...195179572024-03-26 10:15:35106 days ago1711448135IN
0xDC12fcE5...43278FA76
0 ETH0.000889519.26221716
Set Approval For...194743672024-03-20 7:15:59112 days ago1710918959IN
0xDC12fcE5...43278FA76
0 ETH0.0014128630.59541383
Set Approval For...191469082024-02-03 9:21:59158 days ago1706952119IN
0xDC12fcE5...43278FA76
0 ETH0.0007374815.97020865
Set Approval For...191113602024-01-29 9:42:35163 days ago1706521355IN
0xDC12fcE5...43278FA76
0 ETH0.0003794114.3983639
Set Approval For...191113562024-01-29 9:41:47163 days ago1706521307IN
0xDC12fcE5...43278FA76
0 ETH0.0003926616.1253212
Set Approval For...190725252024-01-23 23:07:11169 days ago1706051231IN
0xDC12fcE5...43278FA76
0 ETH0.0002462910.11419526
Set Approval For...190439342024-01-19 22:36:23173 days ago1705703783IN
0xDC12fcE5...43278FA76
0 ETH0.0004186717.20172412
Set Approval For...188220522023-12-19 19:24:23204 days ago1703013863IN
0xDC12fcE5...43278FA76
0 ETH0.0029522163.92976368
Set Approval For...188066522023-12-17 15:31:35206 days ago1702827095IN
0xDC12fcE5...43278FA76
0 ETH0.0010550943.32851441
Set Approval For...187326312023-12-07 6:28:11216 days ago1701930491IN
0xDC12fcE5...43278FA76
0 ETH0.0016690136.08593527
Set Approval For...185252702023-11-08 5:51:35245 days ago1699422695IN
0xDC12fcE5...43278FA76
0 ETH0.0009547320.67466532
Set Approval For...184195132023-10-24 10:26:11260 days ago1698143171IN
0xDC12fcE5...43278FA76
0 ETH0.000862218.67087668
Set Approval For...183719892023-10-17 18:50:11267 days ago1697568611IN
0xDC12fcE5...43278FA76
0 ETH0.000432099.35217619
Transfer From183717102023-10-17 17:54:11267 days ago1697565251IN
0xDC12fcE5...43278FA76
0 ETH0.0005448312.16763418
Transfer From183717002023-10-17 17:52:11267 days ago1697565131IN
0xDC12fcE5...43278FA76
0 ETH0.0008250412.3738233
Set Approval For...182599262023-10-02 2:41:23283 days ago1696214483IN
0xDC12fcE5...43278FA76
0 ETH0.000283556.14026074
Transfer From182013332023-09-23 21:55:47291 days ago1695506147IN
0xDC12fcE5...43278FA76
0 ETH0.000480727.76898974
Set Approval For...181130832023-09-11 12:22:23303 days ago1694434943IN
0xDC12fcE5...43278FA76
0 ETH0.0006173713.36925317
Set Approval For...175678812023-06-27 2:56:11380 days ago1687834571IN
0xDC12fcE5...43278FA76
0 ETH0.0005539111.99493398
Set Approval For...174424792023-06-09 11:48:47397 days ago1686311327IN
0xDC12fcE5...43278FA76
0 ETH0.0008051617.43563208
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
tinymonkeys

Compiler Version
v0.8.7+commit.e28d00a7

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

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

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

// SPDX-License-Identifier: MIT

// File: contracts/interfaces/ILayerZeroUserApplicationConfig.sol

pragma solidity >=0.5.0;

interface ILayerZeroUserApplicationConfig {
    // @notice set the configuration of the LayerZero messaging library of the specified version
    // @param _version - messaging library version
    // @param _chainId - the chainId for the pending config change
    // @param _configType - type of configuration. every messaging library has its own convention.
    // @param _config - configuration in the bytes. can encode arbitrary content.
    function setConfig(
        uint16 _version,
        uint16 _chainId,
        uint256 _configType,
        bytes calldata _config
    ) external;

    // @notice set the send() LayerZero messaging library version to _version
    // @param _version - new messaging library version
    function setSendVersion(uint16 _version) external;

    // @notice set the lzReceive() LayerZero messaging library version to _version
    // @param _version - new messaging library version
    function setReceiveVersion(uint16 _version) external;

    // @notice Only when the UA needs to resume the message flow in blocking mode and clear the stored payload
    // @param _srcChainId - the chainId of the source chain
    // @param _srcAddress - the contract address of the source contract at the source chain
    function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress)
        external;
}

// File: contracts/interfaces/ILayerZeroEndpoint.sol

pragma solidity >=0.5.0;

interface ILayerZeroEndpoint is ILayerZeroUserApplicationConfig {
    // @notice send a LayerZero message to the specified address at a LayerZero endpoint.
    // @param _dstChainId - the destination chain identifier
    // @param _destination - the address on destination chain (in bytes). address length/format may vary by chains
    // @param _payload - a custom bytes payload to send to the destination contract
    // @param _refundAddress - if the source transaction is cheaper than the amount of value passed, refund the additional amount to this address
    // @param _zroPaymentAddress - the address of the ZRO token holder who would pay for the transaction
    // @param _adapterParams - parameters for custom functionality. e.g. receive airdropped native gas from the relayer on destination
    function send(
        uint16 _dstChainId,
        bytes calldata _destination,
        bytes calldata _payload,
        address payable _refundAddress,
        address _zroPaymentAddress,
        bytes calldata _adapterParams
    ) external payable;

    // @notice used by the messaging library to publish verified payload
    // @param _srcChainId - the source chain identifier
    // @param _srcAddress - the source contract (as bytes) at the source chain
    // @param _dstAddress - the address on destination chain
    // @param _nonce - the unbound message ordering nonce
    // @param _gasLimit - the gas limit for external contract execution
    // @param _payload - verified payload to send to the destination contract
    function receivePayload(
        uint16 _srcChainId,
        bytes calldata _srcAddress,
        address _dstAddress,
        uint64 _nonce,
        uint256 _gasLimit,
        bytes calldata _payload
    ) external;

    // @notice get the inboundNonce of a receiver from a source chain which could be EVM or non-EVM chain
    // @param _srcChainId - the source chain identifier
    // @param _srcAddress - the source chain contract address
    function getInboundNonce(uint16 _srcChainId, bytes calldata _srcAddress)
        external
        view
        returns (uint64);

    // @notice get the outboundNonce from this source chain which, consequently, is always an EVM
    // @param _srcAddress - the source chain contract address
    function getOutboundNonce(uint16 _dstChainId, address _srcAddress)
        external
        view
        returns (uint64);

    // @notice gets a quote in source native gas, for the amount that send() requires to pay for message delivery
    // @param _dstChainId - the destination chain identifier
    // @param _userApplication - the user app address on this EVM chain
    // @param _payload - the custom message to send over LayerZero
    // @param _payInZRO - if false, user app pays the protocol fee in native token
    // @param _adapterParam - parameters for the adapter service, e.g. send some dust native token to dstChain
    function estimateFees(
        uint16 _dstChainId,
        address _userApplication,
        bytes calldata _payload,
        bool _payInZRO,
        bytes calldata _adapterParam
    ) external view returns (uint256 nativeFee, uint256 zroFee);

    // @notice get this Endpoint's immutable source identifier
    function getChainId() external view returns (uint16);

    // @notice the interface to retry failed message on this Endpoint destination
    // @param _srcChainId - the source chain identifier
    // @param _srcAddress - the source chain contract address
    // @param _payload - the payload to be retried
    function retryPayload(
        uint16 _srcChainId,
        bytes calldata _srcAddress,
        bytes calldata _payload
    ) external;

    // @notice query if any STORED payload (message blocking) at the endpoint.
    // @param _srcChainId - the source chain identifier
    // @param _srcAddress - the source chain contract address
    function hasStoredPayload(uint16 _srcChainId, bytes calldata _srcAddress)
        external
        view
        returns (bool);

    // @notice query if the _libraryAddress is valid for sending msgs.
    // @param _userApplication - the user app address on this EVM chain
    function getSendLibraryAddress(address _userApplication)
        external
        view
        returns (address);

    // @notice query if the _libraryAddress is valid for receiving msgs.
    // @param _userApplication - the user app address on this EVM chain
    function getReceiveLibraryAddress(address _userApplication)
        external
        view
        returns (address);

    // @notice query if the non-reentrancy guard for send() is on
    // @return true if the guard is on. false otherwise
    function isSendingPayload() external view returns (bool);

    // @notice query if the non-reentrancy guard for receive() is on
    // @return true if the guard is on. false otherwise
    function isReceivingPayload() external view returns (bool);

    // @notice get the configuration of the LayerZero messaging library of the specified version
    // @param _version - messaging library version
    // @param _chainId - the chainId for the pending config change
    // @param _userApplication - the contract address of the user application
    // @param _configType - type of configuration. every messaging library has its own convention.
    function getConfig(
        uint16 _version,
        uint16 _chainId,
        address _userApplication,
        uint256 _configType
    ) external view returns (bytes memory);

    // @notice get the send() LayerZero messaging library version
    // @param _userApplication - the contract address of the user application
    function getSendVersion(address _userApplication)
        external
        view
        returns (uint16);

    // @notice get the lzReceive() LayerZero messaging library version
    // @param _userApplication - the contract address of the user application
    function getReceiveVersion(address _userApplication)
        external
        view
        returns (uint16);
}

// File: contracts/interfaces/ILayerZeroReceiver.sol

pragma solidity >=0.5.0;

interface ILayerZeroReceiver {
    // @notice LayerZero endpoint will invoke this function to deliver the message on the destination
    // @param _srcChainId - the source endpoint identifier
    // @param _srcAddress - the source sending contract address from the source chain
    // @param _nonce - the ordered message nonce
    // @param _payload - the signed payload is the UA bytes has encoded to be sent
    function lzReceive(
        uint16 _srcChainId,
        bytes calldata _srcAddress,
        uint64 _nonce,
        bytes calldata _payload
    ) external;
}
// File: @openzeppelin/contracts/utils/Strings.sol

// OpenZeppelin Contracts v4.4.1 (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/Context.sol

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

pragma solidity ^0.8.0;

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

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

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

// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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

// OpenZeppelin Contracts v4.4.1 (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/IERC721Receiver.sol

// OpenZeppelin Contracts v4.4.1 (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/introspection/IERC165.sol

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

pragma solidity ^0.8.0;

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

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

// OpenZeppelin Contracts v4.4.1 (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/token/ERC721/IERC721.sol

// OpenZeppelin Contracts v4.4.1 (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/IERC721Metadata.sol

// OpenZeppelin Contracts v4.4.1 (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/ERC721.sol

// OpenZeppelin Contracts v4.4.1 (token/ERC721/ERC721.sol)

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

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 ERC721A is Context, ERC165, IERC721, IERC721Metadata, IERC721Enumerable {
    using Address for address;
    using Strings for uint256;

    struct TokenOwnership {
        address addr;
        uint64 startTimestamp;
    }

    struct AddressData {
        uint128 balance;
        uint128 numberMinted;
    }

    uint256 internal currentIndex = 0;

    uint256 internal immutable maxBatchSize;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

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

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

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

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

    /**
     * @dev
     * `maxBatchSize` refers to how much a minter can mint at a time.
     */
    constructor(
        string memory name_,
        string memory symbol_,
        uint256 maxBatchSize_
    ) {
        require(maxBatchSize_ > 0, 'ERC721A: max batch size must be nonzero');
        _name = name_;
        _symbol = symbol_;
        maxBatchSize = maxBatchSize_;
    }

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

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

    /**
     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
     * This read function is O(totalSupply). If calling from a separate contract, be sure to test gas first.
     * It may also degrade with extremely large collection sizes (e.g >> 10000), test for your use case.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) public view override returns (uint256) {
        require(index < balanceOf(owner), 'ERC721A: owner index out of bounds');
        uint256 numMintedSoFar = totalSupply();
        uint256 tokenIdsIdx = 0;
        address currOwnershipAddr = address(0);
        for (uint256 i = 0; i < numMintedSoFar; i++) {
            TokenOwnership memory ownership = _ownerships[i];
            if (ownership.addr != address(0)) {
                currOwnershipAddr = ownership.addr;
            }
            if (currOwnershipAddr == owner) {
                if (tokenIdsIdx == index) {
                    return i;
                }
                tokenIdsIdx++;
            }
        }
        revert('ERC721A: unable to get token of owner by index');
    }

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

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

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

    function ownershipOf(uint256 tokenId) internal view returns (TokenOwnership memory) {
        require(_exists(tokenId), 'ERC721A: owner query for nonexistent token');

        uint256 lowestTokenToCheck;
        if (tokenId >= maxBatchSize) {
            lowestTokenToCheck = tokenId - maxBatchSize + 1;
        }

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

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

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

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

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

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

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

    /**
     * @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 override {
        address owner = ERC721A.ownerOf(tokenId);
        require(to != owner, 'ERC721A: approval to current owner');

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

        _approve(to, tokenId, owner);
    }

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

        return _tokenApprovals[tokenId];
    }

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

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

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

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

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

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

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

    function _safeMint(address to, uint256 quantity) internal {
        _safeMint(to, quantity, '');
    }

    /**
     * @dev Mints `quantity` tokens and transfers them to `to`.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `quantity` cannot be larger than the max batch size.
     *
     * Emits a {Transfer} event.
     */
    function _safeMint(
        address to,
        uint256 quantity,
        bytes memory _data
    ) internal {
        uint256 startTokenId = currentIndex;
        require(to != address(0), 'ERC721A: mint to the zero address');
        // We know if the first token in the batch doesn't exist, the other ones don't as well, because of serial ordering.
        require(!_exists(startTokenId), 'ERC721A: token already minted');
        require(quantity <= maxBatchSize, 'ERC721A: quantity to mint too high');
        require(quantity > 0, 'ERC721A: quantity must be greater 0');

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

        AddressData memory addressData = _addressData[to];
        _addressData[to] = AddressData(
            addressData.balance + uint128(quantity),
            addressData.numberMinted + uint128(quantity)
        );
        _ownerships[startTokenId] = TokenOwnership(to, uint64(block.timestamp));

        uint256 updatedIndex = startTokenId;

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

        currentIndex = updatedIndex;
        _afterTokenTransfers(address(0), to, startTokenId, quantity);
    }

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

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

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

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

        _beforeTokenTransfers(from, to, tokenId, 1);

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

        // Underflow of the sender's balance is impossible because we check for
        // ownership above and the recipient's balance can't realistically overflow.
        unchecked {
            _addressData[from].balance -= 1;
            _addressData[to].balance += 1;
        }

        _ownerships[tokenId] = TokenOwnership(to, uint64(block.timestamp));

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

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

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

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

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

    /**
     * @dev Hook that is called after a set of serially-ordered token ids have been transferred. This includes
     * minting.
     *
     * startTokenId - the first token id to be transferred
     * quantity - the amount to be transferred
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero.
     * - `from` and `to` are never both zero.
     */
    function _afterTokenTransfers(
        address from,
        address to,
        uint256 startTokenId,
        uint256 quantity
    ) internal virtual {}
}

// File: contracts/NonblockingReceiver.sol

pragma solidity ^0.8.6;

abstract contract NonblockingReceiver is Ownable, ILayerZeroReceiver {
    ILayerZeroEndpoint internal endpoint;

    struct FailedMessages {
        uint256 payloadLength;
        bytes32 payloadHash;
    }

    mapping(uint16 => mapping(bytes => mapping(uint256 => FailedMessages)))
        public failedMessages;
    mapping(uint16 => bytes) public trustedRemoteLookup;

    event MessageFailed(
        uint16 _srcChainId,
        bytes _srcAddress,
        uint64 _nonce,
        bytes _payload
    );

    function lzReceive(
        uint16 _srcChainId,
        bytes memory _srcAddress,
        uint64 _nonce,
        bytes memory _payload
    ) external override {
        require(msg.sender == address(endpoint)); // boilerplate! lzReceive must be called by the endpoint for security
        require(
            _srcAddress.length == trustedRemoteLookup[_srcChainId].length &&
                keccak256(_srcAddress) ==
                keccak256(trustedRemoteLookup[_srcChainId]),
            "NonblockingReceiver: invalid source sending contract"
        );

        // try-catch all errors/exceptions
        // having failed messages does not block messages passing
        try this.onLzReceive(_srcChainId, _srcAddress, _nonce, _payload) {
            // do nothing
        } catch {
            // error / exception
            failedMessages[_srcChainId][_srcAddress][_nonce] = FailedMessages(
                _payload.length,
                keccak256(_payload)
            );
            emit MessageFailed(_srcChainId, _srcAddress, _nonce, _payload);
        }
    }

    function onLzReceive(
        uint16 _srcChainId,
        bytes memory _srcAddress,
        uint64 _nonce,
        bytes memory _payload
    ) public {
        // only internal transaction
        require(
            msg.sender == address(this),
            "NonblockingReceiver: caller must be Bridge."
        );

        // handle incoming message
        _LzReceive(_srcChainId, _srcAddress, _nonce, _payload);
    }

    // abstract function
    function _LzReceive(
        uint16 _srcChainId,
        bytes memory _srcAddress,
        uint64 _nonce,
        bytes memory _payload
    ) internal virtual;

    function _lzSend(
        uint16 _dstChainId,
        bytes memory _payload,
        address payable _refundAddress,
        address _zroPaymentAddress,
        bytes memory _txParam
    ) internal {
        endpoint.send{value: msg.value}(
            _dstChainId,
            trustedRemoteLookup[_dstChainId],
            _payload,
            _refundAddress,
            _zroPaymentAddress,
            _txParam
        );
    }

    function retryMessage(
        uint16 _srcChainId,
        bytes memory _srcAddress,
        uint64 _nonce,
        bytes calldata _payload
    ) external payable {
        // assert there is message to retry
        FailedMessages storage failedMsg = failedMessages[_srcChainId][
            _srcAddress
        ][_nonce];
        require(
            failedMsg.payloadHash != bytes32(0),
            "NonblockingReceiver: no stored message"
        );
        require(
            _payload.length == failedMsg.payloadLength &&
                keccak256(_payload) == failedMsg.payloadHash,
            "LayerZero: invalid payload"
        );
        // clear the stored message
        failedMsg.payloadLength = 0;
        failedMsg.payloadHash = bytes32(0);
        // execute the message. revert if it fails again
        this.onLzReceive(_srcChainId, _srcAddress, _nonce, _payload);
    }

    function setTrustedRemote(uint16 _chainId, bytes calldata _trustedRemote)
        external
        onlyOwner
    {
        trustedRemoteLookup[_chainId] = _trustedRemote;
    }
}

pragma solidity ^0.8.7;

contract tinymonkeys is ERC721A, Ownable {
  using Strings for uint256;

  string private uriPrefix = "";
  string private uriSuffix = ".json";
  string public hiddenMetadataUri;
  
  uint256 public price = 0 ether; 
  uint256 public maxSupply = 2000; 
  uint256 public maxMintAmountPerTx = 2; 
  
  bool public paused = true;
  bool public revealed = false;
  mapping(address => uint256) public addressMintedBalance;


  constructor() ERC721A("tiny monkeys", "mnks", maxMintAmountPerTx) {
    setHiddenMetadataUri("ipfs://QmbPLdwd2xxiQzNXGa18XCzHE4ZAn36z4cXRNrC24nrvGA");
  }

  modifier mintCompliance(uint256 _mintAmount) {
    require(_mintAmount > 0 && _mintAmount <= maxMintAmountPerTx, "Invalid mint amount!");
    require(currentIndex + _mintAmount <= maxSupply, "Max supply exceeded!");
    _;
  }

  function mint(uint256 _mintAmount) public payable mintCompliance(_mintAmount)
   {
    require(!paused, "The contract is paused!");
    require(msg.value >= price * _mintAmount, "Insufficient funds!");
    
    
    _safeMint(msg.sender, _mintAmount);
  }

   
  function notBanksytoAddress(address _to, uint256 _mintAmount) public mintCompliance(_mintAmount) onlyOwner {
    _safeMint(_to, _mintAmount);
  }

 
  function walletOfOwner(address _owner)
    public
    view
    returns (uint256[] memory)
  {
    uint256 ownerTokenCount = balanceOf(_owner);
    uint256[] memory ownedTokenIds = new uint256[](ownerTokenCount);
    uint256 currentTokenId = 0;
    uint256 ownedTokenIndex = 0;

    while (ownedTokenIndex < ownerTokenCount && currentTokenId <= maxSupply) {
      address currentTokenOwner = ownerOf(currentTokenId);

      if (currentTokenOwner == _owner) {
        ownedTokenIds[ownedTokenIndex] = currentTokenId;

        ownedTokenIndex++;
      }

      currentTokenId++;
    }

    return ownedTokenIds;
  }

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

    if (revealed == false) {
      return hiddenMetadataUri;
    }

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

  function setRevealed(bool _state) public onlyOwner {
    revealed = _state;
  
  }

  function setPrice(uint256 _price) public onlyOwner {
    price = _price;

  }
 
  function setHiddenMetadataUri(string memory _hiddenMetadataUri) public onlyOwner {
    hiddenMetadataUri = _hiddenMetadataUri;
  }



  function setUriPrefix(string memory _uriPrefix) public onlyOwner {
    uriPrefix = _uriPrefix;
  }

  function setUriSuffix(string memory _uriSuffix) public onlyOwner {
    uriSuffix = _uriSuffix;
  }

  function setPaused(bool _state) public onlyOwner {
    paused = _state;
  }

  function _mintLoop(address _receiver, uint256 _mintAmount) internal {
      _safeMint(_receiver, _mintAmount);
  }

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

    function setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx) public onlyOwner {
    maxMintAmountPerTx = _maxMintAmountPerTx;

  }

    function setMaxSupply(uint256 _maxSupply) public onlyOwner {
    maxSupply = _maxSupply;

  }


  // withdrawall addresses
  address t1 = 0x8e308ee8394BC2095d2d64aF56dBFB92Dc605999; 
  

  function withdrawall() public onlyOwner {
        uint256 _balance = address(this).balance;
        
        require(payable(t1).send(_balance * 100 / 100 ));
        
    }

  function withdraw() public onlyOwner {
    (bool os, ) = payable(owner()).call{value: address(this).balance}("");
    require(os);
    

 
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"addressMintedBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"hiddenMetadataUri","outputs":[{"internalType":"string","name":"","type":"string"}],"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":"maxMintAmountPerTx","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_mintAmount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_mintAmount","type":"uint256"}],"name":"notBanksytoAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"price","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"revealed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","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":"_hiddenMetadataUri","type":"string"}],"name":"setHiddenMetadataUri","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_maxMintAmountPerTx","type":"uint256"}],"name":"setMaxMintAmountPerTx","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_maxSupply","type":"uint256"}],"name":"setMaxSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"setPaused","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_price","type":"uint256"}],"name":"setPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"setRevealed","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_uriPrefix","type":"string"}],"name":"setUriPrefix","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_uriSuffix","type":"string"}],"name":"setUriSuffix","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":"nonpayable","type":"function"},{"inputs":[],"name":"withdrawall","outputs":[],"stateMutability":"nonpayable","type":"function"}]

600080805560c0604081905260a08290526200001f91600891906200027a565b5060408051808201909152600580825264173539b7b760d91b60209092019182526200004e916009916200027a565b506000600b556107d0600c556002600d55600e805461ffff19166001179055601080546001600160a01b031916738e308ee8394bc2095d2d64af56dbfb92dc605999179055348015620000a057600080fd5b506040518060400160405280600c81526020016b74696e79206d6f6e6b65797360a01b815250604051806040016040528060048152602001636d6e6b7360e01b815250600d54600081116200014c5760405162461bcd60e51b815260206004820152602760248201527f455243373231413a206d61782062617463682073697a65206d757374206265206044820152666e6f6e7a65726f60c81b60648201526084015b60405180910390fd5b8251620001619060019060208601906200027a565b508151620001779060029060208501906200027a565b506080525062000189905033620001b3565b620001ad60405180606001604052806035815260200162002bea6035913962000205565b6200035d565b600780546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6007546001600160a01b03163314620002615760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640162000143565b80516200027690600a9060208401906200027a565b5050565b828054620002889062000320565b90600052602060002090601f016020900481019282620002ac5760008555620002f7565b82601f10620002c757805160ff1916838001178555620002f7565b82800160010185558215620002f7579182015b82811115620002f7578251825591602001919060010190620002da565b506200030592915062000309565b5090565b5b808211156200030557600081556001016200030a565b600181811c908216806200033557607f821691505b602082108114156200035757634e487b7160e01b600052602260045260246000fd5b50919050565b6080516128636200038760003960008181611a5001528181611a7a0152611ebc01526128636000f3fe6080604052600436106102305760003560e01c806370a082311161012e578063a45ba8e7116100ab578063e0a808531161006f578063e0a808531461065f578063e985e9c51461067f578063f2fde38b146106c8578063f3e4ce6d146106e8578063f66c72811461070857600080fd5b8063a45ba8e7146105d4578063b071401b146105e9578063b88d4fde14610609578063c87b56dd14610629578063d5abeb011461064957600080fd5b806394354fd0116100f257806394354fd01461056057806395d89b4114610576578063a035b1fe1461058b578063a0712d68146105a1578063a22cb465146105b457600080fd5b806370a08231146104cd578063715018a6146104ed5780637ec4a659146105025780638da5cb5b1461052257806391b7f5ed1461054057600080fd5b80632f745c59116101bc5780634fdd43cb116101805780634fdd43cb1461043457806351830227146104545780635c975abb146104735780636352211e1461048d5780636f8b44b0146104ad57600080fd5b80632f745c59146103925780633ccfd60b146103b257806342842e0e146103c7578063438b6300146103e75780634f6ccce71461041457600080fd5b806316ba10e01161020357806316ba10e0146102e657806316c38b3c1461030657806318160ddd1461032657806318cae2691461034557806323b872dd1461037257600080fd5b806301ffc9a71461023557806306fdde031461026a578063081812fc1461028c578063095ea7b3146102c4575b600080fd5b34801561024157600080fd5b506102556102503660046123dd565b61071d565b60405190151581526020015b60405180910390f35b34801561027657600080fd5b5061027f61078a565b60405161026191906125ea565b34801561029857600080fd5b506102ac6102a7366004612460565b61081c565b6040516001600160a01b039091168152602001610261565b3480156102d057600080fd5b506102e46102df366004612398565b6108ac565b005b3480156102f257600080fd5b506102e4610301366004612417565b6109c4565b34801561031257600080fd5b506102e46103213660046123c2565b610a05565b34801561033257600080fd5b506000545b604051908152602001610261565b34801561035157600080fd5b50610337610360366004612268565b600f6020526000908152604090205481565b34801561037e57600080fd5b506102e461038d3660046122b6565b610a42565b34801561039e57600080fd5b506103376103ad366004612398565b610a4d565b3480156103be57600080fd5b506102e4610bbb565b3480156103d357600080fd5b506102e46103e23660046122b6565b610c59565b3480156103f357600080fd5b50610407610402366004612268565b610c74565b60405161026191906125a6565b34801561042057600080fd5b5061033761042f366004612460565b610d54565b34801561044057600080fd5b506102e461044f366004612417565b610db6565b34801561046057600080fd5b50600e5461025590610100900460ff1681565b34801561047f57600080fd5b50600e546102559060ff1681565b34801561049957600080fd5b506102ac6104a8366004612460565b610df3565b3480156104b957600080fd5b506102e46104c8366004612460565b610e05565b3480156104d957600080fd5b506103376104e8366004612268565b610e34565b3480156104f957600080fd5b506102e4610ec5565b34801561050e57600080fd5b506102e461051d366004612417565b610efb565b34801561052e57600080fd5b506007546001600160a01b03166102ac565b34801561054c57600080fd5b506102e461055b366004612460565b610f38565b34801561056c57600080fd5b50610337600d5481565b34801561058257600080fd5b5061027f610f67565b34801561059757600080fd5b50610337600b5481565b6102e46105af366004612460565b610f76565b3480156105c057600080fd5b506102e46105cf36600461236e565b6110d2565b3480156105e057600080fd5b5061027f611197565b3480156105f557600080fd5b506102e4610604366004612460565b611225565b34801561061557600080fd5b506102e46106243660046122f2565b611254565b34801561063557600080fd5b5061027f610644366004612460565b61128d565b34801561065557600080fd5b50610337600c5481565b34801561066b57600080fd5b506102e461067a3660046123c2565b6113fe565b34801561068b57600080fd5b5061025561069a366004612283565b6001600160a01b03918216600090815260066020908152604080832093909416825291909152205460ff1690565b3480156106d457600080fd5b506102e46106e3366004612268565b611442565b3480156106f457600080fd5b506102e4610703366004612398565b6114da565b34801561071457600080fd5b506102e46115ba565b60006001600160e01b031982166380ac58cd60e01b148061074e57506001600160e01b03198216635b5e139f60e01b145b8061076957506001600160e01b0319821663780e9d6360e01b145b8061078457506301ffc9a760e01b6001600160e01b03198316145b92915050565b60606001805461079990612755565b80601f01602080910402602001604051908101604052809291908181526020018280546107c590612755565b80156108125780601f106107e757610100808354040283529160200191610812565b820191906000526020600020905b8154815290600101906020018083116107f557829003601f168201915b5050505050905090565b6000610829826000541190565b6108905760405162461bcd60e51b815260206004820152602d60248201527f455243373231413a20617070726f76656420717565727920666f72206e6f6e6560448201526c3c34b9ba32b73a103a37b5b2b760991b60648201526084015b60405180910390fd5b506000908152600560205260409020546001600160a01b031690565b60006108b782610df3565b9050806001600160a01b0316836001600160a01b031614156109265760405162461bcd60e51b815260206004820152602260248201527f455243373231413a20617070726f76616c20746f2063757272656e74206f776e60448201526132b960f11b6064820152608401610887565b336001600160a01b03821614806109425750610942813361069a565b6109b45760405162461bcd60e51b815260206004820152603960248201527f455243373231413a20617070726f76652063616c6c6572206973206e6f74206f60448201527f776e6572206e6f7220617070726f76656420666f7220616c6c000000000000006064820152608401610887565b6109bf83838361162b565b505050565b6007546001600160a01b031633146109ee5760405162461bcd60e51b8152600401610887906125fd565b8051610a01906009906020840190612136565b5050565b6007546001600160a01b03163314610a2f5760405162461bcd60e51b8152600401610887906125fd565b600e805460ff1916911515919091179055565b6109bf838383611687565b6000610a5883610e34565b8210610ab15760405162461bcd60e51b815260206004820152602260248201527f455243373231413a206f776e657220696e646578206f7574206f6620626f756e604482015261647360f01b6064820152608401610887565b600080549080805b83811015610b5b576000818152600360209081526040918290208251808401909352546001600160a01b038116808452600160a01b90910467ffffffffffffffff169183019190915215610b0c57805192505b876001600160a01b0316836001600160a01b03161415610b485786841415610b3a5750935061078492505050565b83610b4481612790565b9450505b5080610b5381612790565b915050610ab9565b5060405162461bcd60e51b815260206004820152602e60248201527f455243373231413a20756e61626c6520746f2067657420746f6b656e206f662060448201526d0deeedccae440c4f240d2dcc8caf60931b6064820152608401610887565b6007546001600160a01b03163314610be55760405162461bcd60e51b8152600401610887906125fd565b6000610bf96007546001600160a01b031690565b6001600160a01b03164760405160006040518083038185875af1925050503d8060008114610c43576040519150601f19603f3d011682016040523d82523d6000602084013e610c48565b606091505b5050905080610c5657600080fd5b50565b6109bf83838360405180602001604052806000815250611254565b60606000610c8183610e34565b905060008167ffffffffffffffff811115610c9e57610c9e612801565b604051908082528060200260200182016040528015610cc7578160200160208202803683370190505b5090506000805b8381108015610cdf5750600c548211155b15610d4a576000610cef83610df3565b9050866001600160a01b0316816001600160a01b03161415610d375782848381518110610d1e57610d1e6127eb565b602090810291909101015281610d3381612790565b9250505b82610d4181612790565b93505050610cce565b5090949350505050565b600080548210610db25760405162461bcd60e51b815260206004820152602360248201527f455243373231413a20676c6f62616c20696e646578206f7574206f6620626f756044820152626e647360e81b6064820152608401610887565b5090565b6007546001600160a01b03163314610de05760405162461bcd60e51b8152600401610887906125fd565b8051610a0190600a906020840190612136565b6000610dfe826119ce565b5192915050565b6007546001600160a01b03163314610e2f5760405162461bcd60e51b8152600401610887906125fd565b600c55565b60006001600160a01b038216610ea05760405162461bcd60e51b815260206004820152602b60248201527f455243373231413a2062616c616e636520717565727920666f7220746865207a60448201526a65726f206164647265737360a81b6064820152608401610887565b506001600160a01b03166000908152600460205260409020546001600160801b031690565b6007546001600160a01b03163314610eef5760405162461bcd60e51b8152600401610887906125fd565b610ef96000611b78565b565b6007546001600160a01b03163314610f255760405162461bcd60e51b8152600401610887906125fd565b8051610a01906008906020840190612136565b6007546001600160a01b03163314610f625760405162461bcd60e51b8152600401610887906125fd565b600b55565b60606002805461079990612755565b80600081118015610f895750600d548111155b610fcc5760405162461bcd60e51b8152602060048201526014602482015273496e76616c6964206d696e7420616d6f756e742160601b6044820152606401610887565b600c5481600054610fdd91906126b0565b11156110225760405162461bcd60e51b81526020600482015260146024820152734d617820737570706c792065786365656465642160601b6044820152606401610887565b600e5460ff16156110755760405162461bcd60e51b815260206004820152601760248201527f54686520636f6e747261637420697320706175736564210000000000000000006044820152606401610887565b81600b5461108391906126dc565b3410156110c85760405162461bcd60e51b8152602060048201526013602482015272496e73756666696369656e742066756e64732160681b6044820152606401610887565b610a013383611bca565b6001600160a01b03821633141561112b5760405162461bcd60e51b815260206004820152601a60248201527f455243373231413a20617070726f766520746f2063616c6c65720000000000006044820152606401610887565b3360008181526006602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b600a80546111a490612755565b80601f01602080910402602001604051908101604052809291908181526020018280546111d090612755565b801561121d5780601f106111f25761010080835404028352916020019161121d565b820191906000526020600020905b81548152906001019060200180831161120057829003601f168201915b505050505081565b6007546001600160a01b0316331461124f5760405162461bcd60e51b8152600401610887906125fd565b600d55565b61125f848484611687565b61126b84848484611be4565b6112875760405162461bcd60e51b815260040161088790612632565b50505050565b606061129a826000541190565b6112fe5760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608401610887565b600e54610100900460ff1661139f57600a805461131a90612755565b80601f016020809104026020016040519081016040528092919081815260200182805461134690612755565b80156113935780601f1061136857610100808354040283529160200191611393565b820191906000526020600020905b81548152906001019060200180831161137657829003601f168201915b50505050509050919050565b60006113a9611cf2565b905060008151116113c957604051806020016040528060008152506113f7565b806113d384611d01565b60096040516020016113e7939291906124a5565b6040516020818303038152906040525b9392505050565b6007546001600160a01b031633146114285760405162461bcd60e51b8152600401610887906125fd565b600e80549115156101000261ff0019909216919091179055565b6007546001600160a01b0316331461146c5760405162461bcd60e51b8152600401610887906125fd565b6001600160a01b0381166114d15760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610887565b610c5681611b78565b806000811180156114ed5750600d548111155b6115305760405162461bcd60e51b8152602060048201526014602482015273496e76616c6964206d696e7420616d6f756e742160601b6044820152606401610887565b600c548160005461154191906126b0565b11156115865760405162461bcd60e51b81526020600482015260146024820152734d617820737570706c792065786365656465642160601b6044820152606401610887565b6007546001600160a01b031633146115b05760405162461bcd60e51b8152600401610887906125fd565b6109bf8383611bca565b6007546001600160a01b031633146115e45760405162461bcd60e51b8152600401610887906125fd565b60105447906001600160a01b03166108fc606461160184826126dc565b61160b91906126c8565b6040518115909202916000818181858888f19350505050610c5657600080fd5b60008281526005602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6000611692826119ce565b80519091506000906001600160a01b0316336001600160a01b031614806116c95750336116be8461081c565b6001600160a01b0316145b806116db575081516116db903361069a565b9050806117455760405162461bcd60e51b815260206004820152603260248201527f455243373231413a207472616e736665722063616c6c6572206973206e6f74206044820152711bdddb995c881b9bdc88185c1c1c9bdd995960721b6064820152608401610887565b846001600160a01b031682600001516001600160a01b0316146117b95760405162461bcd60e51b815260206004820152602660248201527f455243373231413a207472616e736665722066726f6d20696e636f72726563746044820152651037bbb732b960d11b6064820152608401610887565b6001600160a01b03841661181d5760405162461bcd60e51b815260206004820152602560248201527f455243373231413a207472616e7366657220746f20746865207a65726f206164604482015264647265737360d81b6064820152608401610887565b61182d600084846000015161162b565b6001600160a01b03858116600090815260046020908152604080832080546fffffffffffffffffffffffffffffffff198082166001600160801b03928316600019018316179092558986168086528386208054938416938316600190810190931693909317909255825180840184529182524267ffffffffffffffff9081168386019081528a8752600390955292852091518254945196166001600160e01b031990941693909317600160a01b959092169490940217909255906118f29085906126b0565b6000818152600360205260409020549091506001600160a01b03166119845761191c816000541190565b156119845760408051808201825284516001600160a01b03908116825260208087015167ffffffffffffffff9081168285019081526000878152600390935294909120925183549451909116600160a01b026001600160e01b03199094169116179190911790555b83856001600160a01b0316876001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45b505050505050565b60408051808201909152600080825260208201526119ed826000541190565b611a4c5760405162461bcd60e51b815260206004820152602a60248201527f455243373231413a206f776e657220717565727920666f72206e6f6e657869736044820152693a32b73a103a37b5b2b760b11b6064820152608401610887565b60007f00000000000000000000000000000000000000000000000000000000000000008310611aad57611a9f7f0000000000000000000000000000000000000000000000000000000000000000846126fb565b611aaa9060016126b0565b90505b825b818110611b17576000818152600360209081526040918290208251808401909352546001600160a01b038116808452600160a01b90910467ffffffffffffffff169183019190915215611b0457949350505050565b5080611b0f8161273e565b915050611aaf565b5060405162461bcd60e51b815260206004820152602f60248201527f455243373231413a20756e61626c6520746f2064657465726d696e652074686560448201526e1037bbb732b91037b3103a37b5b2b760891b6064820152608401610887565b600780546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b610a01828260405180602001604052806000815250611dff565b60006001600160a01b0384163b15611ce657604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611c28903390899088908890600401612569565b602060405180830381600087803b158015611c4257600080fd5b505af1925050508015611c72575060408051601f3d908101601f19168201909252611c6f918101906123fa565b60015b611ccc573d808015611ca0576040519150601f19603f3d011682016040523d82523d6000602084013e611ca5565b606091505b508051611cc45760405162461bcd60e51b815260040161088790612632565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050611cea565b5060015b949350505050565b60606008805461079990612755565b606081611d255750506040805180820190915260018152600360fc1b602082015290565b8160005b8115611d4f5780611d3981612790565b9150611d489050600a836126c8565b9150611d29565b60008167ffffffffffffffff811115611d6a57611d6a612801565b6040519080825280601f01601f191660200182016040528015611d94576020820181803683370190505b5090505b8415611cea57611da96001836126fb565b9150611db6600a866127ab565b611dc19060306126b0565b60f81b818381518110611dd657611dd66127eb565b60200101906001600160f81b031916908160001a905350611df8600a866126c8565b9450611d98565b6000546001600160a01b038416611e625760405162461bcd60e51b815260206004820152602160248201527f455243373231413a206d696e7420746f20746865207a65726f206164647265736044820152607360f81b6064820152608401610887565b611e6d816000541190565b15611eba5760405162461bcd60e51b815260206004820152601d60248201527f455243373231413a20746f6b656e20616c7265616479206d696e7465640000006044820152606401610887565b7f0000000000000000000000000000000000000000000000000000000000000000831115611f355760405162461bcd60e51b815260206004820152602260248201527f455243373231413a207175616e7469747920746f206d696e7420746f6f2068696044820152610ced60f31b6064820152608401610887565b60008311611f915760405162461bcd60e51b815260206004820152602360248201527f455243373231413a207175616e74697479206d7573742062652067726561746560448201526207220360ec1b6064820152608401610887565b6001600160a01b0384166000908152600460209081526040918290208251808401845290546001600160801b038082168352600160801b9091041691810191909152815180830190925280519091908190611fed908790612685565b6001600160801b0316815260200185836020015161200b9190612685565b6001600160801b039081169091526001600160a01b0380881660008181526004602090815260408083208751978301518716600160801b0297909616969096179094558451808601865291825267ffffffffffffffff4281168386019081528883526003909552948120915182549451909516600160a01b026001600160e01b031990941694909216939093179190911790915582905b8581101561212b5760405182906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a46120ef6000888488611be4565b61210b5760405162461bcd60e51b815260040161088790612632565b8161211581612790565b925050808061212390612790565b9150506120a2565b5060008190556119c6565b82805461214290612755565b90600052602060002090601f01602090048101928261216457600085556121aa565b82601f1061217d57805160ff19168380011785556121aa565b828001600101855582156121aa579182015b828111156121aa57825182559160200191906001019061218f565b50610db29291505b80821115610db257600081556001016121b2565b600067ffffffffffffffff808411156121e1576121e1612801565b604051601f8501601f19908116603f0116810190828211818310171561220957612209612801565b8160405280935085815286868601111561222257600080fd5b858560208301376000602087830101525050509392505050565b80356001600160a01b038116811461225357600080fd5b919050565b8035801515811461225357600080fd5b60006020828403121561227a57600080fd5b6113f78261223c565b6000806040838503121561229657600080fd5b61229f8361223c565b91506122ad6020840161223c565b90509250929050565b6000806000606084860312156122cb57600080fd5b6122d48461223c565b92506122e26020850161223c565b9150604084013590509250925092565b6000806000806080858703121561230857600080fd5b6123118561223c565b935061231f6020860161223c565b925060408501359150606085013567ffffffffffffffff81111561234257600080fd5b8501601f8101871361235357600080fd5b612362878235602084016121c6565b91505092959194509250565b6000806040838503121561238157600080fd5b61238a8361223c565b91506122ad60208401612258565b600080604083850312156123ab57600080fd5b6123b48361223c565b946020939093013593505050565b6000602082840312156123d457600080fd5b6113f782612258565b6000602082840312156123ef57600080fd5b81356113f781612817565b60006020828403121561240c57600080fd5b81516113f781612817565b60006020828403121561242957600080fd5b813567ffffffffffffffff81111561244057600080fd5b8201601f8101841361245157600080fd5b611cea848235602084016121c6565b60006020828403121561247257600080fd5b5035919050565b60008151808452612491816020860160208601612712565b601f01601f19169290920160200192915050565b6000845160206124b88285838a01612712565b8551918401916124cb8184848a01612712565b8554920191600090600181811c90808316806124e857607f831692505b85831081141561250657634e487b7160e01b85526022600452602485fd5b80801561251a576001811461252b57612558565b60ff19851688528388019550612558565b60008b81526020902060005b858110156125505781548a820152908401908801612537565b505083880195505b50939b9a5050505050505050505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061259c90830184612479565b9695505050505050565b6020808252825182820181905260009190848201906040850190845b818110156125de578351835292840192918401916001016125c2565b50909695505050505050565b6020815260006113f76020830184612479565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526033908201527f455243373231413a207472616e7366657220746f206e6f6e204552433732315260408201527232b1b2b4bb32b91034b6b83632b6b2b73a32b960691b606082015260800190565b60006001600160801b038083168185168083038211156126a7576126a76127bf565b01949350505050565b600082198211156126c3576126c36127bf565b500190565b6000826126d7576126d76127d5565b500490565b60008160001904831182151516156126f6576126f66127bf565b500290565b60008282101561270d5761270d6127bf565b500390565b60005b8381101561272d578181015183820152602001612715565b838111156112875750506000910152565b60008161274d5761274d6127bf565b506000190190565b600181811c9082168061276957607f821691505b6020821081141561278a57634e487b7160e01b600052602260045260246000fd5b50919050565b60006000198214156127a4576127a46127bf565b5060010190565b6000826127ba576127ba6127d5565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b031981168114610c5657600080fdfea26469706673582212209289c2745fea06bd7ff750bef1c7bc44a8ee706940e150cc287eea0b8255c95864736f6c63430008070033697066733a2f2f516d62504c64776432787869517a4e584761313858437a4845345a416e33367a346358524e724332346e72764741

Deployed Bytecode

0x6080604052600436106102305760003560e01c806370a082311161012e578063a45ba8e7116100ab578063e0a808531161006f578063e0a808531461065f578063e985e9c51461067f578063f2fde38b146106c8578063f3e4ce6d146106e8578063f66c72811461070857600080fd5b8063a45ba8e7146105d4578063b071401b146105e9578063b88d4fde14610609578063c87b56dd14610629578063d5abeb011461064957600080fd5b806394354fd0116100f257806394354fd01461056057806395d89b4114610576578063a035b1fe1461058b578063a0712d68146105a1578063a22cb465146105b457600080fd5b806370a08231146104cd578063715018a6146104ed5780637ec4a659146105025780638da5cb5b1461052257806391b7f5ed1461054057600080fd5b80632f745c59116101bc5780634fdd43cb116101805780634fdd43cb1461043457806351830227146104545780635c975abb146104735780636352211e1461048d5780636f8b44b0146104ad57600080fd5b80632f745c59146103925780633ccfd60b146103b257806342842e0e146103c7578063438b6300146103e75780634f6ccce71461041457600080fd5b806316ba10e01161020357806316ba10e0146102e657806316c38b3c1461030657806318160ddd1461032657806318cae2691461034557806323b872dd1461037257600080fd5b806301ffc9a71461023557806306fdde031461026a578063081812fc1461028c578063095ea7b3146102c4575b600080fd5b34801561024157600080fd5b506102556102503660046123dd565b61071d565b60405190151581526020015b60405180910390f35b34801561027657600080fd5b5061027f61078a565b60405161026191906125ea565b34801561029857600080fd5b506102ac6102a7366004612460565b61081c565b6040516001600160a01b039091168152602001610261565b3480156102d057600080fd5b506102e46102df366004612398565b6108ac565b005b3480156102f257600080fd5b506102e4610301366004612417565b6109c4565b34801561031257600080fd5b506102e46103213660046123c2565b610a05565b34801561033257600080fd5b506000545b604051908152602001610261565b34801561035157600080fd5b50610337610360366004612268565b600f6020526000908152604090205481565b34801561037e57600080fd5b506102e461038d3660046122b6565b610a42565b34801561039e57600080fd5b506103376103ad366004612398565b610a4d565b3480156103be57600080fd5b506102e4610bbb565b3480156103d357600080fd5b506102e46103e23660046122b6565b610c59565b3480156103f357600080fd5b50610407610402366004612268565b610c74565b60405161026191906125a6565b34801561042057600080fd5b5061033761042f366004612460565b610d54565b34801561044057600080fd5b506102e461044f366004612417565b610db6565b34801561046057600080fd5b50600e5461025590610100900460ff1681565b34801561047f57600080fd5b50600e546102559060ff1681565b34801561049957600080fd5b506102ac6104a8366004612460565b610df3565b3480156104b957600080fd5b506102e46104c8366004612460565b610e05565b3480156104d957600080fd5b506103376104e8366004612268565b610e34565b3480156104f957600080fd5b506102e4610ec5565b34801561050e57600080fd5b506102e461051d366004612417565b610efb565b34801561052e57600080fd5b506007546001600160a01b03166102ac565b34801561054c57600080fd5b506102e461055b366004612460565b610f38565b34801561056c57600080fd5b50610337600d5481565b34801561058257600080fd5b5061027f610f67565b34801561059757600080fd5b50610337600b5481565b6102e46105af366004612460565b610f76565b3480156105c057600080fd5b506102e46105cf36600461236e565b6110d2565b3480156105e057600080fd5b5061027f611197565b3480156105f557600080fd5b506102e4610604366004612460565b611225565b34801561061557600080fd5b506102e46106243660046122f2565b611254565b34801561063557600080fd5b5061027f610644366004612460565b61128d565b34801561065557600080fd5b50610337600c5481565b34801561066b57600080fd5b506102e461067a3660046123c2565b6113fe565b34801561068b57600080fd5b5061025561069a366004612283565b6001600160a01b03918216600090815260066020908152604080832093909416825291909152205460ff1690565b3480156106d457600080fd5b506102e46106e3366004612268565b611442565b3480156106f457600080fd5b506102e4610703366004612398565b6114da565b34801561071457600080fd5b506102e46115ba565b60006001600160e01b031982166380ac58cd60e01b148061074e57506001600160e01b03198216635b5e139f60e01b145b8061076957506001600160e01b0319821663780e9d6360e01b145b8061078457506301ffc9a760e01b6001600160e01b03198316145b92915050565b60606001805461079990612755565b80601f01602080910402602001604051908101604052809291908181526020018280546107c590612755565b80156108125780601f106107e757610100808354040283529160200191610812565b820191906000526020600020905b8154815290600101906020018083116107f557829003601f168201915b5050505050905090565b6000610829826000541190565b6108905760405162461bcd60e51b815260206004820152602d60248201527f455243373231413a20617070726f76656420717565727920666f72206e6f6e6560448201526c3c34b9ba32b73a103a37b5b2b760991b60648201526084015b60405180910390fd5b506000908152600560205260409020546001600160a01b031690565b60006108b782610df3565b9050806001600160a01b0316836001600160a01b031614156109265760405162461bcd60e51b815260206004820152602260248201527f455243373231413a20617070726f76616c20746f2063757272656e74206f776e60448201526132b960f11b6064820152608401610887565b336001600160a01b03821614806109425750610942813361069a565b6109b45760405162461bcd60e51b815260206004820152603960248201527f455243373231413a20617070726f76652063616c6c6572206973206e6f74206f60448201527f776e6572206e6f7220617070726f76656420666f7220616c6c000000000000006064820152608401610887565b6109bf83838361162b565b505050565b6007546001600160a01b031633146109ee5760405162461bcd60e51b8152600401610887906125fd565b8051610a01906009906020840190612136565b5050565b6007546001600160a01b03163314610a2f5760405162461bcd60e51b8152600401610887906125fd565b600e805460ff1916911515919091179055565b6109bf838383611687565b6000610a5883610e34565b8210610ab15760405162461bcd60e51b815260206004820152602260248201527f455243373231413a206f776e657220696e646578206f7574206f6620626f756e604482015261647360f01b6064820152608401610887565b600080549080805b83811015610b5b576000818152600360209081526040918290208251808401909352546001600160a01b038116808452600160a01b90910467ffffffffffffffff169183019190915215610b0c57805192505b876001600160a01b0316836001600160a01b03161415610b485786841415610b3a5750935061078492505050565b83610b4481612790565b9450505b5080610b5381612790565b915050610ab9565b5060405162461bcd60e51b815260206004820152602e60248201527f455243373231413a20756e61626c6520746f2067657420746f6b656e206f662060448201526d0deeedccae440c4f240d2dcc8caf60931b6064820152608401610887565b6007546001600160a01b03163314610be55760405162461bcd60e51b8152600401610887906125fd565b6000610bf96007546001600160a01b031690565b6001600160a01b03164760405160006040518083038185875af1925050503d8060008114610c43576040519150601f19603f3d011682016040523d82523d6000602084013e610c48565b606091505b5050905080610c5657600080fd5b50565b6109bf83838360405180602001604052806000815250611254565b60606000610c8183610e34565b905060008167ffffffffffffffff811115610c9e57610c9e612801565b604051908082528060200260200182016040528015610cc7578160200160208202803683370190505b5090506000805b8381108015610cdf5750600c548211155b15610d4a576000610cef83610df3565b9050866001600160a01b0316816001600160a01b03161415610d375782848381518110610d1e57610d1e6127eb565b602090810291909101015281610d3381612790565b9250505b82610d4181612790565b93505050610cce565b5090949350505050565b600080548210610db25760405162461bcd60e51b815260206004820152602360248201527f455243373231413a20676c6f62616c20696e646578206f7574206f6620626f756044820152626e647360e81b6064820152608401610887565b5090565b6007546001600160a01b03163314610de05760405162461bcd60e51b8152600401610887906125fd565b8051610a0190600a906020840190612136565b6000610dfe826119ce565b5192915050565b6007546001600160a01b03163314610e2f5760405162461bcd60e51b8152600401610887906125fd565b600c55565b60006001600160a01b038216610ea05760405162461bcd60e51b815260206004820152602b60248201527f455243373231413a2062616c616e636520717565727920666f7220746865207a60448201526a65726f206164647265737360a81b6064820152608401610887565b506001600160a01b03166000908152600460205260409020546001600160801b031690565b6007546001600160a01b03163314610eef5760405162461bcd60e51b8152600401610887906125fd565b610ef96000611b78565b565b6007546001600160a01b03163314610f255760405162461bcd60e51b8152600401610887906125fd565b8051610a01906008906020840190612136565b6007546001600160a01b03163314610f625760405162461bcd60e51b8152600401610887906125fd565b600b55565b60606002805461079990612755565b80600081118015610f895750600d548111155b610fcc5760405162461bcd60e51b8152602060048201526014602482015273496e76616c6964206d696e7420616d6f756e742160601b6044820152606401610887565b600c5481600054610fdd91906126b0565b11156110225760405162461bcd60e51b81526020600482015260146024820152734d617820737570706c792065786365656465642160601b6044820152606401610887565b600e5460ff16156110755760405162461bcd60e51b815260206004820152601760248201527f54686520636f6e747261637420697320706175736564210000000000000000006044820152606401610887565b81600b5461108391906126dc565b3410156110c85760405162461bcd60e51b8152602060048201526013602482015272496e73756666696369656e742066756e64732160681b6044820152606401610887565b610a013383611bca565b6001600160a01b03821633141561112b5760405162461bcd60e51b815260206004820152601a60248201527f455243373231413a20617070726f766520746f2063616c6c65720000000000006044820152606401610887565b3360008181526006602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b600a80546111a490612755565b80601f01602080910402602001604051908101604052809291908181526020018280546111d090612755565b801561121d5780601f106111f25761010080835404028352916020019161121d565b820191906000526020600020905b81548152906001019060200180831161120057829003601f168201915b505050505081565b6007546001600160a01b0316331461124f5760405162461bcd60e51b8152600401610887906125fd565b600d55565b61125f848484611687565b61126b84848484611be4565b6112875760405162461bcd60e51b815260040161088790612632565b50505050565b606061129a826000541190565b6112fe5760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608401610887565b600e54610100900460ff1661139f57600a805461131a90612755565b80601f016020809104026020016040519081016040528092919081815260200182805461134690612755565b80156113935780601f1061136857610100808354040283529160200191611393565b820191906000526020600020905b81548152906001019060200180831161137657829003601f168201915b50505050509050919050565b60006113a9611cf2565b905060008151116113c957604051806020016040528060008152506113f7565b806113d384611d01565b60096040516020016113e7939291906124a5565b6040516020818303038152906040525b9392505050565b6007546001600160a01b031633146114285760405162461bcd60e51b8152600401610887906125fd565b600e80549115156101000261ff0019909216919091179055565b6007546001600160a01b0316331461146c5760405162461bcd60e51b8152600401610887906125fd565b6001600160a01b0381166114d15760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610887565b610c5681611b78565b806000811180156114ed5750600d548111155b6115305760405162461bcd60e51b8152602060048201526014602482015273496e76616c6964206d696e7420616d6f756e742160601b6044820152606401610887565b600c548160005461154191906126b0565b11156115865760405162461bcd60e51b81526020600482015260146024820152734d617820737570706c792065786365656465642160601b6044820152606401610887565b6007546001600160a01b031633146115b05760405162461bcd60e51b8152600401610887906125fd565b6109bf8383611bca565b6007546001600160a01b031633146115e45760405162461bcd60e51b8152600401610887906125fd565b60105447906001600160a01b03166108fc606461160184826126dc565b61160b91906126c8565b6040518115909202916000818181858888f19350505050610c5657600080fd5b60008281526005602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6000611692826119ce565b80519091506000906001600160a01b0316336001600160a01b031614806116c95750336116be8461081c565b6001600160a01b0316145b806116db575081516116db903361069a565b9050806117455760405162461bcd60e51b815260206004820152603260248201527f455243373231413a207472616e736665722063616c6c6572206973206e6f74206044820152711bdddb995c881b9bdc88185c1c1c9bdd995960721b6064820152608401610887565b846001600160a01b031682600001516001600160a01b0316146117b95760405162461bcd60e51b815260206004820152602660248201527f455243373231413a207472616e736665722066726f6d20696e636f72726563746044820152651037bbb732b960d11b6064820152608401610887565b6001600160a01b03841661181d5760405162461bcd60e51b815260206004820152602560248201527f455243373231413a207472616e7366657220746f20746865207a65726f206164604482015264647265737360d81b6064820152608401610887565b61182d600084846000015161162b565b6001600160a01b03858116600090815260046020908152604080832080546fffffffffffffffffffffffffffffffff198082166001600160801b03928316600019018316179092558986168086528386208054938416938316600190810190931693909317909255825180840184529182524267ffffffffffffffff9081168386019081528a8752600390955292852091518254945196166001600160e01b031990941693909317600160a01b959092169490940217909255906118f29085906126b0565b6000818152600360205260409020549091506001600160a01b03166119845761191c816000541190565b156119845760408051808201825284516001600160a01b03908116825260208087015167ffffffffffffffff9081168285019081526000878152600390935294909120925183549451909116600160a01b026001600160e01b03199094169116179190911790555b83856001600160a01b0316876001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45b505050505050565b60408051808201909152600080825260208201526119ed826000541190565b611a4c5760405162461bcd60e51b815260206004820152602a60248201527f455243373231413a206f776e657220717565727920666f72206e6f6e657869736044820152693a32b73a103a37b5b2b760b11b6064820152608401610887565b60007f00000000000000000000000000000000000000000000000000000000000000028310611aad57611a9f7f0000000000000000000000000000000000000000000000000000000000000002846126fb565b611aaa9060016126b0565b90505b825b818110611b17576000818152600360209081526040918290208251808401909352546001600160a01b038116808452600160a01b90910467ffffffffffffffff169183019190915215611b0457949350505050565b5080611b0f8161273e565b915050611aaf565b5060405162461bcd60e51b815260206004820152602f60248201527f455243373231413a20756e61626c6520746f2064657465726d696e652074686560448201526e1037bbb732b91037b3103a37b5b2b760891b6064820152608401610887565b600780546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b610a01828260405180602001604052806000815250611dff565b60006001600160a01b0384163b15611ce657604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611c28903390899088908890600401612569565b602060405180830381600087803b158015611c4257600080fd5b505af1925050508015611c72575060408051601f3d908101601f19168201909252611c6f918101906123fa565b60015b611ccc573d808015611ca0576040519150601f19603f3d011682016040523d82523d6000602084013e611ca5565b606091505b508051611cc45760405162461bcd60e51b815260040161088790612632565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050611cea565b5060015b949350505050565b60606008805461079990612755565b606081611d255750506040805180820190915260018152600360fc1b602082015290565b8160005b8115611d4f5780611d3981612790565b9150611d489050600a836126c8565b9150611d29565b60008167ffffffffffffffff811115611d6a57611d6a612801565b6040519080825280601f01601f191660200182016040528015611d94576020820181803683370190505b5090505b8415611cea57611da96001836126fb565b9150611db6600a866127ab565b611dc19060306126b0565b60f81b818381518110611dd657611dd66127eb565b60200101906001600160f81b031916908160001a905350611df8600a866126c8565b9450611d98565b6000546001600160a01b038416611e625760405162461bcd60e51b815260206004820152602160248201527f455243373231413a206d696e7420746f20746865207a65726f206164647265736044820152607360f81b6064820152608401610887565b611e6d816000541190565b15611eba5760405162461bcd60e51b815260206004820152601d60248201527f455243373231413a20746f6b656e20616c7265616479206d696e7465640000006044820152606401610887565b7f0000000000000000000000000000000000000000000000000000000000000002831115611f355760405162461bcd60e51b815260206004820152602260248201527f455243373231413a207175616e7469747920746f206d696e7420746f6f2068696044820152610ced60f31b6064820152608401610887565b60008311611f915760405162461bcd60e51b815260206004820152602360248201527f455243373231413a207175616e74697479206d7573742062652067726561746560448201526207220360ec1b6064820152608401610887565b6001600160a01b0384166000908152600460209081526040918290208251808401845290546001600160801b038082168352600160801b9091041691810191909152815180830190925280519091908190611fed908790612685565b6001600160801b0316815260200185836020015161200b9190612685565b6001600160801b039081169091526001600160a01b0380881660008181526004602090815260408083208751978301518716600160801b0297909616969096179094558451808601865291825267ffffffffffffffff4281168386019081528883526003909552948120915182549451909516600160a01b026001600160e01b031990941694909216939093179190911790915582905b8581101561212b5760405182906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a46120ef6000888488611be4565b61210b5760405162461bcd60e51b815260040161088790612632565b8161211581612790565b925050808061212390612790565b9150506120a2565b5060008190556119c6565b82805461214290612755565b90600052602060002090601f01602090048101928261216457600085556121aa565b82601f1061217d57805160ff19168380011785556121aa565b828001600101855582156121aa579182015b828111156121aa57825182559160200191906001019061218f565b50610db29291505b80821115610db257600081556001016121b2565b600067ffffffffffffffff808411156121e1576121e1612801565b604051601f8501601f19908116603f0116810190828211818310171561220957612209612801565b8160405280935085815286868601111561222257600080fd5b858560208301376000602087830101525050509392505050565b80356001600160a01b038116811461225357600080fd5b919050565b8035801515811461225357600080fd5b60006020828403121561227a57600080fd5b6113f78261223c565b6000806040838503121561229657600080fd5b61229f8361223c565b91506122ad6020840161223c565b90509250929050565b6000806000606084860312156122cb57600080fd5b6122d48461223c565b92506122e26020850161223c565b9150604084013590509250925092565b6000806000806080858703121561230857600080fd5b6123118561223c565b935061231f6020860161223c565b925060408501359150606085013567ffffffffffffffff81111561234257600080fd5b8501601f8101871361235357600080fd5b612362878235602084016121c6565b91505092959194509250565b6000806040838503121561238157600080fd5b61238a8361223c565b91506122ad60208401612258565b600080604083850312156123ab57600080fd5b6123b48361223c565b946020939093013593505050565b6000602082840312156123d457600080fd5b6113f782612258565b6000602082840312156123ef57600080fd5b81356113f781612817565b60006020828403121561240c57600080fd5b81516113f781612817565b60006020828403121561242957600080fd5b813567ffffffffffffffff81111561244057600080fd5b8201601f8101841361245157600080fd5b611cea848235602084016121c6565b60006020828403121561247257600080fd5b5035919050565b60008151808452612491816020860160208601612712565b601f01601f19169290920160200192915050565b6000845160206124b88285838a01612712565b8551918401916124cb8184848a01612712565b8554920191600090600181811c90808316806124e857607f831692505b85831081141561250657634e487b7160e01b85526022600452602485fd5b80801561251a576001811461252b57612558565b60ff19851688528388019550612558565b60008b81526020902060005b858110156125505781548a820152908401908801612537565b505083880195505b50939b9a5050505050505050505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061259c90830184612479565b9695505050505050565b6020808252825182820181905260009190848201906040850190845b818110156125de578351835292840192918401916001016125c2565b50909695505050505050565b6020815260006113f76020830184612479565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526033908201527f455243373231413a207472616e7366657220746f206e6f6e204552433732315260408201527232b1b2b4bb32b91034b6b83632b6b2b73a32b960691b606082015260800190565b60006001600160801b038083168185168083038211156126a7576126a76127bf565b01949350505050565b600082198211156126c3576126c36127bf565b500190565b6000826126d7576126d76127d5565b500490565b60008160001904831182151516156126f6576126f66127bf565b500290565b60008282101561270d5761270d6127bf565b500390565b60005b8381101561272d578181015183820152602001612715565b838111156112875750506000910152565b60008161274d5761274d6127bf565b506000190190565b600181811c9082168061276957607f821691505b6020821081141561278a57634e487b7160e01b600052602260045260246000fd5b50919050565b60006000198214156127a4576127a46127bf565b5060010190565b6000826127ba576127ba6127d5565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b031981168114610c5657600080fdfea26469706673582212209289c2745fea06bd7ff750bef1c7bc44a8ee706940e150cc287eea0b8255c95864736f6c63430008070033

Deployed Bytecode Sourcemap

52017:3935:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35825:372;;;;;;;;;;-1:-1:-1;35825:372:0;;;;;:::i;:::-;;:::i;:::-;;;7807:14:1;;7800:22;7782:41;;7770:2;7755:18;35825:372:0;;;;;;;;37630:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;39191:214::-;;;;;;;;;;-1:-1:-1;39191:214:0;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;6468:32:1;;;6450:51;;6438:2;6423:18;39191:214:0;6304:203:1;38712:413:0;;;;;;;;;;-1:-1:-1;38712:413:0;;;;;:::i;:::-;;:::i;:::-;;54849:100;;;;;;;;;;-1:-1:-1;54849:100:0;;;;;:::i;:::-;;:::i;54955:77::-;;;;;;;;;;-1:-1:-1;54955:77:0;;;;;:::i;:::-;;:::i;34266:100::-;;;;;;;;;;-1:-1:-1;34319:7:0;34346:12;34266:100;;;18064:25:1;;;18052:2;18037:18;34266:100:0;17918:177:1;52391:55:0;;;;;;;;;;-1:-1:-1;52391:55:0;;;;;:::i;:::-;;;;;;;;;;;;;;40067:162;;;;;;;;;;-1:-1:-1;40067:162:0;;;;;:::i;:::-;;:::i;34930:823::-;;;;;;;;;;-1:-1:-1;34930:823:0;;;;;:::i;:::-;;:::i;55801:148::-;;;;;;;;;;;;;:::i;40300:177::-;;;;;;;;;;-1:-1:-1;40300:177:0;;;;;:::i;:::-;;:::i;53282:635::-;;;;;;;;;;-1:-1:-1;53282:635:0;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;34443:187::-;;;;;;;;;;-1:-1:-1;34443:187:0;;;;;:::i;:::-;;:::i;54601:132::-;;;;;;;;;;-1:-1:-1;54601:132:0;;;;;:::i;:::-;;:::i;52358:28::-;;;;;;;;;;-1:-1:-1;52358:28:0;;;;;;;;;;;52328:25;;;;;;;;;;-1:-1:-1;52328:25:0;;;;;;;;37439:124;;;;;;;;;;-1:-1:-1;37439:124:0;;;;;:::i;:::-;;:::i;55418:96::-;;;;;;;;;;-1:-1:-1;55418:96:0;;;;;:::i;:::-;;:::i;36261:221::-;;;;;;;;;;-1:-1:-1;36261:221:0;;;;;:::i;:::-;;:::i;13234:103::-;;;;;;;;;;;;;:::i;54743:100::-;;;;;;;;;;-1:-1:-1;54743:100:0;;;;;:::i;:::-;;:::i;12583:87::-;;;;;;;;;;-1:-1:-1;12656:6:0;;-1:-1:-1;;;;;12656:6:0;12583:87;;54514:80;;;;;;;;;;-1:-1:-1;54514:80:0;;;;;:::i;:::-;;:::i;52281:37::-;;;;;;;;;;;;;;;;37799:104;;;;;;;;;;;;;:::i;52208:30::-;;;;;;;;;;;;;;;;52853:262;;;;;;:::i;:::-;;:::i;39477:288::-;;;;;;;;;;-1:-1:-1;39477:288:0;;;;;:::i;:::-;;:::i;52168:31::-;;;;;;;;;;;;;:::i;55278:132::-;;;;;;;;;;-1:-1:-1;55278:132:0;;;;;:::i;:::-;;:::i;40548:355::-;;;;;;;;;;-1:-1:-1;40548:355:0;;;;;:::i;:::-;;:::i;53923:494::-;;;;;;;;;;-1:-1:-1;53923:494:0;;;;;:::i;:::-;;:::i;52244:31::-;;;;;;;;;;;;;;;;54423:85;;;;;;;;;;-1:-1:-1;54423:85:0;;;;;:::i;:::-;;:::i;39836:164::-;;;;;;;;;;-1:-1:-1;39836:164:0;;;;;:::i;:::-;-1:-1:-1;;;;;39957:25:0;;;39933:4;39957:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;39836:164;13492:238;;;;;;;;;;-1:-1:-1;13492:238:0;;;;;:::i;:::-;;:::i;53126:147::-;;;;;;;;;;-1:-1:-1;53126:147:0;;;;;:::i;:::-;;:::i;55617:178::-;;;;;;;;;;;;;:::i;35825:372::-;35927:4;-1:-1:-1;;;;;;35964:40:0;;-1:-1:-1;;;35964:40:0;;:105;;-1:-1:-1;;;;;;;36021:48:0;;-1:-1:-1;;;36021:48:0;35964:105;:172;;;-1:-1:-1;;;;;;;36086:50:0;;-1:-1:-1;;;36086:50:0;35964:172;:225;;;-1:-1:-1;;;;;;;;;;25668:40:0;;;36153:36;35944:245;35825:372;-1:-1:-1;;35825:372:0:o;37630:100::-;37684:13;37717:5;37710:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37630:100;:::o;39191:214::-;39259:7;39287:16;39295:7;41215:4;41249:12;-1:-1:-1;41239:22:0;41158:111;39287:16;39279:74;;;;-1:-1:-1;;;39279:74:0;;16955:2:1;39279:74:0;;;16937:21:1;16994:2;16974:18;;;16967:30;17033:34;17013:18;;;17006:62;-1:-1:-1;;;17084:18:1;;;17077:43;17137:19;;39279:74:0;;;;;;;;;-1:-1:-1;39373:24:0;;;;:15;:24;;;;;;-1:-1:-1;;;;;39373:24:0;;39191:214::o;38712:413::-;38785:13;38801:24;38817:7;38801:15;:24::i;:::-;38785:40;;38850:5;-1:-1:-1;;;;;38844:11:0;:2;-1:-1:-1;;;;;38844:11:0;;;38836:58;;;;-1:-1:-1;;;38836:58:0;;13788:2:1;38836:58:0;;;13770:21:1;13827:2;13807:18;;;13800:30;13866:34;13846:18;;;13839:62;-1:-1:-1;;;13917:18:1;;;13910:32;13959:19;;38836:58:0;13586:398:1;38836:58:0;11366:10;-1:-1:-1;;;;;38929:21:0;;;;:62;;-1:-1:-1;38954:37:0;38971:5;11366:10;39836:164;:::i;38954:37::-;38907:169;;;;-1:-1:-1;;;38907:169:0;;10640:2:1;38907:169:0;;;10622:21:1;10679:2;10659:18;;;10652:30;10718:34;10698:18;;;10691:62;10789:27;10769:18;;;10762:55;10834:19;;38907:169:0;10438:421:1;38907:169:0;39089:28;39098:2;39102:7;39111:5;39089:8;:28::i;:::-;38774:351;38712:413;;:::o;54849:100::-;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;54921:22;;::::1;::::0;:9:::1;::::0;:22:::1;::::0;::::1;::::0;::::1;:::i;:::-;;54849:100:::0;:::o;54955:77::-;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;55011:6:::1;:15:::0;;-1:-1:-1;;55011:15:0::1;::::0;::::1;;::::0;;;::::1;::::0;;54955:77::o;40067:162::-;40193:28;40203:4;40209:2;40213:7;40193:9;:28::i;34930:823::-;35019:7;35055:16;35065:5;35055:9;:16::i;:::-;35047:5;:24;35039:71;;;;-1:-1:-1;;;35039:71:0;;8260:2:1;35039:71:0;;;8242:21:1;8299:2;8279:18;;;8272:30;8338:34;8318:18;;;8311:62;-1:-1:-1;;;8389:18:1;;;8382:32;8431:19;;35039:71:0;8058:398:1;35039:71:0;35121:22;34346:12;;;35121:22;;35253:426;35277:14;35273:1;:18;35253:426;;;35313:31;35347:14;;;:11;:14;;;;;;;;;35313:48;;;;;;;;;-1:-1:-1;;;;;35313:48:0;;;;;-1:-1:-1;;;35313:48:0;;;;;;;;;;;;35380:28;35376:103;;35449:14;;;-1:-1:-1;35376:103:0;35518:5;-1:-1:-1;;;;;35497:26:0;:17;-1:-1:-1;;;;;35497:26:0;;35493:175;;;35563:5;35548:11;:20;35544:77;;;-1:-1:-1;35600:1:0;-1:-1:-1;35593:8:0;;-1:-1:-1;;;35593:8:0;35544:77;35639:13;;;;:::i;:::-;;;;35493:175;-1:-1:-1;35293:3:0;;;;:::i;:::-;;;;35253:426;;;-1:-1:-1;35689:56:0;;-1:-1:-1;;;35689:56:0;;16124:2:1;35689:56:0;;;16106:21:1;16163:2;16143:18;;;16136:30;16202:34;16182:18;;;16175:62;-1:-1:-1;;;16253:18:1;;;16246:44;16307:19;;35689:56:0;15922:410:1;55801:148:0;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;55846:7:::1;55867;12656:6:::0;;-1:-1:-1;;;;;12656:6:0;;12583:87;55867:7:::1;-1:-1:-1::0;;;;;55859:21:0::1;55888;55859:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55845:69;;;55929:2;55921:11;;;::::0;::::1;;55838:111;55801:148::o:0;40300:177::-;40430:39;40447:4;40453:2;40457:7;40430:39;;;;;;;;;;;;:16;:39::i;53282:635::-;53357:16;53385:23;53411:17;53421:6;53411:9;:17::i;:::-;53385:43;;53435:30;53482:15;53468:30;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;53468:30:0;;53435:63;;53505:22;53538:23;53574:309;53599:15;53581;:33;:64;;;;;53636:9;;53618:14;:27;;53581:64;53574:309;;;53656:25;53684:23;53692:14;53684:7;:23::i;:::-;53656:51;;53743:6;-1:-1:-1;;;;;53722:27:0;:17;-1:-1:-1;;;;;53722:27:0;;53718:131;;;53795:14;53762:13;53776:15;53762:30;;;;;;;;:::i;:::-;;;;;;;;;;:47;53822:17;;;;:::i;:::-;;;;53718:131;53859:16;;;;:::i;:::-;;;;53647:236;53574:309;;;-1:-1:-1;53898:13:0;;53282:635;-1:-1:-1;;;;53282:635:0:o;34443:187::-;34510:7;34346:12;;34538:5;:21;34530:69;;;;-1:-1:-1;;;34530:69:0;;9830:2:1;34530:69:0;;;9812:21:1;9869:2;9849:18;;;9842:30;9908:34;9888:18;;;9881:62;-1:-1:-1;;;9959:18:1;;;9952:33;10002:19;;34530:69:0;9628:399:1;34530:69:0;-1:-1:-1;34617:5:0;34443:187::o;54601:132::-;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;54689:38;;::::1;::::0;:17:::1;::::0;:38:::1;::::0;::::1;::::0;::::1;:::i;37439:124::-:0;37503:7;37530:20;37542:7;37530:11;:20::i;:::-;:25;;37439:124;-1:-1:-1;;37439:124:0:o;55418:96::-;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;55484:9:::1;:22:::0;55418:96::o;36261:221::-;36325:7;-1:-1:-1;;;;;36353:19:0;;36345:75;;;;-1:-1:-1;;;36345:75:0;;11066:2:1;36345:75:0;;;11048:21:1;11105:2;11085:18;;;11078:30;11144:34;11124:18;;;11117:62;-1:-1:-1;;;11195:18:1;;;11188:41;11246:19;;36345:75:0;10864:407:1;36345:75:0;-1:-1:-1;;;;;;36446:19:0;;;;;:12;:19;;;;;:27;-1:-1:-1;;;;;36446:27:0;;36261:221::o;13234:103::-;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;13299:30:::1;13326:1;13299:18;:30::i;:::-;13234:103::o:0;54743:100::-;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;54815:22;;::::1;::::0;:9:::1;::::0;:22:::1;::::0;::::1;::::0;::::1;:::i;54514:80::-:0;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;54572:5:::1;:14:::0;54514:80::o;37799:104::-;37855:13;37888:7;37881:14;;;;;:::i;52853:262::-;52918:11;52691:1;52677:11;:15;:52;;;;;52711:18;;52696:11;:33;;52677:52;52669:85;;;;-1:-1:-1;;;52669:85:0;;9481:2:1;52669:85:0;;;9463:21:1;9520:2;9500:18;;;9493:30;-1:-1:-1;;;9539:18:1;;;9532:50;9599:18;;52669:85:0;9279:344:1;52669:85:0;52799:9;;52784:11;52769:12;;:26;;;;:::i;:::-;:39;;52761:72;;;;-1:-1:-1;;;52761:72:0;;14191:2:1;52761:72:0;;;14173:21:1;14230:2;14210:18;;;14203:30;-1:-1:-1;;;14249:18:1;;;14242:50;14309:18;;52761:72:0;13989:344:1;52761:72:0;52951:6:::1;::::0;::::1;;52950:7;52942:43;;;::::0;-1:-1:-1;;;52942:43:0;;12246:2:1;52942:43:0::1;::::0;::::1;12228:21:1::0;12285:2;12265:18;;;12258:30;12324:25;12304:18;;;12297:53;12367:18;;52942:43:0::1;12044:347:1::0;52942:43:0::1;53021:11;53013:5;;:19;;;;:::i;:::-;53000:9;:32;;52992:64;;;::::0;-1:-1:-1;;;52992:64:0;;17772:2:1;52992:64:0::1;::::0;::::1;17754:21:1::0;17811:2;17791:18;;;17784:30;-1:-1:-1;;;17830:18:1;;;17823:49;17889:18;;52992:64:0::1;17570:343:1::0;52992:64:0::1;53075:34;53085:10;53097:11;53075:9;:34::i;39477:288::-:0;-1:-1:-1;;;;;39572:24:0;;11366:10;39572:24;;39564:63;;;;-1:-1:-1;;;39564:63:0;;13014:2:1;39564:63:0;;;12996:21:1;13053:2;13033:18;;;13026:30;13092:28;13072:18;;;13065:56;13138:18;;39564:63:0;12812:350:1;39564:63:0;11366:10;39640:32;;;;:18;:32;;;;;;;;-1:-1:-1;;;;;39640:42:0;;;;;;;;;;;;:53;;-1:-1:-1;;39640:53:0;;;;;;;;;;39709:48;;7782:41:1;;;39640:42:0;;11366:10;39709:48;;7755:18:1;39709:48:0;;;;;;;39477:288;;:::o;52168:31::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;55278:132::-;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;55362:18:::1;:40:::0;55278:132::o;40548:355::-;40707:28;40717:4;40723:2;40727:7;40707:9;:28::i;:::-;40768:48;40791:4;40797:2;40801:7;40810:5;40768:22;:48::i;:::-;40746:149;;;;-1:-1:-1;;;40746:149:0;;;;;;;:::i;:::-;40548:355;;;;:::o;53923:494::-;54022:13;54063:17;54071:8;41215:4;41249:12;-1:-1:-1;41239:22:0;41158:111;54063:17;54047:98;;;;-1:-1:-1;;;54047:98:0;;12598:2:1;54047:98:0;;;12580:21:1;12637:2;12617:18;;;12610:30;12676:34;12656:18;;;12649:62;-1:-1:-1;;;12727:18:1;;;12720:45;12782:19;;54047:98:0;12396:411:1;54047:98:0;54158:8;;;;;;;54154:64;;54193:17;54186:24;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53923:494;;;:::o;54154:64::-;54226:28;54257:10;:8;:10::i;:::-;54226:41;;54312:1;54287:14;54281:28;:32;:130;;;;;;;;;;;;;;;;;54349:14;54365:19;:8;:17;:19::i;:::-;54386:9;54332:64;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;54281:130;54274:137;53923:494;-1:-1:-1;;;53923:494:0:o;54423:85::-;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;54481:8:::1;:17:::0;;;::::1;;;;-1:-1:-1::0;;54481:17:0;;::::1;::::0;;;::::1;::::0;;54423:85::o;13492:238::-;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;13595:22:0;::::1;13573:110;;;::::0;-1:-1:-1;;;13573:110:0;;8663:2:1;13573:110:0::1;::::0;::::1;8645:21:1::0;8702:2;8682:18;;;8675:30;8741:34;8721:18;;;8714:62;-1:-1:-1;;;8792:18:1;;;8785:36;8838:19;;13573:110:0::1;8461:402:1::0;13573:110:0::1;13694:28;13713:8;13694:18;:28::i;53126:147::-:0;53210:11;52691:1;52677:11;:15;:52;;;;;52711:18;;52696:11;:33;;52677:52;52669:85;;;;-1:-1:-1;;;52669:85:0;;9481:2:1;52669:85:0;;;9463:21:1;9520:2;9500:18;;;9493:30;-1:-1:-1;;;9539:18:1;;;9532:50;9599:18;;52669:85:0;9279:344:1;52669:85:0;52799:9;;52784:11;52769:12;;:26;;;;:::i;:::-;:39;;52761:72;;;;-1:-1:-1;;;52761:72:0;;14191:2:1;52761:72:0;;;14173:21:1;14230:2;14210:18;;;14203:30;-1:-1:-1;;;14249:18:1;;;14242:50;14309:18;;52761:72:0;13989:344:1;52761:72:0;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23:::1;12795:68;;;;-1:-1:-1::0;;;12795:68:0::1;;;;;;;:::i;:::-;53240:27:::2;53250:3;53255:11;53240:9;:27::i;55617:178::-:0;12656:6;;-1:-1:-1;;;;;12656:6:0;11366:10;12803:23;12795:68;;;;-1:-1:-1;;;12795:68:0;;;;;;;:::i;:::-;55745:2:::1;::::0;55687:21:::1;::::0;-1:-1:-1;;;;;55745:2:0::1;55737:39;55771:3;55754:14;55687:21:::0;55771:3;55754:14:::1;:::i;:::-;:20;;;;:::i;:::-;55737:39;::::0;;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;::::1;;;;;;55729:48;;;::::0;::::1;45284:196:::0;45399:24;;;;:15;:24;;;;;;:29;;-1:-1:-1;;;;;;45399:29:0;-1:-1:-1;;;;;45399:29:0;;;;;;;;;45444:28;;45399:24;;45444:28;;;;;;;45284:196;;;:::o;43383:1783::-;43498:35;43536:20;43548:7;43536:11;:20::i;:::-;43611:18;;43498:58;;-1:-1:-1;43569:22:0;;-1:-1:-1;;;;;43595:34:0;11366:10;-1:-1:-1;;;;;43595:34:0;;:87;;;-1:-1:-1;11366:10:0;43646:20;43658:7;43646:11;:20::i;:::-;-1:-1:-1;;;;;43646:36:0;;43595:87;:154;;;-1:-1:-1;43716:18:0;;43699:50;;11366:10;39836:164;:::i;43699:50::-;43569:181;;43771:17;43763:80;;;;-1:-1:-1;;;43763:80:0;;13369:2:1;43763:80:0;;;13351:21:1;13408:2;13388:18;;;13381:30;13447:34;13427:18;;;13420:62;-1:-1:-1;;;13498:18:1;;;13491:48;13556:19;;43763:80:0;13167:414:1;43763:80:0;43886:4;-1:-1:-1;;;;;43864:26:0;:13;:18;;;-1:-1:-1;;;;;43864:26:0;;43856:77;;;;-1:-1:-1;;;43856:77:0;;11478:2:1;43856:77:0;;;11460:21:1;11517:2;11497:18;;;11490:30;11556:34;11536:18;;;11529:62;-1:-1:-1;;;11607:18:1;;;11600:36;11653:19;;43856:77:0;11276:402:1;43856:77:0;-1:-1:-1;;;;;43952:16:0;;43944:66;;;;-1:-1:-1;;;43944:66:0;;10234:2:1;43944:66:0;;;10216:21:1;10273:2;10253:18;;;10246:30;10312:34;10292:18;;;10285:62;-1:-1:-1;;;10363:18:1;;;10356:35;10408:19;;43944:66:0;10032:401:1;43944:66:0;44131:49;44148:1;44152:7;44161:13;:18;;;44131:8;:49::i;:::-;-1:-1:-1;;;;;44385:18:0;;;;;;;:12;:18;;;;;;;;:31;;-1:-1:-1;;44385:31:0;;;-1:-1:-1;;;;;44385:31:0;;;-1:-1:-1;;44385:31:0;;;;;;;44431:16;;;;;;;;;:29;;;;;;;;-1:-1:-1;44431:29:0;;;;;;;;;;;;;44507:43;;;;;;;;;;44533:15;44507:43;;;;;;;;;;44484:20;;;:11;:20;;;;;;:66;;;;;;;;-1:-1:-1;;;;;;44484:66:0;;;;;;;-1:-1:-1;;;44484:66:0;;;;;;;;;;;;44385:18;44812:11;;44484:20;;44812:11;:::i;:::-;44879:1;44838:24;;;:11;:24;;;;;:29;44790:33;;-1:-1:-1;;;;;;44838:29:0;44834:227;;44902:20;44910:11;41215:4;41249:12;-1:-1:-1;41239:22:0;41158:111;44902:20;44898:152;;;44970:64;;;;;;;;44985:18;;-1:-1:-1;;;;;44970:64:0;;;;;;45005:28;;;;44970:64;;;;;;;;;;-1:-1:-1;44943:24:0;;;:11;:24;;;;;;;:91;;;;;;;;;-1:-1:-1;;;44943:91:0;-1:-1:-1;;;;;;44943:91:0;;;;;;;;;;;;44898:152;45097:7;45093:2;-1:-1:-1;;;;;45078:27:0;45087:4;-1:-1:-1;;;;;45078:27:0;;;;;;;;;;;45116:42;43487:1679;;;43383:1783;;;:::o;36727:650::-;-1:-1:-1;;;;;;;;;;;;;;;;;36830:16:0;36838:7;41215:4;41249:12;-1:-1:-1;41239:22:0;41158:111;36830:16;36822:71;;;;-1:-1:-1;;;36822:71:0;;9070:2:1;36822:71:0;;;9052:21:1;9109:2;9089:18;;;9082:30;9148:34;9128:18;;;9121:62;-1:-1:-1;;;9199:18:1;;;9192:40;9249:19;;36822:71:0;8868:406:1;36822:71:0;36906:26;36958:12;36947:7;:23;36943:103;;37008:22;37018:12;37008:7;:22;:::i;:::-;:26;;37033:1;37008:26;:::i;:::-;36987:47;;36943:103;37078:7;37058:242;37095:18;37087:4;:26;37058:242;;37138:31;37172:17;;;:11;:17;;;;;;;;;37138:51;;;;;;;;;-1:-1:-1;;;;;37138:51:0;;;;;-1:-1:-1;;;37138:51:0;;;;;;;;;;;;37208:28;37204:85;;37264:9;36727:650;-1:-1:-1;;;;36727:650:0:o;37204:85::-;-1:-1:-1;37115:6:0;;;;:::i;:::-;;;;37058:242;;;-1:-1:-1;37312:57:0;;-1:-1:-1;;;37312:57:0;;16539:2:1;37312:57:0;;;16521:21:1;16578:2;16558:18;;;16551:30;16617:34;16597:18;;;16590:62;-1:-1:-1;;;16668:18:1;;;16661:45;16723:19;;37312:57:0;16337:411:1;13890:191:0;13983:6;;;-1:-1:-1;;;;;14000:17:0;;;-1:-1:-1;;;;;;14000:17:0;;;;;;;14033:40;;13983:6;;;14000:17;13983:6;;14033:40;;13964:16;;14033:40;13953:128;13890:191;:::o;41277:104::-;41346:27;41356:2;41360:8;41346:27;;;;;;;;;;;;:9;:27::i;46045:804::-;46200:4;-1:-1:-1;;;;;46221:13:0;;15229:20;15277:8;46217:625;;46257:72;;-1:-1:-1;;;46257:72:0;;-1:-1:-1;;;;;46257:36:0;;;;;:72;;11366:10;;46308:4;;46314:7;;46323:5;;46257:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;46257:72:0;;;;;;;;-1:-1:-1;;46257:72:0;;;;;;;;;;;;:::i;:::-;;;46253:534;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;46503:13:0;;46499:273;;46546:61;;-1:-1:-1;;;46546:61:0;;;;;;;:::i;46499:273::-;46722:6;46716:13;46707:6;46703:2;46699:15;46692:38;46253:534;-1:-1:-1;;;;;;46380:55:0;-1:-1:-1;;;46380:55:0;;-1:-1:-1;46373:62:0;;46217:625;-1:-1:-1;46826:4:0;46217:625;46045:804;;;;;;:::o;55160:110::-;55220:13;55249:9;55242:16;;;;;:::i;8818:723::-;8874:13;9095:10;9091:53;;-1:-1:-1;;9122:10:0;;;;;;;;;;;;-1:-1:-1;;;9122:10:0;;;;;8818:723::o;9091:53::-;9169:5;9154:12;9210:78;9217:9;;9210:78;;9243:8;;;;:::i;:::-;;-1:-1:-1;9266:10:0;;-1:-1:-1;9274:2:0;9266:10;;:::i;:::-;;;9210:78;;;9298:19;9330:6;9320:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;9320:17:0;;9298:39;;9348:154;9355:10;;9348:154;;9382:11;9392:1;9382:11;;:::i;:::-;;-1:-1:-1;9451:10:0;9459:2;9451:5;:10;:::i;:::-;9438:24;;:2;:24;:::i;:::-;9425:39;;9408:6;9415;9408:14;;;;;;;;:::i;:::-;;;;:56;-1:-1:-1;;;;;9408:56:0;;;;;;;;-1:-1:-1;9479:11:0;9488:2;9479:11;;:::i;:::-;;;9348:154;;41658:1471;41781:20;41804:12;-1:-1:-1;;;;;41835:16:0;;41827:62;;;;-1:-1:-1;;;41827:62:0;;15722:2:1;41827:62:0;;;15704:21:1;15761:2;15741:18;;;15734:30;15800:34;15780:18;;;15773:62;-1:-1:-1;;;15851:18:1;;;15844:31;15892:19;;41827:62:0;15520:397:1;41827:62:0;42034:21;42042:12;41215:4;41249:12;-1:-1:-1;41239:22:0;41158:111;42034:21;42033:22;42025:64;;;;-1:-1:-1;;;42025:64:0;;15364:2:1;42025:64:0;;;15346:21:1;15403:2;15383:18;;;15376:30;15442:31;15422:18;;;15415:59;15491:18;;42025:64:0;15162:353:1;42025:64:0;42120:12;42108:8;:24;;42100:71;;;;-1:-1:-1;;;42100:71:0;;17369:2:1;42100:71:0;;;17351:21:1;17408:2;17388:18;;;17381:30;17447:34;17427:18;;;17420:62;-1:-1:-1;;;17498:18:1;;;17491:32;17540:19;;42100:71:0;17167:398:1;42100:71:0;42201:1;42190:8;:12;42182:60;;;;-1:-1:-1;;;42182:60:0;;14540:2:1;42182:60:0;;;14522:21:1;14579:2;14559:18;;;14552:30;14618:34;14598:18;;;14591:62;-1:-1:-1;;;14669:18:1;;;14662:33;14712:19;;42182:60:0;14338:399:1;42182:60:0;-1:-1:-1;;;;;42362:16:0;;42329:30;42362:16;;;:12;:16;;;;;;;;;42329:49;;;;;;;;;-1:-1:-1;;;;;42329:49:0;;;;;-1:-1:-1;;;42329:49:0;;;;;;;;;;;42408:135;;;;;;;;42434:19;;42329:49;;42408:135;;;42434:39;;42464:8;;42434:39;:::i;:::-;-1:-1:-1;;;;;42408:135:0;;;;;42523:8;42488:11;:24;;;:44;;;;:::i;:::-;-1:-1:-1;;;;;42408:135:0;;;;;;-1:-1:-1;;;;;42389:16:0;;;;;;;:12;:16;;;;;;;;:154;;;;;;;;-1:-1:-1;;;42389:154:0;;;;;;;;;;;;42582:43;;;;;;;;;;;42608:15;42582:43;;;;;;;;42554:25;;;:11;:25;;;;;;:71;;;;;;;;;-1:-1:-1;;;42554:71:0;-1:-1:-1;;;;;;42554:71:0;;;;;;;;;;;;;;;;;;42566:12;;42686:325;42710:8;42706:1;:12;42686:325;;;42745:38;;42770:12;;-1:-1:-1;;;;;42745:38:0;;;42762:1;;42745:38;;42762:1;;42745:38;42824:59;42855:1;42859:2;42863:12;42877:5;42824:22;:59::i;:::-;42798:172;;;;-1:-1:-1;;;42798:172:0;;;;;;;:::i;:::-;42985:14;;;;:::i;:::-;;;;42720:3;;;;;:::i;:::-;;;;42686:325;;;-1:-1:-1;43023:12:0;:27;;;43061:60;40548:355;-1:-1:-1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14:631:1;78:5;108:18;149:2;141:6;138:14;135:40;;;155:18;;:::i;:::-;230:2;224:9;198:2;284:15;;-1:-1:-1;;280:24:1;;;306:2;276:33;272:42;260:55;;;330:18;;;350:22;;;327:46;324:72;;;376:18;;:::i;:::-;416:10;412:2;405:22;445:6;436:15;;475:6;467;460:22;515:3;506:6;501:3;497:16;494:25;491:45;;;532:1;529;522:12;491:45;582:6;577:3;570:4;562:6;558:17;545:44;637:1;630:4;621:6;613;609:19;605:30;598:41;;;;14:631;;;;;:::o;650:173::-;718:20;;-1:-1:-1;;;;;767:31:1;;757:42;;747:70;;813:1;810;803:12;747:70;650:173;;;:::o;828:160::-;893:20;;949:13;;942:21;932:32;;922:60;;978:1;975;968:12;993:186;1052:6;1105:2;1093:9;1084:7;1080:23;1076:32;1073:52;;;1121:1;1118;1111:12;1073:52;1144:29;1163:9;1144:29;:::i;1184:260::-;1252:6;1260;1313:2;1301:9;1292:7;1288:23;1284:32;1281:52;;;1329:1;1326;1319:12;1281:52;1352:29;1371:9;1352:29;:::i;:::-;1342:39;;1400:38;1434:2;1423:9;1419:18;1400:38;:::i;:::-;1390:48;;1184:260;;;;;:::o;1449:328::-;1526:6;1534;1542;1595:2;1583:9;1574:7;1570:23;1566:32;1563:52;;;1611:1;1608;1601:12;1563:52;1634:29;1653:9;1634:29;:::i;:::-;1624:39;;1682:38;1716:2;1705:9;1701:18;1682:38;:::i;:::-;1672:48;;1767:2;1756:9;1752:18;1739:32;1729:42;;1449:328;;;;;:::o;1782:666::-;1877:6;1885;1893;1901;1954:3;1942:9;1933:7;1929:23;1925:33;1922:53;;;1971:1;1968;1961:12;1922:53;1994:29;2013:9;1994:29;:::i;:::-;1984:39;;2042:38;2076:2;2065:9;2061:18;2042:38;:::i;:::-;2032:48;;2127:2;2116:9;2112:18;2099:32;2089:42;;2182:2;2171:9;2167:18;2154:32;2209:18;2201:6;2198:30;2195:50;;;2241:1;2238;2231:12;2195:50;2264:22;;2317:4;2309:13;;2305:27;-1:-1:-1;2295:55:1;;2346:1;2343;2336:12;2295:55;2369:73;2434:7;2429:2;2416:16;2411:2;2407;2403:11;2369:73;:::i;:::-;2359:83;;;1782:666;;;;;;;:::o;2453:254::-;2518:6;2526;2579:2;2567:9;2558:7;2554:23;2550:32;2547:52;;;2595:1;2592;2585:12;2547:52;2618:29;2637:9;2618:29;:::i;:::-;2608:39;;2666:35;2697:2;2686:9;2682:18;2666:35;:::i;2712:254::-;2780:6;2788;2841:2;2829:9;2820:7;2816:23;2812:32;2809:52;;;2857:1;2854;2847:12;2809:52;2880:29;2899:9;2880:29;:::i;:::-;2870:39;2956:2;2941:18;;;;2928:32;;-1:-1:-1;;;2712:254:1:o;2971:180::-;3027:6;3080:2;3068:9;3059:7;3055:23;3051:32;3048:52;;;3096:1;3093;3086:12;3048:52;3119:26;3135:9;3119:26;:::i;3156:245::-;3214:6;3267:2;3255:9;3246:7;3242:23;3238:32;3235:52;;;3283:1;3280;3273:12;3235:52;3322:9;3309:23;3341:30;3365:5;3341:30;:::i;3406:249::-;3475:6;3528:2;3516:9;3507:7;3503:23;3499:32;3496:52;;;3544:1;3541;3534:12;3496:52;3576:9;3570:16;3595:30;3619:5;3595:30;:::i;3660:450::-;3729:6;3782:2;3770:9;3761:7;3757:23;3753:32;3750:52;;;3798:1;3795;3788:12;3750:52;3838:9;3825:23;3871:18;3863:6;3860:30;3857:50;;;3903:1;3900;3893:12;3857:50;3926:22;;3979:4;3971:13;;3967:27;-1:-1:-1;3957:55:1;;4008:1;4005;3998:12;3957:55;4031:73;4096:7;4091:2;4078:16;4073:2;4069;4065:11;4031:73;:::i;4115:180::-;4174:6;4227:2;4215:9;4206:7;4202:23;4198:32;4195:52;;;4243:1;4240;4233:12;4195:52;-1:-1:-1;4266:23:1;;4115:180;-1:-1:-1;4115:180:1:o;4300:257::-;4341:3;4379:5;4373:12;4406:6;4401:3;4394:19;4422:63;4478:6;4471:4;4466:3;4462:14;4455:4;4448:5;4444:16;4422:63;:::i;:::-;4539:2;4518:15;-1:-1:-1;;4514:29:1;4505:39;;;;4546:4;4501:50;;4300:257;-1:-1:-1;;4300:257:1:o;4562:1527::-;4786:3;4824:6;4818:13;4850:4;4863:51;4907:6;4902:3;4897:2;4889:6;4885:15;4863:51;:::i;:::-;4977:13;;4936:16;;;;4999:55;4977:13;4936:16;5021:15;;;4999:55;:::i;:::-;5143:13;;5076:20;;;5116:1;;5203;5225:18;;;;5278;;;;5305:93;;5383:4;5373:8;5369:19;5357:31;;5305:93;5446:2;5436:8;5433:16;5413:18;5410:40;5407:167;;;-1:-1:-1;;;5473:33:1;;5529:4;5526:1;5519:15;5559:4;5480:3;5547:17;5407:167;5590:18;5617:110;;;;5741:1;5736:328;;;;5583:481;;5617:110;-1:-1:-1;;5652:24:1;;5638:39;;5697:20;;;;-1:-1:-1;5617:110:1;;5736:328;18173:1;18166:14;;;18210:4;18197:18;;5831:1;5845:169;5859:8;5856:1;5853:15;5845:169;;;5941:14;;5926:13;;;5919:37;5984:16;;;;5876:10;;5845:169;;;5849:3;;6045:8;6038:5;6034:20;6027:27;;5583:481;-1:-1:-1;6080:3:1;;4562:1527;-1:-1:-1;;;;;;;;;;;4562:1527:1:o;6512:488::-;-1:-1:-1;;;;;6781:15:1;;;6763:34;;6833:15;;6828:2;6813:18;;6806:43;6880:2;6865:18;;6858:34;;;6928:3;6923:2;6908:18;;6901:31;;;6706:4;;6949:45;;6974:19;;6966:6;6949:45;:::i;:::-;6941:53;6512:488;-1:-1:-1;;;;;;6512:488:1:o;7005:632::-;7176:2;7228:21;;;7298:13;;7201:18;;;7320:22;;;7147:4;;7176:2;7399:15;;;;7373:2;7358:18;;;7147:4;7442:169;7456:6;7453:1;7450:13;7442:169;;;7517:13;;7505:26;;7586:15;;;;7551:12;;;;7478:1;7471:9;7442:169;;;-1:-1:-1;7628:3:1;;7005:632;-1:-1:-1;;;;;;7005:632:1:o;7834:219::-;7983:2;7972:9;7965:21;7946:4;8003:44;8043:2;8032:9;8028:18;8020:6;8003:44;:::i;11683:356::-;11885:2;11867:21;;;11904:18;;;11897:30;11963:34;11958:2;11943:18;;11936:62;12030:2;12015:18;;11683:356::o;14742:415::-;14944:2;14926:21;;;14983:2;14963:18;;;14956:30;15022:34;15017:2;15002:18;;14995:62;-1:-1:-1;;;15088:2:1;15073:18;;15066:49;15147:3;15132:19;;14742:415::o;18226:253::-;18266:3;-1:-1:-1;;;;;18355:2:1;18352:1;18348:10;18385:2;18382:1;18378:10;18416:3;18412:2;18408:12;18403:3;18400:21;18397:47;;;18424:18;;:::i;:::-;18460:13;;18226:253;-1:-1:-1;;;;18226:253:1:o;18484:128::-;18524:3;18555:1;18551:6;18548:1;18545:13;18542:39;;;18561:18;;:::i;:::-;-1:-1:-1;18597:9:1;;18484:128::o;18617:120::-;18657:1;18683;18673:35;;18688:18;;:::i;:::-;-1:-1:-1;18722:9:1;;18617:120::o;18742:168::-;18782:7;18848:1;18844;18840:6;18836:14;18833:1;18830:21;18825:1;18818:9;18811:17;18807:45;18804:71;;;18855:18;;:::i;:::-;-1:-1:-1;18895:9:1;;18742:168::o;18915:125::-;18955:4;18983:1;18980;18977:8;18974:34;;;18988:18;;:::i;:::-;-1:-1:-1;19025:9:1;;18915:125::o;19045:258::-;19117:1;19127:113;19141:6;19138:1;19135:13;19127:113;;;19217:11;;;19211:18;19198:11;;;19191:39;19163:2;19156:10;19127:113;;;19258:6;19255:1;19252:13;19249:48;;;-1:-1:-1;;19293:1:1;19275:16;;19268:27;19045:258::o;19308:136::-;19347:3;19375:5;19365:39;;19384:18;;:::i;:::-;-1:-1:-1;;;19420:18:1;;19308:136::o;19449:380::-;19528:1;19524:12;;;;19571;;;19592:61;;19646:4;19638:6;19634:17;19624:27;;19592:61;19699:2;19691:6;19688:14;19668:18;19665:38;19662:161;;;19745:10;19740:3;19736:20;19733:1;19726:31;19780:4;19777:1;19770:15;19808:4;19805:1;19798:15;19662:161;;19449:380;;;:::o;19834:135::-;19873:3;-1:-1:-1;;19894:17:1;;19891:43;;;19914:18;;:::i;:::-;-1:-1:-1;19961:1:1;19950:13;;19834:135::o;19974:112::-;20006:1;20032;20022:35;;20037:18;;:::i;:::-;-1:-1:-1;20071:9:1;;19974:112::o;20091:127::-;20152:10;20147:3;20143:20;20140:1;20133:31;20183:4;20180:1;20173:15;20207:4;20204:1;20197:15;20223:127;20284:10;20279:3;20275:20;20272:1;20265:31;20315:4;20312:1;20305:15;20339:4;20336:1;20329:15;20355:127;20416:10;20411:3;20407:20;20404:1;20397:31;20447:4;20444:1;20437:15;20471:4;20468:1;20461:15;20487:127;20548:10;20543:3;20539:20;20536:1;20529:31;20579:4;20576:1;20569:15;20603:4;20600:1;20593:15;20619:131;-1:-1:-1;;;;;;20693:32:1;;20683:43;;20673:71;;20740:1;20737;20730:12

Swarm Source

ipfs://9289c2745fea06bd7ff750bef1c7bc44a8ee706940e150cc287eea0b8255c958

Block Transaction Difficulty 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
Loading...
Loading
[ 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.