ETH Price: $3,506.36 (+4.01%)
Gas: 3 Gwei

Token

Cycle Protocol (CYCLE)
 

Overview

Max Total Supply

100,000,000 CYCLE

Holders

110

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Filtered by Token Holder
studeeznuts.eth
Balance
700,000 CYCLE

Value
$0.00
0xa06e08e916e421baf6eb3745336cbc85b63d7052
Loading...
Loading
Loading...
Loading
Loading...
Loading

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

Contract Source Code Verified (Exact Match)

Contract Name:
Cycle

Compiler Version
v0.8.24+commit.e11b9ed9

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2024-02-27
*/

// https://cycleprotocol.net
// https://t.me/CycleProtocolERC
// https://twitter.com/cycle_protocol

pragma solidity >=0.5.0;

interface IOFTReceiverV2 {
    /**
     * @dev Called by the OFT contract when tokens are received from source chain.
     * @param _srcChainId The chain id of the source chain.
     * @param _srcAddress The address of the OFT token contract on the source chain.
     * @param _nonce The nonce of the transaction on the source chain.
     * @param _from The address of the account who calls the sendAndCall() on the source chain.
     * @param _amount The amount of tokens to transfer.
     * @param _payload Additional data with no specified format.
     */
    function onOFTReceived(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes32 _from, uint _amount, bytes calldata _payload) external;
}

// 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: contracts/Cycle/token/oft/v2/interfaces/ICommonOFT.sol



pragma solidity >=0.5.0;


/**
 * @dev Interface of the IOFT core standard
 */
interface ICommonOFT is IERC165 {

    struct LzCallParams {
        address payable refundAddress;
        address zroPaymentAddress;
        bytes adapterParams;
    }

    /**
     * @dev estimate send token `_tokenId` to (`_dstChainId`, `_toAddress`)
     * _dstChainId - L0 defined chain id to send tokens too
     * _toAddress - dynamic bytes array which contains the address to whom you are sending tokens to on the dstChain
     * _amount - amount of the tokens to transfer
     * _useZro - indicates to use zro to pay L0 fees
     * _adapterParam - flexible bytes array to indicate messaging adapter services in L0
     */
    function estimateSendFee(uint16 _dstChainId, bytes32 _toAddress, uint _amount, bool _useZro, bytes calldata _adapterParams) external view returns (uint nativeFee, uint zroFee);

    function estimateSendAndCallFee(uint16 _dstChainId, bytes32 _toAddress, uint _amount, bytes calldata _payload, uint64 _dstGasForCall, bool _useZro, bytes calldata _adapterParams) external view returns (uint nativeFee, uint zroFee);

    /**
     * @dev returns the circulating amount of tokens on current chain
     */
    function circulatingSupply() external view returns (uint);

    /**
     * @dev returns the address of the ERC20 token
     */
    function token() external view returns (address);
}

// File: contracts/Cycle/token/oft/v2/interfaces/IOFTV2.sol



pragma solidity >=0.5.0;


/**
 * @dev Interface of the IOFT core standard
 */
interface IOFTV2 is ICommonOFT {

    /**
     * @dev send `_amount` amount of token to (`_dstChainId`, `_toAddress`) from `_from`
     * `_from` the owner of token
     * `_dstChainId` the destination chain identifier
     * `_toAddress` can be any size depending on the `dstChainId`.
     * `_amount` the quantity of tokens in wei
     * `_refundAddress` the address Cycle refunds if too much message fee is sent
     * `_zroPaymentAddress` set to address(0x0) if not paying in ZRO (Cycle Token)
     * `_adapterParams` is a flexible bytes array to indicate messaging adapter services
     */
    function sendFrom(address _from, uint16 _dstChainId, bytes32 _toAddress, uint _amount, LzCallParams calldata _callParams) external payable;

    function sendAndCall(address _from, uint16 _dstChainId, bytes32 _toAddress, uint _amount, bytes calldata _payload, uint64 _dstGasForCall, LzCallParams calldata _callParams) external payable;
}

// File: contracts/Cycle/libraries/ExcessivelySafeCall.sol


pragma solidity >=0.7.6;

library ExcessivelySafeCall {
    uint constant LOW_28_MASK = 0x00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff;

    /// @notice Use when you _really_ really _really_ don't trust the called
    /// contract. This prevents the called contract from causing reversion of
    /// the caller in as many ways as we can.
    /// @dev The main difference between this and a solidity low-level call is
    /// that we limit the number of bytes that the callee can cause to be
    /// copied to caller memory. This prevents stupid things like malicious
    /// contracts returning 10,000,000 bytes causing a local OOG when copying
    /// to memory.
    /// @param _target The address to call
    /// @param _gas The amount of gas to forward to the remote contract
    /// @param _maxCopy The maximum number of bytes of returndata to copy
    /// to memory.
    /// @param _calldata The data to send to the remote contract
    /// @return success and returndata, as `.call()`. Returndata is capped to
    /// `_maxCopy` bytes.
    function excessivelySafeCall(
        address _target,
        uint _gas,
        uint16 _maxCopy,
        bytes memory _calldata
    ) internal returns (bool, bytes memory) {
        // set up for assembly call
        uint _toCopy;
        bool _success;
        bytes memory _returnData = new bytes(_maxCopy);
        // dispatch message to recipient
        // by assembly calling "handle" function
        // we call via assembly to avoid memcopying a very large returndata
        // returned by a malicious contract
        assembly {
            _success := call(
                _gas, // gas
                _target, // recipient
                0, // ether value
                add(_calldata, 0x20), // inloc
                mload(_calldata), // inlen
                0, // outloc
                0 // outlen
            )
            // limit our copy to 256 bytes
            _toCopy := returndatasize()
            if gt(_toCopy, _maxCopy) {
                _toCopy := _maxCopy
            }
            // Store the length of the copied bytes
            mstore(_returnData, _toCopy)
            // copy the bytes from returndata[0:_toCopy]
            returndatacopy(add(_returnData, 0x20), 0, _toCopy)
        }
        return (_success, _returnData);
    }

    /// @notice Use when you _really_ really _really_ don't trust the called
    /// contract. This prevents the called contract from causing reversion of
    /// the caller in as many ways as we can.
    /// @dev The main difference between this and a solidity low-level call is
    /// that we limit the number of bytes that the callee can cause to be
    /// copied to caller memory. This prevents stupid things like malicious
    /// contracts returning 10,000,000 bytes causing a local OOG when copying
    /// to memory.
    /// @param _target The address to call
    /// @param _gas The amount of gas to forward to the remote contract
    /// @param _maxCopy The maximum number of bytes of returndata to copy
    /// to memory.
    /// @param _calldata The data to send to the remote contract
    /// @return success and returndata, as `.call()`. Returndata is capped to
    /// `_maxCopy` bytes.
    function excessivelySafeStaticCall(
        address _target,
        uint _gas,
        uint16 _maxCopy,
        bytes memory _calldata
    ) internal view returns (bool, bytes memory) {
        // set up for assembly call
        uint _toCopy;
        bool _success;
        bytes memory _returnData = new bytes(_maxCopy);
        // dispatch message to recipient
        // by assembly calling "handle" function
        // we call via assembly to avoid memcopying a very large returndata
        // returned by a malicious contract
        assembly {
            _success := staticcall(
                _gas, // gas
                _target, // recipient
                add(_calldata, 0x20), // inloc
                mload(_calldata), // inlen
                0, // outloc
                0 // outlen
            )
            // limit our copy to 256 bytes
            _toCopy := returndatasize()
            if gt(_toCopy, _maxCopy) {
                _toCopy := _maxCopy
            }
            // Store the length of the copied bytes
            mstore(_returnData, _toCopy)
            // copy the bytes from returndata[0:_toCopy]
            returndatacopy(add(_returnData, 0x20), 0, _toCopy)
        }
        return (_success, _returnData);
    }

    /**
     * @notice Swaps function selectors in encoded contract calls
     * @dev Allows reuse of encoded calldata for functions with identical
     * argument types but different names. It simply swaps out the first 4 bytes
     * for the new selector. This function modifies memory in place, and should
     * only be used with caution.
     * @param _newSelector The new 4-byte selector
     * @param _buf The encoded contract args
     */
    function swapSelector(bytes4 _newSelector, bytes memory _buf) internal pure {
        require(_buf.length >= 4);
        uint _mask = LOW_28_MASK;
        assembly {
            // load the first word of
            let _word := mload(add(_buf, 0x20))
            // mask out the top 4 bytes
            // /x
            _word := and(_word, _mask)
            _word := or(_newSelector, _word)
            mstore(add(_buf, 0x20), _word)
        }
    }
}

// File: contracts/Cycle/libraries/BytesLib.sol


/*
 * @title Solidity Bytes Arrays Utils
 * @author Gonçalo Sá <[email protected]>
 *
 * @dev Bytes tightly packed arrays utility library for ethereum contracts written in Solidity.
 *      The library lets you concatenate, slice and type cast bytes arrays both in memory and storage.
 */
pragma solidity >=0.8.0 <0.9.0;

library BytesLib {
    function concat(bytes memory _preBytes, bytes memory _postBytes) internal pure returns (bytes memory) {
        bytes memory tempBytes;

        assembly {
            // Get a location of some free memory and store it in tempBytes as
            // Solidity does for memory variables.
            tempBytes := mload(0x40)

            // Store the length of the first bytes array at the beginning of
            // the memory for tempBytes.
            let length := mload(_preBytes)
            mstore(tempBytes, length)

            // Maintain a memory counter for the current write location in the
            // temp bytes array by adding the 32 bytes for the array length to
            // the starting location.
            let mc := add(tempBytes, 0x20)
            // Stop copying when the memory counter reaches the length of the
            // first bytes array.
            let end := add(mc, length)

            for {
                // Initialize a copy counter to the start of the _preBytes data,
                // 32 bytes into its memory.
                let cc := add(_preBytes, 0x20)
            } lt(mc, end) {
                // Increase both counters by 32 bytes each iteration.
                mc := add(mc, 0x20)
                cc := add(cc, 0x20)
            } {
                // Write the _preBytes data into the tempBytes memory 32 bytes
                // at a time.
                mstore(mc, mload(cc))
            }

            // Add the length of _postBytes to the current length of tempBytes
            // and store it as the new length in the first 32 bytes of the
            // tempBytes memory.
            length := mload(_postBytes)
            mstore(tempBytes, add(length, mload(tempBytes)))

            // Move the memory counter back from a multiple of 0x20 to the
            // actual end of the _preBytes data.
            mc := end
            // Stop copying when the memory counter reaches the new combined
            // length of the arrays.
            end := add(mc, length)

            for {
                let cc := add(_postBytes, 0x20)
            } lt(mc, end) {
                mc := add(mc, 0x20)
                cc := add(cc, 0x20)
            } {
                mstore(mc, mload(cc))
            }

            // Update the free-memory pointer by padding our last write location
            // to 32 bytes: add 31 bytes to the end of tempBytes to move to the
            // next 32 byte block, then round down to the nearest multiple of
            // 32. If the sum of the length of the two arrays is zero then add
            // one before rounding down to leave a blank 32 bytes (the length block with 0).
            mstore(
                0x40,
                and(
                    add(add(end, iszero(add(length, mload(_preBytes)))), 31),
                    not(31) // Round down to the nearest 32 bytes.
                )
            )
        }

        return tempBytes;
    }

    function concatStorage(bytes storage _preBytes, bytes memory _postBytes) internal {
        assembly {
            // Read the first 32 bytes of _preBytes storage, which is the length
            // of the array. (We don't need to use the offset into the slot
            // because arrays use the entire slot.)
            let fslot := sload(_preBytes.slot)
            // Arrays of 31 bytes or less have an even value in their slot,
            // while longer arrays have an odd value. The actual length is
            // the slot divided by two for odd values, and the lowest order
            // byte divided by two for even values.
            // If the slot is even, bitwise and the slot with 255 and divide by
            // two to get the length. If the slot is odd, bitwise and the slot
            // with -1 and divide by two.
             // the following is a preliminary code snippet
            //fn get_block_subsidy(_n: BlockNumberFor<T>) -> BalanceOf<T> {
            //let halving_interval: u32 = T::HalvingInterval::get();

             //let block_num_as_u32: u32 = TryInto::try_into(_n)
            //.ok()
           //.expect("block_num_as_u32 Err.");

           // let halvings: u32 = block_num_as_u32 / halving_interval;

           //  if halvings >= 64 {
           //   return (0 as u32).saturated_into::<BalanceOf<T>>();
            // }

           // let mut cost_in_u128: u128 = 4375000000000000000; // example placer for snippet
          //cost_in_u128 >>= halvings;

           // let block_subsidy: BalanceOf<T> = cost_in_u128.saturated_into::<BalanceOf<T>>();

          // block_subsidy
          // }
            let slength := div(and(fslot, sub(mul(0x100, iszero(and(fslot, 1))), 1)), 2)
            let mlength := mload(_postBytes)
            let newlength := add(slength, mlength)
            // slength can contain both the length and contents of the array
            // if length < 32 bytes so let's prepare for that
            // v. http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage
            switch add(lt(slength, 32), lt(newlength, 32))
            case 2 {
                // Since the new array still fits in the slot, we just need to
                // update the contents of the slot.
                // uint256(bytes_storage) = uint256(bytes_storage) + uint256(bytes_memory) + new_length
                sstore(
                    _preBytes.slot,
                    // all the modifications to the slot are inside this
                    // next block
                    add(
                        // we can just add to the slot contents because the
                        // bytes we want to change are the LSBs
                        fslot,
                        add(
                            mul(
                                div(
                                    // load the bytes from memory
                                    mload(add(_postBytes, 0x20)),
                                    // zero all bytes to the right
                                    exp(0x100, sub(32, mlength))
                                ),
                                // and now shift left the number of bytes to
                                // leave space for the length in the slot
                                exp(0x100, sub(32, newlength))
                            ),
                            // increase length by the double of the memory
                            // bytes length
                            mul(mlength, 2)
                        )
                    )
                )
            }
            case 1 {
                // The stored value fits in the slot, but the combined value
                // will exceed it.
                // get the keccak hash to get the contents of the array
                mstore(0x0, _preBytes.slot)
                let sc := add(keccak256(0x0, 0x20), div(slength, 32))

                // save new length
                sstore(_preBytes.slot, add(mul(newlength, 2), 1))

                // The contents of the _postBytes array start 32 bytes into
                // the structure. Our first read should obtain the `submod`
                // bytes that can fit into the unused space in the last word
                // of the stored array. To get this, we read 32 bytes starting
                // from `submod`, so the data we read overlaps with the array
                // contents by `submod` bytes. Masking the lowest-order
                // `submod` bytes allows us to add that value directly to the
                // stored value.

                let submod := sub(32, slength)
                let mc := add(_postBytes, submod)
                let end := add(_postBytes, mlength)
                let mask := sub(exp(0x100, submod), 1)

                sstore(sc, add(and(fslot, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00), and(mload(mc), mask)))

                for {
                    mc := add(mc, 0x20)
                    sc := add(sc, 1)
                } lt(mc, end) {
                    sc := add(sc, 1)
                    mc := add(mc, 0x20)
                } {
                    sstore(sc, mload(mc))
                }

                mask := exp(0x100, sub(mc, end))

                sstore(sc, mul(div(mload(mc), mask), mask))
            }
            default {
                // get the keccak hash to get the contents of the array
                mstore(0x0, _preBytes.slot)
                // Start copying to the last used word of the stored array.
                let sc := add(keccak256(0x0, 0x20), div(slength, 32))

                // save new length
                sstore(_preBytes.slot, add(mul(newlength, 2), 1))

                // Copy over the first `submod` bytes of the new data as in
                // case 1 above.
                let slengthmod := mod(slength, 32)
                let mlengthmod := mod(mlength, 32)
                let submod := sub(32, slengthmod)
                let mc := add(_postBytes, submod)
                let end := add(_postBytes, mlength)
                let mask := sub(exp(0x100, submod), 1)

                sstore(sc, add(sload(sc), and(mload(mc), mask)))

                for {
                    sc := add(sc, 1)
                    mc := add(mc, 0x20)
                } lt(mc, end) {
                    sc := add(sc, 1)
                    mc := add(mc, 0x20)
                } {
                    sstore(sc, mload(mc))
                }

                mask := exp(0x100, sub(mc, end))

                sstore(sc, mul(div(mload(mc), mask), mask))
            }
        }
    }

    function slice(
        bytes memory _bytes,
        uint _start,
        uint _length
    ) internal pure returns (bytes memory) {
        require(_length + 31 >= _length, "slice_overflow");
        require(_bytes.length >= _start + _length, "slice_outOfBounds");

        bytes memory tempBytes;

        assembly {
            switch iszero(_length)
            case 0 {
                // Get a location of some free memory and store it in tempBytes as
                // Solidity does for memory variables.
                tempBytes := mload(0x40)

                // The first word of the slice result is potentially a partial
                // word read from the original array. To read it, we calculate
                // the length of that partial word and start copying that many
                // bytes into the array. The first word we copy will start with
                // data we don't care about, but the last `lengthmod` bytes will
                // land at the beginning of the contents of the new array. When
                // we're done copying, we overwrite the full first word with
                // the actual length of the slice.
                let lengthmod := and(_length, 31)

                // The multiplication in the next line is necessary
                // because when slicing multiples of 32 bytes (lengthmod == 0)
                // the following copy loop was copying the origin's length
                // and then ending prematurely not copying everything it should.
                let mc := add(add(tempBytes, lengthmod), mul(0x20, iszero(lengthmod)))
                let end := add(mc, _length)

                for {
                    // The multiplication in the next line has the same exact purpose
                    // as the one above.
                    let cc := add(add(add(_bytes, lengthmod), mul(0x20, iszero(lengthmod))), _start)
                } lt(mc, end) {
                    mc := add(mc, 0x20)
                    cc := add(cc, 0x20)
                } {
                    mstore(mc, mload(cc))
                }

                mstore(tempBytes, _length)

                //update free-memory pointer
                //allocating the array padded to 32 bytes like the compiler does now
                mstore(0x40, and(add(mc, 31), not(31)))
            }
            //if we want a zero-length slice let's just return a zero-length array
            default {
                tempBytes := mload(0x40)
                //zero out the 32 bytes slice we are about to return
                //we need to do it because Solidity does not garbage collect
                mstore(tempBytes, 0)

                mstore(0x40, add(tempBytes, 0x20))
            }
        }

        return tempBytes;
    }

    function toAddress(bytes memory _bytes, uint _start) internal pure returns (address) {
        require(_bytes.length >= _start + 20, "toAddress_outOfBounds");
        address tempAddress;

        assembly {
            tempAddress := div(mload(add(add(_bytes, 0x20), _start)), 0x1000000000000000000000000)
        }

        return tempAddress;
    }

    function toUint8(bytes memory _bytes, uint _start) internal pure returns (uint8) {
        require(_bytes.length >= _start + 1, "toUint8_outOfBounds");
        uint8 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x1), _start))
        }

        return tempUint;
    }

    function toUint16(bytes memory _bytes, uint _start) internal pure returns (uint16) {
        require(_bytes.length >= _start + 2, "toUint16_outOfBounds");
        uint16 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x2), _start))
        }

        return tempUint;
    }

    function toUint32(bytes memory _bytes, uint _start) internal pure returns (uint32) {
        require(_bytes.length >= _start + 4, "toUint32_outOfBounds");
        uint32 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x4), _start))
        }

        return tempUint;
    }

    function toUint64(bytes memory _bytes, uint _start) internal pure returns (uint64) {
        require(_bytes.length >= _start + 8, "toUint64_outOfBounds");
        uint64 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x8), _start))
        }

        return tempUint;
    }

    function toUint96(bytes memory _bytes, uint _start) internal pure returns (uint96) {
        require(_bytes.length >= _start + 12, "toUint96_outOfBounds");
        uint96 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0xc), _start))
        }

        return tempUint;
    }

    function toUint128(bytes memory _bytes, uint _start) internal pure returns (uint128) {
        require(_bytes.length >= _start + 16, "toUint128_outOfBounds");
        uint128 tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x10), _start))
        }

        return tempUint;
    }

    function toUint256(bytes memory _bytes, uint _start) internal pure returns (uint) {
        require(_bytes.length >= _start + 32, "toUint256_outOfBounds");
        uint tempUint;

        assembly {
            tempUint := mload(add(add(_bytes, 0x20), _start))
        }

        return tempUint;
    }

    function toBytes32(bytes memory _bytes, uint _start) internal pure returns (bytes32) {
        require(_bytes.length >= _start + 32, "toBytes32_outOfBounds");
        bytes32 tempBytes32;

        assembly {
            tempBytes32 := mload(add(add(_bytes, 0x20), _start))
        }

        return tempBytes32;
    }

    function equal(bytes memory _preBytes, bytes memory _postBytes) internal pure returns (bool) {
        bool success = true;

        assembly {
            let length := mload(_preBytes)

            // if lengths don't match the arrays are not equal
            switch eq(length, mload(_postBytes))
            case 1 {
                // cb is a circuit breaker in the for loop since there's
                //  no said feature for inline assembly loops
                // cb = 1 - don't breaker
                // cb = 0 - break
                let cb := 1

                let mc := add(_preBytes, 0x20)
                let end := add(mc, length)

                for {
                    let cc := add(_postBytes, 0x20)
                    // the next line is the loop condition:
                    // while(uint256(mc < end) + cb == 2)
                } eq(add(lt(mc, end), cb), 2) {
                    mc := add(mc, 0x20)
                    cc := add(cc, 0x20)
                } {
                    // if any of these checks fails then arrays are not equal
                    if iszero(eq(mload(mc), mload(cc))) {
                        // unsuccess:
                        success := 0
                        cb := 0
                    }
                }
            }
            default {
                // unsuccess:
                success := 0
            }
        }

        return success;
    }

    function equalStorage(bytes storage _preBytes, bytes memory _postBytes) internal view returns (bool) {
        bool success = true;

        assembly {
            // we know _preBytes_offset is 0
            let fslot := sload(_preBytes.slot)
            // Decode the length of the stored array like in concatStorage().
            let slength := div(and(fslot, sub(mul(0x100, iszero(and(fslot, 1))), 1)), 2)
            let mlength := mload(_postBytes)

            // if lengths don't match the arrays are not equal
            switch eq(slength, mlength)
            case 1 {
                // slength can contain both the length and contents of the array
                // if length < 32 bytes so let's prepare for that
                // v. http://solidity.readthedocs.io/en/latest/miscellaneous.html#layout-of-state-variables-in-storage
                if iszero(iszero(slength)) {
                    switch lt(slength, 32)
                    case 1 {
                        // blank the last byte which is the length
                        fslot := mul(div(fslot, 0x100), 0x100)

                        if iszero(eq(fslot, mload(add(_postBytes, 0x20)))) {
                            // unsuccess:
                            success := 0
                        }
                    }
                    default {
                        // cb is a circuit breaker in the for loop since there's
                        //  no said feature for inline assembly loops
                        // cb = 1 - don't breaker
                        // cb = 0 - break
                        let cb := 1

                        // get the keccak hash to get the contents of the array
                        mstore(0x0, _preBytes.slot)
                        let sc := keccak256(0x0, 0x20)

                        let mc := add(_postBytes, 0x20)
                        let end := add(mc, mlength)

                        // the next line is the loop condition:
                        // while(uint256(mc < end) + cb == 2)
                        for {

                        } eq(add(lt(mc, end), cb), 2) {
                            sc := add(sc, 1)
                            mc := add(mc, 0x20)
                        } {
                            if iszero(eq(sload(sc), mload(mc))) {
                                // unsuccess:
                                success := 0
                                cb := 0
                            }
                        }
                    }
                }
            }
            default {
                // unsuccess:
                success := 0
            }
        }

        return success;
    }
}

// File: contracts/Cycle/lzApp/interfaces/ICycleUserApplicationConfig.sol



pragma solidity >=0.5.0;

interface ICycleUserApplicationConfig {
    // @notice set the configuration of the Cycle 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,
        uint _configType,
        bytes calldata _config
    ) external;

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

    // @notice set the lzReceive() Cycle 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/Cycle/lzApp/interfaces/ICycleEndpoint.sol



pragma solidity >=0.5.0;


interface ICycleEndpoint is ICycleUserApplicationConfig {
    // @notice send a Cycle message to the specified address at a Cycle 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,
        uint _gasLimit,
        bytes calldata _payload
    ) external;

    // @notice get the inboundNonce of a lzApp 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 Cycle
    // @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 (uint nativeFee, uint 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 Cycle 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,
        uint _configType
    ) external view returns (bytes memory);

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

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

// File: contracts/Cycle/lzApp/interfaces/ICycleReceiver.sol



pragma solidity >=0.5.0;

interface ICycleReceiver {
    // @notice Cycle 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/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 (last updated v4.9.0) (access/Ownable.sol)

pragma solidity ^0.8.0;


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

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

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

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

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

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

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby disabling 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: contracts/Cycle/lzApp/LzApp.sol



pragma solidity ^0.8.0;






/*
 * a generic LzReceiver implementation
 */
abstract contract LzApp is Ownable, ICycleReceiver, ICycleUserApplicationConfig {
    using BytesLib for bytes;

    // ua can not send payload larger than this by default, but it can be changed by the ua owner
    uint public constant DEFAULT_PAYLOAD_SIZE_LIMIT = 10000;

    ICycleEndpoint public immutable lzEndpoint;
    mapping(uint16 => bytes) public trustedRemoteLookup;
    mapping(uint16 => mapping(uint16 => uint)) public minDstGasLookup;
    mapping(uint16 => uint) public payloadSizeLimitLookup;
    address public precrime;

    event SetPrecrime(address precrime);
    event SetTrustedRemote(uint16 _remoteChainId, bytes _path);
    event SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress);
    event SetMinDstGas(uint16 _dstChainId, uint16 _type, uint _minDstGas);

    constructor(address _endpoint) {
        lzEndpoint = ICycleEndpoint(_endpoint);
    }

    function lzReceive(
        uint16 _srcChainId,
        bytes calldata _srcAddress,
        uint64 _nonce,
        bytes calldata _payload
    ) public virtual override {
        // lzReceive must be called by the endpoint for security
        require(_msgSender() == address(lzEndpoint), "LzApp: invalid endpoint caller");

        bytes memory trustedRemote = trustedRemoteLookup[_srcChainId];
        // if will still block the message pathway from (srcChainId, srcAddress). should not receive message from untrusted remote.
        require(
            _srcAddress.length == trustedRemote.length && trustedRemote.length > 0 && keccak256(_srcAddress) == keccak256(trustedRemote),
            "LzApp: invalid source sending contract"
        );

        _blockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload);
    }

    // abstract function - the default behaviour of Cycle is blocking. See: NonblockingLzApp if you dont need to enforce ordered messaging
    function _blockingLzReceive(
        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 _adapterParams,
        uint _nativeFee
    ) internal virtual {
        bytes memory trustedRemote = trustedRemoteLookup[_dstChainId];
        require(trustedRemote.length != 0, "LzApp: destination chain is not a trusted source");
        _checkPayloadSize(_dstChainId, _payload.length);
        lzEndpoint.send{value: _nativeFee}(_dstChainId, trustedRemote, _payload, _refundAddress, _zroPaymentAddress, _adapterParams);
    }

    function _checkGasLimit(
        uint16 _dstChainId,
        uint16 _type,
        bytes memory _adapterParams,
        uint _extraGas
    ) internal view virtual {
        uint providedGasLimit = _getGasLimit(_adapterParams);
        uint minGasLimit = minDstGasLookup[_dstChainId][_type];
        require(minGasLimit > 0, "LzApp: minGasLimit not set");
        require(providedGasLimit >= minGasLimit + _extraGas, "LzApp: gas limit is too low");
    }

    function _getGasLimit(bytes memory _adapterParams) internal pure virtual returns (uint gasLimit) {
        require(_adapterParams.length >= 34, "LzApp: invalid adapterParams");
        assembly {
            gasLimit := mload(add(_adapterParams, 34))
        }
    }

    function _checkPayloadSize(uint16 _dstChainId, uint _payloadSize) internal view virtual {
        uint payloadSizeLimit = payloadSizeLimitLookup[_dstChainId];
        if (payloadSizeLimit == 0) {
            // use default if not set
            payloadSizeLimit = DEFAULT_PAYLOAD_SIZE_LIMIT;
        }
        require(_payloadSize <= payloadSizeLimit, "LzApp: payload size is too large");
    }

    //---------------------------UserApplication config----------------------------------------
    function getConfig(
        uint16 _version,
        uint16 _chainId,
        address,
        uint _configType
    ) external view returns (bytes memory) {
        return lzEndpoint.getConfig(_version, _chainId, address(this), _configType);
    }

    // generic config for Cycle user Application
    function setConfig(
        uint16 _version,
        uint16 _chainId,
        uint _configType,
        bytes calldata _config
    ) external override onlyOwner {
        lzEndpoint.setConfig(_version, _chainId, _configType, _config);
    }

    function setSendVersion(uint16 _version) external override onlyOwner {
        lzEndpoint.setSendVersion(_version);
    }

    function setReceiveVersion(uint16 _version) external override onlyOwner {
        lzEndpoint.setReceiveVersion(_version);
    }

    function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external override onlyOwner {
        lzEndpoint.forceResumeReceive(_srcChainId, _srcAddress);
    }

    // _path = abi.encodePacked(remoteAddress, localAddress)
    // this function set the trusted path for the cross-chain communication
    function setTrustedRemote(uint16 _remoteChainId, bytes calldata _path) external onlyOwner {
        trustedRemoteLookup[_remoteChainId] = _path;
        emit SetTrustedRemote(_remoteChainId, _path);
    }

    function setTrustedRemoteAddress(uint16 _remoteChainId, bytes calldata _remoteAddress) external onlyOwner {
        trustedRemoteLookup[_remoteChainId] = abi.encodePacked(_remoteAddress, address(this));
        emit SetTrustedRemoteAddress(_remoteChainId, _remoteAddress);
    }

    function getTrustedRemoteAddress(uint16 _remoteChainId) external view returns (bytes memory) {
        bytes memory path = trustedRemoteLookup[_remoteChainId];
        require(path.length != 0, "LzApp: no trusted path record");
        return path.slice(0, path.length - 20); // the last 20 bytes should be address(this)
    }

    function setPrecrime(address _precrime) external onlyOwner {
        precrime = _precrime;
        emit SetPrecrime(_precrime);
    }

    function setMinDstGas(
        uint16 _dstChainId,
        uint16 _packetType,
        uint _minGas
    ) external onlyOwner {
        minDstGasLookup[_dstChainId][_packetType] = _minGas;
        emit SetMinDstGas(_dstChainId, _packetType, _minGas);
    }

    // if the size is 0, it means default size limit
    function setPayloadSizeLimit(uint16 _dstChainId, uint _size) external onlyOwner {
        payloadSizeLimitLookup[_dstChainId] = _size;
    }

    //--------------------------- VIEW FUNCTION ----------------------------------------
    function isTrustedRemote(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool) {
        bytes memory trustedSource = trustedRemoteLookup[_srcChainId];
        return keccak256(trustedSource) == keccak256(_srcAddress);
    }
}

// File: contracts/Cycle/lzApp/NonblockingLzApp.sol



pragma solidity ^0.8.0;



/*
 * the default Cycle messaging behaviour is blocking, i.e. any failed message will block the channel
 * this abstract class try-catch all fail messages and store locally for future retry. hence, non-blocking
 * NOTE: if the srcAddress is not configured properly, it will still block the message pathway from (srcChainId, srcAddress)
 */
abstract contract NonblockingLzApp is LzApp {
    using ExcessivelySafeCall for address;

    constructor(address _endpoint) LzApp(_endpoint) {}

    mapping(uint16 => mapping(bytes => mapping(uint64 => bytes32))) public failedMessages;

    event MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason);
    event RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash);

    // overriding the virtual function in LzReceiver
    function _blockingLzReceive(
        uint16 _srcChainId,
        bytes memory _srcAddress,
        uint64 _nonce,
        bytes memory _payload
    ) internal virtual override {
        (bool success, bytes memory reason) = address(this).excessivelySafeCall(
            gasleft(),
            150,
            abi.encodeWithSelector(this.nonblockingLzReceive.selector, _srcChainId, _srcAddress, _nonce, _payload)
        );
        if (!success) {
            _storeFailedMessage(_srcChainId, _srcAddress, _nonce, _payload, reason);
        }
    }

    function _storeFailedMessage(
        uint16 _srcChainId,
        bytes memory _srcAddress,
        uint64 _nonce,
        bytes memory _payload,
        bytes memory _reason
    ) internal virtual {
        failedMessages[_srcChainId][_srcAddress][_nonce] = keccak256(_payload);
        emit MessageFailed(_srcChainId, _srcAddress, _nonce, _payload, _reason);
    }

    function nonblockingLzReceive(
        uint16 _srcChainId,
        bytes calldata _srcAddress,
        uint64 _nonce,
        bytes calldata _payload
    ) public virtual {
        // only internal transaction
        require(_msgSender() == address(this), "NonblockingLzApp: caller must be LzApp");
        _nonblockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload);
    }

    //@notice override this function
    function _nonblockingLzReceive(
        uint16 _srcChainId,
        bytes memory _srcAddress,
        uint64 _nonce,
        bytes memory _payload
    ) internal virtual;

    function retryMessage(
        uint16 _srcChainId,
        bytes calldata _srcAddress,
        uint64 _nonce,
        bytes calldata _payload
    ) public payable virtual {
        // assert there is message to retry
        bytes32 payloadHash = failedMessages[_srcChainId][_srcAddress][_nonce];
        require(payloadHash != bytes32(0), "NonblockingLzApp: no stored message");
        require(keccak256(_payload) == payloadHash, "NonblockingLzApp: invalid payload");
        // clear the stored message
        failedMessages[_srcChainId][_srcAddress][_nonce] = bytes32(0);
        // execute the message. revert if it fails again
        _nonblockingLzReceive(_srcChainId, _srcAddress, _nonce, _payload);
        emit RetryMessageSuccess(_srcChainId, _srcAddress, _nonce, payloadHash);
    }
}

// File: contracts/Cycle/token/oft/v2/OFTCoreV2.sol



pragma solidity ^0.8.0;





abstract contract OFTCoreV2 is NonblockingLzApp {
    using BytesLib for bytes;
    using ExcessivelySafeCall for address;

    uint public constant NO_EXTRA_GAS = 0;

    // packet type
    uint8 public constant PT_SEND = 0;
    uint8 public constant PT_SEND_AND_CALL = 1;

    uint8 public immutable sharedDecimals;

    mapping(uint16 => mapping(bytes => mapping(uint64 => bool))) public creditedPackets;

    /**
     * @dev Emitted when `_amount` tokens are moved from the `_sender` to (`_dstChainId`, `_toAddress`)
     * `_nonce` is the outbound nonce
     */
    event SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes32 indexed _toAddress, uint _amount);

    /**
     * @dev Emitted when `_amount` tokens are received from `_srcChainId` into the `_toAddress` on the local chain.
     * `_nonce` is the inbound nonce.
     */
    event ReceiveFromChain(uint16 indexed _srcChainId, address indexed _to, uint _amount);

    event CallOFTReceivedSuccess(uint16 indexed _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _hash);

    event NonContractAddress(address _address);

    // _sharedDecimals should be the minimum decimals on all chains
    constructor(uint8 _sharedDecimals, address _lzEndpoint) NonblockingLzApp(_lzEndpoint) {
        sharedDecimals = _sharedDecimals;
    }

    /************************************************************************
     * public functions
     ************************************************************************/
    function callOnOFTReceived(
        uint16 _srcChainId,
        bytes calldata _srcAddress,
        uint64 _nonce,
        bytes32 _from,
        address _to,
        uint _amount,
        bytes calldata _payload,
        uint _gasForCall
    ) public virtual {
        require(_msgSender() == address(this), "OFTCore: caller must be OFTCore");

        // send
        _amount = _transferFrom(address(this), _to, _amount);
        emit ReceiveFromChain(_srcChainId, _to, _amount);

        // call
        IOFTReceiverV2(_to).onOFTReceived{gas: _gasForCall}(_srcChainId, _srcAddress, _nonce, _from, _amount, _payload);
    }

    /************************************************************************
     * internal functions
     ************************************************************************/
    function _estimateSendFee(
        uint16 _dstChainId,
        bytes32 _toAddress,
        uint _amount,
        bool _useZro,
        bytes memory _adapterParams
    ) internal view virtual returns (uint nativeFee, uint zroFee) {
        // mock the payload for sendFrom()
        bytes memory payload = _encodeSendPayload(_toAddress, _ld2sd(_amount));
        return lzEndpoint.estimateFees(_dstChainId, address(this), payload, _useZro, _adapterParams);
    }

    function _estimateSendAndCallFee(
        uint16 _dstChainId,
        bytes32 _toAddress,
        uint _amount,
        bytes memory _payload,
        uint64 _dstGasForCall,
        bool _useZro,
        bytes memory _adapterParams
    ) internal view virtual returns (uint nativeFee, uint zroFee) {
        // mock the payload for sendAndCall()
        bytes memory payload = _encodeSendAndCallPayload(msg.sender, _toAddress, _ld2sd(_amount), _payload, _dstGasForCall);
        return lzEndpoint.estimateFees(_dstChainId, address(this), payload, _useZro, _adapterParams);
    }

    function _nonblockingLzReceive(
        uint16 _srcChainId,
        bytes memory _srcAddress,
        uint64 _nonce,
        bytes memory _payload
    ) internal virtual override {
        uint8 packetType = _payload.toUint8(0);

        if (packetType == PT_SEND) {
            _sendAck(_srcChainId, _srcAddress, _nonce, _payload);
        } else if (packetType == PT_SEND_AND_CALL) {
            _sendAndCallAck(_srcChainId, _srcAddress, _nonce, _payload);
        } else {
            revert("OFTCore: unknown packet type");
        }
    }

    function _send(
        address _from,
        uint16 _dstChainId,
        bytes32 _toAddress,
        uint _amount,
        address payable _refundAddress,
        address _zroPaymentAddress,
        bytes memory _adapterParams
    ) internal virtual returns (uint amount) {
        _checkGasLimit(_dstChainId, PT_SEND, _adapterParams, NO_EXTRA_GAS);

        (amount, ) = _removeDust(_amount);
        amount = _debitFrom(_from, _dstChainId, _toAddress, amount); // amount returned should not have dust
        require(amount > 0, "OFTCore: amount too small");

        bytes memory lzPayload = _encodeSendPayload(_toAddress, _ld2sd(amount));
        _lzSend(_dstChainId, lzPayload, _refundAddress, _zroPaymentAddress, _adapterParams, msg.value);

        emit SendToChain(_dstChainId, _from, _toAddress, amount);
    }

    function _sendAck(
        uint16 _srcChainId,
        bytes memory,
        uint64,
        bytes memory _payload
    ) internal virtual {
        (address to, uint64 amountSD) = _decodeSendPayload(_payload);
        if (to == address(0)) {
            to = address(0xdead);
        }

        uint amount = _sd2ld(amountSD);
        amount = _creditTo(_srcChainId, to, amount);

        emit ReceiveFromChain(_srcChainId, to, amount);
    }

    function _sendAndCall(
        address _from,
        uint16 _dstChainId,
        bytes32 _toAddress,
        uint _amount,
        bytes memory _payload,
        uint64 _dstGasForCall,
        address payable _refundAddress,
        address _zroPaymentAddress,
        bytes memory _adapterParams
    ) internal virtual returns (uint amount) {
        _checkGasLimit(_dstChainId, PT_SEND_AND_CALL, _adapterParams, _dstGasForCall);

        (amount, ) = _removeDust(_amount);
        amount = _debitFrom(_from, _dstChainId, _toAddress, amount);
        require(amount > 0, "OFTCore: amount too small");

        // encode the msg.sender into the payload instead of _from
        bytes memory lzPayload = _encodeSendAndCallPayload(msg.sender, _toAddress, _ld2sd(amount), _payload, _dstGasForCall);
        _lzSend(_dstChainId, lzPayload, _refundAddress, _zroPaymentAddress, _adapterParams, msg.value);

        emit SendToChain(_dstChainId, _from, _toAddress, amount);
    }

    function _sendAndCallAck(
        uint16 _srcChainId,
        bytes memory _srcAddress,
        uint64 _nonce,
        bytes memory _payload
    ) internal virtual {
        (bytes32 from, address to, uint64 amountSD, bytes memory payloadForCall, uint64 gasForCall) = _decodeSendAndCallPayload(_payload);

        bool credited = creditedPackets[_srcChainId][_srcAddress][_nonce];
        uint amount = _sd2ld(amountSD);

        // credit to this contract first, and then transfer to receiver only if callOnOFTReceived() succeeds
        if (!credited) {
            amount = _creditTo(_srcChainId, address(this), amount);
            creditedPackets[_srcChainId][_srcAddress][_nonce] = true;
        }

        if (!_isContract(to)) {
            emit NonContractAddress(to);
            return;
        }

        // workaround for stack too deep
        uint16 srcChainId = _srcChainId;
        bytes memory srcAddress = _srcAddress;
        uint64 nonce = _nonce;
        bytes memory payload = _payload;
        bytes32 from_ = from;
        address to_ = to;
        uint amount_ = amount;
        bytes memory payloadForCall_ = payloadForCall;

        // no gas limit for the call if retry
        uint gas = credited ? gasleft() : gasForCall;
        (bool success, bytes memory reason) = address(this).excessivelySafeCall(
            gasleft(),
            150,
            abi.encodeWithSelector(this.callOnOFTReceived.selector, srcChainId, srcAddress, nonce, from_, to_, amount_, payloadForCall_, gas)
        );

        if (success) {
            bytes32 hash = keccak256(payload);
            emit CallOFTReceivedSuccess(srcChainId, srcAddress, nonce, hash);
        } else {
            // store the failed message into the nonblockingLzApp
            _storeFailedMessage(srcChainId, srcAddress, nonce, payload, reason);
        }
    }

    function _isContract(address _account) internal view returns (bool) {
        return _account.code.length > 0;
    }

    function _ld2sd(uint _amount) internal view virtual returns (uint64) {
        uint amountSD = _amount / _ld2sdRate();
        require(amountSD <= type(uint64).max, "OFTCore: amountSD overflow");
        return uint64(amountSD);
    }

    function _sd2ld(uint64 _amountSD) internal view virtual returns (uint) {
        return _amountSD * _ld2sdRate();
    }

    function _removeDust(uint _amount) internal view virtual returns (uint amountAfter, uint dust) {
        dust = _amount % _ld2sdRate();
        amountAfter = _amount - dust;
    }

    function _encodeSendPayload(bytes32 _toAddress, uint64 _amountSD) internal view virtual returns (bytes memory) {
        return abi.encodePacked(PT_SEND, _toAddress, _amountSD);
    }

    function _decodeSendPayload(bytes memory _payload) internal view virtual returns (address to, uint64 amountSD) {
        require(_payload.toUint8(0) == PT_SEND && _payload.length == 41, "OFTCore: invalid payload");

        to = _payload.toAddress(13); // drop the first 12 bytes of bytes32
        amountSD = _payload.toUint64(33);
    }

    function _encodeSendAndCallPayload(
        address _from,
        bytes32 _toAddress,
        uint64 _amountSD,
        bytes memory _payload,
        uint64 _dstGasForCall
    ) internal view virtual returns (bytes memory) {
        return abi.encodePacked(PT_SEND_AND_CALL, _toAddress, _amountSD, _addressToBytes32(_from), _dstGasForCall, _payload);
    }

    function _decodeSendAndCallPayload(bytes memory _payload)
        internal
        view
        virtual
        returns (
            bytes32 from,
            address to,
            uint64 amountSD,
            bytes memory payload,
            uint64 dstGasForCall
        )
    {
        require(_payload.toUint8(0) == PT_SEND_AND_CALL, "OFTCore: invalid payload");

        to = _payload.toAddress(13); // drop the first 12 bytes of bytes32
        amountSD = _payload.toUint64(33);
        from = _payload.toBytes32(41);
        dstGasForCall = _payload.toUint64(73);
        payload = _payload.slice(81, _payload.length - 81);
    }

    function _addressToBytes32(address _address) internal pure virtual returns (bytes32) {
        return bytes32(uint(uint160(_address)));
    }

    function _debitFrom(
        address _from,
        uint16 _dstChainId,
        bytes32 _toAddress,
        uint _amount
    ) internal virtual returns (uint);

    function _creditTo(
        uint16 _srcChainId,
        address _toAddress,
        uint _amount
    ) internal virtual returns (uint);

    function _transferFrom(
        address _from,
        address _to,
        uint _amount
    ) internal virtual returns (uint);

    function _ld2sdRate() internal view virtual returns (uint);
}

// File: contracts/Cycle/token/oft/v2/BaseOFTV2.sol



pragma solidity ^0.8.0;




abstract contract BaseOFTV2 is OFTCoreV2, ERC165, IOFTV2 {
    constructor(uint8 _sharedDecimals, address _lzEndpoint) OFTCoreV2(_sharedDecimals, _lzEndpoint) {}

    /************************************************************************
     * public functions
     ************************************************************************/
    function sendFrom(
        address _from,
        uint16 _dstChainId,
        bytes32 _toAddress,
        uint _amount,
        LzCallParams calldata _callParams
    ) public payable virtual override {
        _send(_from, _dstChainId, _toAddress, _amount, _callParams.refundAddress, _callParams.zroPaymentAddress, _callParams.adapterParams);
    }

    function sendAndCall(
        address _from,
        uint16 _dstChainId,
        bytes32 _toAddress,
        uint _amount,
        bytes calldata _payload,
        uint64 _dstGasForCall,
        LzCallParams calldata _callParams
    ) public payable virtual override {
        _sendAndCall(
            _from,
            _dstChainId,
            _toAddress,
            _amount,
            _payload,
            _dstGasForCall,
            _callParams.refundAddress,
            _callParams.zroPaymentAddress,
            _callParams.adapterParams
        );
    }

    /************************************************************************
     * public view functions
     ************************************************************************/
    function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
        return interfaceId == type(IOFTV2).interfaceId || super.supportsInterface(interfaceId);
    }

    function estimateSendFee(
        uint16 _dstChainId,
        bytes32 _toAddress,
        uint _amount,
        bool _useZro,
        bytes calldata _adapterParams
    ) public view virtual override returns (uint nativeFee, uint zroFee) {
        return _estimateSendFee(_dstChainId, _toAddress, _amount, _useZro, _adapterParams);
    }

    function estimateSendAndCallFee(
        uint16 _dstChainId,
        bytes32 _toAddress,
        uint _amount,
        bytes calldata _payload,
        uint64 _dstGasForCall,
        bool _useZro,
        bytes calldata _adapterParams
    ) public view virtual override returns (uint nativeFee, uint zroFee) {
        return _estimateSendAndCallFee(_dstChainId, _toAddress, _amount, _payload, _dstGasForCall, _useZro, _adapterParams);
    }

    function circulatingSupply() public view virtual override returns (uint);

    function token() public view virtual override returns (address);
}

// File: @openzeppelin/contracts/token/ERC20/IERC20.sol


// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

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

    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

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

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

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

// File: @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol


// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)

pragma solidity ^0.8.0;


/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 *
 * _Available since v4.1._
 */
interface IERC20Metadata is IERC20 {
    /**
     * @dev Returns the name of the token.
     */
    function name() external view returns (string memory);

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

    /**
     * @dev Returns the decimals places of the token.
     */
    function decimals() external view returns (uint8);
}

// File: @openzeppelin/contracts/token/ERC20/ERC20.sol


// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)

pragma solidity ^0.8.0;




/**
 * @dev Implementation of the {IERC20} interface.
 *
 * This implementation is agnostic to the way tokens are created. This means
 * that a supply mechanism has to be added in a derived contract using {_mint}.
 * For a generic mechanism see {ERC20PresetMinterPauser}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * The default value of {decimals} is 18. To change this, you should override
 * this function so it returns a different value.
 *
 * We have followed general OpenZeppelin Contracts guidelines: functions revert
 * instead returning `false` on failure. This behavior is nonetheless
 * conventional and does not conflict with the expectations of ERC20
 * applications.
 *
 * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
 * This allows applications to reconstruct the allowance for all accounts just
 * by listening to said events. Other implementations of the EIP may not emit
 * these events, as it isn't required by the specification.
 *
 * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
 * functions have been added to mitigate the well-known issues around setting
 * allowances. See {IERC20-approve}.
 */
contract ERC20 is Context, IERC20, IERC20Metadata {
    mapping(address => uint256) private _balances;

    mapping(address => mapping(address => uint256)) private _allowances;

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * All two of these values are immutable: they can only be set once during
     * construction.
     */
    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

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

    /**
     * @dev Returns the symbol of the token, usually a shorter version of the
     * name.
     */
    function symbol() public view virtual override returns (string memory) {
        return _symbol;
    }

    /**
     * @dev Returns the number of decimals used to get its user representation.
     * For example, if `decimals` equals `2`, a balance of `505` tokens should
     * be displayed to a user as `5.05` (`505 / 10 ** 2`).
     *
     * Tokens usually opt for a value of 18, imitating the relationship between
     * Ether and Wei. This is the default value returned by this function, unless
     * it's overridden.
     *
     * NOTE: This information is only used for _display_ purposes: it in
     * no way affects any of the arithmetic of the contract, including
     * {IERC20-balanceOf} and {IERC20-transfer}.
     */
    function decimals() public view virtual override returns (uint8) {
        return 18;
    }

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

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view virtual override returns (uint256) {
        return _balances[account];
    }

    /**
     * @dev See {IERC20-transfer}.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address to, uint256 amount) public virtual override returns (bool) {
        address owner = _msgSender();
        _transfer(owner, to, amount);
        return true;
    }

    /**
     * @dev See {IERC20-allowance}.
     */
    function allowance(address owner, address spender) public view virtual override returns (uint256) {
        return _allowances[owner][spender];
    }

    /**
     * @dev See {IERC20-approve}.
     *
     * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on
     * `transferFrom`. This is semantically equivalent to an infinite approval.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        address owner = _msgSender();
        _approve(owner, spender, amount);
        return true;
    }

    /**
     * @dev See {IERC20-transferFrom}.
     *
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20}.
     *
     * NOTE: Does not update the allowance if the current allowance
     * is the maximum `uint256`.
     *
     * Requirements:
     *
     * - `from` and `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     * - the caller must have allowance for ``from``'s tokens of at least
     * `amount`.
     */
    function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {
        address spender = _msgSender();
        _spendAllowance(from, spender, amount);
        _transfer(from, to, amount);
        return true;
    }

    /**
     * @dev Atomically increases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
        address owner = _msgSender();
        _approve(owner, spender, allowance(owner, spender) + addedValue);
        return true;
    }

    /**
     * @dev Atomically decreases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `spender` must have allowance for the caller of at least
     * `subtractedValue`.
     */
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        address owner = _msgSender();
        uint256 currentAllowance = allowance(owner, spender);
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        unchecked {
            _approve(owner, spender, currentAllowance - subtractedValue);
        }

        return true;
    }

    /**
     * @dev Moves `amount` of tokens from `from` to `to`.
     *
     * This internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     */
    function _transfer(address from, address to, uint256 amount) internal virtual {
        require(from != address(0), "ERC20: transfer from the zero address");
        require(to != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(from, to, amount);

        uint256 fromBalance = _balances[from];
        require(fromBalance >= amount, "ERC20: transfer amount exceeds balance");
        unchecked {
            _balances[from] = fromBalance - amount;
            // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by
            // decrementing then incrementing.
            _balances[to] += amount;
        }

        emit Transfer(from, to, amount);

        _afterTokenTransfer(from, to, amount);
    }

    /** @dev Creates `amount` tokens and assigns them to `account`, increasing
     * the total supply.
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     */
    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: mint to the zero address");

        _beforeTokenTransfer(address(0), account, amount);

        _totalSupply += amount;
        unchecked {
            // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.
            _balances[account] += amount;
        }
        emit Transfer(address(0), account, amount);

        _afterTokenTransfer(address(0), account, amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, reducing the
     * total supply.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     * - `account` must have at least `amount` tokens.
     */
    function _burn(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: burn from the zero address");

        _beforeTokenTransfer(account, address(0), amount);

        uint256 accountBalance = _balances[account];
        require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
        unchecked {
            _balances[account] = accountBalance - amount;
            // Overflow not possible: amount <= accountBalance <= totalSupply.
            _totalSupply -= amount;
        }

        emit Transfer(account, address(0), amount);

        _afterTokenTransfer(account, address(0), amount);
    }

    /**
     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
     *
     * This internal function is equivalent to `approve`, and can be used to
     * e.g. set automatic allowances for certain subsystems, etc.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `owner` cannot be the zero address.
     * - `spender` cannot be the zero address.
     */
    function _approve(address owner, address spender, uint256 amount) internal virtual {
        require(owner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");

        _allowances[owner][spender] = amount;
        emit Approval(owner, spender, amount);
    }

    /**
     * @dev Updates `owner` s allowance for `spender` based on spent `amount`.
     *
     * Does not update the allowance amount in case of infinite allowance.
     * Revert if not enough allowance is available.
     *
     * Might emit an {Approval} event.
     */
    function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {
        uint256 currentAllowance = allowance(owner, spender);
        if (currentAllowance != type(uint256).max) {
            require(currentAllowance >= amount, "ERC20: insufficient allowance");
            unchecked {
                _approve(owner, spender, currentAllowance - amount);
            }
        }
    }

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

    /**
     * @dev Hook that is called after any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * has been transferred to `to`.
     * - when `from` is zero, `amount` tokens have been minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens have been burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}
}

// File: contracts/Cycle/token/oft/v2/OFTV2.sol



pragma solidity ^0.8.0;



contract OFTV2 is BaseOFTV2, ERC20 {
    uint internal immutable ld2sdRate;

    constructor(
        string memory _name,
        string memory _symbol,
        uint8 _sharedDecimals,
        address _lzEndpoint
    ) ERC20(_name, _symbol) BaseOFTV2(_sharedDecimals, _lzEndpoint) {
        uint8 decimals = decimals();
        require(_sharedDecimals <= decimals, "OFT: sharedDecimals must be <= decimals");
        ld2sdRate = 10**(decimals - _sharedDecimals);
    }

    /************************************************************************
     * public functions
     ************************************************************************/
    function circulatingSupply() public view virtual override returns (uint) {
        return totalSupply();
    }

    function token() public view virtual override returns (address) {
        return address(this);
    }

    /************************************************************************
     * internal functions
     ************************************************************************/
    function _debitFrom(
        address _from,
        uint16,
        bytes32,
        uint _amount
    ) internal virtual override returns (uint) {
        address spender = _msgSender();
        if (_from != spender) _spendAllowance(_from, spender, _amount);
        _burn(_from, _amount);
        return _amount;
    }

    function _creditTo(
        uint16,
        address _toAddress,
        uint _amount
    ) internal virtual override returns (uint) {
        _mint(_toAddress, _amount);
        return _amount;
    }

    function _transferFrom(
        address _from,
        address _to,
        uint _amount
    ) internal virtual override returns (uint) {
        address spender = _msgSender();
        // if transfer from this contract, no need to check allowance
        if (_from != address(this) && _from != spender) _spendAllowance(_from, spender, _amount);
        _transfer(_from, _to, _amount);
        return _amount;
    }

    function _ld2sdRate() internal view virtual override returns (uint) {
        return ld2sdRate;
    }
}




pragma solidity ^0.8.19;

contract Cycle is OFTV2 {
    IUniswapV2Router02 immutable uniswapV2Router;
    uint256 maxTxAmount;
    uint256 public buyTax = 20;
    uint256 public sellTax = 20;
    uint256 minAmountToSwapTaxes;
    uint256 maxWalletAmount;
    uint256 launchedAt;
    uint256 public buys;
    uint256 buysBeforeSells = 25;

    bool launchTax;
    bool taxesEnabled = true;
    bool limitsEnabled = true;
    bool inSwapAndLiq;
    bool public tradingAllowed;

    address public taxWallet;
    address public immutable uniswapV2Pair;

    mapping(address => bool) public _isExcludedFromFees;

    modifier lockTheSwap() {
        inSwapAndLiq = true;
        _;
        inSwapAndLiq = false;
    }

    constructor()
        OFTV2(
            "Cycle Protocol",
            "CYCLE",
            8,
            0x66A71Dcef29A0fFBDBE3c6a460a3B5BC225Cd675
        )
    {
        _mint(owner(), 100_000_000 * 10 ** 18);
        IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(
            0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D
        );
        address _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())
            .createPair(address(this), _uniswapV2Router.WETH());

        uniswapV2Router = _uniswapV2Router;
        uniswapV2Pair = _uniswapV2Pair;

        minAmountToSwapTaxes = (totalSupply() * 3) / 1000;
        maxWalletAmount = (totalSupply() * 2) / 100;
        maxTxAmount = totalSupply() / 100;

        _isExcludedFromFees[owner()] = true;
        _isExcludedFromFees[msg.sender] = true;
        _isExcludedFromFees[taxWallet] = true;
        _isExcludedFromFees[address(this)] = true;
        _isExcludedFromFees[address(_uniswapV2Pair)] = true;

        taxWallet = 0x25010534dFd67E3580EBA1816fEE4e112DbB4a09;
    }

    function _transfer(
        address from,
        address to,
        uint256 amount
    ) internal override {
        require(amount > 0, "ERC20: transfer must be greater than 0");

        if (!tradingAllowed) {
            require(from == owner() || to == owner(), "Trading not active yet");
        }

        uint256 taxAmount;

        if (launchTax) {
            setTax(block.number);
        }

        if (from == uniswapV2Pair && !_isExcludedFromFees[to]) {
            require(
                balanceOf(to) + amount <= maxWalletAmount,
                "Max Wallet In Effect"
            );
            require(amount <= maxTxAmount, "Max Tx in effect");
            if (taxesEnabled) {
                taxAmount = (amount * buyTax) / 100;
            }

            buys++;
        }

        if (to == uniswapV2Pair && !_isExcludedFromFees[from]) {
            require(amount <= maxTxAmount, "Max Tx in effect");
            if (taxesEnabled) {
                taxAmount = (amount * sellTax) / 100;
            }
        }

        uint256 contractTokenBalance = balanceOf(address(this));

        bool overMinTokenBalance = contractTokenBalance >= minAmountToSwapTaxes;

        if (
            overMinTokenBalance &&
            !inSwapAndLiq &&
            from != uniswapV2Pair &&
            !_isExcludedFromFees[from] &&
            buys > buysBeforeSells
        ) {
            swapAndSend(minAmountToSwapTaxes);
        }

        if (taxAmount > 0) {
            uint256 userAmount = amount - taxAmount;
            super._transfer(from, address(this), taxAmount);
            super._transfer(from, to, userAmount);
        } else {
            super._transfer(from, to, amount);
        }
    }

    function swapAndSend(uint256 _contractTokenBalance) internal lockTheSwap {
        // generate the uniswap pair path of token -> weth
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = uniswapV2Router.WETH();

        _approve(
            address(this),
            address(uniswapV2Router),
            _contractTokenBalance
        );

        // make the swap
        uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(
            _contractTokenBalance,
            0, // accept any amount of ETH
            path,
            taxWallet,
            block.timestamp
        );
    }

    function setTax(uint256 _block) public {
        if (launchedAt == _block) {
            buyTax = 50;
            sellTax = 50;
        } else if (launchedAt + 1 >= _block) {
            buyTax = 35;
            sellTax = 35;
        } else if (launchedAt + 5 >= _block) {
            buyTax = 30;
            sellTax = 30;
        } else if (launchedAt + 11 >= _block) {
            buyTax = 25;
            sellTax = 25;
        } else if (launchedAt + 24 >= _block) {
            buyTax = 20;
            sellTax = 20;
        }
    }

    function changetaxWallet(address _newtaxWallet) external onlyOwner {
        taxWallet = _newtaxWallet;
    }

    function removeLaunchTax(
        uint256 _newBuyTaxPercent,
        uint256 _newSellTaxPercent
    ) external onlyOwner {
        require(
            _newBuyTaxPercent <= 10 && _newSellTaxPercent <= 10,
            "Cannot set taxes above 10"
        );
        buyTax = _newBuyTaxPercent;
        sellTax = _newSellTaxPercent;
        launchTax = false;
    }

    function excludeFromFees(
        address _address,
        bool _isExcluded
    ) external onlyOwner {
        _isExcludedFromFees[_address] = _isExcluded;
    }

    function updateMaxWalletAmount(
        uint256 newMaxWalletAmount
    ) external onlyOwner {
        maxWalletAmount = newMaxWalletAmount;
    }

    function updateMaxTxAmount(uint256 _newAmount) external onlyOwner {
        maxTxAmount = _newAmount;
    }

    function changeMinAmountToSwapTaxes(
        uint256 newMinAmount
    ) external onlyOwner {
        require(newMinAmount > 0, "Cannot set to zero");
        minAmountToSwapTaxes = newMinAmount;
    }

    function enableTaxes(bool _enable) external onlyOwner {
        taxesEnabled = _enable;
    }

    function activateCycle() external onlyOwner {
        require(!tradingAllowed, "Trading not paused");
        tradingAllowed = true;
        launchedAt = block.number;
        launchTax = true;
    }

    function toggleLimits(bool _limitsEnabed) external onlyOwner {
        limitsEnabled = _limitsEnabed;
    }

    function manualSwap(uint256 _amount) external onlyOwner {
        swapAndSend(_amount);
    }
}

interface IUniswapV2Factory {
    event PairCreated(
        address indexed token0,
        address indexed token1,
        address pair,
        uint
    );

    function feeTo() external view returns (address);

    function feeToSetter() external view returns (address);

    function getPair(
        address tokenA,
        address tokenB
    ) external view returns (address pair);

    function allPairs(uint) external view returns (address pair);

    function allPairsLength() external view returns (uint);

    function createPair(
        address tokenA,
        address tokenB
    ) external returns (address pair);

    function setFeeTo(address) external;

    function setFeeToSetter(address) external;
}

interface IUniswapV2Pair {
    event Approval(address indexed owner, address indexed spender, uint value);
    event Transfer(address indexed from, address indexed to, uint value);

    function name() external pure returns (string memory);

    function symbol() external pure returns (string memory);

    function decimals() external pure returns (uint8);

    function totalSupply() external view returns (uint);

    function balanceOf(address owner) external view returns (uint);

    function allowance(
        address owner,
        address spender
    ) external view returns (uint);

    function approve(address spender, uint value) external returns (bool);

    function transfer(address to, uint value) external returns (bool);

    function transferFrom(
        address from,
        address to,
        uint value
    ) external returns (bool);

    function DOMAIN_SEPARATOR() external view returns (bytes32);

    function PERMIT_TYPEHASH() external pure returns (bytes32);

    function nonces(address owner) external view returns (uint);

    function permit(
        address owner,
        address spender,
        uint value,
        uint deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external;

    event Mint(address indexed sender, uint amount0, uint amount1);
    event Burn(
        address indexed sender,
        uint amount0,
        uint amount1,
        address indexed to
    );
    event Swap(
        address indexed sender,
        uint amount0In,
        uint amount1In,
        uint amount0Out,
        uint amount1Out,
        address indexed to
    );
    event Sync(uint112 reserve0, uint112 reserve1);

    function MINIMUM_LIQUIDITY() external pure returns (uint);

    function factory() external view returns (address);

    function token0() external view returns (address);

    function token1() external view returns (address);

    function getReserves()
        external
        view
        returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast);

    function price0CumulativeLast() external view returns (uint);

    function price1CumulativeLast() external view returns (uint);

    function kLast() external view returns (uint);

    function mint(address to) external returns (uint liquidity);

    function burn(address to) external returns (uint amount0, uint amount1);

    function swap(
        uint amount0Out,
        uint amount1Out,
        address to,
        bytes calldata data
    ) external;

    function skim(address to) external;

    function sync() external;

    function initialize(address, address) external;
}

interface IUniswapV2Router01 {
    function factory() external pure returns (address);

    function WETH() external pure returns (address);

    function addLiquidity(
        address tokenA,
        address tokenB,
        uint amountADesired,
        uint amountBDesired,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline
    ) external returns (uint amountA, uint amountB, uint liquidity);

    function addLiquidityETH(
        address token,
        uint amountTokenDesired,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    )
        external
        payable
        returns (uint amountToken, uint amountETH, uint liquidity);

    function removeLiquidity(
        address tokenA,
        address tokenB,
        uint liquidity,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline
    ) external returns (uint amountA, uint amountB);

    function removeLiquidityETH(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external returns (uint amountToken, uint amountETH);

    function removeLiquidityWithPermit(
        address tokenA,
        address tokenB,
        uint liquidity,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint amountA, uint amountB);

    function removeLiquidityETHWithPermit(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint amountToken, uint amountETH);

    function swapExactTokensForTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);

    function swapTokensForExactTokens(
        uint amountOut,
        uint amountInMax,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);

    function swapExactETHForTokens(
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external payable returns (uint[] memory amounts);

    function swapTokensForExactETH(
        uint amountOut,
        uint amountInMax,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);

    function swapExactTokensForETH(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);

    function swapETHForExactTokens(
        uint amountOut,
        address[] calldata path,
        address to,
        uint deadline
    ) external payable returns (uint[] memory amounts);

    function quote(
        uint amountA,
        uint reserveA,
        uint reserveB
    ) external pure returns (uint amountB);

    function getAmountOut(
        uint amountIn,
        uint reserveIn,
        uint reserveOut
    ) external pure returns (uint amountOut);

    function getAmountIn(
        uint amountOut,
        uint reserveIn,
        uint reserveOut
    ) external pure returns (uint amountIn);

    function getAmountsOut(
        uint amountIn,
        address[] calldata path
    ) external view returns (uint[] memory amounts);

    function getAmountsIn(
        uint amountOut,
        address[] calldata path
    ) external view returns (uint[] memory amounts);
}

interface IUniswapV2Router02 is IUniswapV2Router01 {
    function removeLiquidityETHSupportingFeeOnTransferTokens(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external returns (uint amountETH);

    function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint amountETH);

    function swapExactTokensForTokensSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;

    function swapExactETHForTokensSupportingFeeOnTransferTokens(
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external payable;

    function swapExactTokensForETHSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;
}

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":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes32","name":"_hash","type":"bytes32"}],"name":"CallOFTReceivedSuccess","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes","name":"_payload","type":"bytes"},{"indexed":false,"internalType":"bytes","name":"_reason","type":"bytes"}],"name":"MessageFailed","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_address","type":"address"}],"name":"NonContractAddress","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":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"ReceiveFromChain","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"indexed":false,"internalType":"uint64","name":"_nonce","type":"uint64"},{"indexed":false,"internalType":"bytes32","name":"_payloadHash","type":"bytes32"}],"name":"RetryMessageSuccess","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"bytes32","name":"_toAddress","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"SendToChain","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"indexed":false,"internalType":"uint16","name":"_type","type":"uint16"},{"indexed":false,"internalType":"uint256","name":"_minDstGas","type":"uint256"}],"name":"SetMinDstGas","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"precrime","type":"address"}],"name":"SetPrecrime","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_path","type":"bytes"}],"name":"SetTrustedRemote","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"indexed":false,"internalType":"bytes","name":"_remoteAddress","type":"bytes"}],"name":"SetTrustedRemoteAddress","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"DEFAULT_PAYLOAD_SIZE_LIMIT","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"NO_EXTRA_GAS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PT_SEND","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PT_SEND_AND_CALL","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"_isExcludedFromFees","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"activateCycle","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyTax","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buys","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes32","name":"_from","type":"bytes32"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes","name":"_payload","type":"bytes"},{"internalType":"uint256","name":"_gasForCall","type":"uint256"}],"name":"callOnOFTReceived","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newMinAmount","type":"uint256"}],"name":"changeMinAmountToSwapTaxes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newtaxWallet","type":"address"}],"name":"changetaxWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"circulatingSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"bytes","name":"","type":"bytes"},{"internalType":"uint64","name":"","type":"uint64"}],"name":"creditedPackets","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_enable","type":"bool"}],"name":"enableTaxes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"bytes32","name":"_toAddress","type":"bytes32"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes","name":"_payload","type":"bytes"},{"internalType":"uint64","name":"_dstGasForCall","type":"uint64"},{"internalType":"bool","name":"_useZro","type":"bool"},{"internalType":"bytes","name":"_adapterParams","type":"bytes"}],"name":"estimateSendAndCallFee","outputs":[{"internalType":"uint256","name":"nativeFee","type":"uint256"},{"internalType":"uint256","name":"zroFee","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"bytes32","name":"_toAddress","type":"bytes32"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bool","name":"_useZro","type":"bool"},{"internalType":"bytes","name":"_adapterParams","type":"bytes"}],"name":"estimateSendFee","outputs":[{"internalType":"uint256","name":"nativeFee","type":"uint256"},{"internalType":"uint256","name":"zroFee","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"},{"internalType":"bool","name":"_isExcluded","type":"bool"}],"name":"excludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"bytes","name":"","type":"bytes"},{"internalType":"uint64","name":"","type":"uint64"}],"name":"failedMessages","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"}],"name":"forceResumeReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"},{"internalType":"uint16","name":"_chainId","type":"uint16"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"_configType","type":"uint256"}],"name":"getConfig","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"}],"name":"getTrustedRemoteAddress","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"}],"name":"isTrustedRemote","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lzEndpoint","outputs":[{"internalType":"contract ICycleEndpoint","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"lzReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"manualSwap","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"},{"internalType":"uint16","name":"","type":"uint16"}],"name":"minDstGasLookup","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"nonblockingLzReceive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"}],"name":"payloadSizeLimitLookup","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"precrime","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newBuyTaxPercent","type":"uint256"},{"internalType":"uint256","name":"_newSellTaxPercent","type":"uint256"}],"name":"removeLaunchTax","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_srcChainId","type":"uint16"},{"internalType":"bytes","name":"_srcAddress","type":"bytes"},{"internalType":"uint64","name":"_nonce","type":"uint64"},{"internalType":"bytes","name":"_payload","type":"bytes"}],"name":"retryMessage","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"sellTax","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"bytes32","name":"_toAddress","type":"bytes32"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes","name":"_payload","type":"bytes"},{"internalType":"uint64","name":"_dstGasForCall","type":"uint64"},{"components":[{"internalType":"address payable","name":"refundAddress","type":"address"},{"internalType":"address","name":"zroPaymentAddress","type":"address"},{"internalType":"bytes","name":"adapterParams","type":"bytes"}],"internalType":"struct ICommonOFT.LzCallParams","name":"_callParams","type":"tuple"}],"name":"sendAndCall","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"bytes32","name":"_toAddress","type":"bytes32"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"components":[{"internalType":"address payable","name":"refundAddress","type":"address"},{"internalType":"address","name":"zroPaymentAddress","type":"address"},{"internalType":"bytes","name":"adapterParams","type":"bytes"}],"internalType":"struct ICommonOFT.LzCallParams","name":"_callParams","type":"tuple"}],"name":"sendFrom","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"},{"internalType":"uint16","name":"_chainId","type":"uint16"},{"internalType":"uint256","name":"_configType","type":"uint256"},{"internalType":"bytes","name":"_config","type":"bytes"}],"name":"setConfig","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"uint16","name":"_packetType","type":"uint16"},{"internalType":"uint256","name":"_minGas","type":"uint256"}],"name":"setMinDstGas","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_dstChainId","type":"uint16"},{"internalType":"uint256","name":"_size","type":"uint256"}],"name":"setPayloadSizeLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_precrime","type":"address"}],"name":"setPrecrime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"}],"name":"setReceiveVersion","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_version","type":"uint16"}],"name":"setSendVersion","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_block","type":"uint256"}],"name":"setTax","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"internalType":"bytes","name":"_path","type":"bytes"}],"name":"setTrustedRemote","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_remoteChainId","type":"uint16"},{"internalType":"bytes","name":"_remoteAddress","type":"bytes"}],"name":"setTrustedRemoteAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"sharedDecimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","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":[],"name":"taxWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bool","name":"_limitsEnabed","type":"bool"}],"name":"toggleLimits","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tradingAllowed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"}],"name":"trustedRemoteLookup","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newAmount","type":"uint256"}],"name":"updateMaxTxAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newMaxWalletAmount","type":"uint256"}],"name":"updateMaxWalletAmount","outputs":[],"stateMutability":"nonpayable","type":"function"}]

6101206040526014600d819055600e8190556019601355805462ffff0019166201010017905534801562000031575f80fd5b506040518060400160405280600e81526020016d10de58db1948141c9bdd1bd8dbdb60921b815250604051806040016040528060058152602001644359434c4560d81b81525060087366a71dcef29a0ffbdbe3c6a460a3b5bc225cd6758383838381818080620000b0620000aa6200045560201b60201c565b62000459565b6001600160a01b0316608052505060ff1660a05250600a9050620000d5838262000620565b50600b620000e4828262000620565b5050505f620000f8620004a860201b60201c565b90508060ff168360ff161115620001665760405162461bcd60e51b815260206004820152602760248201527f4f46543a20736861726564446563696d616c73206d757374206265203c3d20646044820152666563696d616c7360c81b60648201526084015b60405180910390fd5b62000172838262000700565b6200017f90600a6200081b565b60c05250620001aa935062000198925050620004ad9050565b6a52b7d2dcc80cd2e4000000620004bb565b5f737a250d5630b4cf539739df2c5dacb4c659f2488d90505f816001600160a01b031663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000200573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019062000226919062000832565b6001600160a01b031663c9c6539630846001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000272573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019062000298919062000832565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016020604051808303815f875af1158015620002e3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019062000309919062000832565b6001600160a01b0380841660e05281166101005290506103e86200032c60095490565b620003399060036200085a565b62000345919062000874565b600f5560646200035460095490565b620003619060026200085a565b6200036d919062000874565b60105560646200037c60095490565b62000388919062000874565b600c55600160155f620003a25f546001600160a01b031690565b6001600160a01b03908116825260208083019390935260409182015f908120805495151560ff1996871617905533815260159093528183208054851660019081179091556014805465010000000000900483168552838520805487168317905530855283852080548716831790559590911683529120805490921617905580547825010534dfd67e3580eba1816fee4e112dbb4a090000000000600160281b600160c81b031990911617905550620008aa565b3390565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b601290565b5f546001600160a01b031690565b6001600160a01b038216620005135760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016200015d565b8060095f82825462000526919062000894565b90915550506001600160a01b0382165f818152600760209081526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b505050565b634e487b7160e01b5f52604160045260245ffd5b600181811c90821680620005ac57607f821691505b602082108103620005cb57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156200057e57805f5260205f20601f840160051c81016020851015620005f85750805b601f840160051c820191505b8181101562000619575f815560010162000604565b5050505050565b81516001600160401b038111156200063c576200063c62000583565b62000654816200064d845462000597565b84620005d1565b602080601f8311600181146200068a575f8415620006725750858301515b5f19600386901b1c1916600185901b178555620006e4565b5f85815260208120601f198616915b82811015620006ba5788860151825594840194600190910190840162000699565b5085821015620006d857878501515f19600388901b60f8161c191681555b505060018460011b0185555b505050505050565b634e487b7160e01b5f52601160045260245ffd5b60ff82811682821603908111156200071c576200071c620006ec565b92915050565b600181815b808511156200076257815f1904821115620007465762000746620006ec565b808516156200075457918102915b93841c939080029062000727565b509250929050565b5f826200077a575060016200071c565b816200078857505f6200071c565b8160018114620007a15760028114620007ac57620007cc565b60019150506200071c565b60ff841115620007c057620007c0620006ec565b50506001821b6200071c565b5060208310610133831016604e8410600b8410161715620007f1575081810a6200071c565b620007fd838362000722565b805f1904821115620008135762000813620006ec565b029392505050565b5f6200082b60ff8416836200076a565b9392505050565b5f6020828403121562000843575f80fd5b81516001600160a01b03811681146200082b575f80fd5b80820281158282048414176200071c576200071c620006ec565b5f826200088f57634e487b7160e01b5f52601260045260245ffd5b500490565b808201808211156200071c576200071c620006ec565b60805160a05160c05160e05161010051614da8620009585f395f81816106b8015281816123f80152818161254e015261265201525f8181612cd001528181612d870152612dc601525f818161316d015281816135b1015261388701525f61084c01525f8181610a4101528181610c8001528181610f8f015281816110480152818161138301528181611a7e0152818161201c0152818161276901528181612bdc015261373f0152614da85ff3fe6080604052600436106103d3575f3560e01c8063857749b0116101ff578063bccb468711610113578063df2a5b3b116100a8578063eaffd49a11610078578063eaffd49a14610bef578063eb8d72b714610c0e578063f2fde38b14610c2d578063f5ecbdbc14610c4c578063fc0c546a14610c6b575f80fd5b8063df2a5b3b14610b6f578063df47e37314610b8e578063e0bf7fd114610bad578063e6a20ae614610bdb575f80fd5b8063cbed8b9c116100e3578063cbed8b9c14610b09578063cc1776d314610b28578063d1deba1f14610b3d578063dd62ed3e14610b50575f80fd5b8063bccb468714610aa1578063c024666814610ab6578063c18bc19514610ad5578063c446183414610af4575f80fd5b8063a457c2d711610194578063a9059cbb11610164578063a9059cbb146109f2578063b256f7b714610a11578063b353aaa714610a30578063b70143c914610a63578063baf3292d14610a82575f80fd5b8063a457c2d714610976578063a4c51df514610995578063a6c3d165146109b4578063a6fb5dfd146109d3575f80fd5b8063950c8a74116101cf578063950c8a74146108d457806395d89b41146108f35780639bdb9812146109075780639f38369a14610957575f80fd5b8063857749b01461083b5780638cfd8f5c1461086e5780638da5cb5b146108a45780639358928b146108c0575f80fd5b80633d5369f6116102f657806353371be01161028b578063695ef6bf1161025b578063695ef6bf146107ae57806370a08231146107c1578063715018a6146107f55780637533d7881461080957806376203b4814610828575f80fd5b806353371be0146107025780635b8c41e6146107235780636256d1811461077057806366ad5c8a1461078f575f80fd5b806344770515116102c6578063447705151461069457806349bd5a5e146106a75780634c42899a146106da5780634f7041a5146106ed575f80fd5b80633d5369f61461060c5780633d8b38f61461062b5780633f1f4fa41461064a57806342d65a8d14610675575f80fd5b806323b872dd1161036c578063313ce5671161033c578063313ce5671461058457806332a4547d146105a5578063365260b4146105b957806339509351146105ed575f80fd5b806323b872dd146104e75780632dc0562d146105065780632e5bb6ff146105465780633027574414610565575f80fd5b8063095ea7b3116103a7578063095ea7b31461046c5780630df374831461048b57806310ddb137146104aa57806318160ddd146104c9575f80fd5b80621d3567146103d757806301ffc9a7146103f857806306fdde031461042c57806307e0db171461044d575b5f80fd5b3480156103e2575f80fd5b506103f66103f1366004613dc6565b610c7d565b005b348015610403575f80fd5b50610417610412366004613e53565b610ea8565b60405190151581526020015b60405180910390f35b348015610437575f80fd5b50610440610ede565b6040516104239190613ec7565b348015610458575f80fd5b506103f6610467366004613ed9565b610f6e565b348015610477575f80fd5b50610417610486366004613f06565b610ff2565b348015610496575f80fd5b506103f66104a5366004613f30565b611009565b3480156104b5575f80fd5b506103f66104c4366004613ed9565b611027565b3480156104d4575f80fd5b506009545b604051908152602001610423565b3480156104f2575f80fd5b50610417610501366004613f4a565b61107f565b348015610511575f80fd5b5060145461052e906501000000000090046001600160a01b031681565b6040516001600160a01b039091168152602001610423565b348015610551575f80fd5b506103f6610560366004613f88565b6110a2565b348015610570575f80fd5b506103f661057f366004613fae565b611141565b34801561058f575f80fd5b5060125b60405160ff9091168152602001610423565b3480156105b0575f80fd5b506103f6611163565b3480156105c4575f80fd5b506105d86105d3366004613fc7565b6111d6565b60408051928352602083019190915201610423565b3480156105f8575f80fd5b50610417610607366004613f06565b611229565b348015610617575f80fd5b506103f6610626366004613f88565b61124a565b348015610636575f80fd5b50610417610645366004614027565b61129b565b348015610655575f80fd5b506104d9610664366004613ed9565b60036020525f908152604090205481565b348015610680575f80fd5b506103f661068f366004614027565b611364565b34801561069f575f80fd5b506104d95f81565b3480156106b2575f80fd5b5061052e7f000000000000000000000000000000000000000000000000000000000000000081565b3480156106e5575f80fd5b506105935f81565b3480156106f8575f80fd5b506104d9600d5481565b34801561070d575f80fd5b5060145461041790640100000000900460ff1681565b34801561072e575f80fd5b506104d961073d3660046140df565b600560209081525f9384526040808520845180860184018051928152908401958401959095209452929052825290205481565b34801561077b575f80fd5b506103f661078a366004613f88565b6113e5565b34801561079a575f80fd5b506103f66107a9366004613dc6565b6113f2565b6103f66107bc36600461418e565b6114cc565b3480156107cc575f80fd5b506104d96107db3660046141fc565b6001600160a01b03165f9081526007602052604090205490565b348015610800575f80fd5b506103f6611536565b348015610814575f80fd5b50610440610823366004613ed9565b611549565b6103f6610836366004614217565b6115e0565b348015610846575f80fd5b506105937f000000000000000000000000000000000000000000000000000000000000000081565b348015610879575f80fd5b506104d96108883660046142c2565b600260209081525f928352604080842090915290825290205481565b3480156108af575f80fd5b505f546001600160a01b031661052e565b3480156108cb575f80fd5b506104d961168d565b3480156108df575f80fd5b5060045461052e906001600160a01b031681565b3480156108fe575f80fd5b5061044061169c565b348015610912575f80fd5b506104176109213660046140df565b600660209081525f9384526040808520845180860184018051928152908401958401959095209452929052825290205460ff1681565b348015610962575f80fd5b50610440610971366004613ed9565b6116ab565b348015610981575f80fd5b50610417610990366004613f06565b6117bc565b3480156109a0575f80fd5b506105d86109af3660046142f3565b611836565b3480156109bf575f80fd5b506103f66109ce366004614027565b6118c2565b3480156109de575f80fd5b506103f66109ed3660046141fc565b61194a565b3480156109fd575f80fd5b50610417610a0c366004613f06565b611982565b348015610a1c575f80fd5b506103f6610a2b366004613fae565b61198f565b348015610a3b575f80fd5b5061052e7f000000000000000000000000000000000000000000000000000000000000000081565b348015610a6e575f80fd5b506103f6610a7d366004613f88565b6119b3565b348015610a8d575f80fd5b506103f6610a9c3660046141fc565b6119c4565b348015610aac575f80fd5b506104d960125481565b348015610ac1575f80fd5b506103f6610ad03660046143a4565b611a20565b348015610ae0575f80fd5b506103f6610aef366004613f88565b611a52565b348015610aff575f80fd5b506104d961271081565b348015610b14575f80fd5b506103f6610b233660046143ce565b611a5f565b348015610b33575f80fd5b506104d9600e5481565b6103f6610b4b366004613dc6565b611ae4565b348015610b5b575f80fd5b506104d9610b6a366004614437565b611cf4565b348015610b7a575f80fd5b506103f6610b8936600461446e565b611d1e565b348015610b99575f80fd5b506103f6610ba83660046144a7565b611d87565b348015610bb8575f80fd5b50610417610bc73660046141fc565b60156020525f908152604090205460ff1681565b348015610be6575f80fd5b50610593600181565b348015610bfa575f80fd5b506103f6610c093660046144c7565b611e02565b348015610c19575f80fd5b506103f6610c28366004614027565b611f1c565b348015610c38575f80fd5b506103f6610c473660046141fc565b611f75565b348015610c57575f80fd5b50610440610c66366004614587565b611feb565b348015610c76575f80fd5b503061052e565b337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614610cfa5760405162461bcd60e51b815260206004820152601e60248201527f4c7a4170703a20696e76616c696420656e64706f696e742063616c6c6572000060448201526064015b60405180910390fd5b61ffff86165f9081526001602052604081208054610d17906145d1565b80601f0160208091040260200160405190810160405280929190818152602001828054610d43906145d1565b8015610d8e5780601f10610d6557610100808354040283529160200191610d8e565b820191905f5260205f20905b815481529060010190602001808311610d7157829003601f168201915b50505050509050805186869050148015610da857505f8151115b8015610dd0575080516020820120604051610dc69088908890614603565b6040518091039020145b610e2b5760405162461bcd60e51b815260206004820152602660248201527f4c7a4170703a20696e76616c696420736f757263652073656e64696e6720636f6044820152651b9d1c9858dd60d21b6064820152608401610cf1565b610e9f8787878080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284375f9201919091525061209892505050565b50505050505050565b5f6001600160e01b03198216631f7ecdf760e01b1480610ed857506301ffc9a760e01b6001600160e01b03198316145b92915050565b6060600a8054610eed906145d1565b80601f0160208091040260200160405190810160405280929190818152602001828054610f19906145d1565b8015610f645780601f10610f3b57610100808354040283529160200191610f64565b820191905f5260205f20905b815481529060010190602001808311610f4757829003601f168201915b5050505050905090565b610f76612110565b6040516307e0db1760e01b815261ffff821660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906307e0db17906024015b5f604051808303815f87803b158015610fd9575f80fd5b505af1158015610feb573d5f803e3d5ffd5b5050505050565b5f33610fff818585612169565b5060019392505050565b611011612110565b61ffff9091165f90815260036020526040902055565b61102f612110565b6040516310ddb13760e01b815261ffff821660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906310ddb13790602401610fc2565b5f3361108c85828561228c565b611097858585612304565b506001949350505050565b80601154036110b8576032600d819055600e5550565b8060115460016110c89190614626565b106110da576023600d819055600e5550565b8060115460056110ea9190614626565b106110fc57601e600d819055600e5550565b80601154600b61110c9190614626565b1061111e576019600d819055600e5550565b80601154601861112e9190614626565b1061113e576014600d819055600e555b50565b611149612110565b601480549115156101000261ff0019909216919091179055565b61116b612110565b601454640100000000900460ff16156111bb5760405162461bcd60e51b8152602060048201526012602482015271151c98591a5b99c81b9bdd081c185d5cd95960721b6044820152606401610cf1565b601480544360115564ff000000ff1916640100000001179055565b5f8061121a8888888888888080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061270492505050565b91509150965096945050505050565b5f33610fff81858561123b8383611cf4565b6112459190614626565b612169565b611252612110565b5f81116112965760405162461bcd60e51b815260206004820152601260248201527143616e6e6f742073657420746f207a65726f60701b6044820152606401610cf1565b600f55565b61ffff83165f90815260016020526040812080548291906112bb906145d1565b80601f01602080910402602001604051908101604052809291908181526020018280546112e7906145d1565b80156113325780601f1061130957610100808354040283529160200191611332565b820191905f5260205f20905b81548152906001019060200180831161131557829003601f168201915b505050505090508383604051611349929190614603565b60405180910390208180519060200120149150509392505050565b61136c612110565b6040516342d65a8d60e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906342d65a8d906113bc90869086908690600401614661565b5f604051808303815f87803b1580156113d3575f80fd5b505af1158015610e9f573d5f803e3d5ffd5b6113ed612110565b600c55565b3330146114505760405162461bcd60e51b815260206004820152602660248201527f4e6f6e626c6f636b696e674c7a4170703a2063616c6c6572206d7573742062656044820152650204c7a4170760d41b6064820152608401610cf1565b6114c48686868080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525050604080516020601f8901819004810282018101909252878152899350915087908790819084018382808284375f920191909152506127f392505050565b505050505050565b6114c4858585856114e060208701876141fc565b6114f060408801602089016141fc565b6114fd604089018961467e565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061287892505050565b61153e612110565b6115475f61295d565b565b60016020525f908152604090208054611561906145d1565b80601f016020809104026020016040519081016040528092919081815260200182805461158d906145d1565b80156115d85780601f106115af576101008083540402835291602001916115d8565b820191905f5260205f20905b8154815290600101906020018083116115bb57829003601f168201915b505050505081565b6116828888888888888080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508a925061162c91505060208901896141fc565b61163c60408a0160208b016141fc565b61164960408b018b61467e565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152506129ac92505050565b505050505050505050565b5f61169760095490565b905090565b6060600b8054610eed906145d1565b61ffff81165f908152600160205260408120805460609291906116cd906145d1565b80601f01602080910402602001604051908101604052809291908181526020018280546116f9906145d1565b80156117445780601f1061171b57610100808354040283529160200191611744565b820191905f5260205f20905b81548152906001019060200180831161172757829003601f168201915b5050505050905080515f0361179b5760405162461bcd60e51b815260206004820152601d60248201527f4c7a4170703a206e6f20747275737465642070617468207265636f72640000006044820152606401610cf1565b6117b55f601483516117ad91906146c0565b839190612aa5565b9392505050565b5f33816117c98286611cf4565b9050838110156118295760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610cf1565b6110978286868403612169565b5f806118b08b8b8b8b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525050604080516020601f8d018190048102820181019092528b81528e93508d9250908c908c90819084018382808284375f92019190915250612bb192505050565b91509150995099975050505050505050565b6118ca612110565b8181306040516020016118df939291906146d3565b60408051601f1981840301815291815261ffff85165f90815260016020522090611909908261473d565b507f8c0400cfe2d1199b1a725c78960bcc2a344d869b80590d0f2bd005db15a572ce83838360405161193d93929190614661565b60405180910390a1505050565b611952612110565b601480546001600160a01b03909216650100000000000265010000000000600160c81b0319909216919091179055565b5f33610fff818585612304565b611997612110565b60148054911515620100000262ff000019909216919091179055565b6119bb612110565b61113e81612c68565b6119cc612110565b600480546001600160a01b0319166001600160a01b0383169081179091556040519081527f5db758e995a17ec1ad84bdef7e8c3293a0bd6179bcce400dff5d4c3d87db726b9060200160405180910390a150565b611a28612110565b6001600160a01b03919091165f908152601560205260409020805460ff1916911515919091179055565b611a5a612110565b601055565b611a67612110565b6040516332fb62e760e21b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063cbed8b9c90611abb90889088908890889088906004016147f8565b5f604051808303815f87803b158015611ad2575f80fd5b505af1158015611682573d5f803e3d5ffd5b61ffff86165f908152600560205260408082209051611b069088908890614603565b90815260408051602092819003830190206001600160401b0387165f9081529252902054905080611b855760405162461bcd60e51b815260206004820152602360248201527f4e6f6e626c6f636b696e674c7a4170703a206e6f2073746f726564206d65737360448201526261676560e81b6064820152608401610cf1565b808383604051611b96929190614603565b604051809103902014611bf55760405162461bcd60e51b815260206004820152602160248201527f4e6f6e626c6f636b696e674c7a4170703a20696e76616c6964207061796c6f616044820152601960fa1b6064820152608401610cf1565b61ffff87165f908152600560205260408082209051611c179089908990614603565b90815260408051602092819003830181206001600160401b0389165f90815290845282902093909355601f88018290048202830182019052868252611cac91899189908990819084018382808284375f9201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284375f920191909152506127f392505050565b7fc264d91f3adc5588250e1551f547752ca0cfa8f6b530d243b9f9f4cab10ea8e58787878785604051611ce3959493929190614830565b60405180910390a150505050505050565b6001600160a01b039182165f90815260086020908152604080832093909416825291909152205490565b611d26612110565b61ffff8381165f8181526002602090815260408083209487168084529482529182902085905581519283528201929092529081018290527f9d5c7c0b934da8fefa9c7760c98383778a12dfbfc0c3b3106518f43fb9508ac09060600161193d565b611d8f612110565b600a8211158015611da15750600a8111155b611ded5760405162461bcd60e51b815260206004820152601960248201527f43616e6e6f74207365742074617865732061626f7665203130000000000000006044820152606401610cf1565b600d91909155600e556014805460ff19169055565b333014611e515760405162461bcd60e51b815260206004820152601f60248201527f4f4654436f72653a2063616c6c6572206d757374206265204f4654436f7265006044820152606401610cf1565b611e5c308686612e4e565b9350846001600160a01b03168a61ffff167fbf551ec93859b170f9b2141bd9298bf3f64322c6f7beb2543a0cb669834118bf86604051611e9e91815260200190565b60405180910390a3604051633fe79aed60e11b81526001600160a01b03861690637fcf35da908390611ee2908e908e908e908e908e908d908d908d9060040161486a565b5f604051808303815f88803b158015611ef9575f80fd5b5087f1158015611f0b573d5f803e3d5ffd5b505050505050505050505050505050565b611f24612110565b61ffff83165f908152600160205260409020611f418284836148c4565b507ffa41487ad5d6728f0b19276fa1eddc16558578f5109fc39d2dc33c3230470dab83838360405161193d93929190614661565b611f7d612110565b6001600160a01b038116611fe25760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610cf1565b61113e8161295d565b604051633d7b2f6f60e21b815261ffff808616600483015284166024820152306044820152606481018290526060907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063f5ecbdbc906084015f60405180830381865afa158015612068573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261208f919081019061497d565b95945050505050565b5f806120fa5a60966366ad5c8a60e01b898989896040516024016120bf94939291906149e5565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915230929190612e9f565b91509150816114c4576114c48686868685612f23565b5f546001600160a01b031633146115475760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610cf1565b6001600160a01b0383166121cb5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610cf1565b6001600160a01b03821661222c5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610cf1565b6001600160a01b038381165f8181526008602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b5f6122978484611cf4565b90505f1981146122fe57818110156122f15760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610cf1565b6122fe8484848403612169565b50505050565b5f81116123625760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e73666572206d75737420626520677265617465722060448201526507468616e20360d41b6064820152608401610cf1565b601454640100000000900460ff166123e0575f546001600160a01b038481169116148061239b57505f546001600160a01b038381169116145b6123e05760405162461bcd60e51b8152602060048201526016602482015275151c98591a5b99c81b9bdd081858dd1a5d99481e595d60521b6044820152606401610cf1565b6014545f9060ff16156123f6576123f6436110a2565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316846001600160a01b031614801561244f57506001600160a01b0383165f9081526015602052604090205460ff16155b1561254c5760105482612476856001600160a01b03165f9081526007602052604090205490565b6124809190614626565b11156124c55760405162461bcd60e51b815260206004820152601460248201527313585e0815d85b1b195d08125b881159999958dd60621b6044820152606401610cf1565b600c5482111561250a5760405162461bcd60e51b815260206004820152601060248201526f13585e08151e081a5b881959999958dd60821b6044820152606401610cf1565b601454610100900460ff1615612537576064600d548361252a9190614a22565b6125349190614a4d565b90505b60128054905f61254683614a60565b91905055505b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b03161480156125a557506001600160a01b0384165f9081526015602052604090205460ff16155b1561261c57600c548211156125ef5760405162461bcd60e51b815260206004820152601060248201526f13585e08151e081a5b881959999958dd60821b6044820152606401610cf1565b601454610100900460ff161561261c576064600e548361260f9190614a22565b6126199190614a4d565b90505b305f90815260076020526040902054600f548110801590819061264957506014546301000000900460ff16155b801561268757507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316866001600160a01b031614155b80156126ab57506001600160a01b0386165f9081526015602052604090205460ff16155b80156126ba5750601354601254115b156126ca576126ca600f54612c68565b82156126f9575f6126db84866146c0565b90506126e8873086612fbd565b6126f3878783612fbd565b506114c4565b6114c4868686612fbd565b5f805f61274f8761271488613166565b604080515f6020820152602181019390935260c09190911b6001600160c01b0319166041830152805160298184030181526049909201905290565b60405163040a7bb160e41b81529091506001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906340a7bb10906127a6908b90309086908b908b90600401614a78565b6040805180830381865afa1580156127c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127e49190614acb565b92509250509550959350505050565b5f6127fe82826131eb565b905060ff81166128195761281485858585613246565b610feb565b5f1960ff82160161283057612814858585856132d4565b60405162461bcd60e51b815260206004820152601c60248201527f4f4654436f72653a20756e6b6e6f776e207061636b65742074797065000000006044820152606401610cf1565b5f612885878284816134d7565b61288e856135aa565b50905061289d888888846135e9565b90505f81116128ea5760405162461bcd60e51b815260206004820152601960248201527813d19510dbdc994e88185b5bdd5b9d081d1bdbc81cdb585b1b603a1b6044820152606401610cf1565b5f6128f88761271484613166565b905061290888828787873461361a565b86896001600160a01b03168961ffff167fd81fc9b8523134ed613870ed029d6170cbb73aa6a6bc311b9a642689fb9df59a8560405161294991815260200190565b60405180910390a450979650505050505050565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f6129c3896001846001600160401b0389166134d7565b6129cc876135aa565b5090506129db8a8a8a846135e9565b90505f8111612a285760405162461bcd60e51b815260206004820152601960248201527813d19510dbdc994e88185b5bdd5b9d081d1bdbc81cdb585b1b603a1b6044820152606401610cf1565b5f612a3e338a612a3785613166565b8a8a6137b7565b9050612a4e8a828787873461361a565b888b6001600160a01b03168b61ffff167fd81fc9b8523134ed613870ed029d6170cbb73aa6a6bc311b9a642689fb9df59a85604051612a8f91815260200190565b60405180910390a4509998505050505050505050565b606081612ab381601f614626565b1015612af25760405162461bcd60e51b815260206004820152600e60248201526d736c6963655f6f766572666c6f7760901b6044820152606401610cf1565b612afc8284614626565b84511015612b405760405162461bcd60e51b8152602060048201526011602482015270736c6963655f6f75744f66426f756e647360781b6044820152606401610cf1565b606082158015612b5e5760405191505f825260208201604052612ba8565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015612b97578051835260209283019201612b7f565b5050858452601f01601f1916604052505b50949350505050565b5f805f612bc2338a612a378b613166565b60405163040a7bb160e41b81529091506001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906340a7bb1090612c19908d90309086908b908b90600401614a78565b6040805180830381865afa158015612c33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c579190614acb565b925092505097509795505050505050565b6014805463ff000000191663010000001790556040805160028082526060820183525f9260208301908036833701905050905030815f81518110612cae57612cae614aed565b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015612d2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d4e9190614b01565b81600181518110612d6157612d61614aed565b60200260200101906001600160a01b031690816001600160a01b031681525050612dac307f000000000000000000000000000000000000000000000000000000000000000084612169565b60145460405163791ac94760e01b81526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169263791ac94792612e109287925f92889265010000000000909204909116904290600401614b1c565b5f604051808303815f87803b158015612e27575f80fd5b505af1158015612e39573d5f803e3d5ffd5b50506014805463ff0000001916905550505050565b5f33306001600160a01b03861614801590612e7b5750806001600160a01b0316856001600160a01b031614155b15612e8b57612e8b85828561228c565b612e96858585612304565b50909392505050565b5f60605f805f8661ffff166001600160401b03811115612ec157612ec1614075565b6040519080825280601f01601f191660200182016040528015612eeb576020820181803683370190505b5090505f808751602089015f8d8df191503d925086831115612f0b578692505b828152825f602083013e909890975095505050505050565b818051906020012060055f8761ffff1661ffff1681526020019081526020015f2085604051612f529190614b8d565b9081526040805191829003602090810183206001600160401b0388165f908152915220919091557fe183f33de2837795525b4792ca4cd60535bd77c53b7e7030060bfcf5734d6b0c90612fae9087908790879087908790614ba8565b60405180910390a15050505050565b6001600160a01b0383166130215760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610cf1565b6001600160a01b0382166130835760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610cf1565b6001600160a01b0383165f90815260076020526040902054818110156130fa5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610cf1565b6001600160a01b038085165f8181526007602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906131599086815260200190565b60405180910390a36122fe565b5f806131927f000000000000000000000000000000000000000000000000000000000000000084614a4d565b90506001600160401b03811115610ed85760405162461bcd60e51b815260206004820152601a60248201527f4f4654436f72653a20616d6f756e745344206f766572666c6f770000000000006044820152606401610cf1565b5f6131f7826001614626565b8351101561323d5760405162461bcd60e51b8152602060048201526013602482015272746f55696e74385f6f75744f66426f756e647360681b6044820152606401610cf1565b50016001015190565b5f80613251836137fd565b90925090506001600160a01b03821661326a5761dead91505b5f61327482613881565b90506132818784836138b5565b9050826001600160a01b03168761ffff167fbf551ec93859b170f9b2141bd9298bf3f64322c6f7beb2543a0cb669834118bf836040516132c391815260200190565b60405180910390a350505050505050565b5f805f805f6132e2866138c7565b945094509450945094505f60065f8b61ffff1661ffff1681526020019081526020015f20896040516133149190614b8d565b90815260408051602092819003830190206001600160401b038b165f908152925281205460ff16915061334685613881565b9050816133b2576133588b30836138b5565b61ffff8c165f9081526006602052604090819020905191925060019161337f908d90614b8d565b90815260408051602092819003830190206001600160401b038d165f90815292529020805460ff19169115159190911790555b6001600160a01b0386163b613409576040516001600160a01b03871681527f9aedf5fdba8716db3b6705ca00150643309995d4f818a249ed6dde6677e7792d9060200160405180910390a1505050505050506122fe565b8a8a8a8a8a8a868a5f8a613426578b6001600160401b0316613428565b5a5b90505f806134595a609663eaffd49a60e01b8e8e8e8d8d8d8d8d6040516024016120bf989796959493929190614bf9565b9150915081156134b2578751602089012060405161ffff8d16907fb8890edbfc1c74692f527444645f95489c3703cc2df42e4a366f5d06fa6cd884906134a4908e908e908690614c6c565b60405180910390a2506134bf565b6134bf8b8b8b8b85612f23565b50505050505050505050505050505050505050505050565b5f6134e18361397d565b61ffff8087165f90815260026020908152604080832093891683529290522054909150806135515760405162461bcd60e51b815260206004820152601a60248201527f4c7a4170703a206d696e4761734c696d6974206e6f74207365740000000000006044820152606401610cf1565b61355b8382614626565b8210156114c45760405162461bcd60e51b815260206004820152601b60248201527f4c7a4170703a20676173206c696d697420697320746f6f206c6f7700000000006044820152606401610cf1565b5f806135d67f000000000000000000000000000000000000000000000000000000000000000084614c99565b90506135e281846146c0565b9150915091565b5f336001600160a01b03861681146136065761360686828561228c565b61361086846139d8565b5090949350505050565b61ffff86165f9081526001602052604081208054613637906145d1565b80601f0160208091040260200160405190810160405280929190818152602001828054613663906145d1565b80156136ae5780601f10613685576101008083540402835291602001916136ae565b820191905f5260205f20905b81548152906001019060200180831161369157829003601f168201915b5050505050905080515f0361371e5760405162461bcd60e51b815260206004820152603060248201527f4c7a4170703a2064657374696e6174696f6e20636861696e206973206e6f742060448201526f61207472757374656420736f7572636560801b6064820152608401610cf1565b613729878751613b0a565b60405162c5803160e81b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063c5803100908490613780908b9086908c908c908c908c90600401614cac565b5f604051808303818588803b158015613797575f80fd5b505af11580156137a9573d5f803e3d5ffd5b505050505050505050505050565b6060600185856001600160a01b03891685876040516020016137de96959493929190614d12565b604051602081830303815290604052905095945050505050565b505050565b5f808061380a84826131eb565b60ff1614801561381b575082516029145b6138625760405162461bcd60e51b815260206004820152601860248201527713d19510dbdc994e881a5b9d985b1a59081c185e5b1bd85960421b6044820152606401610cf1565b61386d83600d613b7a565b915061387a836021613bde565b9050915091565b5f610ed87f00000000000000000000000000000000000000000000000000000000000000006001600160401b038416614a22565b5f6138c08383613c3a565b5092915050565b5f808060608160016138d987836131eb565b60ff16146139245760405162461bcd60e51b815260206004820152601860248201527713d19510dbdc994e881a5b9d985b1a59081c185e5b1bd85960421b6044820152606401610cf1565b61392f86600d613b7a565b935061393c866021613bde565b9250613949866029613cf9565b9450613956866049613bde565b9050613972605180885161396a91906146c0565b889190612aa5565b915091939590929450565b5f6022825110156139d05760405162461bcd60e51b815260206004820152601c60248201527f4c7a4170703a20696e76616c69642061646170746572506172616d73000000006044820152606401610cf1565b506022015190565b6001600160a01b038216613a385760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610cf1565b6001600160a01b0382165f9081526007602052604090205481811015613aab5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610cf1565b6001600160a01b0383165f8181526007602090815260408083208686039055600980548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3505050565b61ffff82165f9081526003602052604081205490819003613b2a57506127105b808211156137f85760405162461bcd60e51b815260206004820181905260248201527f4c7a4170703a207061796c6f61642073697a6520697320746f6f206c617267656044820152606401610cf1565b5f613b86826014614626565b83511015613bce5760405162461bcd60e51b8152602060048201526015602482015274746f416464726573735f6f75744f66426f756e647360581b6044820152606401610cf1565b500160200151600160601b900490565b5f613bea826008614626565b83511015613c315760405162461bcd60e51b8152602060048201526014602482015273746f55696e7436345f6f75744f66426f756e647360601b6044820152606401610cf1565b50016008015190565b6001600160a01b038216613c905760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610cf1565b8060095f828254613ca19190614626565b90915550506001600160a01b0382165f818152600760209081526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b5f613d05826020614626565b83511015613d4d5760405162461bcd60e51b8152602060048201526015602482015274746f427974657333325f6f75744f66426f756e647360581b6044820152606401610cf1565b50016020015190565b803561ffff81168114613d67575f80fd5b919050565b5f8083601f840112613d7c575f80fd5b5081356001600160401b03811115613d92575f80fd5b602083019150836020828501011115613da9575f80fd5b9250929050565b80356001600160401b0381168114613d67575f80fd5b5f805f805f8060808789031215613ddb575f80fd5b613de487613d56565b955060208701356001600160401b0380821115613dff575f80fd5b613e0b8a838b01613d6c565b9097509550859150613e1f60408a01613db0565b94506060890135915080821115613e34575f80fd5b50613e4189828a01613d6c565b979a9699509497509295939492505050565b5f60208284031215613e63575f80fd5b81356001600160e01b0319811681146117b5575f80fd5b5f5b83811015613e94578181015183820152602001613e7c565b50505f910152565b5f8151808452613eb3816020860160208601613e7a565b601f01601f19169290920160200192915050565b602081525f6117b56020830184613e9c565b5f60208284031215613ee9575f80fd5b6117b582613d56565b6001600160a01b038116811461113e575f80fd5b5f8060408385031215613f17575f80fd5b8235613f2281613ef2565b946020939093013593505050565b5f8060408385031215613f41575f80fd5b613f2283613d56565b5f805f60608486031215613f5c575f80fd5b8335613f6781613ef2565b92506020840135613f7781613ef2565b929592945050506040919091013590565b5f60208284031215613f98575f80fd5b5035919050565b80358015158114613d67575f80fd5b5f60208284031215613fbe575f80fd5b6117b582613f9f565b5f805f805f8060a08789031215613fdc575f80fd5b613fe587613d56565b9550602087013594506040870135935061400160608801613f9f565b925060808701356001600160401b0381111561401b575f80fd5b613e4189828a01613d6c565b5f805f60408486031215614039575f80fd5b61404284613d56565b925060208401356001600160401b0381111561405c575f80fd5b61406886828701613d6c565b9497909650939450505050565b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f191681016001600160401b03811182821017156140b1576140b1614075565b604052919050565b5f6001600160401b038211156140d1576140d1614075565b50601f01601f191660200190565b5f805f606084860312156140f1575f80fd5b6140fa84613d56565b925060208401356001600160401b03811115614114575f80fd5b8401601f81018613614124575f80fd5b8035614137614132826140b9565b614089565b81815287602083850101111561414b575f80fd5b816020840160208301375f6020838301015280945050505061416f60408501613db0565b90509250925092565b5f60608284031215614188575f80fd5b50919050565b5f805f805f60a086880312156141a2575f80fd5b85356141ad81613ef2565b94506141bb60208701613d56565b9350604086013592506060860135915060808601356001600160401b038111156141e3575f80fd5b6141ef88828901614178565b9150509295509295909350565b5f6020828403121561420c575f80fd5b81356117b581613ef2565b5f805f805f805f8060e0898b03121561422e575f80fd5b883561423981613ef2565b975061424760208a01613d56565b9650604089013595506060890135945060808901356001600160401b0380821115614270575f80fd5b61427c8c838d01613d6c565b909650945084915061429060a08c01613db0565b935060c08b01359150808211156142a5575f80fd5b506142b28b828c01614178565b9150509295985092959890939650565b5f80604083850312156142d3575f80fd5b6142dc83613d56565b91506142ea60208401613d56565b90509250929050565b5f805f805f805f805f60e08a8c03121561430b575f80fd5b6143148a613d56565b985060208a0135975060408a0135965060608a01356001600160401b038082111561433d575f80fd5b6143498d838e01613d6c565b909850965086915061435d60808d01613db0565b955061436b60a08d01613f9f565b945060c08c0135915080821115614380575f80fd5b5061438d8c828d01613d6c565b915080935050809150509295985092959850929598565b5f80604083850312156143b5575f80fd5b82356143c081613ef2565b91506142ea60208401613f9f565b5f805f805f608086880312156143e2575f80fd5b6143eb86613d56565b94506143f960208701613d56565b93506040860135925060608601356001600160401b0381111561441a575f80fd5b61442688828901613d6c565b969995985093965092949392505050565b5f8060408385031215614448575f80fd5b823561445381613ef2565b9150602083013561446381613ef2565b809150509250929050565b5f805f60608486031215614480575f80fd5b61448984613d56565b925061449760208501613d56565b9150604084013590509250925092565b5f80604083850312156144b8575f80fd5b50508035926020909101359150565b5f805f805f805f805f806101008b8d0312156144e1575f80fd5b6144ea8b613d56565b995060208b01356001600160401b0380821115614505575f80fd5b6145118e838f01613d6c565b909b50995089915061452560408e01613db0565b985060608d0135975060808d0135915061453e82613ef2565b90955060a08c0135945060c08c0135908082111561455a575f80fd5b506145678d828e01613d6c565b9150809450508092505060e08b013590509295989b9194979a5092959850565b5f805f806080858703121561459a575f80fd5b6145a385613d56565b93506145b160208601613d56565b925060408501356145c181613ef2565b9396929550929360600135925050565b600181811c908216806145e557607f821691505b60208210810361418857634e487b7160e01b5f52602260045260245ffd5b818382375f9101908152919050565b634e487b7160e01b5f52601160045260245ffd5b80820180821115610ed857610ed8614612565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b61ffff84168152604060208201525f61208f604083018486614639565b5f808335601e19843603018112614693575f80fd5b8301803591506001600160401b038211156146ac575f80fd5b602001915036819003821315613da9575f80fd5b81810381811115610ed857610ed8614612565b8284823760609190911b6bffffffffffffffffffffffff19169101908152601401919050565b601f8211156137f857805f5260205f20601f840160051c8101602085101561471e5750805b601f840160051c820191505b81811015610feb575f815560010161472a565b81516001600160401b0381111561475657614756614075565b61476a8161476484546145d1565b846146f9565b602080601f83116001811461479d575f84156147865750858301515b5f19600386901b1c1916600185901b1785556114c4565b5f85815260208120601f198616915b828110156147cb578886015182559484019460019091019084016147ac565b50858210156147e857878501515f19600388901b60f8161c191681555b5050505050600190811b01905550565b5f61ffff808816835280871660208401525084604083015260806060830152614825608083018486614639565b979650505050505050565b61ffff86168152608060208201525f61484d608083018688614639565b6001600160401b0394909416604083015250606001529392505050565b61ffff8916815260c060208201525f61488760c08301898b614639565b6001600160401b038816604084015286606084015285608084015282810360a08401526148b5818587614639565b9b9a5050505050505050505050565b6001600160401b038311156148db576148db614075565b6148ef836148e983546145d1565b836146f9565b5f601f841160018114614920575f85156149095750838201355b5f19600387901b1c1916600186901b178355610feb565b5f83815260208120601f198716915b8281101561494f578685013582556020948501946001909201910161492f565b508682101561496b575f1960f88860031b161c19848701351681555b505060018560011b0183555050505050565b5f6020828403121561498d575f80fd5b81516001600160401b038111156149a2575f80fd5b8201601f810184136149b2575f80fd5b80516149c0614132826140b9565b8181528560208385010111156149d4575f80fd5b61208f826020830160208601613e7a565b61ffff85168152608060208201525f614a016080830186613e9c565b6001600160401b038516604084015282810360608401526148258185613e9c565b8082028115828204841417610ed857610ed8614612565b634e487b7160e01b5f52601260045260245ffd5b5f82614a5b57614a5b614a39565b500490565b5f60018201614a7157614a71614612565b5060010190565b61ffff861681526001600160a01b038516602082015260a0604082018190525f90614aa590830186613e9c565b84151560608401528281036080840152614abf8185613e9c565b98975050505050505050565b5f8060408385031215614adc575f80fd5b505080516020909101519092909150565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215614b11575f80fd5b81516117b581613ef2565b5f60a08201878352602087602085015260a0604085015281875180845260c0860191506020890193505f5b81811015614b6c5784516001600160a01b031683529383019391830191600101614b47565b50506001600160a01b03969096166060850152505050608001529392505050565b5f8251614b9e818460208701613e7a565b9190910192915050565b61ffff8616815260a060208201525f614bc460a0830187613e9c565b6001600160401b03861660408401528281036060840152614be58186613e9c565b90508281036080840152614abf8185613e9c565b5f61010061ffff8b168352806020840152614c168184018b613e9c565b6001600160401b038a166040850152606084018990526001600160a01b038816608085015260a0840187905283810360c08501529050614c568186613e9c565b9150508260e08301529998505050505050505050565b606081525f614c7e6060830186613e9c565b6001600160401b039490941660208301525060400152919050565b5f82614ca757614ca7614a39565b500690565b61ffff8716815260c060208201525f614cc860c0830188613e9c565b8281036040840152614cda8188613e9c565b6001600160a01b0387811660608601528616608085015283810360a08501529050614d058185613e9c565b9998505050505050505050565b60ff60f81b8760f81b1681528560018201525f6001600160401b0360c01b808760c01b166021840152856029840152808560c01b166049840152508251614d60816051850160208701613e7a565b9190910160510197965050505050505056fea2646970667358221220ab391a14faeb90ebe5228e44cf60b08aee67debb0b8865698cca7b5de86d43cd64736f6c63430008180033

Deployed Bytecode

0x6080604052600436106103d3575f3560e01c8063857749b0116101ff578063bccb468711610113578063df2a5b3b116100a8578063eaffd49a11610078578063eaffd49a14610bef578063eb8d72b714610c0e578063f2fde38b14610c2d578063f5ecbdbc14610c4c578063fc0c546a14610c6b575f80fd5b8063df2a5b3b14610b6f578063df47e37314610b8e578063e0bf7fd114610bad578063e6a20ae614610bdb575f80fd5b8063cbed8b9c116100e3578063cbed8b9c14610b09578063cc1776d314610b28578063d1deba1f14610b3d578063dd62ed3e14610b50575f80fd5b8063bccb468714610aa1578063c024666814610ab6578063c18bc19514610ad5578063c446183414610af4575f80fd5b8063a457c2d711610194578063a9059cbb11610164578063a9059cbb146109f2578063b256f7b714610a11578063b353aaa714610a30578063b70143c914610a63578063baf3292d14610a82575f80fd5b8063a457c2d714610976578063a4c51df514610995578063a6c3d165146109b4578063a6fb5dfd146109d3575f80fd5b8063950c8a74116101cf578063950c8a74146108d457806395d89b41146108f35780639bdb9812146109075780639f38369a14610957575f80fd5b8063857749b01461083b5780638cfd8f5c1461086e5780638da5cb5b146108a45780639358928b146108c0575f80fd5b80633d5369f6116102f657806353371be01161028b578063695ef6bf1161025b578063695ef6bf146107ae57806370a08231146107c1578063715018a6146107f55780637533d7881461080957806376203b4814610828575f80fd5b806353371be0146107025780635b8c41e6146107235780636256d1811461077057806366ad5c8a1461078f575f80fd5b806344770515116102c6578063447705151461069457806349bd5a5e146106a75780634c42899a146106da5780634f7041a5146106ed575f80fd5b80633d5369f61461060c5780633d8b38f61461062b5780633f1f4fa41461064a57806342d65a8d14610675575f80fd5b806323b872dd1161036c578063313ce5671161033c578063313ce5671461058457806332a4547d146105a5578063365260b4146105b957806339509351146105ed575f80fd5b806323b872dd146104e75780632dc0562d146105065780632e5bb6ff146105465780633027574414610565575f80fd5b8063095ea7b3116103a7578063095ea7b31461046c5780630df374831461048b57806310ddb137146104aa57806318160ddd146104c9575f80fd5b80621d3567146103d757806301ffc9a7146103f857806306fdde031461042c57806307e0db171461044d575b5f80fd5b3480156103e2575f80fd5b506103f66103f1366004613dc6565b610c7d565b005b348015610403575f80fd5b50610417610412366004613e53565b610ea8565b60405190151581526020015b60405180910390f35b348015610437575f80fd5b50610440610ede565b6040516104239190613ec7565b348015610458575f80fd5b506103f6610467366004613ed9565b610f6e565b348015610477575f80fd5b50610417610486366004613f06565b610ff2565b348015610496575f80fd5b506103f66104a5366004613f30565b611009565b3480156104b5575f80fd5b506103f66104c4366004613ed9565b611027565b3480156104d4575f80fd5b506009545b604051908152602001610423565b3480156104f2575f80fd5b50610417610501366004613f4a565b61107f565b348015610511575f80fd5b5060145461052e906501000000000090046001600160a01b031681565b6040516001600160a01b039091168152602001610423565b348015610551575f80fd5b506103f6610560366004613f88565b6110a2565b348015610570575f80fd5b506103f661057f366004613fae565b611141565b34801561058f575f80fd5b5060125b60405160ff9091168152602001610423565b3480156105b0575f80fd5b506103f6611163565b3480156105c4575f80fd5b506105d86105d3366004613fc7565b6111d6565b60408051928352602083019190915201610423565b3480156105f8575f80fd5b50610417610607366004613f06565b611229565b348015610617575f80fd5b506103f6610626366004613f88565b61124a565b348015610636575f80fd5b50610417610645366004614027565b61129b565b348015610655575f80fd5b506104d9610664366004613ed9565b60036020525f908152604090205481565b348015610680575f80fd5b506103f661068f366004614027565b611364565b34801561069f575f80fd5b506104d95f81565b3480156106b2575f80fd5b5061052e7f000000000000000000000000c1dad2262b517eb23b5c323ae576585482c7c92181565b3480156106e5575f80fd5b506105935f81565b3480156106f8575f80fd5b506104d9600d5481565b34801561070d575f80fd5b5060145461041790640100000000900460ff1681565b34801561072e575f80fd5b506104d961073d3660046140df565b600560209081525f9384526040808520845180860184018051928152908401958401959095209452929052825290205481565b34801561077b575f80fd5b506103f661078a366004613f88565b6113e5565b34801561079a575f80fd5b506103f66107a9366004613dc6565b6113f2565b6103f66107bc36600461418e565b6114cc565b3480156107cc575f80fd5b506104d96107db3660046141fc565b6001600160a01b03165f9081526007602052604090205490565b348015610800575f80fd5b506103f6611536565b348015610814575f80fd5b50610440610823366004613ed9565b611549565b6103f6610836366004614217565b6115e0565b348015610846575f80fd5b506105937f000000000000000000000000000000000000000000000000000000000000000881565b348015610879575f80fd5b506104d96108883660046142c2565b600260209081525f928352604080842090915290825290205481565b3480156108af575f80fd5b505f546001600160a01b031661052e565b3480156108cb575f80fd5b506104d961168d565b3480156108df575f80fd5b5060045461052e906001600160a01b031681565b3480156108fe575f80fd5b5061044061169c565b348015610912575f80fd5b506104176109213660046140df565b600660209081525f9384526040808520845180860184018051928152908401958401959095209452929052825290205460ff1681565b348015610962575f80fd5b50610440610971366004613ed9565b6116ab565b348015610981575f80fd5b50610417610990366004613f06565b6117bc565b3480156109a0575f80fd5b506105d86109af3660046142f3565b611836565b3480156109bf575f80fd5b506103f66109ce366004614027565b6118c2565b3480156109de575f80fd5b506103f66109ed3660046141fc565b61194a565b3480156109fd575f80fd5b50610417610a0c366004613f06565b611982565b348015610a1c575f80fd5b506103f6610a2b366004613fae565b61198f565b348015610a3b575f80fd5b5061052e7f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67581565b348015610a6e575f80fd5b506103f6610a7d366004613f88565b6119b3565b348015610a8d575f80fd5b506103f6610a9c3660046141fc565b6119c4565b348015610aac575f80fd5b506104d960125481565b348015610ac1575f80fd5b506103f6610ad03660046143a4565b611a20565b348015610ae0575f80fd5b506103f6610aef366004613f88565b611a52565b348015610aff575f80fd5b506104d961271081565b348015610b14575f80fd5b506103f6610b233660046143ce565b611a5f565b348015610b33575f80fd5b506104d9600e5481565b6103f6610b4b366004613dc6565b611ae4565b348015610b5b575f80fd5b506104d9610b6a366004614437565b611cf4565b348015610b7a575f80fd5b506103f6610b8936600461446e565b611d1e565b348015610b99575f80fd5b506103f6610ba83660046144a7565b611d87565b348015610bb8575f80fd5b50610417610bc73660046141fc565b60156020525f908152604090205460ff1681565b348015610be6575f80fd5b50610593600181565b348015610bfa575f80fd5b506103f6610c093660046144c7565b611e02565b348015610c19575f80fd5b506103f6610c28366004614027565b611f1c565b348015610c38575f80fd5b506103f6610c473660046141fc565b611f75565b348015610c57575f80fd5b50610440610c66366004614587565b611feb565b348015610c76575f80fd5b503061052e565b337f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd6756001600160a01b031614610cfa5760405162461bcd60e51b815260206004820152601e60248201527f4c7a4170703a20696e76616c696420656e64706f696e742063616c6c6572000060448201526064015b60405180910390fd5b61ffff86165f9081526001602052604081208054610d17906145d1565b80601f0160208091040260200160405190810160405280929190818152602001828054610d43906145d1565b8015610d8e5780601f10610d6557610100808354040283529160200191610d8e565b820191905f5260205f20905b815481529060010190602001808311610d7157829003601f168201915b50505050509050805186869050148015610da857505f8151115b8015610dd0575080516020820120604051610dc69088908890614603565b6040518091039020145b610e2b5760405162461bcd60e51b815260206004820152602660248201527f4c7a4170703a20696e76616c696420736f757263652073656e64696e6720636f6044820152651b9d1c9858dd60d21b6064820152608401610cf1565b610e9f8787878080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284375f9201919091525061209892505050565b50505050505050565b5f6001600160e01b03198216631f7ecdf760e01b1480610ed857506301ffc9a760e01b6001600160e01b03198316145b92915050565b6060600a8054610eed906145d1565b80601f0160208091040260200160405190810160405280929190818152602001828054610f19906145d1565b8015610f645780601f10610f3b57610100808354040283529160200191610f64565b820191905f5260205f20905b815481529060010190602001808311610f4757829003601f168201915b5050505050905090565b610f76612110565b6040516307e0db1760e01b815261ffff821660048201527f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd6756001600160a01b0316906307e0db17906024015b5f604051808303815f87803b158015610fd9575f80fd5b505af1158015610feb573d5f803e3d5ffd5b5050505050565b5f33610fff818585612169565b5060019392505050565b611011612110565b61ffff9091165f90815260036020526040902055565b61102f612110565b6040516310ddb13760e01b815261ffff821660048201527f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd6756001600160a01b0316906310ddb13790602401610fc2565b5f3361108c85828561228c565b611097858585612304565b506001949350505050565b80601154036110b8576032600d819055600e5550565b8060115460016110c89190614626565b106110da576023600d819055600e5550565b8060115460056110ea9190614626565b106110fc57601e600d819055600e5550565b80601154600b61110c9190614626565b1061111e576019600d819055600e5550565b80601154601861112e9190614626565b1061113e576014600d819055600e555b50565b611149612110565b601480549115156101000261ff0019909216919091179055565b61116b612110565b601454640100000000900460ff16156111bb5760405162461bcd60e51b8152602060048201526012602482015271151c98591a5b99c81b9bdd081c185d5cd95960721b6044820152606401610cf1565b601480544360115564ff000000ff1916640100000001179055565b5f8061121a8888888888888080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061270492505050565b91509150965096945050505050565b5f33610fff81858561123b8383611cf4565b6112459190614626565b612169565b611252612110565b5f81116112965760405162461bcd60e51b815260206004820152601260248201527143616e6e6f742073657420746f207a65726f60701b6044820152606401610cf1565b600f55565b61ffff83165f90815260016020526040812080548291906112bb906145d1565b80601f01602080910402602001604051908101604052809291908181526020018280546112e7906145d1565b80156113325780601f1061130957610100808354040283529160200191611332565b820191905f5260205f20905b81548152906001019060200180831161131557829003601f168201915b505050505090508383604051611349929190614603565b60405180910390208180519060200120149150509392505050565b61136c612110565b6040516342d65a8d60e01b81526001600160a01b037f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67516906342d65a8d906113bc90869086908690600401614661565b5f604051808303815f87803b1580156113d3575f80fd5b505af1158015610e9f573d5f803e3d5ffd5b6113ed612110565b600c55565b3330146114505760405162461bcd60e51b815260206004820152602660248201527f4e6f6e626c6f636b696e674c7a4170703a2063616c6c6572206d7573742062656044820152650204c7a4170760d41b6064820152608401610cf1565b6114c48686868080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525050604080516020601f8901819004810282018101909252878152899350915087908790819084018382808284375f920191909152506127f392505050565b505050505050565b6114c4858585856114e060208701876141fc565b6114f060408801602089016141fc565b6114fd604089018961467e565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525061287892505050565b61153e612110565b6115475f61295d565b565b60016020525f908152604090208054611561906145d1565b80601f016020809104026020016040519081016040528092919081815260200182805461158d906145d1565b80156115d85780601f106115af576101008083540402835291602001916115d8565b820191905f5260205f20905b8154815290600101906020018083116115bb57829003601f168201915b505050505081565b6116828888888888888080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152508a925061162c91505060208901896141fc565b61163c60408a0160208b016141fc565b61164960408b018b61467e565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152506129ac92505050565b505050505050505050565b5f61169760095490565b905090565b6060600b8054610eed906145d1565b61ffff81165f908152600160205260408120805460609291906116cd906145d1565b80601f01602080910402602001604051908101604052809291908181526020018280546116f9906145d1565b80156117445780601f1061171b57610100808354040283529160200191611744565b820191905f5260205f20905b81548152906001019060200180831161172757829003601f168201915b5050505050905080515f0361179b5760405162461bcd60e51b815260206004820152601d60248201527f4c7a4170703a206e6f20747275737465642070617468207265636f72640000006044820152606401610cf1565b6117b55f601483516117ad91906146c0565b839190612aa5565b9392505050565b5f33816117c98286611cf4565b9050838110156118295760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610cf1565b6110978286868403612169565b5f806118b08b8b8b8b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525050604080516020601f8d018190048102820181019092528b81528e93508d9250908c908c90819084018382808284375f92019190915250612bb192505050565b91509150995099975050505050505050565b6118ca612110565b8181306040516020016118df939291906146d3565b60408051601f1981840301815291815261ffff85165f90815260016020522090611909908261473d565b507f8c0400cfe2d1199b1a725c78960bcc2a344d869b80590d0f2bd005db15a572ce83838360405161193d93929190614661565b60405180910390a1505050565b611952612110565b601480546001600160a01b03909216650100000000000265010000000000600160c81b0319909216919091179055565b5f33610fff818585612304565b611997612110565b60148054911515620100000262ff000019909216919091179055565b6119bb612110565b61113e81612c68565b6119cc612110565b600480546001600160a01b0319166001600160a01b0383169081179091556040519081527f5db758e995a17ec1ad84bdef7e8c3293a0bd6179bcce400dff5d4c3d87db726b9060200160405180910390a150565b611a28612110565b6001600160a01b03919091165f908152601560205260409020805460ff1916911515919091179055565b611a5a612110565b601055565b611a67612110565b6040516332fb62e760e21b81526001600160a01b037f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd675169063cbed8b9c90611abb90889088908890889088906004016147f8565b5f604051808303815f87803b158015611ad2575f80fd5b505af1158015611682573d5f803e3d5ffd5b61ffff86165f908152600560205260408082209051611b069088908890614603565b90815260408051602092819003830190206001600160401b0387165f9081529252902054905080611b855760405162461bcd60e51b815260206004820152602360248201527f4e6f6e626c6f636b696e674c7a4170703a206e6f2073746f726564206d65737360448201526261676560e81b6064820152608401610cf1565b808383604051611b96929190614603565b604051809103902014611bf55760405162461bcd60e51b815260206004820152602160248201527f4e6f6e626c6f636b696e674c7a4170703a20696e76616c6964207061796c6f616044820152601960fa1b6064820152608401610cf1565b61ffff87165f908152600560205260408082209051611c179089908990614603565b90815260408051602092819003830181206001600160401b0389165f90815290845282902093909355601f88018290048202830182019052868252611cac91899189908990819084018382808284375f9201919091525050604080516020601f8a018190048102820181019092528881528a9350915088908890819084018382808284375f920191909152506127f392505050565b7fc264d91f3adc5588250e1551f547752ca0cfa8f6b530d243b9f9f4cab10ea8e58787878785604051611ce3959493929190614830565b60405180910390a150505050505050565b6001600160a01b039182165f90815260086020908152604080832093909416825291909152205490565b611d26612110565b61ffff8381165f8181526002602090815260408083209487168084529482529182902085905581519283528201929092529081018290527f9d5c7c0b934da8fefa9c7760c98383778a12dfbfc0c3b3106518f43fb9508ac09060600161193d565b611d8f612110565b600a8211158015611da15750600a8111155b611ded5760405162461bcd60e51b815260206004820152601960248201527f43616e6e6f74207365742074617865732061626f7665203130000000000000006044820152606401610cf1565b600d91909155600e556014805460ff19169055565b333014611e515760405162461bcd60e51b815260206004820152601f60248201527f4f4654436f72653a2063616c6c6572206d757374206265204f4654436f7265006044820152606401610cf1565b611e5c308686612e4e565b9350846001600160a01b03168a61ffff167fbf551ec93859b170f9b2141bd9298bf3f64322c6f7beb2543a0cb669834118bf86604051611e9e91815260200190565b60405180910390a3604051633fe79aed60e11b81526001600160a01b03861690637fcf35da908390611ee2908e908e908e908e908e908d908d908d9060040161486a565b5f604051808303815f88803b158015611ef9575f80fd5b5087f1158015611f0b573d5f803e3d5ffd5b505050505050505050505050505050565b611f24612110565b61ffff83165f908152600160205260409020611f418284836148c4565b507ffa41487ad5d6728f0b19276fa1eddc16558578f5109fc39d2dc33c3230470dab83838360405161193d93929190614661565b611f7d612110565b6001600160a01b038116611fe25760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610cf1565b61113e8161295d565b604051633d7b2f6f60e21b815261ffff808616600483015284166024820152306044820152606481018290526060907f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd6756001600160a01b03169063f5ecbdbc906084015f60405180830381865afa158015612068573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261208f919081019061497d565b95945050505050565b5f806120fa5a60966366ad5c8a60e01b898989896040516024016120bf94939291906149e5565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915230929190612e9f565b91509150816114c4576114c48686868685612f23565b5f546001600160a01b031633146115475760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610cf1565b6001600160a01b0383166121cb5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610cf1565b6001600160a01b03821661222c5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610cf1565b6001600160a01b038381165f8181526008602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b5f6122978484611cf4565b90505f1981146122fe57818110156122f15760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610cf1565b6122fe8484848403612169565b50505050565b5f81116123625760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e73666572206d75737420626520677265617465722060448201526507468616e20360d41b6064820152608401610cf1565b601454640100000000900460ff166123e0575f546001600160a01b038481169116148061239b57505f546001600160a01b038381169116145b6123e05760405162461bcd60e51b8152602060048201526016602482015275151c98591a5b99c81b9bdd081858dd1a5d99481e595d60521b6044820152606401610cf1565b6014545f9060ff16156123f6576123f6436110a2565b7f000000000000000000000000c1dad2262b517eb23b5c323ae576585482c7c9216001600160a01b0316846001600160a01b031614801561244f57506001600160a01b0383165f9081526015602052604090205460ff16155b1561254c5760105482612476856001600160a01b03165f9081526007602052604090205490565b6124809190614626565b11156124c55760405162461bcd60e51b815260206004820152601460248201527313585e0815d85b1b195d08125b881159999958dd60621b6044820152606401610cf1565b600c5482111561250a5760405162461bcd60e51b815260206004820152601060248201526f13585e08151e081a5b881959999958dd60821b6044820152606401610cf1565b601454610100900460ff1615612537576064600d548361252a9190614a22565b6125349190614a4d565b90505b60128054905f61254683614a60565b91905055505b7f000000000000000000000000c1dad2262b517eb23b5c323ae576585482c7c9216001600160a01b0316836001600160a01b03161480156125a557506001600160a01b0384165f9081526015602052604090205460ff16155b1561261c57600c548211156125ef5760405162461bcd60e51b815260206004820152601060248201526f13585e08151e081a5b881959999958dd60821b6044820152606401610cf1565b601454610100900460ff161561261c576064600e548361260f9190614a22565b6126199190614a4d565b90505b305f90815260076020526040902054600f548110801590819061264957506014546301000000900460ff16155b801561268757507f000000000000000000000000c1dad2262b517eb23b5c323ae576585482c7c9216001600160a01b0316866001600160a01b031614155b80156126ab57506001600160a01b0386165f9081526015602052604090205460ff16155b80156126ba5750601354601254115b156126ca576126ca600f54612c68565b82156126f9575f6126db84866146c0565b90506126e8873086612fbd565b6126f3878783612fbd565b506114c4565b6114c4868686612fbd565b5f805f61274f8761271488613166565b604080515f6020820152602181019390935260c09190911b6001600160c01b0319166041830152805160298184030181526049909201905290565b60405163040a7bb160e41b81529091506001600160a01b037f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67516906340a7bb10906127a6908b90309086908b908b90600401614a78565b6040805180830381865afa1580156127c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127e49190614acb565b92509250509550959350505050565b5f6127fe82826131eb565b905060ff81166128195761281485858585613246565b610feb565b5f1960ff82160161283057612814858585856132d4565b60405162461bcd60e51b815260206004820152601c60248201527f4f4654436f72653a20756e6b6e6f776e207061636b65742074797065000000006044820152606401610cf1565b5f612885878284816134d7565b61288e856135aa565b50905061289d888888846135e9565b90505f81116128ea5760405162461bcd60e51b815260206004820152601960248201527813d19510dbdc994e88185b5bdd5b9d081d1bdbc81cdb585b1b603a1b6044820152606401610cf1565b5f6128f88761271484613166565b905061290888828787873461361a565b86896001600160a01b03168961ffff167fd81fc9b8523134ed613870ed029d6170cbb73aa6a6bc311b9a642689fb9df59a8560405161294991815260200190565b60405180910390a450979650505050505050565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f6129c3896001846001600160401b0389166134d7565b6129cc876135aa565b5090506129db8a8a8a846135e9565b90505f8111612a285760405162461bcd60e51b815260206004820152601960248201527813d19510dbdc994e88185b5bdd5b9d081d1bdbc81cdb585b1b603a1b6044820152606401610cf1565b5f612a3e338a612a3785613166565b8a8a6137b7565b9050612a4e8a828787873461361a565b888b6001600160a01b03168b61ffff167fd81fc9b8523134ed613870ed029d6170cbb73aa6a6bc311b9a642689fb9df59a85604051612a8f91815260200190565b60405180910390a4509998505050505050505050565b606081612ab381601f614626565b1015612af25760405162461bcd60e51b815260206004820152600e60248201526d736c6963655f6f766572666c6f7760901b6044820152606401610cf1565b612afc8284614626565b84511015612b405760405162461bcd60e51b8152602060048201526011602482015270736c6963655f6f75744f66426f756e647360781b6044820152606401610cf1565b606082158015612b5e5760405191505f825260208201604052612ba8565b6040519150601f8416801560200281840101858101878315602002848b0101015b81831015612b97578051835260209283019201612b7f565b5050858452601f01601f1916604052505b50949350505050565b5f805f612bc2338a612a378b613166565b60405163040a7bb160e41b81529091506001600160a01b037f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67516906340a7bb1090612c19908d90309086908b908b90600401614a78565b6040805180830381865afa158015612c33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c579190614acb565b925092505097509795505050505050565b6014805463ff000000191663010000001790556040805160028082526060820183525f9260208301908036833701905050905030815f81518110612cae57612cae614aed565b60200260200101906001600160a01b031690816001600160a01b0316815250507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015612d2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d4e9190614b01565b81600181518110612d6157612d61614aed565b60200260200101906001600160a01b031690816001600160a01b031681525050612dac307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d84612169565b60145460405163791ac94760e01b81526001600160a01b037f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d81169263791ac94792612e109287925f92889265010000000000909204909116904290600401614b1c565b5f604051808303815f87803b158015612e27575f80fd5b505af1158015612e39573d5f803e3d5ffd5b50506014805463ff0000001916905550505050565b5f33306001600160a01b03861614801590612e7b5750806001600160a01b0316856001600160a01b031614155b15612e8b57612e8b85828561228c565b612e96858585612304565b50909392505050565b5f60605f805f8661ffff166001600160401b03811115612ec157612ec1614075565b6040519080825280601f01601f191660200182016040528015612eeb576020820181803683370190505b5090505f808751602089015f8d8df191503d925086831115612f0b578692505b828152825f602083013e909890975095505050505050565b818051906020012060055f8761ffff1661ffff1681526020019081526020015f2085604051612f529190614b8d565b9081526040805191829003602090810183206001600160401b0388165f908152915220919091557fe183f33de2837795525b4792ca4cd60535bd77c53b7e7030060bfcf5734d6b0c90612fae9087908790879087908790614ba8565b60405180910390a15050505050565b6001600160a01b0383166130215760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610cf1565b6001600160a01b0382166130835760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610cf1565b6001600160a01b0383165f90815260076020526040902054818110156130fa5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610cf1565b6001600160a01b038085165f8181526007602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906131599086815260200190565b60405180910390a36122fe565b5f806131927f00000000000000000000000000000000000000000000000000000002540be40084614a4d565b90506001600160401b03811115610ed85760405162461bcd60e51b815260206004820152601a60248201527f4f4654436f72653a20616d6f756e745344206f766572666c6f770000000000006044820152606401610cf1565b5f6131f7826001614626565b8351101561323d5760405162461bcd60e51b8152602060048201526013602482015272746f55696e74385f6f75744f66426f756e647360681b6044820152606401610cf1565b50016001015190565b5f80613251836137fd565b90925090506001600160a01b03821661326a5761dead91505b5f61327482613881565b90506132818784836138b5565b9050826001600160a01b03168761ffff167fbf551ec93859b170f9b2141bd9298bf3f64322c6f7beb2543a0cb669834118bf836040516132c391815260200190565b60405180910390a350505050505050565b5f805f805f6132e2866138c7565b945094509450945094505f60065f8b61ffff1661ffff1681526020019081526020015f20896040516133149190614b8d565b90815260408051602092819003830190206001600160401b038b165f908152925281205460ff16915061334685613881565b9050816133b2576133588b30836138b5565b61ffff8c165f9081526006602052604090819020905191925060019161337f908d90614b8d565b90815260408051602092819003830190206001600160401b038d165f90815292529020805460ff19169115159190911790555b6001600160a01b0386163b613409576040516001600160a01b03871681527f9aedf5fdba8716db3b6705ca00150643309995d4f818a249ed6dde6677e7792d9060200160405180910390a1505050505050506122fe565b8a8a8a8a8a8a868a5f8a613426578b6001600160401b0316613428565b5a5b90505f806134595a609663eaffd49a60e01b8e8e8e8d8d8d8d8d6040516024016120bf989796959493929190614bf9565b9150915081156134b2578751602089012060405161ffff8d16907fb8890edbfc1c74692f527444645f95489c3703cc2df42e4a366f5d06fa6cd884906134a4908e908e908690614c6c565b60405180910390a2506134bf565b6134bf8b8b8b8b85612f23565b50505050505050505050505050505050505050505050565b5f6134e18361397d565b61ffff8087165f90815260026020908152604080832093891683529290522054909150806135515760405162461bcd60e51b815260206004820152601a60248201527f4c7a4170703a206d696e4761734c696d6974206e6f74207365740000000000006044820152606401610cf1565b61355b8382614626565b8210156114c45760405162461bcd60e51b815260206004820152601b60248201527f4c7a4170703a20676173206c696d697420697320746f6f206c6f7700000000006044820152606401610cf1565b5f806135d67f00000000000000000000000000000000000000000000000000000002540be40084614c99565b90506135e281846146c0565b9150915091565b5f336001600160a01b03861681146136065761360686828561228c565b61361086846139d8565b5090949350505050565b61ffff86165f9081526001602052604081208054613637906145d1565b80601f0160208091040260200160405190810160405280929190818152602001828054613663906145d1565b80156136ae5780601f10613685576101008083540402835291602001916136ae565b820191905f5260205f20905b81548152906001019060200180831161369157829003601f168201915b5050505050905080515f0361371e5760405162461bcd60e51b815260206004820152603060248201527f4c7a4170703a2064657374696e6174696f6e20636861696e206973206e6f742060448201526f61207472757374656420736f7572636560801b6064820152608401610cf1565b613729878751613b0a565b60405162c5803160e81b81526001600160a01b037f00000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd675169063c5803100908490613780908b9086908c908c908c908c90600401614cac565b5f604051808303818588803b158015613797575f80fd5b505af11580156137a9573d5f803e3d5ffd5b505050505050505050505050565b6060600185856001600160a01b03891685876040516020016137de96959493929190614d12565b604051602081830303815290604052905095945050505050565b505050565b5f808061380a84826131eb565b60ff1614801561381b575082516029145b6138625760405162461bcd60e51b815260206004820152601860248201527713d19510dbdc994e881a5b9d985b1a59081c185e5b1bd85960421b6044820152606401610cf1565b61386d83600d613b7a565b915061387a836021613bde565b9050915091565b5f610ed87f00000000000000000000000000000000000000000000000000000002540be4006001600160401b038416614a22565b5f6138c08383613c3a565b5092915050565b5f808060608160016138d987836131eb565b60ff16146139245760405162461bcd60e51b815260206004820152601860248201527713d19510dbdc994e881a5b9d985b1a59081c185e5b1bd85960421b6044820152606401610cf1565b61392f86600d613b7a565b935061393c866021613bde565b9250613949866029613cf9565b9450613956866049613bde565b9050613972605180885161396a91906146c0565b889190612aa5565b915091939590929450565b5f6022825110156139d05760405162461bcd60e51b815260206004820152601c60248201527f4c7a4170703a20696e76616c69642061646170746572506172616d73000000006044820152606401610cf1565b506022015190565b6001600160a01b038216613a385760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610cf1565b6001600160a01b0382165f9081526007602052604090205481811015613aab5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610cf1565b6001600160a01b0383165f8181526007602090815260408083208686039055600980548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3505050565b61ffff82165f9081526003602052604081205490819003613b2a57506127105b808211156137f85760405162461bcd60e51b815260206004820181905260248201527f4c7a4170703a207061796c6f61642073697a6520697320746f6f206c617267656044820152606401610cf1565b5f613b86826014614626565b83511015613bce5760405162461bcd60e51b8152602060048201526015602482015274746f416464726573735f6f75744f66426f756e647360581b6044820152606401610cf1565b500160200151600160601b900490565b5f613bea826008614626565b83511015613c315760405162461bcd60e51b8152602060048201526014602482015273746f55696e7436345f6f75744f66426f756e647360601b6044820152606401610cf1565b50016008015190565b6001600160a01b038216613c905760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610cf1565b8060095f828254613ca19190614626565b90915550506001600160a01b0382165f818152600760209081526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b5f613d05826020614626565b83511015613d4d5760405162461bcd60e51b8152602060048201526015602482015274746f427974657333325f6f75744f66426f756e647360581b6044820152606401610cf1565b50016020015190565b803561ffff81168114613d67575f80fd5b919050565b5f8083601f840112613d7c575f80fd5b5081356001600160401b03811115613d92575f80fd5b602083019150836020828501011115613da9575f80fd5b9250929050565b80356001600160401b0381168114613d67575f80fd5b5f805f805f8060808789031215613ddb575f80fd5b613de487613d56565b955060208701356001600160401b0380821115613dff575f80fd5b613e0b8a838b01613d6c565b9097509550859150613e1f60408a01613db0565b94506060890135915080821115613e34575f80fd5b50613e4189828a01613d6c565b979a9699509497509295939492505050565b5f60208284031215613e63575f80fd5b81356001600160e01b0319811681146117b5575f80fd5b5f5b83811015613e94578181015183820152602001613e7c565b50505f910152565b5f8151808452613eb3816020860160208601613e7a565b601f01601f19169290920160200192915050565b602081525f6117b56020830184613e9c565b5f60208284031215613ee9575f80fd5b6117b582613d56565b6001600160a01b038116811461113e575f80fd5b5f8060408385031215613f17575f80fd5b8235613f2281613ef2565b946020939093013593505050565b5f8060408385031215613f41575f80fd5b613f2283613d56565b5f805f60608486031215613f5c575f80fd5b8335613f6781613ef2565b92506020840135613f7781613ef2565b929592945050506040919091013590565b5f60208284031215613f98575f80fd5b5035919050565b80358015158114613d67575f80fd5b5f60208284031215613fbe575f80fd5b6117b582613f9f565b5f805f805f8060a08789031215613fdc575f80fd5b613fe587613d56565b9550602087013594506040870135935061400160608801613f9f565b925060808701356001600160401b0381111561401b575f80fd5b613e4189828a01613d6c565b5f805f60408486031215614039575f80fd5b61404284613d56565b925060208401356001600160401b0381111561405c575f80fd5b61406886828701613d6c565b9497909650939450505050565b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f191681016001600160401b03811182821017156140b1576140b1614075565b604052919050565b5f6001600160401b038211156140d1576140d1614075565b50601f01601f191660200190565b5f805f606084860312156140f1575f80fd5b6140fa84613d56565b925060208401356001600160401b03811115614114575f80fd5b8401601f81018613614124575f80fd5b8035614137614132826140b9565b614089565b81815287602083850101111561414b575f80fd5b816020840160208301375f6020838301015280945050505061416f60408501613db0565b90509250925092565b5f60608284031215614188575f80fd5b50919050565b5f805f805f60a086880312156141a2575f80fd5b85356141ad81613ef2565b94506141bb60208701613d56565b9350604086013592506060860135915060808601356001600160401b038111156141e3575f80fd5b6141ef88828901614178565b9150509295509295909350565b5f6020828403121561420c575f80fd5b81356117b581613ef2565b5f805f805f805f8060e0898b03121561422e575f80fd5b883561423981613ef2565b975061424760208a01613d56565b9650604089013595506060890135945060808901356001600160401b0380821115614270575f80fd5b61427c8c838d01613d6c565b909650945084915061429060a08c01613db0565b935060c08b01359150808211156142a5575f80fd5b506142b28b828c01614178565b9150509295985092959890939650565b5f80604083850312156142d3575f80fd5b6142dc83613d56565b91506142ea60208401613d56565b90509250929050565b5f805f805f805f805f60e08a8c03121561430b575f80fd5b6143148a613d56565b985060208a0135975060408a0135965060608a01356001600160401b038082111561433d575f80fd5b6143498d838e01613d6c565b909850965086915061435d60808d01613db0565b955061436b60a08d01613f9f565b945060c08c0135915080821115614380575f80fd5b5061438d8c828d01613d6c565b915080935050809150509295985092959850929598565b5f80604083850312156143b5575f80fd5b82356143c081613ef2565b91506142ea60208401613f9f565b5f805f805f608086880312156143e2575f80fd5b6143eb86613d56565b94506143f960208701613d56565b93506040860135925060608601356001600160401b0381111561441a575f80fd5b61442688828901613d6c565b969995985093965092949392505050565b5f8060408385031215614448575f80fd5b823561445381613ef2565b9150602083013561446381613ef2565b809150509250929050565b5f805f60608486031215614480575f80fd5b61448984613d56565b925061449760208501613d56565b9150604084013590509250925092565b5f80604083850312156144b8575f80fd5b50508035926020909101359150565b5f805f805f805f805f806101008b8d0312156144e1575f80fd5b6144ea8b613d56565b995060208b01356001600160401b0380821115614505575f80fd5b6145118e838f01613d6c565b909b50995089915061452560408e01613db0565b985060608d0135975060808d0135915061453e82613ef2565b90955060a08c0135945060c08c0135908082111561455a575f80fd5b506145678d828e01613d6c565b9150809450508092505060e08b013590509295989b9194979a5092959850565b5f805f806080858703121561459a575f80fd5b6145a385613d56565b93506145b160208601613d56565b925060408501356145c181613ef2565b9396929550929360600135925050565b600181811c908216806145e557607f821691505b60208210810361418857634e487b7160e01b5f52602260045260245ffd5b818382375f9101908152919050565b634e487b7160e01b5f52601160045260245ffd5b80820180821115610ed857610ed8614612565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b61ffff84168152604060208201525f61208f604083018486614639565b5f808335601e19843603018112614693575f80fd5b8301803591506001600160401b038211156146ac575f80fd5b602001915036819003821315613da9575f80fd5b81810381811115610ed857610ed8614612565b8284823760609190911b6bffffffffffffffffffffffff19169101908152601401919050565b601f8211156137f857805f5260205f20601f840160051c8101602085101561471e5750805b601f840160051c820191505b81811015610feb575f815560010161472a565b81516001600160401b0381111561475657614756614075565b61476a8161476484546145d1565b846146f9565b602080601f83116001811461479d575f84156147865750858301515b5f19600386901b1c1916600185901b1785556114c4565b5f85815260208120601f198616915b828110156147cb578886015182559484019460019091019084016147ac565b50858210156147e857878501515f19600388901b60f8161c191681555b5050505050600190811b01905550565b5f61ffff808816835280871660208401525084604083015260806060830152614825608083018486614639565b979650505050505050565b61ffff86168152608060208201525f61484d608083018688614639565b6001600160401b0394909416604083015250606001529392505050565b61ffff8916815260c060208201525f61488760c08301898b614639565b6001600160401b038816604084015286606084015285608084015282810360a08401526148b5818587614639565b9b9a5050505050505050505050565b6001600160401b038311156148db576148db614075565b6148ef836148e983546145d1565b836146f9565b5f601f841160018114614920575f85156149095750838201355b5f19600387901b1c1916600186901b178355610feb565b5f83815260208120601f198716915b8281101561494f578685013582556020948501946001909201910161492f565b508682101561496b575f1960f88860031b161c19848701351681555b505060018560011b0183555050505050565b5f6020828403121561498d575f80fd5b81516001600160401b038111156149a2575f80fd5b8201601f810184136149b2575f80fd5b80516149c0614132826140b9565b8181528560208385010111156149d4575f80fd5b61208f826020830160208601613e7a565b61ffff85168152608060208201525f614a016080830186613e9c565b6001600160401b038516604084015282810360608401526148258185613e9c565b8082028115828204841417610ed857610ed8614612565b634e487b7160e01b5f52601260045260245ffd5b5f82614a5b57614a5b614a39565b500490565b5f60018201614a7157614a71614612565b5060010190565b61ffff861681526001600160a01b038516602082015260a0604082018190525f90614aa590830186613e9c565b84151560608401528281036080840152614abf8185613e9c565b98975050505050505050565b5f8060408385031215614adc575f80fd5b505080516020909101519092909150565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215614b11575f80fd5b81516117b581613ef2565b5f60a08201878352602087602085015260a0604085015281875180845260c0860191506020890193505f5b81811015614b6c5784516001600160a01b031683529383019391830191600101614b47565b50506001600160a01b03969096166060850152505050608001529392505050565b5f8251614b9e818460208701613e7a565b9190910192915050565b61ffff8616815260a060208201525f614bc460a0830187613e9c565b6001600160401b03861660408401528281036060840152614be58186613e9c565b90508281036080840152614abf8185613e9c565b5f61010061ffff8b168352806020840152614c168184018b613e9c565b6001600160401b038a166040850152606084018990526001600160a01b038816608085015260a0840187905283810360c08501529050614c568186613e9c565b9150508260e08301529998505050505050505050565b606081525f614c7e6060830186613e9c565b6001600160401b039490941660208301525060400152919050565b5f82614ca757614ca7614a39565b500690565b61ffff8716815260c060208201525f614cc860c0830188613e9c565b8281036040840152614cda8188613e9c565b6001600160a01b0387811660608601528616608085015283810360a08501529050614d058185613e9c565b9998505050505050505050565b60ff60f81b8760f81b1681528560018201525f6001600160401b0360c01b808760c01b166021840152856029840152808560c01b166049840152508251614d60816051850160208701613e7a565b9190910160510197965050505050505056fea2646970667358221220ab391a14faeb90ebe5228e44cf60b08aee67debb0b8865698cca7b5de86d43cd64736f6c63430008180033

Deployed Bytecode Sourcemap

86564:6533:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44111:842;;;;;;;;;;-1:-1:-1;44111:842:0;;;;;:::i;:::-;;:::i;:::-;;66357:213;;;;;;;;;;-1:-1:-1;66357:213:0;;;;;:::i;:::-;;:::i;:::-;;;2029:14:1;;2022:22;2004:41;;1992:2;1977:18;66357:213:0;;;;;;;;73268:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;47727:123::-;;;;;;;;;;-1:-1:-1;47727:123:0;;;;;:::i;:::-;;:::i;75628:201::-;;;;;;;;;;-1:-1:-1;75628:201:0;;;;;:::i;:::-;;:::i;49630:142::-;;;;;;;;;;-1:-1:-1;49630:142:0;;;;;:::i;:::-;;:::i;47858:129::-;;;;;;;;;;-1:-1:-1;47858:129:0;;;;;:::i;:::-;;:::i;74397:108::-;;;;;;;;;;-1:-1:-1;74485:12:0;;74397:108;;;3860:25:1;;;3848:2;3833:18;74397:108:0;3714:177:1;76409:261:0;;;;;;;;;;-1:-1:-1;76409:261:0;;;;;:::i;:::-;;:::i;87035:24::-;;;;;;;;;;-1:-1:-1;87035:24:0;;;;;;;-1:-1:-1;;;;;87035:24:0;;;;;;-1:-1:-1;;;;;4521:32:1;;;4503:51;;4491:2;4476:18;87035:24:0;4357:203:1;90843:554:0;;;;;;;;;;-1:-1:-1;90843:554:0;;;;;:::i;:::-;;:::i;92567:95::-;;;;;;;;;;-1:-1:-1;92567:95:0;;;;;:::i;:::-;;:::i;74239:93::-;;;;;;;;;;-1:-1:-1;74322:2:0;74239:93;;;5272:4:1;5260:17;;;5242:36;;5230:2;5215:18;74239:93:0;5100:184:1;92670:204:0;;;;;;;;;;;;;:::i;66578:344::-;;;;;;;;;;-1:-1:-1;66578:344:0;;;;;:::i;:::-;;:::i;:::-;;;;6155:25:1;;;6211:2;6196:18;;6189:34;;;;6128:18;66578:344:0;5981:248:1;77079:238:0;;;;;;;;;;-1:-1:-1;77079:238:0;;;;;:::i;:::-;;:::i;92354:205::-;;;;;;;;;;-1:-1:-1;92354:205:0;;;;;:::i;:::-;;:::i;49870:250::-;;;;;;;;;;-1:-1:-1;49870:250:0;;;;;:::i;:::-;;:::i;43657:53::-;;;;;;;;;;-1:-1:-1;43657:53:0;;;;;:::i;:::-;;;;;;;;;;;;;;47995:178;;;;;;;;;;-1:-1:-1;47995:178:0;;;;;:::i;:::-;;:::i;53701:37::-;;;;;;;;;;;;53737:1;53701:37;;87066:38;;;;;;;;;;;;;;;53767:33;;;;;;;;;;;;53799:1;53767:33;;86672:26;;;;;;;;;;;;;;;;87000;;;;;;;;;;-1:-1:-1;87000:26:0;;;;;;;;;;;50717:85;;;;;;;;;;-1:-1:-1;50717:85:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;92237:109;;;;;;;;;;-1:-1:-1;92237:109:0;;;;;:::i;:::-;;:::i;52040:389::-;;;;;;;;;;-1:-1:-1;52040:389:0;;;;;:::i;:::-;;:::i;65210:356::-;;;;;;:::i;:::-;;:::i;74568:127::-;;;;;;;;;;-1:-1:-1;74568:127:0;;;;;:::i;:::-;-1:-1:-1;;;;;74669:18:0;74642:7;74669:18;;;:9;:18;;;;;;;74568:127;42244:103;;;;;;;;;;;;;:::i;43527:51::-;;;;;;;;;;-1:-1:-1;43527:51:0;;;;;:::i;:::-;;:::i;65574:586::-;;;;;;:::i;:::-;;:::i;53858:37::-;;;;;;;;;;;;;;;43585:65;;;;;;;;;;-1:-1:-1;43585:65:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;41603:87;;;;;;;;;;-1:-1:-1;41649:7:0;41676:6;-1:-1:-1;;;;;41676:6:0;41603:87;;85019:112;;;;;;;;;;;;;:::i;43717:23::-;;;;;;;;;;-1:-1:-1;43717:23:0;;;;-1:-1:-1;;;;;43717:23:0;;;73487:104;;;;;;;;;;;;;:::i;53904:83::-;;;;;;;;;;-1:-1:-1;53904:83:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;48824:330;;;;;;;;;;-1:-1:-1;48824:330:0;;;;;:::i;:::-;;:::i;77820:436::-;;;;;;;;;;-1:-1:-1;77820:436:0;;;;;:::i;:::-;;:::i;66930:450::-;;;;;;;;;;-1:-1:-1;66930:450:0;;;;;:::i;:::-;;:::i;48535:281::-;;;;;;;;;;-1:-1:-1;48535:281:0;;;;;:::i;:::-;;:::i;91405:111::-;;;;;;;;;;-1:-1:-1;91405:111:0;;;;;:::i;:::-;;:::i;74901:193::-;;;;;;;;;;-1:-1:-1;74901:193:0;;;;;:::i;:::-;;:::i;92882:109::-;;;;;;;;;;-1:-1:-1;92882:109:0;;;;;:::i;:::-;;:::i;43478:42::-;;;;;;;;;;;;;;;92999:95;;;;;;;;;;-1:-1:-1;92999:95:0;;;;;:::i;:::-;;:::i;49162:136::-;;;;;;;;;;-1:-1:-1;49162:136:0;;;;;:::i;:::-;;:::i;86829:19::-;;;;;;;;;;;;;;;;91905:167;;;;;;;;;;-1:-1:-1;91905:167:0;;;;;:::i;:::-;;:::i;92080:149::-;;;;;;;;;;-1:-1:-1;92080:149:0;;;;;:::i;:::-;;:::i;43414:55::-;;;;;;;;;;;;43464:5;43414:55;;47472:247;;;;;;;;;;-1:-1:-1;47472:247:0;;;;;:::i;:::-;;:::i;86705:27::-;;;;;;;;;;;;;;;;52658:810;;;;;;:::i;:::-;;:::i;75157:151::-;;;;;;;;;;-1:-1:-1;75157:151:0;;;;;:::i;:::-;;:::i;49306:262::-;;;;;;;;;;-1:-1:-1;49306:262:0;;;;;:::i;:::-;;:::i;91524:373::-;;;;;;;;;;-1:-1:-1;91524:373:0;;;;;:::i;:::-;;:::i;87113:51::-;;;;;;;;;;-1:-1:-1;87113:51:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;53807:42;;;;;;;;;;;;53848:1;53807:42;;55108:643;;;;;;;;;;-1:-1:-1;55108:643:0;;;;;:::i;:::-;;:::i;48320:207::-;;;;;;;;;;-1:-1:-1;48320:207:0;;;;;:::i;:::-;;:::i;42502:201::-;;;;;;;;;;-1:-1:-1;42502:201:0;;;;;:::i;:::-;;:::i;47160:254::-;;;;;;;;;;-1:-1:-1;47160:254:0;;;;;:::i;:::-;;:::i;85139:103::-;;;;;;;;;;-1:-1:-1;85229:4:0;85139:103;;44111:842;40234:10;44394;-1:-1:-1;;;;;44370:35:0;;44362:78;;;;-1:-1:-1;;;44362:78:0;;16139:2:1;44362:78:0;;;16121:21:1;16178:2;16158:18;;;16151:30;16217:32;16197:18;;;16190:60;16267:18;;44362:78:0;;;;;;;;;44482:32;;;44453:26;44482:32;;;:19;:32;;;;;44453:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44702:13;:20;44680:11;;:18;;:42;:70;;;;;44749:1;44726:13;:20;:24;44680:70;:124;;;;-1:-1:-1;44780:24:0;;;;;;44754:22;;;;44764:11;;;;44754:22;:::i;:::-;;;;;;;;:50;44680:124;44658:212;;;;-1:-1:-1;;;44658:212:0;;17159:2:1;44658:212:0;;;17141:21:1;17198:2;17178:18;;;17171:30;17237:34;17217:18;;;17210:62;-1:-1:-1;;;17288:18:1;;;17281:36;17334:19;;44658:212:0;16957:402:1;44658:212:0;44883:62;44902:11;44915;;44883:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;44883:62:0;;;;;;;;;;;;;;;;;;;;;;44928:6;;-1:-1:-1;44883:62:0;-1:-1:-1;44936:8:0;;;;;;44883:62;;44936:8;;;;44883:62;;;;;;;;;-1:-1:-1;44883:18:0;;-1:-1:-1;;;44883:62:0:i;:::-;44285:668;44111:842;;;;;;:::o;66357:213::-;66459:4;-1:-1:-1;;;;;;66483:39:0;;-1:-1:-1;;;66483:39:0;;:79;;-1:-1:-1;;;;;;;;;;2753:40:0;;;66526:36;66476:86;66357:213;-1:-1:-1;;66357:213:0:o;73268:100::-;73322:13;73355:5;73348:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;73268:100;:::o;47727:123::-;41489:13;:11;:13::i;:::-;47807:35:::1;::::0;-1:-1:-1;;;47807:35:0;;17538:6:1;17526:19;;47807:35:0::1;::::0;::::1;17508:38:1::0;47807:10:0::1;-1:-1:-1::0;;;;;47807:25:0::1;::::0;::::1;::::0;17481:18:1;;47807:35:0::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;47727:123:::0;:::o;75628:201::-;75711:4;40234:10;75767:32;40234:10;75783:7;75792:6;75767:8;:32::i;:::-;-1:-1:-1;75817:4:0;;75628:201;-1:-1:-1;;;75628:201:0:o;49630:142::-;41489:13;:11;:13::i;:::-;49721:35:::1;::::0;;::::1;;::::0;;;:22:::1;:35;::::0;;;;:43;49630:142::o;47858:129::-;41489:13;:11;:13::i;:::-;47941:38:::1;::::0;-1:-1:-1;;;47941:38:0;;17538:6:1;17526:19;;47941:38:0::1;::::0;::::1;17508::1::0;47941:10:0::1;-1:-1:-1::0;;;;;47941:28:0::1;::::0;::::1;::::0;17481:18:1;;47941:38:0::1;17364:188:1::0;76409:261:0;76506:4;40234:10;76564:38;76580:4;40234:10;76595:6;76564:15;:38::i;:::-;76613:27;76623:4;76629:2;76633:6;76613:9;:27::i;:::-;-1:-1:-1;76658:4:0;;76409:261;-1:-1:-1;;;;76409:261:0:o;90843:554::-;90911:6;90897:10;;:20;90893:497;;90943:2;90934:6;:11;;;90960:7;:12;90843:554;:::o;90893:497::-;91012:6;90994:10;;91007:1;90994:14;;;;:::i;:::-;:24;90990:400;;91044:2;91035:6;:11;;;91061:7;:12;90843:554;:::o;90990:400::-;91113:6;91095:10;;91108:1;91095:14;;;;:::i;:::-;:24;91091:299;;91145:2;91136:6;:11;;;91162:7;:12;90843:554;:::o;91091:299::-;91215:6;91196:10;;91209:2;91196:15;;;;:::i;:::-;:25;91192:198;;91247:2;91238:6;:11;;;91264:7;:12;90843:554;:::o;91192:198::-;91317:6;91298:10;;91311:2;91298:15;;;;:::i;:::-;:25;91294:96;;91349:2;91340:6;:11;;;91366:7;:12;91294:96;90843:554;:::o;92567:95::-;41489:13;:11;:13::i;:::-;92632:12:::1;:22:::0;;;::::1;;;;-1:-1:-1::0;;92632:22:0;;::::1;::::0;;;::::1;::::0;;92567:95::o;92670:204::-;41489:13;:11;:13::i;:::-;92734:14:::1;::::0;;;::::1;;;92733:15;92725:46;;;::::0;-1:-1:-1;;;92725:46:0;;18021:2:1;92725:46:0::1;::::0;::::1;18003:21:1::0;18060:2;18040:18;;;18033:30;-1:-1:-1;;;18079:18:1;;;18072:48;18137:18;;92725:46:0::1;17819:342:1::0;92725:46:0::1;92782:14;:21:::0;;92827:12:::1;92814:10;:25:::0;-1:-1:-1;;92850:16:0;;;;;92670:204::o;66578:344::-;66792:14;66808:11;66839:75;66856:11;66869:10;66881:7;66890;66899:14;;66839:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;66839:16:0;;-1:-1:-1;;;66839:75:0:i;:::-;66832:82;;;;66578:344;;;;;;;;;:::o;77079:238::-;77167:4;40234:10;77223:64;40234:10;77239:7;77276:10;77248:25;40234:10;77239:7;77248:9;:25::i;:::-;:38;;;;:::i;:::-;77223:8;:64::i;92354:205::-;41489:13;:11;:13::i;:::-;92481:1:::1;92466:12;:16;92458:47;;;::::0;-1:-1:-1;;;92458:47:0;;18368:2:1;92458:47:0::1;::::0;::::1;18350:21:1::0;18407:2;18387:18;;;18380:30;-1:-1:-1;;;18426:18:1;;;18419:48;18484:18;;92458:47:0::1;18166:342:1::0;92458:47:0::1;92516:20;:35:::0;92354:205::o;49870:250::-;50012:32;;;49966:4;50012:32;;;:19;:32;;;;;49983:61;;49966:4;;50012:32;49983:61;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;50100:11;;50090:22;;;;;;;:::i;:::-;;;;;;;;50072:13;50062:24;;;;;;:50;50055:57;;;49870:250;;;;;:::o;47995:178::-;41489:13;:11;:13::i;:::-;48110:55:::1;::::0;-1:-1:-1;;;48110:55:0;;-1:-1:-1;;;;;48110:10:0::1;:29;::::0;::::1;::::0;:55:::1;::::0;48140:11;;48153;;;;48110:55:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;92237:109:::0;41489:13;:11;:13::i;:::-;92314:11:::1;:24:::0;92237:109::o;52040:389::-;40234:10;52297:4;52273:29;52265:80;;;;-1:-1:-1;;;52265:80:0;;19317:2:1;52265:80:0;;;19299:21:1;19356:2;19336:18;;;19329:30;19395:34;19375:18;;;19368:62;-1:-1:-1;;;19446:18:1;;;19439:36;19492:19;;52265:80:0;19115:402:1;52265:80:0;52356:65;52378:11;52391;;52356:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;52356:65:0;;;;;;;;;;;;;;;;;;;;;;52404:6;;-1:-1:-1;52356:65:0;-1:-1:-1;52412:8:0;;;;;;52356:65;;52412:8;;;;52356:65;;;;;;;;;-1:-1:-1;52356:21:0;;-1:-1:-1;;;52356:65:0:i;:::-;52040:389;;;;;;:::o;65210:356::-;65427:131;65433:5;65440:11;65453:10;65465:7;65474:25;;;;:11;:25;:::i;:::-;65501:29;;;;;;;;:::i;:::-;65532:25;;;;:11;:25;:::i;:::-;65427:131;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;65427:5:0;;-1:-1:-1;;;65427:131:0:i;42244:103::-;41489:13;:11;:13::i;:::-;42309:30:::1;42336:1;42309:18;:30::i;:::-;42244:103::o:0;43527:51::-;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;65574:586::-;65860:292;65887:5;65907:11;65933:10;65958:7;65980:8;;65860:292;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;66003:14:0;;-1:-1:-1;66032:25:0;;-1:-1:-1;;66032:25:0;;;:11;:25;:::i;:::-;66072:29;;;;;;;;:::i;:::-;66116:25;;;;:11;:25;:::i;:::-;65860:292;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;65860:12:0;;-1:-1:-1;;;65860:292:0:i;:::-;;65574:586;;;;;;;;:::o;85019:112::-;85086:4;85110:13;74485:12;;;74397:108;85110:13;85103:20;;85019:112;:::o;73487:104::-;73543:13;73576:7;73569:14;;;;;:::i;48824:330::-;48948:35;;;48928:17;48948:35;;;:19;:35;;;;;48928:55;;48903:12;;48928:17;48948:35;48928:55;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49002:4;:11;49017:1;49002:16;48994:58;;;;-1:-1:-1;;;48994:58:0;;20510:2:1;48994:58:0;;;20492:21:1;20549:2;20529:18;;;20522:30;20588:31;20568:18;;;20561:59;20637:18;;48994:58:0;20308:353:1;48994:58:0;49070:31;49081:1;49098:2;49084:4;:11;:16;;;;:::i;:::-;49070:4;;:31;:10;:31::i;:::-;49063:38;48824:330;-1:-1:-1;;;48824:330:0:o;77820:436::-;77913:4;40234:10;77913:4;77996:25;40234:10;78013:7;77996:9;:25::i;:::-;77969:52;;78060:15;78040:16;:35;;78032:85;;;;-1:-1:-1;;;78032:85:0;;21001:2:1;78032:85:0;;;20983:21:1;21040:2;21020:18;;;21013:30;21079:34;21059:18;;;21052:62;-1:-1:-1;;;21130:18:1;;;21123:35;21175:19;;78032:85:0;20799:401:1;78032:85:0;78153:60;78162:5;78169:7;78197:15;78178:16;:34;78153:8;:60::i;66930:450::-;67217:14;67233:11;67264:108;67288:11;67301:10;67313:7;67322:8;;67264:108;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;67264:108:0;;;;;;;;;;;;;;;;;;;;;;67332:14;;-1:-1:-1;67348:7:0;;-1:-1:-1;67264:108:0;67357:14;;;;;;67264:108;;67357:14;;;;67264:108;;;;;;;;;-1:-1:-1;67264:23:0;;-1:-1:-1;;;67264:108:0:i;:::-;67257:115;;;;66930:450;;;;;;;;;;;;:::o;48535:281::-;41489:13;:11;:13::i;:::-;48707:14:::1;;48731:4;48690:47;;;;;;;;;;:::i;:::-;;::::0;;-1:-1:-1;;48690:47:0;;::::1;::::0;;;;;;48652:35:::1;::::0;::::1;;::::0;;;:19:::1;48690:47;48652:35:::0;;;:85:::1;::::0;:35;:85:::1;:::i;:::-;;48753:55;48777:14;48793;;48753:55;;;;;;;;:::i;:::-;;;;;;;;48535:281:::0;;;:::o;91405:111::-;41489:13;:11;:13::i;:::-;91483:9:::1;:25:::0;;-1:-1:-1;;;;;91483:25:0;;::::1;::::0;::::1;-1:-1:-1::0;;;;;;91483:25:0;;::::1;::::0;;;::::1;::::0;;91405:111::o;74901:193::-;74980:4;40234:10;75036:28;40234:10;75053:2;75057:6;75036:9;:28::i;92882:109::-;41489:13;:11;:13::i;:::-;92954::::1;:29:::0;;;::::1;;::::0;::::1;-1:-1:-1::0;;92954:29:0;;::::1;::::0;;;::::1;::::0;;92882:109::o;92999:95::-;41489:13;:11;:13::i;:::-;93066:20:::1;93078:7;93066:11;:20::i;49162:136::-:0;41489:13;:11;:13::i;:::-;49232:8:::1;:20:::0;;-1:-1:-1;;;;;;49232:20:0::1;-1:-1:-1::0;;;;;49232:20:0;::::1;::::0;;::::1;::::0;;;49268:22:::1;::::0;4503:51:1;;;49268:22:0::1;::::0;4491:2:1;4476:18;49268:22:0::1;;;;;;;49162:136:::0;:::o;91905:167::-;41489:13;:11;:13::i;:::-;-1:-1:-1;;;;;92021:29:0;;;::::1;;::::0;;;:19:::1;:29;::::0;;;;:43;;-1:-1:-1;;92021:43:0::1;::::0;::::1;;::::0;;;::::1;::::0;;91905:167::o;92080:149::-;41489:13;:11;:13::i;:::-;92185:15:::1;:36:::0;92080:149::o;47472:247::-;41489:13;:11;:13::i;:::-;47649:62:::1;::::0;-1:-1:-1;;;47649:62:0;;-1:-1:-1;;;;;47649:10:0::1;:20;::::0;::::1;::::0;:62:::1;::::0;47670:8;;47680;;47690:11;;47703:7;;;;47649:62:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;52658:810:::0;52912:27;;;52890:19;52912:27;;;:14;:27;;;;;;:40;;;;52940:11;;;;52912:40;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;52912:48:0;;;;;;;;;;;;-1:-1:-1;52912:48:0;52971:73;;;;-1:-1:-1;;;52971:73:0;;24439:2:1;52971:73:0;;;24421:21:1;24478:2;24458:18;;;24451:30;24517:34;24497:18;;;24490:62;-1:-1:-1;;;24568:18:1;;;24561:33;24611:19;;52971:73:0;24237:399:1;52971:73:0;53086:11;53073:8;;53063:19;;;;;;;:::i;:::-;;;;;;;;:34;53055:80;;;;-1:-1:-1;;;53055:80:0;;24843:2:1;53055:80:0;;;24825:21:1;24882:2;24862:18;;;24855:30;24921:34;24901:18;;;24894:62;-1:-1:-1;;;24972:18:1;;;24965:31;25013:19;;53055:80:0;24641:397:1;53055:80:0;53183:27;;;53242:1;53183:27;;;:14;:27;;;;;;:40;;;;53211:11;;;;53183:40;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;53183:48:0;;;;;;;;;;;;:61;;;;53313:65;;;;;;;;;;;;;;;;;;;53335:11;;53348;;53313:65;;;;;;53348:11;53313:65;;53348:11;53313:65;;;;;;;;;-1:-1:-1;;53313:65:0;;;;;;;;;;;;;;;;;;;;;;53361:6;;-1:-1:-1;53313:65:0;-1:-1:-1;53369:8:0;;;;;;53313:65;;53369:8;;;;53313:65;;;;;;;;;-1:-1:-1;53313:21:0;;-1:-1:-1;;;53313:65:0:i;:::-;53394:66;53414:11;53427;;53440:6;53448:11;53394:66;;;;;;;;;;:::i;:::-;;;;;;;;52834:634;52658:810;;;;;;:::o;75157:151::-;-1:-1:-1;;;;;75273:18:0;;;75246:7;75273:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;75157:151::o;49306:262::-;41489:13;:11;:13::i;:::-;49446:28:::1;::::0;;::::1;;::::0;;;:15:::1;:28;::::0;;;;;;;:41;;::::1;::::0;;;;;;;;;;:51;;;49513:47;;25764:34:1;;;25814:18;;25807:43;;;;25866:18;;;25859:34;;;49513:47:0::1;::::0;25727:2:1;25712:18;49513:47:0::1;25541:358:1::0;91524:373:0;41489:13;:11;:13::i;:::-;91702:2:::1;91681:17;:23;;:51;;;;;91730:2;91708:18;:24;;91681:51;91659:126;;;::::0;-1:-1:-1;;;91659:126:0;;26106:2:1;91659:126:0::1;::::0;::::1;26088:21:1::0;26145:2;26125:18;;;26118:30;26184:27;26164:18;;;26157:55;26229:18;;91659:126:0::1;25904:349:1::0;91659:126:0::1;91796:6;:26:::0;;;;91833:7:::1;:28:::0;91872:9:::1;:17:::0;;-1:-1:-1;;91872:17:0::1;::::0;;91524:373::o;55108:643::-;40234:10;55420:4;55396:29;55388:73;;;;-1:-1:-1;;;55388:73:0;;26460:2:1;55388:73:0;;;26442:21:1;26499:2;26479:18;;;26472:30;26538:33;26518:18;;;26511:61;26589:18;;55388:73:0;26258:355:1;55388:73:0;55501:42;55523:4;55530:3;55535:7;55501:13;:42::i;:::-;55491:52;;55589:3;-1:-1:-1;;;;;55559:43:0;55576:11;55559:43;;;55594:7;55559:43;;;;3860:25:1;;3848:2;3833:18;;3714:177;55559:43:0;;;;;;;;55632:111;;-1:-1:-1;;;55632:111:0;;-1:-1:-1;;;;;55632:33:0;;;;;55671:11;;55632:111;;55684:11;;55697;;;;55710:6;;55718:5;;55725:7;;55734:8;;;;55632:111;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55108:643;;;;;;;;;;:::o;48320:207::-;41489:13;:11;:13::i;:::-;48421:35:::1;::::0;::::1;;::::0;;;:19:::1;:35;::::0;;;;:43:::1;48459:5:::0;;48421:35;:43:::1;:::i;:::-;;48480:39;48497:14;48513:5;;48480:39;;;;;;;;:::i;42502:201::-:0;41489:13;:11;:13::i;:::-;-1:-1:-1;;;;;42591:22:0;::::1;42583:73;;;::::0;-1:-1:-1;;;42583:73:0;;28777:2:1;42583:73:0::1;::::0;::::1;28759:21:1::0;28816:2;28796:18;;;28789:30;28855:34;28835:18;;;28828:62;-1:-1:-1;;;28906:18:1;;;28899:36;28952:19;;42583:73:0::1;28575:402:1::0;42583:73:0::1;42667:28;42686:8;42667:18;:28::i;47160:254::-:0;47338:68;;-1:-1:-1;;;47338:68:0;;29219:6:1;29252:15;;;47338:68:0;;;29234:34:1;29304:15;;29284:18;;;29277:43;47387:4:0;29336:18:1;;;29329:60;29405:18;;;29398:34;;;47306:12:0;;47338:10;-1:-1:-1;;;;;47338:20:0;;;;29181:19:1;;47338:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;47338:68:0;;;;;;;;;;;;:::i;:::-;47331:75;47160:254;-1:-1:-1;;;;;47160:254:0:o;51086:563::-;51279:12;51293:19;51316:203;51364:9;51388:3;51429:34;;;51465:11;51478;51491:6;51499:8;51406:102;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;51406:102:0;;;;;;;;;;;;;;-1:-1:-1;;;;;51406:102:0;-1:-1:-1;;;;;;51406:102:0;;;;;;;;;;51324:4;;51316:203;;:33;:203::i;:::-;51278:241;;;;51535:7;51530:112;;51559:71;51579:11;51592;51605:6;51613:8;51623:6;51559:19;:71::i;41768:132::-;41649:7;41676:6;-1:-1:-1;;;;;41676:6:0;40234:10;41832:23;41824:68;;;;-1:-1:-1;;;41824:68:0;;30859:2:1;41824:68:0;;;30841:21:1;;;30878:18;;;30871:30;30937:34;30917:18;;;30910:62;30989:18;;41824:68:0;30657:356:1;81813:346:0;-1:-1:-1;;;;;81915:19:0;;81907:68;;;;-1:-1:-1;;;81907:68:0;;31220:2:1;81907:68:0;;;31202:21:1;31259:2;31239:18;;;31232:30;31298:34;31278:18;;;31271:62;-1:-1:-1;;;31349:18:1;;;31342:34;31393:19;;81907:68:0;31018:400:1;81907:68:0;-1:-1:-1;;;;;81994:21:0;;81986:68;;;;-1:-1:-1;;;81986:68:0;;31625:2:1;81986:68:0;;;31607:21:1;31664:2;31644:18;;;31637:30;31703:34;31683:18;;;31676:62;-1:-1:-1;;;31754:18:1;;;31747:32;31796:19;;81986:68:0;31423:398:1;81986:68:0;-1:-1:-1;;;;;82067:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;82119:32;;3860:25:1;;;82119:32:0;;3833:18:1;82119:32:0;;;;;;;81813:346;;;:::o;82450:419::-;82551:24;82578:25;82588:5;82595:7;82578:9;:25::i;:::-;82551:52;;-1:-1:-1;;82618:16:0;:37;82614:248;;82700:6;82680:16;:26;;82672:68;;;;-1:-1:-1;;;82672:68:0;;32028:2:1;82672:68:0;;;32010:21:1;32067:2;32047:18;;;32040:30;32106:31;32086:18;;;32079:59;32155:18;;82672:68:0;31826:353:1;82672:68:0;82784:51;82793:5;82800:7;82828:6;82809:16;:25;82784:8;:51::i;:::-;82540:329;82450:419;;;:::o;88376:1778::-;88517:1;88508:6;:10;88500:61;;;;-1:-1:-1;;;88500:61:0;;32386:2:1;88500:61:0;;;32368:21:1;32425:2;32405:18;;;32398:30;32464:34;32444:18;;;32437:62;-1:-1:-1;;;32515:18:1;;;32508:36;32561:19;;88500:61:0;32184:402:1;88500:61:0;88579:14;;;;;;;88574:115;;41649:7;41676:6;-1:-1:-1;;;;;88618:15:0;;;41676:6;;88618:15;;:32;;-1:-1:-1;41649:7:0;41676:6;-1:-1:-1;;;;;88637:13:0;;;41676:6;;88637:13;88618:32;88610:67;;;;-1:-1:-1;;;88610:67:0;;32793:2:1;88610:67:0;;;32775:21:1;32832:2;32812:18;;;32805:30;-1:-1:-1;;;32851:18:1;;;32844:52;32913:18;;88610:67:0;32591:346:1;88610:67:0;88735:9;;88701:17;;88735:9;;88731:62;;;88761:20;88768:12;88761:6;:20::i;:::-;88817:13;-1:-1:-1;;;;;88809:21:0;:4;-1:-1:-1;;;;;88809:21:0;;:49;;;;-1:-1:-1;;;;;;88835:23:0;;;;;;:19;:23;;;;;;;;88834:24;88809:49;88805:395;;;88927:15;;88917:6;88901:13;88911:2;-1:-1:-1;;;;;74669:18:0;74642:7;74669:18;;;:9;:18;;;;;;;74568:127;88901:13;:22;;;;:::i;:::-;:41;;88875:123;;;;-1:-1:-1;;;88875:123:0;;33144:2:1;88875:123:0;;;33126:21:1;33183:2;33163:18;;;33156:30;-1:-1:-1;;;33202:18:1;;;33195:50;33262:18;;88875:123:0;32942:344:1;88875:123:0;89031:11;;89021:6;:21;;89013:50;;;;-1:-1:-1;;;89013:50:0;;33493:2:1;89013:50:0;;;33475:21:1;33532:2;33512:18;;;33505:30;-1:-1:-1;;;33551:18:1;;;33544:46;33607:18;;89013:50:0;33291:340:1;89013:50:0;89082:12;;;;;;;89078:88;;;89147:3;89137:6;;89128;:15;;;;:::i;:::-;89127:23;;;;:::i;:::-;89115:35;;89078:88;89182:4;:6;;;:4;:6;;;:::i;:::-;;;;;;88805:395;89222:13;-1:-1:-1;;;;;89216:19:0;:2;-1:-1:-1;;;;;89216:19:0;;:49;;;;-1:-1:-1;;;;;;89240:25:0;;;;;;:19;:25;;;;;;;;89239:26;89216:49;89212:235;;;89300:11;;89290:6;:21;;89282:50;;;;-1:-1:-1;;;89282:50:0;;33493:2:1;89282:50:0;;;33475:21:1;33532:2;33512:18;;;33505:30;-1:-1:-1;;;33551:18:1;;;33544:46;33607:18;;89282:50:0;33291:340:1;89282:50:0;89351:12;;;;;;;89347:89;;;89417:3;89406:7;;89397:6;:16;;;;:::i;:::-;89396:24;;;;:::i;:::-;89384:36;;89347:89;89508:4;89459:28;74669:18;;;:9;:18;;;;;;89578:20;;89554:44;;;;;;;89629:49;;-1:-1:-1;89666:12:0;;;;;;;89665:13;89629:49;:87;;;;;89703:13;-1:-1:-1;;;;;89695:21:0;:4;-1:-1:-1;;;;;89695:21:0;;;89629:87;:130;;;;-1:-1:-1;;;;;;89734:25:0;;;;;;:19;:25;;;;;;;;89733:26;89629:130;:169;;;;;89783:15;;89776:4;;:22;89629:169;89611:259;;;89825:33;89837:20;;89825:11;:33::i;:::-;89886:13;;89882:265;;89916:18;89937;89946:9;89937:6;:18;:::i;:::-;89916:39;;89970:47;89986:4;90000;90007:9;89970:15;:47::i;:::-;90032:37;90048:4;90054:2;90058:10;90032:15;:37::i;:::-;89901:180;89882:265;;;90102:33;90118:4;90124:2;90128:6;90102:15;:33::i;55945:471::-;56151:14;56167:11;56235:20;56258:47;56277:10;56289:15;56296:7;56289:6;:15::i;:::-;62634:48;;;53799:1;62634:48;;;40643:49:1;40708:11;;;40701:27;;;;40784:3;40762:16;;;;-1:-1:-1;;;;;;40758:51:1;40744:12;;;40737:73;62634:48:0;;;;;;;;;40826:12:1;;;;62634:48:0;;;62505:185;56258:47;56323:85;;-1:-1:-1;;;56323:85:0;;56235:70;;-1:-1:-1;;;;;;56323:10:0;:23;;;;:85;;56347:11;;56368:4;;56235:70;;56384:7;;56393:14;;56323:85;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;56316:92;;;;;55945:471;;;;;;;;:::o;57022:558::-;57217:16;57236:19;:8;57217:16;57236;:19::i;:::-;57217:38;-1:-1:-1;57272:21:0;;;57268:305;;57310:52;57319:11;57332;57345:6;57353:8;57310;:52::i;:::-;57268:305;;;-1:-1:-1;;57384:30:0;;;;57380:193;;57431:59;57447:11;57460;57473:6;57481:8;57431:15;:59::i;57380:193::-;57523:38;;-1:-1:-1;;;57523:38:0;;35305:2:1;57523:38:0;;;35287:21:1;35344:2;35324:18;;;35317:30;35383;35363:18;;;35356:58;35431:18;;57523:38:0;35103:352:1;57588:840:0;57857:11;57881:66;57896:11;57857;57918:14;57857:11;57881:14;:66::i;:::-;57973:20;57985:7;57973:11;:20::i;:::-;-1:-1:-1;57960:33:0;-1:-1:-1;58013:50:0;58024:5;58031:11;58044:10;57960:33;58013:10;:50::i;:::-;58004:59;;58131:1;58122:6;:10;58114:48;;;;-1:-1:-1;;;58114:48:0;;35662:2:1;58114:48:0;;;35644:21:1;35701:2;35681:18;;;35674:30;-1:-1:-1;;;35720:18:1;;;35713:55;35785:18;;58114:48:0;35460:349:1;58114:48:0;58175:22;58200:46;58219:10;58231:14;58238:6;58231;:14::i;58200:46::-;58175:71;;58257:94;58265:11;58278:9;58289:14;58305:18;58325:14;58341:9;58257:7;:94::i;:::-;58401:10;58394:5;-1:-1:-1;;;;;58369:51:0;58381:11;58369:51;;;58413:6;58369:51;;;;3860:25:1;;3848:2;3833:18;;3714:177;58369:51:0;;;;;;;;57870:558;57588:840;;;;;;;;;:::o;42863:191::-;42937:16;42956:6;;-1:-1:-1;;;;;42973:17:0;;;-1:-1:-1;;;;;;42973:17:0;;;;;;43006:40;;42956:6;;;;;;;43006:40;;42937:16;43006:40;42926:128;42863:191;:::o;58901:995::-;59241:11;59265:77;59280:11;53848:1;59311:14;-1:-1:-1;;;;;59265:77:0;;:14;:77::i;:::-;59368:20;59380:7;59368:11;:20::i;:::-;-1:-1:-1;59355:33:0;-1:-1:-1;59408:50:0;59419:5;59426:11;59439:10;59355:33;59408:10;:50::i;:::-;59399:59;;59486:1;59477:6;:10;59469:48;;;;-1:-1:-1;;;59469:48:0;;35662:2:1;59469:48:0;;;35644:21:1;35701:2;35681:18;;;35674:30;-1:-1:-1;;;35720:18:1;;;35713:55;35785:18;;59469:48:0;35460:349:1;59469:48:0;59598:22;59623:91;59649:10;59661;59673:14;59680:6;59673;:14::i;:::-;59689:8;59699:14;59623:25;:91::i;:::-;59598:116;;59725:94;59733:11;59746:9;59757:14;59773:18;59793:14;59809:9;59725:7;:94::i;:::-;59869:10;59862:5;-1:-1:-1;;;;;59837:51:0;59849:11;59837:51;;;59881:6;59837:51;;;;3860:25:1;;3848:2;3833:18;;3714:177;59837:51:0;;;;;;;;59254:642;58901:995;;;;;;;;;;;:::o;21348:2833::-;21468:12;21517:7;21501:12;21517:7;21511:2;21501:12;:::i;:::-;:23;;21493:50;;;;-1:-1:-1;;;21493:50:0;;36016:2:1;21493:50:0;;;35998:21:1;36055:2;36035:18;;;36028:30;-1:-1:-1;;;36074:18:1;;;36067:44;36128:18;;21493:50:0;35814:338:1;21493:50:0;21579:16;21588:7;21579:6;:16;:::i;:::-;21562:6;:13;:33;;21554:63;;;;-1:-1:-1;;;21554:63:0;;36359:2:1;21554:63:0;;;36341:21:1;36398:2;36378:18;;;36371:30;-1:-1:-1;;;36417:18:1;;;36410:47;36474:18;;21554:63:0;36157:341:1;21554:63:0;21630:22;21696:15;;21725:2005;;;;23874:4;23868:11;23855:24;;24063:1;24052:9;24045:20;24113:4;24102:9;24098:20;24092:4;24085:34;21689:2445;;21725:2005;21910:4;21904:11;21891:24;;22579:2;22570:7;22566:16;22967:9;22960:17;22954:4;22950:28;22938:9;22927;22923:25;22919:60;23016:7;23012:2;23008:16;23273:6;23259:9;23252:17;23246:4;23242:28;23230:9;23222:6;23218:22;23214:57;23210:70;23044:434;23307:3;23303:2;23300:11;23044:434;;;23449:9;;23438:21;;23349:4;23341:13;;;;23382;23044:434;;;-1:-1:-1;;23498:26:0;;;23710:2;23693:11;-1:-1:-1;;23689:25:0;23683:4;23676:39;-1:-1:-1;21689:2445:0;-1:-1:-1;24164:9:0;21348:2833;-1:-1:-1;;;;21348:2833:0:o;56424:590::-;56701:14;56717:11;56788:20;56811:92;56837:10;56849;56861:15;56868:7;56861:6;:15::i;56811:92::-;56921:85;;-1:-1:-1;;;56921:85:0;;56788:115;;-1:-1:-1;;;;;;56921:10:0;:23;;;;:85;;56945:11;;56966:4;;56788:115;;56982:7;;56991:14;;56921:85;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;56914:92;;;;;56424:590;;;;;;;;;;:::o;90162:673::-;87207:12;:19;;-1:-1:-1;;87207:19:0;;;;;90330:16:::1;::::0;;90344:1:::1;90330:16:::0;;;;;::::1;::::0;;-1:-1:-1;;90330:16:0::1;::::0;::::1;::::0;;::::1;::::0;::::1;;::::0;-1:-1:-1;90330:16:0::1;90306:40;;90375:4;90357;90362:1;90357:7;;;;;;;;:::i;:::-;;;;;;:23;-1:-1:-1::0;;;;;90357:23:0::1;;;-1:-1:-1::0;;;;;90357:23:0::1;;;::::0;::::1;90401:15;-1:-1:-1::0;;;;;90401:20:0::1;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;90391:4;90396:1;90391:7;;;;;;;;:::i;:::-;;;;;;:32;-1:-1:-1::0;;;;;90391:32:0::1;;;-1:-1:-1::0;;;;;90391:32:0::1;;;::::0;::::1;90436:122;90467:4;90495:15;90526:21;90436:8;:122::i;:::-;90777:9;::::0;90597:230:::1;::::0;-1:-1:-1;;;90597:230:0;;-1:-1:-1;;;;;90597:15:0::1;:66:::0;::::1;::::0;::::1;::::0;:230:::1;::::0;90678:21;;90714:1:::1;::::0;90758:4;;90777:9;;;::::1;::::0;;::::1;::::0;90801:15:::1;::::0;90597:230:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;-1:-1:-1::0;;87249:12:0;:20;;-1:-1:-1;;87249:20:0;;;-1:-1:-1;;;;90162:673:0:o;85987:425::-;86121:4;40234:10;86271:4;-1:-1:-1;;;;;86254:22:0;;;;;;:42;;;86289:7;-1:-1:-1;;;;;86280:16:0;:5;-1:-1:-1;;;;;86280:16:0;;;86254:42;86250:88;;;86298:40;86314:5;86321:7;86330;86298:15;:40::i;:::-;86349:30;86359:5;86366:3;86371:7;86349:9;:30::i;:::-;-1:-1:-1;86397:7:0;;85987:425;-1:-1:-1;;;85987:425:0:o;6576:1309::-;6735:4;6741:12;6803;6826:13;6850:24;6887:8;6877:19;;-1:-1:-1;;;;;6877:19:0;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;6877:19:0;;6850:46;;7406:1;7376;7338:9;7332:16;7299:4;7288:9;7284:20;7249:1;7210:7;7180:4;7157:275;7145:287;;7501:16;7490:27;;7546:8;7537:7;7534:21;7531:78;;;7586:8;7575:19;;7531:78;7696:7;7683:11;7676:28;7818:7;7815:1;7808:4;7795:11;7791:22;7776:50;7855:8;;;;-1:-1:-1;6576:1309:0;-1:-1:-1;;;;;;6576:1309:0:o;51657:375::-;51933:8;51923:19;;;;;;51872:14;:27;51887:11;51872:27;;;;;;;;;;;;;;;51900:11;51872:40;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;51872:48:0;;;;;;;;;:70;;;;51958:66;;;;51972:11;;51985;;51913:6;;52006:8;;52016:7;;51958:66;:::i;:::-;;;;;;;;51657:375;;;;;:::o;78726:806::-;-1:-1:-1;;;;;78823:18:0;;78815:68;;;;-1:-1:-1;;;78815:68:0;;39094:2:1;78815:68:0;;;39076:21:1;39133:2;39113:18;;;39106:30;39172:34;39152:18;;;39145:62;-1:-1:-1;;;39223:18:1;;;39216:35;39268:19;;78815:68:0;38892:401:1;78815:68:0;-1:-1:-1;;;;;78902:16:0;;78894:64;;;;-1:-1:-1;;;78894:64:0;;39500:2:1;78894:64:0;;;39482:21:1;39539:2;39519:18;;;39512:30;39578:34;39558:18;;;39551:62;-1:-1:-1;;;39629:18:1;;;39622:33;39672:19;;78894:64:0;39298:399:1;78894:64:0;-1:-1:-1;;;;;79044:15:0;;79022:19;79044:15;;;:9;:15;;;;;;79078:21;;;;79070:72;;;;-1:-1:-1;;;79070:72:0;;39904:2:1;79070:72:0;;;39886:21:1;39943:2;39923:18;;;39916:30;39982:34;39962:18;;;39955:62;-1:-1:-1;;;40033:18:1;;;40026:36;40079:19;;79070:72:0;39702:402:1;79070:72:0;-1:-1:-1;;;;;79178:15:0;;;;;;;:9;:15;;;;;;79196:20;;;79178:38;;79396:13;;;;;;;;;;:23;;;;;;79448:26;;;;;;79210:6;3860:25:1;;3848:2;3833:18;;3714:177;79448:26:0;;;;;;;;79487:37;83469:91;61940:238;62001:6;;62036:22;86506:9;62036:7;:22;:::i;:::-;62020:38;-1:-1:-1;;;;;;62077:28:0;;;62069:67;;;;-1:-1:-1;;;62069:67:0;;40311:2:1;62069:67:0;;;40293:21:1;40350:2;40330:18;;;40323:30;40389:28;40369:18;;;40362:56;40435:18;;62069:67:0;40109:350:1;24557:307:0;24631:5;24674:10;:6;24683:1;24674:10;:::i;:::-;24657:6;:13;:27;;24649:59;;;;-1:-1:-1;;;24649:59:0;;41051:2:1;24649:59:0;;;41033:21:1;41090:2;41070:18;;;41063:30;-1:-1:-1;;;41109:18:1;;;41102:49;41168:18;;24649:59:0;40849:343:1;24649:59:0;-1:-1:-1;24788:29:0;24804:3;24788:29;24782:36;;24557:307::o;58436:457::-;58591:10;58603:15;58622:28;58641:8;58622:18;:28::i;:::-;58590:60;;-1:-1:-1;58590:60:0;-1:-1:-1;;;;;;58665:16:0;;58661:69;;58711:6;58698:20;;58661:69;58742:11;58756:16;58763:8;58756:6;:16::i;:::-;58742:30;;58792:34;58802:11;58815:2;58819:6;58792:9;:34::i;:::-;58783:43;;58874:2;-1:-1:-1;;;;;58844:41:0;58861:11;58844:41;;;58878:6;58844:41;;;;3860:25:1;;3848:2;3833:18;;3714:177;58844:41:0;;;;;;;;58579:314;;;58436:457;;;;:::o;59904:1902::-;60085:12;60099:10;60111:15;60128:27;60157:17;60178:35;60204:8;60178:25;:35::i;:::-;60084:129;;;;;;;;;;60226:13;60242:15;:28;60258:11;60242:28;;;;;;;;;;;;;;;60271:11;60242:41;;;;;;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;60242:49:0;;;;;;;;;;;;;;-1:-1:-1;60316:16:0;60323:8;60316:6;:16::i;:::-;60302:30;;60460:8;60455:167;;60494:45;60504:11;60525:4;60532:6;60494:9;:45::i;:::-;60554:28;;;;;;;:15;:28;;;;;;;:41;;60485:54;;-1:-1:-1;60606:4:0;;60554:41;;60583:11;;60554:41;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;60554:49:0;;;;;;;;;;:56;;-1:-1:-1;;60554:56:0;;;;;;;;;;60455:167;-1:-1:-1;;;;;61900:20:0;;;60634:97;;60676:22;;-1:-1:-1;;;;;4521:32:1;;4503:51;;60676:22:0;;4491:2:1;4476:18;60676:22:0;;;;;;;60713:7;;;;;;;;;60634:97;60805:11;60853;60890:6;60930:8;60965:4;60994:2;61022:6;61070:14;60785:17;61155:8;:33;;61178:10;-1:-1:-1;;;;;61155:33:0;;;;61166:9;61155:33;61144:44;;61200:12;61214:19;61237:230;61285:9;61309:3;61350:31;;;61383:10;61395;61407:5;61414;61421:3;61426:7;61435:15;61452:3;61327:129;;;;;;;;;;;;;;;:::i;61237:230::-;61199:268;;;;61484:7;61480:319;;;61523:18;;;;;;61561:59;;;;;;;;;;61596:10;;61608:5;;61523:18;;61561:59;:::i;:::-;;;;;;;;61493:139;61480:319;;;61720:67;61740:10;61752;61764:5;61771:7;61780:6;61720:19;:67::i;:::-;60073:1733;;;;;;;;;;;;;;;;;;59904:1902;;;;:::o;45903:463::-;46082:21;46106:28;46119:14;46106:12;:28::i;:::-;46164;;;;46145:16;46164:28;;;:15;:28;;;;;;;;:35;;;;;;;;;;46082:52;;-1:-1:-1;46218:15:0;46210:54;;;;-1:-1:-1;;;46210:54:0;;42683:2:1;46210:54:0;;;42665:21:1;42722:2;42702:18;;;42695:30;42761:28;42741:18;;;42734:56;42807:18;;46210:54:0;42481:350:1;46210:54:0;46303:23;46317:9;46303:11;:23;:::i;:::-;46283:16;:43;;46275:83;;;;-1:-1:-1;;;46275:83:0;;43038:2:1;46275:83:0;;;43020:21:1;43077:2;43057:18;;;43050:30;43116:29;43096:18;;;43089:57;43163:18;;46275:83:0;42836:351:1;62315:182:0;62381:16;;62428:22;86506:9;62428:7;:22;:::i;:::-;62421:29;-1:-1:-1;62475:14:0;62421:29;62475:7;:14;:::i;:::-;62461:28;;62315:182;;;:::o;85436:329::-;85580:4;40234:10;-1:-1:-1;;;;;85642:16:0;;;;85638:62;;85660:40;85676:5;85683:7;85692;85660:15;:40::i;:::-;85711:21;85717:5;85724:7;85711:5;:21::i;:::-;-1:-1:-1;85750:7:0;;85436:329;-1:-1:-1;;;;85436:329:0:o;45281:614::-;45565:32;;;45536:26;45565:32;;;:19;:32;;;;;45536:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45616:13;:20;45640:1;45616:25;45608:86;;;;-1:-1:-1;;;45608:86:0;;43511:2:1;45608:86:0;;;43493:21:1;43550:2;43530:18;;;43523:30;43589:34;43569:18;;;43562:62;-1:-1:-1;;;43640:18:1;;;43633:46;43696:19;;45608:86:0;43309:412:1;45608:86:0;45705:47;45723:11;45736:8;:15;45705:17;:47::i;:::-;45763:124;;-1:-1:-1;;;45763:124:0;;-1:-1:-1;;;;;45763:10:0;:15;;;;45786:10;;45763:124;;45798:11;;45811:13;;45826:8;;45836:14;;45852:18;;45872:14;;45763:124;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45525:370;45281:614;;;;;;:::o;63049:366::-;63266:12;53848:1;63333:10;63345:9;-1:-1:-1;;;;;64200:23:0;;63382:14;63398:8;63298:109;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;63291:116;;63049:366;;;;;;;:::o;83469:91::-;;;;:::o;62698:343::-;62780:10;;;62828:19;:8;62780:10;62828:16;:19::i;:::-;:30;;;:55;;;;;62862:8;:15;62881:2;62862:21;62828:55;62820:92;;;;-1:-1:-1;;;62820:92:0;;45505:2:1;62820:92:0;;;45487:21:1;45544:2;45524:18;;;45517:30;-1:-1:-1;;;45563:18:1;;;45556:54;45627:18;;62820:92:0;45303:348:1;62820:92:0;62930:22;:8;62949:2;62930:18;:22::i;:::-;62925:27;-1:-1:-1;63012:21:0;:8;63030:2;63012:17;:21::i;:::-;63001:32;;62698:343;;;:::o;62186:121::-;62251:4;62275:24;86506:9;-1:-1:-1;;;;;62275:24:0;;;:::i;85773:206::-;85903:4;85920:26;85926:10;85938:7;85920:5;:26::i;:::-;-1:-1:-1;85964:7:0;85773:206;-1:-1:-1;;85773:206:0:o;63423:658::-;63562:12;;;63644:20;63562:12;53848:1;63735:19;:8;63562:12;63735:16;:19::i;:::-;:39;;;63727:76;;;;-1:-1:-1;;;63727:76:0;;45505:2:1;63727:76:0;;;45487:21:1;45544:2;45524:18;;;45517:30;-1:-1:-1;;;45563:18:1;;;45556:54;45627:18;;63727:76:0;45303:348:1;63727:76:0;63821:22;:8;63840:2;63821:18;:22::i;:::-;63816:27;-1:-1:-1;63903:21:0;:8;63921:2;63903:17;:21::i;:::-;63892:32;-1:-1:-1;63942:22:0;:8;63961:2;63942:18;:22::i;:::-;63935:29;-1:-1:-1;63991:21:0;:8;64009:2;63991:17;:21::i;:::-;63975:37;;64033:40;64048:2;64070;64052:8;:15;:20;;;;:::i;:::-;64033:8;;:40;:14;:40::i;:::-;64023:50;;63423:658;;;;;;;:::o;46374:271::-;46456:13;46515:2;46490:14;:21;:27;;46482:68;;;;-1:-1:-1;;;46482:68:0;;45858:2:1;46482:68:0;;;45840:21:1;45897:2;45877:18;;;45870:30;45936;45916:18;;;45909:58;45984:18;;46482:68:0;45656:352:1;46482:68:0;-1:-1:-1;46623:2:0;46603:23;46597:30;;46374:271::o;80700:675::-;-1:-1:-1;;;;;80784:21:0;;80776:67;;;;-1:-1:-1;;;80776:67:0;;46215:2:1;80776:67:0;;;46197:21:1;46254:2;46234:18;;;46227:30;46293:34;46273:18;;;46266:62;-1:-1:-1;;;46344:18:1;;;46337:31;46385:19;;80776:67:0;46013:397:1;80776:67:0;-1:-1:-1;;;;;80943:18:0;;80918:22;80943:18;;;:9;:18;;;;;;80980:24;;;;80972:71;;;;-1:-1:-1;;;80972:71:0;;46617:2:1;80972:71:0;;;46599:21:1;46656:2;46636:18;;;46629:30;46695:34;46675:18;;;46668:62;-1:-1:-1;;;46746:18:1;;;46739:32;46788:19;;80972:71:0;46415:398:1;80972:71:0;-1:-1:-1;;;;;81079:18:0;;;;;;:9;:18;;;;;;;;81100:23;;;81079:44;;81218:12;:22;;;;;;;81269:37;3860:25:1;;;81079:18:0;;;81269:37;;3833:18:1;81269:37:0;;;;;;;83469:91;;;:::o;46653:402::-;46776:35;;;46752:21;46776:35;;;:22;:35;;;;;;;46826:21;;;46822:138;;-1:-1:-1;43464:5:0;46822:138;46994:16;46978:12;:32;;46970:77;;;;-1:-1:-1;;;46970:77:0;;47020:2:1;46970:77:0;;;47002:21:1;;;47039:18;;;47032:30;47098:34;47078:18;;;47071:62;47150:18;;46970:77:0;46818:356:1;24189:360:0;24265:7;24310:11;:6;24319:2;24310:11;:::i;:::-;24293:6;:13;:28;;24285:62;;;;-1:-1:-1;;;24285:62:0;;47381:2:1;24285:62:0;;;47363:21:1;47420:2;47400:18;;;47393:30;-1:-1:-1;;;47439:18:1;;;47432:51;47500:18;;24285:62:0;47179:345:1;24285:62:0;-1:-1:-1;24439:30:0;24455:4;24439:30;24433:37;-1:-1:-1;;;24429:71:0;;;24189:360::o;25510:311::-;25585:6;25629:10;:6;25638:1;25629:10;:::i;:::-;25612:6;:13;:27;;25604:60;;;;-1:-1:-1;;;25604:60:0;;47731:2:1;25604:60:0;;;47713:21:1;47770:2;47750:18;;;47743:30;-1:-1:-1;;;47789:18:1;;;47782:50;47849:18;;25604:60:0;47529:344:1;25604:60:0;-1:-1:-1;25745:29:0;25761:3;25745:29;25739:36;;25510:311::o;79819:548::-;-1:-1:-1;;;;;79903:21:0;;79895:65;;;;-1:-1:-1;;;79895:65:0;;48080:2:1;79895:65:0;;;48062:21:1;48119:2;48099:18;;;48092:30;48158:33;48138:18;;;48131:61;48209:18;;79895:65:0;47878:355:1;79895:65:0;80051:6;80035:12;;:22;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;;;80206:18:0;;;;;;:9;:18;;;;;;;;:28;;;;;;80261:37;3860:25:1;;;80261:37:0;;3833:18:1;80261:37:0;;;;;;;79819:548;;:::o;26793:326::-;26869:7;26914:11;:6;26923:2;26914:11;:::i;:::-;26897:6;:13;:28;;26889:62;;;;-1:-1:-1;;;26889:62:0;;48440:2:1;26889:62:0;;;48422:21:1;48479:2;48459:18;;;48452:30;-1:-1:-1;;;48498:18:1;;;48491:51;48559:18;;26889:62:0;48238:345:1;26889:62:0;-1:-1:-1;27039:30:0;27055:4;27039:30;27033:37;;26793:326::o;14:159:1:-;81:20;;141:6;130:18;;120:29;;110:57;;163:1;160;153:12;110:57;14:159;;;:::o;178:347::-;229:8;239:6;293:3;286:4;278:6;274:17;270:27;260:55;;311:1;308;301:12;260:55;-1:-1:-1;334:20:1;;-1:-1:-1;;;;;366:30:1;;363:50;;;409:1;406;399:12;363:50;446:4;438:6;434:17;422:29;;498:3;491:4;482:6;474;470:19;466:30;463:39;460:59;;;515:1;512;505:12;460:59;178:347;;;;;:::o;530:171::-;597:20;;-1:-1:-1;;;;;646:30:1;;636:41;;626:69;;691:1;688;681:12;706:862;812:6;820;828;836;844;852;905:3;893:9;884:7;880:23;876:33;873:53;;;922:1;919;912:12;873:53;945:28;963:9;945:28;:::i;:::-;935:38;;1024:2;1013:9;1009:18;996:32;-1:-1:-1;;;;;1088:2:1;1080:6;1077:14;1074:34;;;1104:1;1101;1094:12;1074:34;1143:58;1193:7;1184:6;1173:9;1169:22;1143:58;:::i;:::-;1220:8;;-1:-1:-1;1117:84:1;-1:-1:-1;1117:84:1;;-1:-1:-1;1274:37:1;1307:2;1292:18;;1274:37;:::i;:::-;1264:47;;1364:2;1353:9;1349:18;1336:32;1320:48;;1393:2;1383:8;1380:16;1377:36;;;1409:1;1406;1399:12;1377:36;;1448:60;1500:7;1489:8;1478:9;1474:24;1448:60;:::i;:::-;706:862;;;;-1:-1:-1;706:862:1;;-1:-1:-1;706:862:1;;1527:8;;706:862;-1:-1:-1;;;706:862:1:o;1573:286::-;1631:6;1684:2;1672:9;1663:7;1659:23;1655:32;1652:52;;;1700:1;1697;1690:12;1652:52;1726:23;;-1:-1:-1;;;;;;1778:32:1;;1768:43;;1758:71;;1825:1;1822;1815:12;2056:250;2141:1;2151:113;2165:6;2162:1;2159:13;2151:113;;;2241:11;;;2235:18;2222:11;;;2215:39;2187:2;2180:10;2151:113;;;-1:-1:-1;;2298:1:1;2280:16;;2273:27;2056:250::o;2311:271::-;2353:3;2391:5;2385:12;2418:6;2413:3;2406:19;2434:76;2503:6;2496:4;2491:3;2487:14;2480:4;2473:5;2469:16;2434:76;:::i;:::-;2564:2;2543:15;-1:-1:-1;;2539:29:1;2530:39;;;;2571:4;2526:50;;2311:271;-1:-1:-1;;2311:271:1:o;2587:220::-;2736:2;2725:9;2718:21;2699:4;2756:45;2797:2;2786:9;2782:18;2774:6;2756:45;:::i;2812:184::-;2870:6;2923:2;2911:9;2902:7;2898:23;2894:32;2891:52;;;2939:1;2936;2929:12;2891:52;2962:28;2980:9;2962:28;:::i;3001:131::-;-1:-1:-1;;;;;3076:31:1;;3066:42;;3056:70;;3122:1;3119;3112:12;3137:315;3205:6;3213;3266:2;3254:9;3245:7;3241:23;3237:32;3234:52;;;3282:1;3279;3272:12;3234:52;3321:9;3308:23;3340:31;3365:5;3340:31;:::i;:::-;3390:5;3442:2;3427:18;;;;3414:32;;-1:-1:-1;;;3137:315:1:o;3457:252::-;3524:6;3532;3585:2;3573:9;3564:7;3560:23;3556:32;3553:52;;;3601:1;3598;3591:12;3553:52;3624:28;3642:9;3624:28;:::i;3896:456::-;3973:6;3981;3989;4042:2;4030:9;4021:7;4017:23;4013:32;4010:52;;;4058:1;4055;4048:12;4010:52;4097:9;4084:23;4116:31;4141:5;4116:31;:::i;:::-;4166:5;-1:-1:-1;4223:2:1;4208:18;;4195:32;4236:33;4195:32;4236:33;:::i;:::-;3896:456;;4288:7;;-1:-1:-1;;;4342:2:1;4327:18;;;;4314:32;;3896:456::o;4565:180::-;4624:6;4677:2;4665:9;4656:7;4652:23;4648:32;4645:52;;;4693:1;4690;4683:12;4645:52;-1:-1:-1;4716:23:1;;4565:180;-1:-1:-1;4565:180:1:o;4750:160::-;4815:20;;4871:13;;4864:21;4854:32;;4844:60;;4900:1;4897;4890:12;4915:180;4971:6;5024:2;5012:9;5003:7;4999:23;4995:32;4992:52;;;5040:1;5037;5030:12;4992:52;5063:26;5079:9;5063:26;:::i;5289:687::-;5391:6;5399;5407;5415;5423;5431;5484:3;5472:9;5463:7;5459:23;5455:33;5452:53;;;5501:1;5498;5491:12;5452:53;5524:28;5542:9;5524:28;:::i;:::-;5514:38;;5599:2;5588:9;5584:18;5571:32;5561:42;;5650:2;5639:9;5635:18;5622:32;5612:42;;5673:35;5704:2;5693:9;5689:18;5673:35;:::i;:::-;5663:45;;5759:3;5748:9;5744:19;5731:33;-1:-1:-1;;;;;5779:6:1;5776:30;5773:50;;;5819:1;5816;5809:12;5773:50;5858:58;5908:7;5899:6;5888:9;5884:22;5858:58;:::i;6234:481::-;6312:6;6320;6328;6381:2;6369:9;6360:7;6356:23;6352:32;6349:52;;;6397:1;6394;6387:12;6349:52;6420:28;6438:9;6420:28;:::i;:::-;6410:38;;6499:2;6488:9;6484:18;6471:32;-1:-1:-1;;;;;6518:6:1;6515:30;6512:50;;;6558:1;6555;6548:12;6512:50;6597:58;6647:7;6638:6;6627:9;6623:22;6597:58;:::i;:::-;6234:481;;6674:8;;-1:-1:-1;6571:84:1;;-1:-1:-1;;;;6234:481:1:o;6720:127::-;6781:10;6776:3;6772:20;6769:1;6762:31;6812:4;6809:1;6802:15;6836:4;6833:1;6826:15;6852:275;6923:2;6917:9;6988:2;6969:13;;-1:-1:-1;;6965:27:1;6953:40;;-1:-1:-1;;;;;7008:34:1;;7044:22;;;7005:62;7002:88;;;7070:18;;:::i;:::-;7106:2;7099:22;6852:275;;-1:-1:-1;6852:275:1:o;7132:186::-;7180:4;-1:-1:-1;;;;;7205:6:1;7202:30;7199:56;;;7235:18;;:::i;:::-;-1:-1:-1;7301:2:1;7280:15;-1:-1:-1;;7276:29:1;7307:4;7272:40;;7132:186::o;7323:815::-;7407:6;7415;7423;7476:2;7464:9;7455:7;7451:23;7447:32;7444:52;;;7492:1;7489;7482:12;7444:52;7515:28;7533:9;7515:28;:::i;:::-;7505:38;;7594:2;7583:9;7579:18;7566:32;-1:-1:-1;;;;;7613:6:1;7610:30;7607:50;;;7653:1;7650;7643:12;7607:50;7676:22;;7729:4;7721:13;;7717:27;-1:-1:-1;7707:55:1;;7758:1;7755;7748:12;7707:55;7794:2;7781:16;7819:48;7835:31;7863:2;7835:31;:::i;:::-;7819:48;:::i;:::-;7890:2;7883:5;7876:17;7930:7;7925:2;7920;7916;7912:11;7908:20;7905:33;7902:53;;;7951:1;7948;7941:12;7902:53;8006:2;8001;7997;7993:11;7988:2;7981:5;7977:14;7964:45;8050:1;8045:2;8040;8033:5;8029:14;8025:23;8018:34;8071:5;8061:15;;;;;8095:37;8128:2;8117:9;8113:18;8095:37;:::i;:::-;8085:47;;7323:815;;;;;:::o;8325:160::-;8390:5;8435:2;8426:6;8421:3;8417:16;8413:25;8410:45;;;8451:1;8448;8441:12;8410:45;-1:-1:-1;8473:6:1;8325:160;-1:-1:-1;8325:160:1:o;8490:709::-;8614:6;8622;8630;8638;8646;8699:3;8687:9;8678:7;8674:23;8670:33;8667:53;;;8716:1;8713;8706:12;8667:53;8755:9;8742:23;8774:31;8799:5;8774:31;:::i;:::-;8824:5;-1:-1:-1;8848:37:1;8881:2;8866:18;;8848:37;:::i;:::-;8838:47;;8932:2;8921:9;8917:18;8904:32;8894:42;;8983:2;8972:9;8968:18;8955:32;8945:42;;9038:3;9027:9;9023:19;9010:33;-1:-1:-1;;;;;9058:6:1;9055:30;9052:50;;;9098:1;9095;9088:12;9052:50;9121:72;9185:7;9176:6;9165:9;9161:22;9121:72;:::i;:::-;9111:82;;;8490:709;;;;;;;;:::o;9204:247::-;9263:6;9316:2;9304:9;9295:7;9291:23;9287:32;9284:52;;;9332:1;9329;9322:12;9284:52;9371:9;9358:23;9390:31;9415:5;9390:31;:::i;9679:1091::-;9831:6;9839;9847;9855;9863;9871;9879;9887;9940:3;9928:9;9919:7;9915:23;9911:33;9908:53;;;9957:1;9954;9947:12;9908:53;9996:9;9983:23;10015:31;10040:5;10015:31;:::i;:::-;10065:5;-1:-1:-1;10089:37:1;10122:2;10107:18;;10089:37;:::i;:::-;10079:47;;10173:2;10162:9;10158:18;10145:32;10135:42;;10224:2;10213:9;10209:18;10196:32;10186:42;;10279:3;10268:9;10264:19;10251:33;-1:-1:-1;;;;;10344:2:1;10336:6;10333:14;10330:34;;;10360:1;10357;10350:12;10330:34;10399:58;10449:7;10440:6;10429:9;10425:22;10399:58;:::i;:::-;10476:8;;-1:-1:-1;10373:84:1;-1:-1:-1;10373:84:1;;-1:-1:-1;10530:38:1;10563:3;10548:19;;10530:38;:::i;:::-;10520:48;;10621:3;10610:9;10606:19;10593:33;10577:49;;10651:2;10641:8;10638:16;10635:36;;;10667:1;10664;10657:12;10635:36;;10690:74;10756:7;10745:8;10734:9;10730:24;10690:74;:::i;:::-;10680:84;;;9679:1091;;;;;;;;;;;:::o;10775:256::-;10841:6;10849;10902:2;10890:9;10881:7;10877:23;10873:32;10870:52;;;10918:1;10915;10908:12;10870:52;10941:28;10959:9;10941:28;:::i;:::-;10931:38;;10988:37;11021:2;11010:9;11006:18;10988:37;:::i;:::-;10978:47;;10775:256;;;;;:::o;11036:1069::-;11166:6;11174;11182;11190;11198;11206;11214;11222;11230;11283:3;11271:9;11262:7;11258:23;11254:33;11251:53;;;11300:1;11297;11290:12;11251:53;11323:28;11341:9;11323:28;:::i;:::-;11313:38;;11398:2;11387:9;11383:18;11370:32;11360:42;;11449:2;11438:9;11434:18;11421:32;11411:42;;11504:2;11493:9;11489:18;11476:32;-1:-1:-1;;;;;11568:2:1;11560:6;11557:14;11554:34;;;11584:1;11581;11574:12;11554:34;11623:58;11673:7;11664:6;11653:9;11649:22;11623:58;:::i;:::-;11700:8;;-1:-1:-1;11597:84:1;-1:-1:-1;11597:84:1;;-1:-1:-1;11754:38:1;11787:3;11772:19;;11754:38;:::i;:::-;11744:48;;11811:36;11842:3;11831:9;11827:19;11811:36;:::i;:::-;11801:46;;11900:3;11889:9;11885:19;11872:33;11856:49;;11930:2;11920:8;11917:16;11914:36;;;11946:1;11943;11936:12;11914:36;;11985:60;12037:7;12026:8;12015:9;12011:24;11985:60;:::i;:::-;11959:86;;12064:8;12054:18;;;12091:8;12081:18;;;11036:1069;;;;;;;;;;;:::o;12340:315::-;12405:6;12413;12466:2;12454:9;12445:7;12441:23;12437:32;12434:52;;;12482:1;12479;12472:12;12434:52;12521:9;12508:23;12540:31;12565:5;12540:31;:::i;:::-;12590:5;-1:-1:-1;12614:35:1;12645:2;12630:18;;12614:35;:::i;12660:622::-;12755:6;12763;12771;12779;12787;12840:3;12828:9;12819:7;12815:23;12811:33;12808:53;;;12857:1;12854;12847:12;12808:53;12880:28;12898:9;12880:28;:::i;:::-;12870:38;;12927:37;12960:2;12949:9;12945:18;12927:37;:::i;:::-;12917:47;;13011:2;13000:9;12996:18;12983:32;12973:42;;13066:2;13055:9;13051:18;13038:32;-1:-1:-1;;;;;13085:6:1;13082:30;13079:50;;;13125:1;13122;13115:12;13079:50;13164:58;13214:7;13205:6;13194:9;13190:22;13164:58;:::i;:::-;12660:622;;;;-1:-1:-1;12660:622:1;;-1:-1:-1;13241:8:1;;13138:84;12660:622;-1:-1:-1;;;12660:622:1:o;13287:388::-;13355:6;13363;13416:2;13404:9;13395:7;13391:23;13387:32;13384:52;;;13432:1;13429;13422:12;13384:52;13471:9;13458:23;13490:31;13515:5;13490:31;:::i;:::-;13540:5;-1:-1:-1;13597:2:1;13582:18;;13569:32;13610:33;13569:32;13610:33;:::i;:::-;13662:7;13652:17;;;13287:388;;;;;:::o;13680:324::-;13755:6;13763;13771;13824:2;13812:9;13803:7;13799:23;13795:32;13792:52;;;13840:1;13837;13830:12;13792:52;13863:28;13881:9;13863:28;:::i;:::-;13853:38;;13910:37;13943:2;13932:9;13928:18;13910:37;:::i;:::-;13900:47;;13994:2;13983:9;13979:18;13966:32;13956:42;;13680:324;;;;;:::o;14009:248::-;14077:6;14085;14138:2;14126:9;14117:7;14113:23;14109:32;14106:52;;;14154:1;14151;14144:12;14106:52;-1:-1:-1;;14177:23:1;;;14247:2;14232:18;;;14219:32;;-1:-1:-1;14009:248:1:o;14262:1205::-;14404:6;14412;14420;14428;14436;14444;14452;14460;14468;14476;14529:3;14517:9;14508:7;14504:23;14500:33;14497:53;;;14546:1;14543;14536:12;14497:53;14569:28;14587:9;14569:28;:::i;:::-;14559:38;;14648:2;14637:9;14633:18;14620:32;-1:-1:-1;;;;;14712:2:1;14704:6;14701:14;14698:34;;;14728:1;14725;14718:12;14698:34;14767:58;14817:7;14808:6;14797:9;14793:22;14767:58;:::i;:::-;14844:8;;-1:-1:-1;14741:84:1;-1:-1:-1;14741:84:1;;-1:-1:-1;14898:37:1;14931:2;14916:18;;14898:37;:::i;:::-;14888:47;;14982:2;14971:9;14967:18;14954:32;14944:42;;15036:3;15025:9;15021:19;15008:33;14995:46;;15050:31;15075:5;15050:31;:::i;:::-;15100:5;;-1:-1:-1;15152:3:1;15137:19;;15124:33;;-1:-1:-1;15210:3:1;15195:19;;15182:33;;15227:16;;;15224:36;;;15256:1;15253;15246:12;15224:36;;15295:60;15347:7;15336:8;15325:9;15321:24;15295:60;:::i;:::-;15269:86;;15374:8;15364:18;;;15401:8;15391:18;;;15456:3;15445:9;15441:19;15428:33;15418:43;;14262:1205;;;;;;;;;;;;;:::o;15472:460::-;15556:6;15564;15572;15580;15633:3;15621:9;15612:7;15608:23;15604:33;15601:53;;;15650:1;15647;15640:12;15601:53;15673:28;15691:9;15673:28;:::i;:::-;15663:38;;15720:37;15753:2;15742:9;15738:18;15720:37;:::i;:::-;15710:47;;15807:2;15796:9;15792:18;15779:32;15820:31;15845:5;15820:31;:::i;:::-;15472:460;;;;-1:-1:-1;15870:5:1;;15922:2;15907:18;15894:32;;-1:-1:-1;;15472:460:1:o;16296:380::-;16375:1;16371:12;;;;16418;;;16439:61;;16493:4;16485:6;16481:17;16471:27;;16439:61;16546:2;16538:6;16535:14;16515:18;16512:38;16509:161;;16592:10;16587:3;16583:20;16580:1;16573:31;16627:4;16624:1;16617:15;16655:4;16652:1;16645:15;16681:271;16864:6;16856;16851:3;16838:33;16820:3;16890:16;;16915:13;;;16890:16;16681:271;-1:-1:-1;16681:271:1:o;17557:127::-;17618:10;17613:3;17609:20;17606:1;17599:31;17649:4;17646:1;17639:15;17673:4;17670:1;17663:15;17689:125;17754:9;;;17775:10;;;17772:36;;;17788:18;;:::i;18513:266::-;18601:6;18596:3;18589:19;18653:6;18646:5;18639:4;18634:3;18630:14;18617:43;-1:-1:-1;18705:1:1;18680:16;;;18698:4;18676:27;;;18669:38;;;;18761:2;18740:15;;;-1:-1:-1;;18736:29:1;18727:39;;;18723:50;;18513:266::o;18784:326::-;18979:6;18971;18967:19;18956:9;18949:38;19023:2;19018;19007:9;19003:18;18996:30;18930:4;19043:61;19100:2;19089:9;19085:18;19077:6;19069;19043:61;:::i;19782:521::-;19859:4;19865:6;19925:11;19912:25;20019:2;20015:7;20004:8;19988:14;19984:29;19980:43;19960:18;19956:68;19946:96;;20038:1;20035;20028:12;19946:96;20065:33;;20117:20;;;-1:-1:-1;;;;;;20149:30:1;;20146:50;;;20192:1;20189;20182:12;20146:50;20225:4;20213:17;;-1:-1:-1;20256:14:1;20252:27;;;20242:38;;20239:58;;;20293:1;20290;20283:12;20666:128;20733:9;;;20754:11;;;20751:37;;;20768:18;;:::i;21205:360::-;21416:6;21408;21403:3;21390:33;21486:2;21482:15;;;;-1:-1:-1;;21478:53:1;21442:16;;21467:65;;;21556:2;21548:11;;21205:360;-1:-1:-1;21205:360:1:o;21695:517::-;21796:2;21791:3;21788:11;21785:421;;;21832:5;21829:1;21822:16;21876:4;21873:1;21863:18;21946:2;21934:10;21930:19;21927:1;21923:27;21917:4;21913:38;21982:4;21970:10;21967:20;21964:47;;;-1:-1:-1;22005:4:1;21964:47;22060:2;22055:3;22051:12;22048:1;22044:20;22038:4;22034:31;22024:41;;22115:81;22133:2;22126:5;22123:13;22115:81;;;22192:1;22178:16;;22159:1;22148:13;22115:81;;22388:1341;22512:3;22506:10;-1:-1:-1;;;;;22531:6:1;22528:30;22525:56;;;22561:18;;:::i;:::-;22590:96;22679:6;22639:38;22671:4;22665:11;22639:38;:::i;:::-;22633:4;22590:96;:::i;:::-;22741:4;;22798:2;22787:14;;22815:1;22810:662;;;;23516:1;23533:6;23530:89;;;-1:-1:-1;23585:19:1;;;23579:26;23530:89;-1:-1:-1;;22345:1:1;22341:11;;;22337:24;22333:29;22323:40;22369:1;22365:11;;;22320:57;23632:81;;22780:943;;22810:662;21642:1;21635:14;;;21679:4;21666:18;;-1:-1:-1;;22846:20:1;;;22963:236;22977:7;22974:1;22971:14;22963:236;;;23066:19;;;23060:26;23045:42;;23158:27;;;;23126:1;23114:14;;;;22993:19;;22963:236;;;22967:3;23227:6;23218:7;23215:19;23212:201;;;23288:19;;;23282:26;-1:-1:-1;;23371:1:1;23367:14;;;23383:3;23363:24;23359:37;23355:42;23340:58;23325:74;;23212:201;-1:-1:-1;;;;;23459:1:1;23443:14;;;23439:22;23426:36;;-1:-1:-1;22388:1341:1:o;23734:498::-;23934:4;23963:6;24008:2;24000:6;23996:15;23985:9;23978:34;24060:2;24052:6;24048:15;24043:2;24032:9;24028:18;24021:43;;24100:6;24095:2;24084:9;24080:18;24073:34;24143:3;24138:2;24127:9;24123:18;24116:31;24164:62;24221:3;24210:9;24206:19;24198:6;24190;24164:62;:::i;:::-;24156:70;23734:498;-1:-1:-1;;;;;;;23734:498:1:o;25043:493::-;25292:6;25284;25280:19;25269:9;25262:38;25336:3;25331:2;25320:9;25316:18;25309:31;25243:4;25357:62;25414:3;25403:9;25399:19;25391:6;25383;25357:62;:::i;:::-;-1:-1:-1;;;;;25455:31:1;;;;25450:2;25435:18;;25428:59;-1:-1:-1;25518:2:1;25503:18;25496:34;25349:70;25043:493;-1:-1:-1;;;25043:493:1:o;26618:753::-;26951:6;26943;26939:19;26928:9;26921:38;26995:3;26990:2;26979:9;26975:18;26968:31;26902:4;27022:62;27079:3;27068:9;27064:19;27056:6;27048;27022:62;:::i;:::-;-1:-1:-1;;;;;27124:6:1;27120:31;27115:2;27104:9;27100:18;27093:59;27188:6;27183:2;27172:9;27168:18;27161:34;27232:6;27226:3;27215:9;27211:19;27204:35;27288:9;27280:6;27276:22;27270:3;27259:9;27255:19;27248:51;27316:49;27358:6;27350;27342;27316:49;:::i;:::-;27308:57;26618:753;-1:-1:-1;;;;;;;;;;;26618:753:1:o;27376:1194::-;-1:-1:-1;;;;;27493:3:1;27490:27;27487:53;;;27520:18;;:::i;:::-;27549:93;27638:3;27598:38;27630:4;27624:11;27598:38;:::i;:::-;27592:4;27549:93;:::i;:::-;27668:1;27693:2;27688:3;27685:11;27710:1;27705:607;;;;28356:1;28373:3;28370:93;;;-1:-1:-1;28429:19:1;;;28416:33;28370:93;-1:-1:-1;;22345:1:1;22341:11;;;22337:24;22333:29;22323:40;22369:1;22365:11;;;22320:57;28476:78;;27678:886;;27705:607;21642:1;21635:14;;;21679:4;21666:18;;-1:-1:-1;;27741:17:1;;;27855:229;27869:7;27866:1;27863:14;27855:229;;;27958:19;;;27945:33;27930:49;;28065:4;28050:20;;;;28018:1;28006:14;;;;27885:12;27855:229;;;27859:3;28112;28103:7;28100:16;28097:159;;;28236:1;28232:6;28226:3;28220;28217:1;28213:11;28209:21;28205:34;28201:39;28188:9;28183:3;28179:19;28166:33;28162:79;28154:6;28147:95;28097:159;;;28299:1;28293:3;28290:1;28286:11;28282:19;28276:4;28269:33;27678:886;;27376:1194;;;:::o;29443:647::-;29522:6;29575:2;29563:9;29554:7;29550:23;29546:32;29543:52;;;29591:1;29588;29581:12;29543:52;29624:9;29618:16;-1:-1:-1;;;;;29649:6:1;29646:30;29643:50;;;29689:1;29686;29679:12;29643:50;29712:22;;29765:4;29757:13;;29753:27;-1:-1:-1;29743:55:1;;29794:1;29791;29784:12;29743:55;29823:2;29817:9;29848:48;29864:31;29892:2;29864:31;:::i;29848:48::-;29919:2;29912:5;29905:17;29959:7;29954:2;29949;29945;29941:11;29937:20;29934:33;29931:53;;;29980:1;29977;29970:12;29931:53;29993:67;30057:2;30052;30045:5;30041:14;30036:2;30032;30028:11;29993:67;:::i;30095:557::-;30352:6;30344;30340:19;30329:9;30322:38;30396:3;30391:2;30380:9;30376:18;30369:31;30303:4;30423:46;30464:3;30453:9;30449:19;30441:6;30423:46;:::i;:::-;-1:-1:-1;;;;;30509:6:1;30505:31;30500:2;30489:9;30485:18;30478:59;30585:9;30577:6;30573:22;30568:2;30557:9;30553:18;30546:50;30613:33;30639:6;30631;30613:33;:::i;33636:168::-;33709:9;;;33740;;33757:15;;;33751:22;;33737:37;33727:71;;33778:18;;:::i;33809:127::-;33870:10;33865:3;33861:20;33858:1;33851:31;33901:4;33898:1;33891:15;33925:4;33922:1;33915:15;33941:120;33981:1;34007;33997:35;;34012:18;;:::i;:::-;-1:-1:-1;34046:9:1;;33941:120::o;34066:135::-;34105:3;34126:17;;;34123:43;;34146:18;;:::i;:::-;-1:-1:-1;34193:1:1;34182:13;;34066:135::o;34206:642::-;34487:6;34475:19;;34457:38;;-1:-1:-1;;;;;34531:32:1;;34526:2;34511:18;;34504:60;34551:3;34595:2;34580:18;;34573:31;;;-1:-1:-1;;34627:46:1;;34653:19;;34645:6;34627:46;:::i;:::-;34723:6;34716:14;34709:22;34704:2;34693:9;34689:18;34682:50;34781:9;34773:6;34769:22;34763:3;34752:9;34748:19;34741:51;34809:33;34835:6;34827;34809:33;:::i;:::-;34801:41;34206:642;-1:-1:-1;;;;;;;;34206:642:1:o;34853:245::-;34932:6;34940;34993:2;34981:9;34972:7;34968:23;34964:32;34961:52;;;35009:1;35006;34999:12;34961:52;-1:-1:-1;;35032:16:1;;35088:2;35073:18;;;35067:25;35032:16;;35067:25;;-1:-1:-1;34853:245:1:o;36503:127::-;36564:10;36559:3;36555:20;36552:1;36545:31;36595:4;36592:1;36585:15;36619:4;36616:1;36609:15;36635:251;36705:6;36758:2;36746:9;36737:7;36733:23;36729:32;36726:52;;;36774:1;36771;36764:12;36726:52;36806:9;36800:16;36825:31;36850:5;36825:31;:::i;36891:980::-;37153:4;37201:3;37190:9;37186:19;37232:6;37221:9;37214:25;37258:2;37296:6;37291:2;37280:9;37276:18;37269:34;37339:3;37334:2;37323:9;37319:18;37312:31;37363:6;37398;37392:13;37429:6;37421;37414:22;37467:3;37456:9;37452:19;37445:26;;37506:2;37498:6;37494:15;37480:29;;37527:1;37537:195;37551:6;37548:1;37545:13;37537:195;;;37616:13;;-1:-1:-1;;;;;37612:39:1;37600:52;;37707:15;;;;37672:12;;;;37648:1;37566:9;37537:195;;;-1:-1:-1;;;;;;;37788:32:1;;;;37783:2;37768:18;;37761:60;-1:-1:-1;;;37852:3:1;37837:19;37830:35;37749:3;36891:980;-1:-1:-1;;;36891:980:1:o;37876:287::-;38005:3;38043:6;38037:13;38059:66;38118:6;38113:3;38106:4;38098:6;38094:17;38059:66;:::i;:::-;38141:16;;;;;37876:287;-1:-1:-1;;37876:287:1:o;38168:719::-;38471:6;38463;38459:19;38448:9;38441:38;38515:3;38510:2;38499:9;38495:18;38488:31;38422:4;38542:46;38583:3;38572:9;38568:19;38560:6;38542:46;:::i;:::-;-1:-1:-1;;;;;38628:6:1;38624:31;38619:2;38608:9;38604:18;38597:59;38704:9;38696:6;38692:22;38687:2;38676:9;38672:18;38665:50;38738:33;38764:6;38756;38738:33;:::i;:::-;38724:47;;38820:9;38812:6;38808:22;38802:3;38791:9;38787:19;38780:51;38848:33;38874:6;38866;38848:33;:::i;41197:891::-;41517:4;41546:3;41588:6;41580;41576:19;41565:9;41558:38;41632:2;41627;41616:9;41612:18;41605:30;41658:45;41699:2;41688:9;41684:18;41676:6;41658:45;:::i;:::-;-1:-1:-1;;;;;41739:31:1;;41734:2;41719:18;;41712:59;41802:2;41787:18;;41780:34;;;-1:-1:-1;;;;;41851:32:1;;41845:3;41830:19;;41823:61;41871:3;41900:19;;41893:35;;;41965:22;;;41959:3;41944:19;;41937:51;41644:59;-1:-1:-1;42005:33:1;41644:59;42023:6;42005:33;:::i;:::-;41997:41;;;42075:6;42069:3;42058:9;42054:19;42047:35;41197:891;;;;;;;;;;;:::o;42093:383::-;42294:2;42283:9;42276:21;42257:4;42314:45;42355:2;42344:9;42340:18;42332:6;42314:45;:::i;:::-;-1:-1:-1;;;;;42395:31:1;;;;42390:2;42375:18;;42368:59;-1:-1:-1;42458:2:1;42443:18;42436:34;42306:53;42093:383;-1:-1:-1;42093:383:1:o;43192:112::-;43224:1;43250;43240:35;;43255:18;;:::i;:::-;-1:-1:-1;43289:9:1;;43192:112::o;43726:840::-;44075:6;44067;44063:19;44052:9;44045:38;44119:3;44114:2;44103:9;44099:18;44092:31;44026:4;44146:46;44187:3;44176:9;44172:19;44164:6;44146:46;:::i;:::-;44240:9;44232:6;44228:22;44223:2;44212:9;44208:18;44201:50;44274:33;44300:6;44292;44274:33;:::i;:::-;-1:-1:-1;;;;;44381:15:1;;;44376:2;44361:18;;44354:43;44434:15;;44428:3;44413:19;;44406:44;44487:22;;;44334:3;44466:19;;44459:51;44260:47;-1:-1:-1;44527:33:1;44260:47;44545:6;44527:33;:::i;:::-;44519:41;43726:840;-1:-1:-1;;;;;;;;;43726:840:1:o;44571:727::-;44893:3;44888;44884:13;44875:6;44870:3;44866:16;44862:36;44857:3;44850:49;44928:6;44924:1;44919:3;44915:11;44908:27;44832:3;-1:-1:-1;;;;;44958:3:1;44954:28;45034:2;45025:6;45020:3;45016:16;45012:25;45007:2;45002:3;44998:12;44991:47;45068:6;45063:2;45058:3;45054:12;45047:28;45127:2;45118:6;45113:3;45109:16;45105:25;45100:2;45095:3;45091:12;45084:47;;45160:6;45154:13;45176:75;45244:6;45239:2;45234:3;45230:12;45223:4;45215:6;45211:17;45176:75;:::i;:::-;45271:16;;;;45289:2;45267:25;;44571:727;-1:-1:-1;;;;;;;44571:727:1:o

Swarm Source

ipfs://ab391a14faeb90ebe5228e44cf60b08aee67debb0b8865698cca7b5de86d43cd
Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.