ETH Price: $3,156.72 (+1.20%)
Gas: 2 Gwei

Contract

0xa78059E7c5E960427C36c5a980e77A4E2C87F4B6
 

Overview

ETH Balance

0.00491570368815961 ETH

Eth Value

$15.52 (@ $3,156.72/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Unlock Via Key199852662024-05-30 21:14:3543 days ago1717103675IN
0xa78059E7...E2C87F4B6
0 ETH0.0009082212.12309111
Buy Unlock Key199852622024-05-30 21:13:4743 days ago1717103627IN
0xa78059E7...E2C87F4B6
0 ETH0.0029950513.15775146
Owner Unlock Tok...198404172024-05-10 15:05:1164 days ago1715353511IN
0xa78059E7...E2C87F4B6
0 ETH0.0009062715.19083951
Owner Unlock Tok...198404162024-05-10 15:04:5964 days ago1715353499IN
0xa78059E7...E2C87F4B6
0 ETH0.0011289915.39419167
Owner Unlock Tok...198404112024-05-10 15:03:5964 days ago1715353439IN
0xa78059E7...E2C87F4B6
0 ETH0.0013793715.88552654
Owner Unlock Tok...198323722024-05-09 12:05:2365 days ago1715256323IN
0xa78059E7...E2C87F4B6
0 ETH0.000789814.23730227
Unlock Tokens198019712024-05-05 6:01:3569 days ago1714888895IN
0xa78059E7...E2C87F4B6
0.00094576 ETH0.000646495.38463676
Unlock Tokens198019692024-05-05 6:01:1169 days ago1714888871IN
0xa78059E7...E2C87F4B6
0.00084522 ETH0.000744165.42543306
Lock Tokens197275932024-04-24 20:24:2379 days ago1713990263IN
0xa78059E7...E2C87F4B6
0 ETH0.00208479.53695841
Lock Tokens196536482024-04-14 12:03:1190 days ago1713096191IN
0xa78059E7...E2C87F4B6
0 ETH0.0019075710.21228139
Lock Tokens196420222024-04-12 20:52:2391 days ago1712955143IN
0xa78059E7...E2C87F4B6
0 ETH0.0077182439.21969587
Lock Tokens196406442024-04-12 16:13:1191 days ago1712938391IN
0xa78059E7...E2C87F4B6
0 ETH0.005178128.04112702
Unlock Tokens196393972024-04-12 12:02:1192 days ago1712923331IN
0xa78059E7...E2C87F4B6
0.00233677 ETH0.004062718.8021086
Lock Tokens196388312024-04-12 10:07:5992 days ago1712916479IN
0xa78059E7...E2C87F4B6
0 ETH0.0034179516.94062946
Unlock Tokens195519402024-03-31 5:56:23104 days ago1711864583IN
0xa78059E7...E2C87F4B6
0.00075052 ETH0.0028817919.75713134
Owner Unlock Tok...194650142024-03-18 23:43:23116 days ago1710805403IN
0xa78059E7...E2C87F4B6
0 ETH0.0020278526.35015421
Lock Tokens194644132024-03-18 21:41:47116 days ago1710798107IN
0xa78059E7...E2C87F4B6
0 ETH0.0077861136.76390908
Lock Tokens194625152024-03-18 15:17:59117 days ago1710775079IN
0xa78059E7...E2C87F4B6
0 ETH0.0116786341.94355921
Set Weth Address194610002024-03-18 10:10:47117 days ago1710756647IN
0xa78059E7...E2C87F4B6
0 ETH0.0007364625.11229212
Lock Tokens194597702024-03-18 6:02:11117 days ago1710741731IN
0xa78059E7...E2C87F4B6
0 ETH0.0058384220.96855812
Lock Tokens194534582024-03-17 8:43:47118 days ago1710665027IN
0xa78059E7...E2C87F4B6
0 ETH0.0052373924.51194521
Lock Tokens194534342024-03-17 8:38:59118 days ago1710664739IN
0xa78059E7...E2C87F4B6
0 ETH0.007472325.28382687
Unlock Tokens194475882024-03-16 12:54:47119 days ago1710593687IN
0xa78059E7...E2C87F4B6
0.0000374 ETH0.0036755631.25372268
Lock Tokens194475842024-03-16 12:53:59119 days ago1710593639IN
0xa78059E7...E2C87F4B6
0 ETH0.008411230.2099494
Lock Tokens194452162024-03-16 4:52:59119 days ago1710564779IN
0xa78059E7...E2C87F4B6
0 ETH0.0084097828.50957315
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
TargetProtocolV1

Compiler Version
v0.8.24+commit.e11b9ed9

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2024-03-15
*/

// File: @openzeppelin/contracts/security/ReentrancyGuard.sol


// OpenZeppelin Contracts (last updated v4.9.0) (security/ReentrancyGuard.sol)

pragma solidity ^0.8.0;

/**
 * @dev Contract module that helps prevent reentrant calls to a function.
 *
 * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
 * available, which can be applied to functions to make sure there are no nested
 * (reentrant) calls to them.
 *
 * Note that because there is a single `nonReentrant` guard, functions marked as
 * `nonReentrant` may not call one another. This can be worked around by making
 * those functions `private`, and then adding `external` `nonReentrant` entry
 * points to them.
 *
 * TIP: If you would like to learn more about reentrancy and alternative ways
 * to protect against it, check out our blog post
 * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
 */
abstract contract ReentrancyGuard {
    // Booleans are more expensive than uint256 or any type that takes up a full
    // word because each write operation emits an extra SLOAD to first read the
    // slot's contents, replace the bits taken up by the boolean, and then write
    // back. This is the compiler's defense against contract upgrades and
    // pointer aliasing, and it cannot be disabled.

    // The values being non-zero value makes deployment a bit more expensive,
    // but in exchange the refund on every call to nonReentrant will be lower in
    // amount. Since refunds are capped to a percentage of the total
    // transaction's gas, it is best to keep them low in cases like this one, to
    // increase the likelihood of the full refund coming into effect.
    uint256 private constant _NOT_ENTERED = 1;
    uint256 private constant _ENTERED = 2;

    uint256 private _status;

    constructor() {
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and making it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        _nonReentrantBefore();
        _;
        _nonReentrantAfter();
    }

    function _nonReentrantBefore() private {
        // On the first call to nonReentrant, _status will be _NOT_ENTERED
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

        // Any calls to nonReentrant after this point will fail
        _status = _ENTERED;
    }

    function _nonReentrantAfter() private {
        // By storing the original value once again, a refund is triggered (see
        // https://eips.ethereum.org/EIPS/eip-2200)
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Returns true if the reentrancy guard is currently set to "entered", which indicates there is a
     * `nonReentrant` function in the call stack.
     */
    function _reentrancyGuardEntered() internal view returns (bool) {
        return _status == _ENTERED;
    }
}

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


// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.20;

/**
 * @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 value of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

    /**
     * @dev Moves a `value` amount of 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 value) 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 a `value` amount of tokens 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 value) external returns (bool);

    /**
     * @dev Moves a `value` amount of tokens from `from` to `to` using the
     * allowance mechanism. `value` 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 value) external returns (bool);
}

// File: @openzeppelin/contracts/interfaces/IERC20.sol


// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/IERC20.sol)

pragma solidity ^0.8.20;


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


// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)

pragma solidity ^0.8.20;

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

    function _contextSuffixLength() internal view virtual returns (uint256) {
        return 0;
    }
}

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


// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)

pragma solidity ^0.8.20;


/**
 * @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.
 *
 * The initial owner is set to the address provided by the deployer. 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;

    /**
     * @dev The caller account is not authorized to perform an operation.
     */
    error OwnableUnauthorizedAccount(address account);

    /**
     * @dev The owner is not a valid owner account. (eg. `address(0)`)
     */
    error OwnableInvalidOwner(address owner);

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

    /**
     * @dev Initializes the contract setting the address provided by the deployer as the initial owner.
     */
    constructor(address initialOwner) {
        if (initialOwner == address(0)) {
            revert OwnableInvalidOwner(address(0));
        }
        _transferOwnership(initialOwner);
    }

    /**
     * @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 {
        if (owner() != _msgSender()) {
            revert OwnableUnauthorizedAccount(_msgSender());
        }
    }

    /**
     * @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 {
        if (newOwner == address(0)) {
            revert OwnableInvalidOwner(address(0));
        }
        _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: @uniswap/v2-core/contracts/interfaces/IUniswapV2Pair.sol

pragma solidity >=0.5.0;

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

// File: @chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol


pragma solidity ^0.8.0;

interface AggregatorV3Interface {
  function decimals() external view returns (uint8);

  function description() external view returns (string memory);

  function version() external view returns (uint256);

  function getRoundData(
    uint80 _roundId
  ) external view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound);

  function latestRoundData()
    external
    view
    returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound);
}

// File: @uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolEvents.sol


pragma solidity >=0.5.0;

/// @title Events emitted by a pool
/// @notice Contains all events emitted by the pool
interface IUniswapV3PoolEvents {
    /// @notice Emitted exactly once by a pool when #initialize is first called on the pool
    /// @dev Mint/Burn/Swap cannot be emitted by the pool before Initialize
    /// @param sqrtPriceX96 The initial sqrt price of the pool, as a Q64.96
    /// @param tick The initial tick of the pool, i.e. log base 1.0001 of the starting price of the pool
    event Initialize(uint160 sqrtPriceX96, int24 tick);

    /// @notice Emitted when liquidity is minted for a given position
    /// @param sender The address that minted the liquidity
    /// @param owner The owner of the position and recipient of any minted liquidity
    /// @param tickLower The lower tick of the position
    /// @param tickUpper The upper tick of the position
    /// @param amount The amount of liquidity minted to the position range
    /// @param amount0 How much token0 was required for the minted liquidity
    /// @param amount1 How much token1 was required for the minted liquidity
    event Mint(
        address sender,
        address indexed owner,
        int24 indexed tickLower,
        int24 indexed tickUpper,
        uint128 amount,
        uint256 amount0,
        uint256 amount1
    );

    /// @notice Emitted when fees are collected by the owner of a position
    /// @dev Collect events may be emitted with zero amount0 and amount1 when the caller chooses not to collect fees
    /// @param owner The owner of the position for which fees are collected
    /// @param tickLower The lower tick of the position
    /// @param tickUpper The upper tick of the position
    /// @param amount0 The amount of token0 fees collected
    /// @param amount1 The amount of token1 fees collected
    event Collect(
        address indexed owner,
        address recipient,
        int24 indexed tickLower,
        int24 indexed tickUpper,
        uint128 amount0,
        uint128 amount1
    );

    /// @notice Emitted when a position's liquidity is removed
    /// @dev Does not withdraw any fees earned by the liquidity position, which must be withdrawn via #collect
    /// @param owner The owner of the position for which liquidity is removed
    /// @param tickLower The lower tick of the position
    /// @param tickUpper The upper tick of the position
    /// @param amount The amount of liquidity to remove
    /// @param amount0 The amount of token0 withdrawn
    /// @param amount1 The amount of token1 withdrawn
    event Burn(
        address indexed owner,
        int24 indexed tickLower,
        int24 indexed tickUpper,
        uint128 amount,
        uint256 amount0,
        uint256 amount1
    );

    /// @notice Emitted by the pool for any swaps between token0 and token1
    /// @param sender The address that initiated the swap call, and that received the callback
    /// @param recipient The address that received the output of the swap
    /// @param amount0 The delta of the token0 balance of the pool
    /// @param amount1 The delta of the token1 balance of the pool
    /// @param sqrtPriceX96 The sqrt(price) of the pool after the swap, as a Q64.96
    /// @param liquidity The liquidity of the pool after the swap
    /// @param tick The log base 1.0001 of price of the pool after the swap
    event Swap(
        address indexed sender,
        address indexed recipient,
        int256 amount0,
        int256 amount1,
        uint160 sqrtPriceX96,
        uint128 liquidity,
        int24 tick
    );

    /// @notice Emitted by the pool for any flashes of token0/token1
    /// @param sender The address that initiated the swap call, and that received the callback
    /// @param recipient The address that received the tokens from flash
    /// @param amount0 The amount of token0 that was flashed
    /// @param amount1 The amount of token1 that was flashed
    /// @param paid0 The amount of token0 paid for the flash, which can exceed the amount0 plus the fee
    /// @param paid1 The amount of token1 paid for the flash, which can exceed the amount1 plus the fee
    event Flash(
        address indexed sender,
        address indexed recipient,
        uint256 amount0,
        uint256 amount1,
        uint256 paid0,
        uint256 paid1
    );

    /// @notice Emitted by the pool for increases to the number of observations that can be stored
    /// @dev observationCardinalityNext is not the observation cardinality until an observation is written at the index
    /// just before a mint/swap/burn.
    /// @param observationCardinalityNextOld The previous value of the next observation cardinality
    /// @param observationCardinalityNextNew The updated value of the next observation cardinality
    event IncreaseObservationCardinalityNext(
        uint16 observationCardinalityNextOld,
        uint16 observationCardinalityNextNew
    );

    /// @notice Emitted when the protocol fee is changed by the pool
    /// @param feeProtocol0Old The previous value of the token0 protocol fee
    /// @param feeProtocol1Old The previous value of the token1 protocol fee
    /// @param feeProtocol0New The updated value of the token0 protocol fee
    /// @param feeProtocol1New The updated value of the token1 protocol fee
    event SetFeeProtocol(uint8 feeProtocol0Old, uint8 feeProtocol1Old, uint8 feeProtocol0New, uint8 feeProtocol1New);

    /// @notice Emitted when the collected protocol fees are withdrawn by the factory owner
    /// @param sender The address that collects the protocol fees
    /// @param recipient The address that receives the collected protocol fees
    /// @param amount0 The amount of token0 protocol fees that is withdrawn
    /// @param amount0 The amount of token1 protocol fees that is withdrawn
    event CollectProtocol(address indexed sender, address indexed recipient, uint128 amount0, uint128 amount1);
}

// File: @uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolOwnerActions.sol


pragma solidity >=0.5.0;

/// @title Permissioned pool actions
/// @notice Contains pool methods that may only be called by the factory owner
interface IUniswapV3PoolOwnerActions {
    /// @notice Set the denominator of the protocol's % share of the fees
    /// @param feeProtocol0 new protocol fee for token0 of the pool
    /// @param feeProtocol1 new protocol fee for token1 of the pool
    function setFeeProtocol(uint8 feeProtocol0, uint8 feeProtocol1) external;

    /// @notice Collect the protocol fee accrued to the pool
    /// @param recipient The address to which collected protocol fees should be sent
    /// @param amount0Requested The maximum amount of token0 to send, can be 0 to collect fees in only token1
    /// @param amount1Requested The maximum amount of token1 to send, can be 0 to collect fees in only token0
    /// @return amount0 The protocol fee collected in token0
    /// @return amount1 The protocol fee collected in token1
    function collectProtocol(
        address recipient,
        uint128 amount0Requested,
        uint128 amount1Requested
    ) external returns (uint128 amount0, uint128 amount1);
}

// File: @uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolActions.sol


pragma solidity >=0.5.0;

/// @title Permissionless pool actions
/// @notice Contains pool methods that can be called by anyone
interface IUniswapV3PoolActions {
    /// @notice Sets the initial price for the pool
    /// @dev Price is represented as a sqrt(amountToken1/amountToken0) Q64.96 value
    /// @param sqrtPriceX96 the initial sqrt price of the pool as a Q64.96
    function initialize(uint160 sqrtPriceX96) external;

    /// @notice Adds liquidity for the given recipient/tickLower/tickUpper position
    /// @dev The caller of this method receives a callback in the form of IUniswapV3MintCallback#uniswapV3MintCallback
    /// in which they must pay any token0 or token1 owed for the liquidity. The amount of token0/token1 due depends
    /// on tickLower, tickUpper, the amount of liquidity, and the current price.
    /// @param recipient The address for which the liquidity will be created
    /// @param tickLower The lower tick of the position in which to add liquidity
    /// @param tickUpper The upper tick of the position in which to add liquidity
    /// @param amount The amount of liquidity to mint
    /// @param data Any data that should be passed through to the callback
    /// @return amount0 The amount of token0 that was paid to mint the given amount of liquidity. Matches the value in the callback
    /// @return amount1 The amount of token1 that was paid to mint the given amount of liquidity. Matches the value in the callback
    function mint(
        address recipient,
        int24 tickLower,
        int24 tickUpper,
        uint128 amount,
        bytes calldata data
    ) external returns (uint256 amount0, uint256 amount1);

    /// @notice Collects tokens owed to a position
    /// @dev Does not recompute fees earned, which must be done either via mint or burn of any amount of liquidity.
    /// Collect must be called by the position owner. To withdraw only token0 or only token1, amount0Requested or
    /// amount1Requested may be set to zero. To withdraw all tokens owed, caller may pass any value greater than the
    /// actual tokens owed, e.g. type(uint128).max. Tokens owed may be from accumulated swap fees or burned liquidity.
    /// @param recipient The address which should receive the fees collected
    /// @param tickLower The lower tick of the position for which to collect fees
    /// @param tickUpper The upper tick of the position for which to collect fees
    /// @param amount0Requested How much token0 should be withdrawn from the fees owed
    /// @param amount1Requested How much token1 should be withdrawn from the fees owed
    /// @return amount0 The amount of fees collected in token0
    /// @return amount1 The amount of fees collected in token1
    function collect(
        address recipient,
        int24 tickLower,
        int24 tickUpper,
        uint128 amount0Requested,
        uint128 amount1Requested
    ) external returns (uint128 amount0, uint128 amount1);

    /// @notice Burn liquidity from the sender and account tokens owed for the liquidity to the position
    /// @dev Can be used to trigger a recalculation of fees owed to a position by calling with an amount of 0
    /// @dev Fees must be collected separately via a call to #collect
    /// @param tickLower The lower tick of the position for which to burn liquidity
    /// @param tickUpper The upper tick of the position for which to burn liquidity
    /// @param amount How much liquidity to burn
    /// @return amount0 The amount of token0 sent to the recipient
    /// @return amount1 The amount of token1 sent to the recipient
    function burn(
        int24 tickLower,
        int24 tickUpper,
        uint128 amount
    ) external returns (uint256 amount0, uint256 amount1);

    /// @notice Swap token0 for token1, or token1 for token0
    /// @dev The caller of this method receives a callback in the form of IUniswapV3SwapCallback#uniswapV3SwapCallback
    /// @param recipient The address to receive the output of the swap
    /// @param zeroForOne The direction of the swap, true for token0 to token1, false for token1 to token0
    /// @param amountSpecified The amount of the swap, which implicitly configures the swap as exact input (positive), or exact output (negative)
    /// @param sqrtPriceLimitX96 The Q64.96 sqrt price limit. If zero for one, the price cannot be less than this
    /// value after the swap. If one for zero, the price cannot be greater than this value after the swap
    /// @param data Any data to be passed through to the callback
    /// @return amount0 The delta of the balance of token0 of the pool, exact when negative, minimum when positive
    /// @return amount1 The delta of the balance of token1 of the pool, exact when negative, minimum when positive
    function swap(
        address recipient,
        bool zeroForOne,
        int256 amountSpecified,
        uint160 sqrtPriceLimitX96,
        bytes calldata data
    ) external returns (int256 amount0, int256 amount1);

    /// @notice Receive token0 and/or token1 and pay it back, plus a fee, in the callback
    /// @dev The caller of this method receives a callback in the form of IUniswapV3FlashCallback#uniswapV3FlashCallback
    /// @dev Can be used to donate underlying tokens pro-rata to currently in-range liquidity providers by calling
    /// with 0 amount{0,1} and sending the donation amount(s) from the callback
    /// @param recipient The address which will receive the token0 and token1 amounts
    /// @param amount0 The amount of token0 to send
    /// @param amount1 The amount of token1 to send
    /// @param data Any data to be passed through to the callback
    function flash(
        address recipient,
        uint256 amount0,
        uint256 amount1,
        bytes calldata data
    ) external;

    /// @notice Increase the maximum number of price and liquidity observations that this pool will store
    /// @dev This method is no-op if the pool already has an observationCardinalityNext greater than or equal to
    /// the input observationCardinalityNext.
    /// @param observationCardinalityNext The desired minimum number of observations for the pool to store
    function increaseObservationCardinalityNext(uint16 observationCardinalityNext) external;
}

// File: @uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolDerivedState.sol


pragma solidity >=0.5.0;

/// @title Pool state that is not stored
/// @notice Contains view functions to provide information about the pool that is computed rather than stored on the
/// blockchain. The functions here may have variable gas costs.
interface IUniswapV3PoolDerivedState {
    /// @notice Returns the cumulative tick and liquidity as of each timestamp `secondsAgo` from the current block timestamp
    /// @dev To get a time weighted average tick or liquidity-in-range, you must call this with two values, one representing
    /// the beginning of the period and another for the end of the period. E.g., to get the last hour time-weighted average tick,
    /// you must call it with secondsAgos = [3600, 0].
    /// @dev The time weighted average tick represents the geometric time weighted average price of the pool, in
    /// log base sqrt(1.0001) of token1 / token0. The TickMath library can be used to go from a tick value to a ratio.
    /// @param secondsAgos From how long ago each cumulative tick and liquidity value should be returned
    /// @return tickCumulatives Cumulative tick values as of each `secondsAgos` from the current block timestamp
    /// @return secondsPerLiquidityCumulativeX128s Cumulative seconds per liquidity-in-range value as of each `secondsAgos` from the current block
    /// timestamp
    function observe(uint32[] calldata secondsAgos)
        external
        view
        returns (int56[] memory tickCumulatives, uint160[] memory secondsPerLiquidityCumulativeX128s);

    /// @notice Returns a snapshot of the tick cumulative, seconds per liquidity and seconds inside a tick range
    /// @dev Snapshots must only be compared to other snapshots, taken over a period for which a position existed.
    /// I.e., snapshots cannot be compared if a position is not held for the entire period between when the first
    /// snapshot is taken and the second snapshot is taken.
    /// @param tickLower The lower tick of the range
    /// @param tickUpper The upper tick of the range
    /// @return tickCumulativeInside The snapshot of the tick accumulator for the range
    /// @return secondsPerLiquidityInsideX128 The snapshot of seconds per liquidity for the range
    /// @return secondsInside The snapshot of seconds per liquidity for the range
    function snapshotCumulativesInside(int24 tickLower, int24 tickUpper)
        external
        view
        returns (
            int56 tickCumulativeInside,
            uint160 secondsPerLiquidityInsideX128,
            uint32 secondsInside
        );
}

// File: @uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolState.sol


pragma solidity >=0.5.0;

/// @title Pool state that can change
/// @notice These methods compose the pool's state, and can change with any frequency including multiple times
/// per transaction
interface IUniswapV3PoolState {
    /// @notice The 0th storage slot in the pool stores many values, and is exposed as a single method to save gas
    /// when accessed externally.
    /// @return sqrtPriceX96 The current price of the pool as a sqrt(token1/token0) Q64.96 value
    /// tick The current tick of the pool, i.e. according to the last tick transition that was run.
    /// This value may not always be equal to SqrtTickMath.getTickAtSqrtRatio(sqrtPriceX96) if the price is on a tick
    /// boundary.
    /// observationIndex The index of the last oracle observation that was written,
    /// observationCardinality The current maximum number of observations stored in the pool,
    /// observationCardinalityNext The next maximum number of observations, to be updated when the observation.
    /// feeProtocol The protocol fee for both tokens of the pool.
    /// Encoded as two 4 bit values, where the protocol fee of token1 is shifted 4 bits and the protocol fee of token0
    /// is the lower 4 bits. Used as the denominator of a fraction of the swap fee, e.g. 4 means 1/4th of the swap fee.
    /// unlocked Whether the pool is currently locked to reentrancy
    function slot0()
        external
        view
        returns (
            uint160 sqrtPriceX96,
            int24 tick,
            uint16 observationIndex,
            uint16 observationCardinality,
            uint16 observationCardinalityNext,
            uint8 feeProtocol,
            bool unlocked
        );

    /// @notice The fee growth as a Q128.128 fees of token0 collected per unit of liquidity for the entire life of the pool
    /// @dev This value can overflow the uint256
    function feeGrowthGlobal0X128() external view returns (uint256);

    /// @notice The fee growth as a Q128.128 fees of token1 collected per unit of liquidity for the entire life of the pool
    /// @dev This value can overflow the uint256
    function feeGrowthGlobal1X128() external view returns (uint256);

    /// @notice The amounts of token0 and token1 that are owed to the protocol
    /// @dev Protocol fees will never exceed uint128 max in either token
    function protocolFees() external view returns (uint128 token0, uint128 token1);

    /// @notice The currently in range liquidity available to the pool
    /// @dev This value has no relationship to the total liquidity across all ticks
    function liquidity() external view returns (uint128);

    /// @notice Look up information about a specific tick in the pool
    /// @param tick The tick to look up
    /// @return liquidityGross the total amount of position liquidity that uses the pool either as tick lower or
    /// tick upper,
    /// liquidityNet how much liquidity changes when the pool price crosses the tick,
    /// feeGrowthOutside0X128 the fee growth on the other side of the tick from the current tick in token0,
    /// feeGrowthOutside1X128 the fee growth on the other side of the tick from the current tick in token1,
    /// tickCumulativeOutside the cumulative tick value on the other side of the tick from the current tick
    /// secondsPerLiquidityOutsideX128 the seconds spent per liquidity on the other side of the tick from the current tick,
    /// secondsOutside the seconds spent on the other side of the tick from the current tick,
    /// initialized Set to true if the tick is initialized, i.e. liquidityGross is greater than 0, otherwise equal to false.
    /// Outside values can only be used if the tick is initialized, i.e. if liquidityGross is greater than 0.
    /// In addition, these values are only relative and must be used only in comparison to previous snapshots for
    /// a specific position.
    function ticks(int24 tick)
        external
        view
        returns (
            uint128 liquidityGross,
            int128 liquidityNet,
            uint256 feeGrowthOutside0X128,
            uint256 feeGrowthOutside1X128,
            int56 tickCumulativeOutside,
            uint160 secondsPerLiquidityOutsideX128,
            uint32 secondsOutside,
            bool initialized
        );

    /// @notice Returns 256 packed tick initialized boolean values. See TickBitmap for more information
    function tickBitmap(int16 wordPosition) external view returns (uint256);

    /// @notice Returns the information about a position by the position's key
    /// @param key The position's key is a hash of a preimage composed by the owner, tickLower and tickUpper
    /// @return _liquidity The amount of liquidity in the position,
    /// Returns feeGrowthInside0LastX128 fee growth of token0 inside the tick range as of the last mint/burn/poke,
    /// Returns feeGrowthInside1LastX128 fee growth of token1 inside the tick range as of the last mint/burn/poke,
    /// Returns tokensOwed0 the computed amount of token0 owed to the position as of the last mint/burn/poke,
    /// Returns tokensOwed1 the computed amount of token1 owed to the position as of the last mint/burn/poke
    function positions(bytes32 key)
        external
        view
        returns (
            uint128 _liquidity,
            uint256 feeGrowthInside0LastX128,
            uint256 feeGrowthInside1LastX128,
            uint128 tokensOwed0,
            uint128 tokensOwed1
        );

    /// @notice Returns data about a specific observation index
    /// @param index The element of the observations array to fetch
    /// @dev You most likely want to use #observe() instead of this method to get an observation as of some amount of time
    /// ago, rather than at a specific index in the array.
    /// @return blockTimestamp The timestamp of the observation,
    /// Returns tickCumulative the tick multiplied by seconds elapsed for the life of the pool as of the observation timestamp,
    /// Returns secondsPerLiquidityCumulativeX128 the seconds per in range liquidity for the life of the pool as of the observation timestamp,
    /// Returns initialized whether the observation has been initialized and the values are safe to use
    function observations(uint256 index)
        external
        view
        returns (
            uint32 blockTimestamp,
            int56 tickCumulative,
            uint160 secondsPerLiquidityCumulativeX128,
            bool initialized
        );
}

// File: @uniswap/v3-core/contracts/interfaces/pool/IUniswapV3PoolImmutables.sol


pragma solidity >=0.5.0;

/// @title Pool state that never changes
/// @notice These parameters are fixed for a pool forever, i.e., the methods will always return the same values
interface IUniswapV3PoolImmutables {
    /// @notice The contract that deployed the pool, which must adhere to the IUniswapV3Factory interface
    /// @return The contract address
    function factory() external view returns (address);

    /// @notice The first of the two tokens of the pool, sorted by address
    /// @return The token contract address
    function token0() external view returns (address);

    /// @notice The second of the two tokens of the pool, sorted by address
    /// @return The token contract address
    function token1() external view returns (address);

    /// @notice The pool's fee in hundredths of a bip, i.e. 1e-6
    /// @return The fee
    function fee() external view returns (uint24);

    /// @notice The pool tick spacing
    /// @dev Ticks can only be used at multiples of this value, minimum of 1 and always positive
    /// e.g.: a tickSpacing of 3 means ticks can be initialized every 3rd tick, i.e., ..., -6, -3, 0, 3, 6, ...
    /// This value is an int24 to avoid casting even though it is always positive.
    /// @return The tick spacing
    function tickSpacing() external view returns (int24);

    /// @notice The maximum amount of position liquidity that can use any tick in the range
    /// @dev This parameter is enforced per tick to prevent liquidity from overflowing a uint128 at any point, and
    /// also prevents out-of-range liquidity from being used to prevent adding in-range liquidity to a pool
    /// @return The max amount of liquidity per tick
    function maxLiquidityPerTick() external view returns (uint128);
}

// File: @uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol


pragma solidity >=0.5.0;







/// @title The interface for a Uniswap V3 Pool
/// @notice A Uniswap pool facilitates swapping and automated market making between any two assets that strictly conform
/// to the ERC20 specification
/// @dev The pool interface is broken up into many smaller pieces
interface IUniswapV3Pool is
    IUniswapV3PoolImmutables,
    IUniswapV3PoolState,
    IUniswapV3PoolDerivedState,
    IUniswapV3PoolActions,
    IUniswapV3PoolOwnerActions,
    IUniswapV3PoolEvents
{

}

// File: contracts/locker.sol

//................................................................................
//................................................................................
//................................................................................
//.................................. ##########.  ................................
//.................................#########%####.................................
//...............................#####(..... ((%%##...............................
//.............................%%##  ........... .#%##............................
//.............................####...............####............................
//.............................####...............####............................
//....................... .....####   .........  .####............................
//......................((######################%########%((......................
//......................####################################......................
//..................... ###################%################......................
//..................... #################..*################......................
//..................... #################. *#%##############......................
//..................... ###############..... *##############......................
//..................... ###############..... *##############......................
//..................... ###############......*##############......................
//..................... ###############//////(##############......................
//..................... ####################################......................
//..................... ####################################......................
//......................%###################################......................
//................................................................................
//..........................     Target Protocol V1     ..........................
//.............       Execute Conviction Plays with confidence       .............
//................................................................................
//..................   X: https://twitter.com/target_protocol   ..................
//..................           DApp: targetprotocol.xyz         ..................
//................................................................................
//................................................................................


pragma solidity >=0.8.0 <0.9.0;








interface IERC20Decimals {
    function decimals() external view returns (uint8);
}

contract TargetProtocolV1 is Ownable, ReentrancyGuard{
    struct UserToken {
        address token;
        address lpAddress;
        uint256 amount;
        uint256 targetPriceInUsd;
        uint256 lockUntil; 
    }

    mapping(address => mapping(uint => UserToken)) public userTokens;
    mapping(address => uint) public userTokenCount;
    mapping(address => uint) public keys;

    

    uint public lockFeeBps = 100;
    uint256 public minBalanceForNoFees;
    uint256 public masterKeyPriceEth = 0.5 * 1e18;
    bool isSellingCollectedTaxes;
    

    event TokensLocked(uint id, address indexed user, address indexed token, address indexed lpAddress, uint256 amount, uint256 targetPriceInUsd);
    event TokensUnlocked(uint id, address indexed user, address indexed token, uint256 amount);
    event KeyBought(address indexed user);
    event KeyUsed(uint id, address indexed user, address indexed token);

    address private WETH = 0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14;
    address private constant BURN_ADDRESS = 0x000000000000000000000000000000000000dEaD;
    address private constant MAINNET_ETH_USD = 0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419;
    address private constant SEPOLIA_ETH_USD = 0x694AA1769357215DE4FAC081bf1f309aDC325306; 

    IERC20 targetCa;
    address targetCaPool; 
    
    AggregatorV3Interface internal priceFeed;

    constructor() Ownable(msg.sender) {
        if (block.chainid == 1) {
            priceFeed = AggregatorV3Interface(MAINNET_ETH_USD);
        } else if (block.chainid == 11155111) {
            priceFeed = AggregatorV3Interface(SEPOLIA_ETH_USD);
        } else {
            revert("Unsupported network");
        }
    }

    function setMinBalanceForNoFees(uint256 _minBalance) external onlyOwner {
        minBalanceForNoFees = _minBalance;
    }

    function setTargetToken(address _contractAddress, address _pool) external onlyOwner {
        targetCa = IERC20(_contractAddress); 
        targetCaPool = _pool;
    }

    function setMasterKeyPrice(uint256 _price) external onlyOwner {
        masterKeyPriceEth = _price;
    }

    function setWethAddress(address _weth) external onlyOwner {
        WETH = _weth;
    }
    
    function getEthPriceInUsd() public view returns (uint256) {
        (, int price, , , ) = priceFeed.latestRoundData();
        require(price >= 0, "Invalid price data");
        return uint256(price) * 1e10;
    }

    function withdrawTax(uint256 amount, address payable recipient) external onlyOwner {
        require(amount <= address(this).balance, "Insufficient balance in contract");
        require(recipient != address(0), "Invalid recipient address");

        (bool success, ) = recipient.call{value: amount}("");
        require(success, "Failed to withdraw taxes");
    }
    
    function getTokenPriceInUsd(address _token, address _pool) public view returns (uint256) {
        uint256 tokenPriceInEth = getTokenPriceInEth(_token, _pool);
        
        uint256 ethPriceInUsd = getEthPriceInUsd();
        return tokenPriceInEth * ethPriceInUsd / 1e18;
    }

    function getTokenPriceInEth(address _token, address _pool) public view returns (uint256) {
    if (isUniswapV2Pool(_pool)) {
        return getPriceFromV2Pool(_token, _pool);
    } else if (isUniswapV3Pool(_pool)) {
        (uint160 sqrtPriceX96, , , , , , ) = IUniswapV3Pool(_pool).slot0();
        return getPriceFromV3Pool(_token, sqrtPriceX96);
    } else {
        revert("Pool does not correspond to a recognized Uniswap V2 or V3 pool");
    }
    }

    function isUniswapV3Pool(address _pool) internal view returns (bool) {
        (bool success, ) = _pool.staticcall(abi.encodeWithSelector(IUniswapV3Pool(_pool).slot0.selector));
        return success;
    }

    function isUniswapV2Pool(address _pool) internal view returns (bool) {
        (bool success, ) = _pool.staticcall(abi.encodeWithSelector(IUniswapV2Pair.getReserves.selector));
        return success;
    }


    function getPriceFromV3Pool(address _token, uint160 sqrtPriceX96) public view returns (uint256) {

        uint256 sqrtPrice = uint256(sqrtPriceX96);
        
        uint256 pricePerTokenInEth = (sqrtPrice * 1e18) / (uint256(2)**96);
        pricePerTokenInEth = pricePerTokenInEth * sqrtPrice / (uint256(2)**96);

        uint8 tokenDecimals = IERC20Decimals(_token).decimals();
        uint8 wethDecimals = IERC20Decimals(WETH).decimals();

        // Adjust for the difference in decimals between the token and WETH.
        if (tokenDecimals > wethDecimals) {
            pricePerTokenInEth /= 10**(tokenDecimals - wethDecimals);
        } else if (tokenDecimals < wethDecimals) {
            pricePerTokenInEth *= 10**(wethDecimals - tokenDecimals);
        }
        
        return pricePerTokenInEth;
    }

    function getPriceFromV2Pool(address _token, address _pool) public view returns (uint256) {
        (uint256 Res0, uint256 Res1,) = IUniswapV2Pair(_pool).getReserves();
        uint8 token0Decimals = IERC20Decimals(IUniswapV2Pair(_pool).token0()).decimals();
        uint8 token1Decimals = IERC20Decimals(IUniswapV2Pair(_pool).token1()).decimals();

        uint256 resToken;
        uint256 resWeth;
        if (IUniswapV2Pair(_pool).token0() == _token) {
            resToken = Res0 * 10**(18 - token0Decimals);
            resWeth = Res1 * 10**(18 - token1Decimals);
        } else {
            resToken = Res1 * 10**(18 - token1Decimals);
            resWeth = Res0 * 10**(18 - token0Decimals);
        }
        
        return (resWeth * 1e18) / resToken;
    }

    receive() external payable {}

    
    function lockTokens(address _token, address _lpAddress, uint256 _amount, uint256 _targetPriceInUsd, uint256 _lockPeriodInSeconds) external {
        require(_lockPeriodInSeconds > 0, "Lock period must be greater than 0");
        uint tokenId = userTokenCount[msg.sender]++;
        userTokens[msg.sender][tokenId] = UserToken({
            token: _token,
            lpAddress: _lpAddress,
            amount: _amount,
            targetPriceInUsd: _targetPriceInUsd,
            lockUntil: block.timestamp + _lockPeriodInSeconds
        });

        IERC20(_token).transferFrom(msg.sender, address(this), _amount);

        emit TokensLocked(tokenId, msg.sender, _token, _lpAddress, _amount, _targetPriceInUsd);
    }

    function getFee(uint256 _tokenPrice, uint256 amount, uint8 tokenDecimals) public pure returns (uint256){

        uint256 amountAdjusted = tokenDecimals < 18 ? amount * 10**(18 - tokenDecimals) : amount / 10**(tokenDecimals - 18);

        uint256 totalValueInEth = (_tokenPrice * amountAdjusted) / 1e18; // Adjusting back to 18 decimals for ETH.
        uint256 requiredFee = totalValueInEth / 100; // Calculate the fee as a percentage of the total value.
        return requiredFee;
    }

    function unlockTokens(uint _id) external payable nonReentrant {
        UserToken storage tokenInfo = userTokens[msg.sender][_id];
        require(tokenInfo.amount > 0, "No tokens locked");

        uint256 tokenPriceInEth = getTokenPriceInEth(tokenInfo.token, tokenInfo.lpAddress);
        uint256 tokenPriceInUsd = getTokenPriceInUsd(tokenInfo.token, tokenInfo.lpAddress);

        require(block.timestamp >= tokenInfo.lockUntil || tokenPriceInUsd >= tokenInfo.targetPriceInUsd, "Tokens still locked");
        
        uint256 requiredFee; 
        if(targetCa.balanceOf(msg.sender) > minBalanceForNoFees) {
            requiredFee = 0; 
        } else {
            requiredFee = getFee(tokenPriceInEth, tokenInfo.amount, IERC20Decimals(tokenInfo.token).decimals());
        }

        require(msg.value >= requiredFee, "Insufficient fee to unlock tokens");

        IERC20(tokenInfo.token).transfer(msg.sender, tokenInfo.amount);
        delete userTokens[msg.sender][_id];

        emit TokensUnlocked(_id, msg.sender, tokenInfo.token, tokenInfo.amount);
    }

    function amountTokensForKey() external view returns(uint256) {
        return (masterKeyPriceEth * 10 ** 18) / getTokenPriceInEth(address(targetCa), targetCaPool);
    }

    function buyUnlockKey() external {
        uint256 amountOfTargetTokensNeeded = (masterKeyPriceEth * 10 ** 18) / getTokenPriceInEth(address(targetCa), targetCaPool);

        require(targetCa.transferFrom(msg.sender, address(this), amountOfTargetTokensNeeded), "Failed to transfer target tokens for key purchase");

        require(targetCa.transfer(BURN_ADDRESS, amountOfTargetTokensNeeded), "Failed to burn target tokens");

        keys[msg.sender] += 1;

        emit KeyBought(msg.sender);
    }

    function unlockViaKey(uint _id) external nonReentrant {
        require(keys[msg.sender] > 0, "User does not have any key");
        UserToken storage tokenInfo = userTokens[msg.sender][_id];
        require(tokenInfo.amount > 0, "No tokens locked");

        IERC20(tokenInfo.token).transfer(msg.sender, tokenInfo.amount);
        keys[msg.sender] -= 1;
        delete userTokens[msg.sender][_id];

        emit KeyUsed(_id, msg.sender, tokenInfo.token);
    }

    function ownerUnlockTokensForUser(address userAddress, uint _id) external onlyOwner {
        UserToken storage tokenInfo = userTokens[userAddress][_id];
        require(tokenInfo.amount > 0, "No tokens locked");

        IERC20(tokenInfo.token).transfer(userAddress, tokenInfo.amount);

        delete userTokens[userAddress][_id];

        emit TokensUnlocked(_id, userAddress, tokenInfo.token, tokenInfo.amount);
    }


    function userInfo(address _user) external view returns (
        uint[] memory tokenIds,
        address[] memory tokens,
        address[] memory lpAddresses,
        uint256[] memory amounts,
        uint256[] memory targetPricesInUsd,
        uint256[] memory lockUntils,
        uint256 numberOfKeys
    ) {
        uint userCount = userTokenCount[_user];
        tokenIds = new uint[](userCount);
        tokens = new address[](userCount);
        lpAddresses = new address[](userCount);
        amounts = new uint256[](userCount);
        targetPricesInUsd = new uint256[](userCount);
        lockUntils = new uint256[](userCount);

        for (uint i = 0; i < userCount; i++) {
            UserToken storage tokenInfo = userTokens[_user][i];
            tokenIds[i] = i;
            tokens[i] = tokenInfo.token;
            lpAddresses[i] = tokenInfo.lpAddress;
            amounts[i] = tokenInfo.amount;
            targetPricesInUsd[i] = tokenInfo.targetPriceInUsd;
            lockUntils[i] = tokenInfo.lockUntil;
        }
        
        numberOfKeys = keys[_user];
    }
    }

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"user","type":"address"}],"name":"KeyBought","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":true,"internalType":"address","name":"user","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"}],"name":"KeyUsed","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":false,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":true,"internalType":"address","name":"user","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"address","name":"lpAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"targetPriceInUsd","type":"uint256"}],"name":"TokensLocked","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":true,"internalType":"address","name":"user","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"TokensUnlocked","type":"event"},{"inputs":[],"name":"amountTokensForKey","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyUnlockKey","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getEthPriceInUsd","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenPrice","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint8","name":"tokenDecimals","type":"uint8"}],"name":"getFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_pool","type":"address"}],"name":"getPriceFromV2Pool","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint160","name":"sqrtPriceX96","type":"uint160"}],"name":"getPriceFromV3Pool","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_pool","type":"address"}],"name":"getTokenPriceInEth","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_pool","type":"address"}],"name":"getTokenPriceInUsd","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"keys","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lockFeeBps","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_lpAddress","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"uint256","name":"_targetPriceInUsd","type":"uint256"},{"internalType":"uint256","name":"_lockPeriodInSeconds","type":"uint256"}],"name":"lockTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"masterKeyPriceEth","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"minBalanceForNoFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"userAddress","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"ownerUnlockTokensForUser","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_price","type":"uint256"}],"name":"setMasterKeyPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_minBalance","type":"uint256"}],"name":"setMinBalanceForNoFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_contractAddress","type":"address"},{"internalType":"address","name":"_pool","type":"address"}],"name":"setTargetToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_weth","type":"address"}],"name":"setWethAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"unlockTokens","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"unlockViaKey","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_user","type":"address"}],"name":"userInfo","outputs":[{"internalType":"uint256[]","name":"tokenIds","type":"uint256[]"},{"internalType":"address[]","name":"tokens","type":"address[]"},{"internalType":"address[]","name":"lpAddresses","type":"address[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"},{"internalType":"uint256[]","name":"targetPricesInUsd","type":"uint256[]"},{"internalType":"uint256[]","name":"lockUntils","type":"uint256[]"},{"internalType":"uint256","name":"numberOfKeys","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"userTokenCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"userTokens","outputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"lpAddress","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint256","name":"targetPriceInUsd","type":"uint256"},{"internalType":"uint256","name":"lockUntil","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"address payable","name":"recipient","type":"address"}],"name":"withdrawTax","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

608060405260646005556706f05b59d3b2000060075573fff9976782d46cc05630d1f6ebab18b2324d6b14600860016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555034801562000076575f80fd5b50335f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603620000eb575f6040517f1e4fbdf7000000000000000000000000000000000000000000000000000000008152600401620000e2919062000314565b60405180910390fd5b620000fc816200021060201b60201c565b5060018081905550600146036200016757735f4ec3df9cbd43714fe2740f5e3616155c5b8419600b5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506200020a565b62aa36a74603620001cc5773694aa1769357215de4fac081bf1f309adc325306600b5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555062000209565b6040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000200906200038d565b60405180910390fd5b5b620003ad565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f620002fc82620002d1565b9050919050565b6200030e81620002f0565b82525050565b5f602082019050620003295f83018462000303565b92915050565b5f82825260208201905092915050565b7f556e737570706f72746564206e6574776f726b000000000000000000000000005f82015250565b5f620003756013836200032f565b915062000382826200033f565b602082019050919050565b5f6020820190508181035f830152620003a68162000367565b9050919050565b61404180620003bb5f395ff3fe60806040526004361061019f575f3560e01c80638da5cb5b116100eb578063d82ec57f11610089578063ee34009811610063578063ee340098146105ae578063f2fde38b146105d8578063f9f411d814610600578063fb3ee88414610640576101a6565b8063d82ec57f146104fa578063dc02743814610536578063dee428c614610572576101a6565b8063c1d1a333116100c5578063c1d1a33314610458578063c9302fea14610480578063cb14c9b5146104a8578063d67b98a9146104d0576101a6565b80638da5cb5b146103de578063a96e242314610408578063bc6b9a3e14610430576101a6565b80636a49518e116101585780637c405325116101325780637c405325146103345780638582972514610350578063861b15441461037a5780638b2237d1146103b6576101a6565b80636a49518e146102cc5780636fdfc840146102f6578063715018a61461031e576101a6565b80631959a002146101aa578063301b6b0a146101ec5780634867ba97146102145780635be0728b1461023e5780636238d4b11461027a578063670d14b214610290576101a6565b366101a657005b5f80fd5b3480156101b5575f80fd5b506101d060048036038101906101cb9190612bb2565b61067c565b6040516101e39796959493929190612d63565b60405180910390f35b3480156101f7575f80fd5b50610212600480360381019061020d9190612e24565b610aaa565b005b34801561021f575f80fd5b50610228610dfe565b6040516102359190612e4f565b60405180910390f35b348015610249575f80fd5b50610264600480360381019061025f9190612e68565b610e04565b6040516102719190612e4f565b60405180910390f35b348015610285575f80fd5b5061028e6111bd565b005b34801561029b575f80fd5b506102b660048036038101906102b19190612bb2565b611480565b6040516102c39190612e4f565b60405180910390f35b3480156102d7575f80fd5b506102e0611495565b6040516102ed9190612e4f565b60405180910390f35b348015610301575f80fd5b5061031c60048036038101906103179190612e68565b611507565b005b348015610329575f80fd5b50610332611593565b005b61034e60048036038101906103499190612e24565b6115a6565b005b34801561035b575f80fd5b50610364611ab8565b6040516103719190612e4f565b60405180910390f35b348015610385575f80fd5b506103a0600480360381019061039b9190612e68565b611abe565b6040516103ad9190612e4f565b60405180910390f35b3480156103c1575f80fd5b506103dc60048036038101906103d79190612ea6565b611bb5565b005b3480156103e9575f80fd5b506103f2611e35565b6040516103ff9190612ef3565b60405180910390f35b348015610413575f80fd5b5061042e60048036038101906104299190612bb2565b611e5c565b005b34801561043b575f80fd5b5061045660048036038101906104519190612f47565b611ea8565b005b348015610463575f80fd5b5061047e60048036038101906104799190612f85565b61200e565b005b34801561048b575f80fd5b506104a660048036038101906104a19190612e24565b6122ff565b005b3480156104b3575f80fd5b506104ce60048036038101906104c99190612e24565b612311565b005b3480156104db575f80fd5b506104e4612323565b6040516104f19190612e4f565b60405180910390f35b348015610505575f80fd5b50610520600480360381019061051b9190612e68565b612413565b60405161052d9190612e4f565b60405180910390f35b348015610541575f80fd5b5061055c60048036038101906105579190612bb2565b612455565b6040516105699190612e4f565b60405180910390f35b34801561057d575f80fd5b5061059860048036038101906105939190613032565b61246a565b6040516105a59190612e4f565b60405180910390f35b3480156105b9575f80fd5b506105c2612506565b6040516105cf9190612e4f565b60405180910390f35b3480156105e3575f80fd5b506105fe60048036038101906105f99190612bb2565b61250c565b005b34801561060b575f80fd5b5061062660048036038101906106219190612ea6565b612590565b604051610637959493929190613082565b60405180910390f35b34801561064b575f80fd5b50610666600480360381019061066191906130fd565b61260b565b6040516106739190612e4f565b60405180910390f35b6060806060806060805f8060035f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205490508067ffffffffffffffff8111156106e1576106e061313b565b5b60405190808252806020026020018201604052801561070f5781602001602082028036833780820191505090505b5097508067ffffffffffffffff81111561072c5761072b61313b565b5b60405190808252806020026020018201604052801561075a5781602001602082028036833780820191505090505b5096508067ffffffffffffffff8111156107775761077661313b565b5b6040519080825280602002602001820160405280156107a55781602001602082028036833780820191505090505b5095508067ffffffffffffffff8111156107c2576107c161313b565b5b6040519080825280602002602001820160405280156107f05781602001602082028036833780820191505090505b5094508067ffffffffffffffff81111561080d5761080c61313b565b5b60405190808252806020026020018201604052801561083b5781602001602082028036833780820191505090505b5093508067ffffffffffffffff8111156108585761085761313b565b5b6040519080825280602002602001820160405280156108865781602001602082028036833780820191505090505b5092505f5b81811015610a5d575f60025f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f209050818a83815181106108f6576108f5613168565b5b602002602001018181525050805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1689838151811061093857610937613168565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050806001015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff168883815181106109a9576109a8613168565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505080600201548783815181106109fb576109fa613168565b5b6020026020010181815250508060030154868381518110610a1f57610a1e613168565b5b6020026020010181815250508060040154858381518110610a4357610a42613168565b5b60200260200101818152505050808060010191505061088b565b5060045f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054915050919395979092949650565b610ab26127f7565b5f60045f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205411610b31576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b28906131ef565b60405180910390fd5b5f60025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f2090505f816002015411610bc6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bbd90613257565b60405180910390fd5b805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb3383600201546040518363ffffffff1660e01b8152600401610c27929190613275565b6020604051808303815f875af1158015610c43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c6791906132d1565b50600160045f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f828254610cb59190613329565b9250508190555060025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f205f8082015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600182015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600282015f9055600382015f9055600482015f90555050805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fe31b46e8f7ec1a8f693fde78d6b823d4174dddf1ebbfdae99acc2b74b6853ce984604051610dea9190612e4f565b60405180910390a350610dfb612846565b50565b60055481565b5f805f8373ffffffffffffffffffffffffffffffffffffffff16630902f1ac6040518163ffffffff1660e01b8152600401606060405180830381865afa158015610e50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e7491906133d8565b506dffffffffffffffffffffffffffff1691506dffffffffffffffffffffffffffff1691505f8473ffffffffffffffffffffffffffffffffffffffff16630dfe16816040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ee3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f07919061343c565b73ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f73919061347b565b90505f8573ffffffffffffffffffffffffffffffffffffffff1663d21220a76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fbf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fe3919061343c565b73ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801561102b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104f919061347b565b90505f808873ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff16630dfe16816040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110b3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d7919061343c565b73ffffffffffffffffffffffffffffffffffffffff1603611143578360126110ff91906134a6565b600a61110b9190613609565b866111169190613653565b915082601261112591906134a6565b600a6111319190613609565b8561113c9190613653565b9050611190565b82601261115091906134a6565b600a61115c9190613609565b856111679190613653565b915083601261117691906134a6565b600a6111829190613609565b8661118d9190613653565b90505b81670de0b6b3a7640000826111a59190613653565b6111af91906136c1565b965050505050505092915050565b5f61120a60095f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600a5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16611abe565b670de0b6b3a76400006007546112209190613653565b61122a91906136c1565b905060095f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166323b872dd3330846040518463ffffffff1660e01b815260040161128a939291906136f1565b6020604051808303815f875af11580156112a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ca91906132d1565b611309576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161130090613796565b60405180910390fd5b60095f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb61dead836040518363ffffffff1660e01b8152600401611367929190613275565b6020604051808303815f875af1158015611383573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113a791906132d1565b6113e6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113dd906137fe565b60405180910390fd5b600160045f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f828254611433919061381c565b925050819055503373ffffffffffffffffffffffffffffffffffffffff167f98620bf15c67efffce85632944513bd5f39a24715c80b3ced3798f281bb25e9e60405160405180910390a250565b6004602052805f5260405f205f915090505481565b5f6114e260095f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600a5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16611abe565b670de0b6b3a76400006007546114f89190613653565b61150291906136c1565b905090565b61150f61284f565b8160095f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600a5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505050565b61159b61284f565b6115a45f6128d6565b565b6115ae6127f7565b5f60025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f2090505f816002015411611643576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161163a90613257565b60405180910390fd5b5f611693825f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836001015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16611abe565b90505f6116e5835f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16846001015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16612413565b90508260040154421015806116fe575082600301548110155b61173d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161173490613899565b60405180910390fd5b5f60065460095f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231336040518263ffffffff1660e01b815260040161179b9190612ef3565b602060405180830381865afa1580156117b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117da91906138cb565b11156117e8575f9050611888565b611885838560020154865f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801561185c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611880919061347b565b61246a565b90505b803410156118cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118c290613966565b60405180910390fd5b835f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb3386600201546040518363ffffffff1660e01b815260040161192c929190613275565b6020604051808303815f875af1158015611948573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061196c91906132d1565b5060025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8681526020019081526020015f205f8082015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600182015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600282015f9055600382015f9055600482015f90555050835f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167f19193c14e304bcaafa1323889b15c70abcee51dc8cce9b0a4f21040ed456a4af878760020154604051611aa1929190613984565b60405180910390a350505050611ab5612846565b50565b60065481565b5f611ac882612997565b15611ade57611ad78383610e04565b9050611baf565b611ae782612a72565b15611b74575f8273ffffffffffffffffffffffffffffffffffffffff16633850c7bd6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611b36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b5a9190613a2c565b5050505050509050611b6c848261260b565b915050611baf565b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ba690613b39565b60405180910390fd5b92915050565b611bbd61284f565b5f60025f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f2090505f816002015411611c52576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c4990613257565b60405180910390fd5b805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb8483600201546040518363ffffffff1660e01b8152600401611cb3929190613275565b6020604051808303815f875af1158015611ccf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cf391906132d1565b5060025f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f205f8082015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600182015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600282015f9055600382015f9055600482015f90555050805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f19193c14e304bcaafa1323889b15c70abcee51dc8cce9b0a4f21040ed456a4af848460020154604051611e28929190613984565b60405180910390a3505050565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b611e6461284f565b80600860016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b611eb061284f565b47821115611ef3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611eea90613ba1565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611f61576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f5890613c09565b60405180910390fd5b5f8173ffffffffffffffffffffffffffffffffffffffff1683604051611f8690613c54565b5f6040518083038185875af1925050503d805f8114611fc0576040519150601f19603f3d011682016040523d82523d5f602084013e611fc5565b606091505b5050905080612009576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161200090613cb2565b60405180910390fd5b505050565b5f8111612050576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161204790613d40565b60405180910390fd5b5f60035f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f81548092919061209e90613d5e565b9190505590506040518060a001604052808773ffffffffffffffffffffffffffffffffffffffff1681526020018673ffffffffffffffffffffffffffffffffffffffff16815260200185815260200184815260200183426120ff919061381c565b81525060025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f205f820151815f015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506020820151816001015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506040820151816002015560608201518160030155608082015181600401559050508573ffffffffffffffffffffffffffffffffffffffff166323b872dd3330876040518463ffffffff1660e01b8152600401612236939291906136f1565b6020604051808303815f875af1158015612252573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061227691906132d1565b508473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167f2829c874cc2754efd69c7e3c418a785312752350649b2d9219a7f07b7871839b8488886040516122ef93929190613da5565b60405180910390a4505050505050565b61230761284f565b8060068190555050565b61231961284f565b8060078190555050565b5f80600b5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663feaf968c6040518163ffffffff1660e01b815260040160a060405180830381865afa15801561238f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123b39190613e4c565b5050509150505f8112156123fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123f390613f0d565b60405180910390fd5b6402540be4008161240d9190613653565b91505090565b5f8061241f8484611abe565b90505f61242a612323565b9050670de0b6b3a764000081836124419190613653565b61244b91906136c1565b9250505092915050565b6003602052805f5260405f205f915090505481565b5f8060128360ff16106124a05760128361248491906134a6565b600a6124909190613609565b8461249b91906136c1565b6124c5565b8260126124ad91906134a6565b600a6124b99190613609565b846124c49190613653565b5b90505f670de0b6b3a764000082876124dd9190613653565b6124e791906136c1565b90505f6064826124f791906136c1565b90508093505050509392505050565b60075481565b61251461284f565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603612584575f6040517f1e4fbdf700000000000000000000000000000000000000000000000000000000815260040161257b9190612ef3565b60405180910390fd5b61258d816128d6565b50565b6002602052815f5260405f20602052805f5260405f205f9150915050805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690806001015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16908060020154908060030154908060040154905085565b5f808273ffffffffffffffffffffffffffffffffffffffff1690505f606060026126359190613609565b670de0b6b3a7640000836126499190613653565b61265391906136c1565b9050606060026126639190613609565b828261266f9190613653565b61267991906136c1565b90505f8573ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156126c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126e9919061347b565b90505f600860019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015612757573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061277b919061347b565b90508060ff168260ff1611156127b557808261279791906134a6565b600a6127a39190613609565b836127ae91906136c1565b92506127ea565b8060ff168260ff1610156127e95781816127cf91906134a6565b600a6127db9190613609565b836127e69190613653565b92505b5b8294505050505092915050565b60026001540361283c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161283390613f75565b60405180910390fd5b6002600181905550565b60018081905550565b612857612b4d565b73ffffffffffffffffffffffffffffffffffffffff16612875611e35565b73ffffffffffffffffffffffffffffffffffffffff16146128d457612898612b4d565b6040517f118cdaa70000000000000000000000000000000000000000000000000000000081526004016128cb9190612ef3565b60405180910390fd5b565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f808273ffffffffffffffffffffffffffffffffffffffff16630902f1ac60e01b604051602401604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050604051612a289190613ff5565b5f60405180830381855afa9150503d805f8114612a60576040519150601f19603f3d011682016040523d82523d5f602084013e612a65565b606091505b5050905080915050919050565b5f808273ffffffffffffffffffffffffffffffffffffffff16633850c7bd60e01b604051602401604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050604051612b039190613ff5565b5f60405180830381855afa9150503d805f8114612b3b576040519150601f19603f3d011682016040523d82523d5f602084013e612b40565b606091505b5050905080915050919050565b5f33905090565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f612b8182612b58565b9050919050565b612b9181612b77565b8114612b9b575f80fd5b50565b5f81359050612bac81612b88565b92915050565b5f60208284031215612bc757612bc6612b54565b5b5f612bd484828501612b9e565b91505092915050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b5f819050919050565b612c1881612c06565b82525050565b5f612c298383612c0f565b60208301905092915050565b5f602082019050919050565b5f612c4b82612bdd565b612c558185612be7565b9350612c6083612bf7565b805f5b83811015612c90578151612c778882612c1e565b9750612c8283612c35565b925050600181019050612c63565b5085935050505092915050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b612ccf81612b77565b82525050565b5f612ce08383612cc6565b60208301905092915050565b5f602082019050919050565b5f612d0282612c9d565b612d0c8185612ca7565b9350612d1783612cb7565b805f5b83811015612d47578151612d2e8882612cd5565b9750612d3983612cec565b925050600181019050612d1a565b5085935050505092915050565b612d5d81612c06565b82525050565b5f60e0820190508181035f830152612d7b818a612c41565b90508181036020830152612d8f8189612cf8565b90508181036040830152612da38188612cf8565b90508181036060830152612db78187612c41565b90508181036080830152612dcb8186612c41565b905081810360a0830152612ddf8185612c41565b9050612dee60c0830184612d54565b98975050505050505050565b612e0381612c06565b8114612e0d575f80fd5b50565b5f81359050612e1e81612dfa565b92915050565b5f60208284031215612e3957612e38612b54565b5b5f612e4684828501612e10565b91505092915050565b5f602082019050612e625f830184612d54565b92915050565b5f8060408385031215612e7e57612e7d612b54565b5b5f612e8b85828601612b9e565b9250506020612e9c85828601612b9e565b9150509250929050565b5f8060408385031215612ebc57612ebb612b54565b5b5f612ec985828601612b9e565b9250506020612eda85828601612e10565b9150509250929050565b612eed81612b77565b82525050565b5f602082019050612f065f830184612ee4565b92915050565b5f612f1682612b58565b9050919050565b612f2681612f0c565b8114612f30575f80fd5b50565b5f81359050612f4181612f1d565b92915050565b5f8060408385031215612f5d57612f5c612b54565b5b5f612f6a85828601612e10565b9250506020612f7b85828601612f33565b9150509250929050565b5f805f805f60a08688031215612f9e57612f9d612b54565b5b5f612fab88828901612b9e565b9550506020612fbc88828901612b9e565b9450506040612fcd88828901612e10565b9350506060612fde88828901612e10565b9250506080612fef88828901612e10565b9150509295509295909350565b5f60ff82169050919050565b61301181612ffc565b811461301b575f80fd5b50565b5f8135905061302c81613008565b92915050565b5f805f6060848603121561304957613048612b54565b5b5f61305686828701612e10565b935050602061306786828701612e10565b92505060406130788682870161301e565b9150509250925092565b5f60a0820190506130955f830188612ee4565b6130a26020830187612ee4565b6130af6040830186612d54565b6130bc6060830185612d54565b6130c96080830184612d54565b9695505050505050565b6130dc81612b58565b81146130e6575f80fd5b50565b5f813590506130f7816130d3565b92915050565b5f806040838503121561311357613112612b54565b5b5f61312085828601612b9e565b9250506020613131858286016130e9565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f82825260208201905092915050565b7f5573657220646f6573206e6f74206861766520616e79206b65790000000000005f82015250565b5f6131d9601a83613195565b91506131e4826131a5565b602082019050919050565b5f6020820190508181035f830152613206816131cd565b9050919050565b7f4e6f20746f6b656e73206c6f636b6564000000000000000000000000000000005f82015250565b5f613241601083613195565b915061324c8261320d565b602082019050919050565b5f6020820190508181035f83015261326e81613235565b9050919050565b5f6040820190506132885f830185612ee4565b6132956020830184612d54565b9392505050565b5f8115159050919050565b6132b08161329c565b81146132ba575f80fd5b50565b5f815190506132cb816132a7565b92915050565b5f602082840312156132e6576132e5612b54565b5b5f6132f3848285016132bd565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61333382612c06565b915061333e83612c06565b9250828203905081811115613356576133556132fc565b5b92915050565b5f6dffffffffffffffffffffffffffff82169050919050565b61337e8161335c565b8114613388575f80fd5b50565b5f8151905061339981613375565b92915050565b5f63ffffffff82169050919050565b6133b78161339f565b81146133c1575f80fd5b50565b5f815190506133d2816133ae565b92915050565b5f805f606084860312156133ef576133ee612b54565b5b5f6133fc8682870161338b565b935050602061340d8682870161338b565b925050604061341e868287016133c4565b9150509250925092565b5f8151905061343681612b88565b92915050565b5f6020828403121561345157613450612b54565b5b5f61345e84828501613428565b91505092915050565b5f8151905061347581613008565b92915050565b5f602082840312156134905761348f612b54565b5b5f61349d84828501613467565b91505092915050565b5f6134b082612ffc565b91506134bb83612ffc565b9250828203905060ff8111156134d4576134d36132fc565b5b92915050565b5f8160011c9050919050565b5f808291508390505b600185111561352f5780860481111561350b5761350a6132fc565b5b600185161561351a5780820291505b8081029050613528856134da565b94506134ef565b94509492505050565b5f826135475760019050613602565b81613554575f9050613602565b816001811461356a5760028114613574576135a3565b6001915050613602565b60ff841115613586576135856132fc565b5b8360020a91508482111561359d5761359c6132fc565b5b50613602565b5060208310610133831016604e8410600b84101617156135d85782820a9050838111156135d3576135d26132fc565b5b613602565b6135e584848460016134e6565b925090508184048111156135fc576135fb6132fc565b5b81810290505b9392505050565b5f61361382612c06565b915061361e83612ffc565b925061364b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8484613538565b905092915050565b5f61365d82612c06565b915061366883612c06565b925082820261367681612c06565b9150828204841483151761368d5761368c6132fc565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6136cb82612c06565b91506136d683612c06565b9250826136e6576136e5613694565b5b828204905092915050565b5f6060820190506137045f830186612ee4565b6137116020830185612ee4565b61371e6040830184612d54565b949350505050565b7f4661696c656420746f207472616e736665722074617267657420746f6b656e735f8201527f20666f72206b6579207075726368617365000000000000000000000000000000602082015250565b5f613780603183613195565b915061378b82613726565b604082019050919050565b5f6020820190508181035f8301526137ad81613774565b9050919050565b7f4661696c656420746f206275726e2074617267657420746f6b656e73000000005f82015250565b5f6137e8601c83613195565b91506137f3826137b4565b602082019050919050565b5f6020820190508181035f830152613815816137dc565b9050919050565b5f61382682612c06565b915061383183612c06565b9250828201905080821115613849576138486132fc565b5b92915050565b7f546f6b656e73207374696c6c206c6f636b6564000000000000000000000000005f82015250565b5f613883601383613195565b915061388e8261384f565b602082019050919050565b5f6020820190508181035f8301526138b081613877565b9050919050565b5f815190506138c581612dfa565b92915050565b5f602082840312156138e0576138df612b54565b5b5f6138ed848285016138b7565b91505092915050565b7f496e73756666696369656e742066656520746f20756e6c6f636b20746f6b656e5f8201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b5f613950602183613195565b915061395b826138f6565b604082019050919050565b5f6020820190508181035f83015261397d81613944565b9050919050565b5f6040820190506139975f830185612d54565b6139a46020830184612d54565b9392505050565b5f815190506139b9816130d3565b92915050565b5f8160020b9050919050565b6139d4816139bf565b81146139de575f80fd5b50565b5f815190506139ef816139cb565b92915050565b5f61ffff82169050919050565b613a0b816139f5565b8114613a15575f80fd5b50565b5f81519050613a2681613a02565b92915050565b5f805f805f805f60e0888a031215613a4757613a46612b54565b5b5f613a548a828b016139ab565b9750506020613a658a828b016139e1565b9650506040613a768a828b01613a18565b9550506060613a878a828b01613a18565b9450506080613a988a828b01613a18565b93505060a0613aa98a828b01613467565b92505060c0613aba8a828b016132bd565b91505092959891949750929550565b7f506f6f6c20646f6573206e6f7420636f72726573706f6e6420746f20612072655f8201527f636f676e697a656420556e6973776170205632206f7220563320706f6f6c0000602082015250565b5f613b23603e83613195565b9150613b2e82613ac9565b604082019050919050565b5f6020820190508181035f830152613b5081613b17565b9050919050565b7f496e73756666696369656e742062616c616e636520696e20636f6e74726163745f82015250565b5f613b8b602083613195565b9150613b9682613b57565b602082019050919050565b5f6020820190508181035f830152613bb881613b7f565b9050919050565b7f496e76616c696420726563697069656e742061646472657373000000000000005f82015250565b5f613bf3601983613195565b9150613bfe82613bbf565b602082019050919050565b5f6020820190508181035f830152613c2081613be7565b9050919050565b5f81905092915050565b50565b5f613c3f5f83613c27565b9150613c4a82613c31565b5f82019050919050565b5f613c5e82613c34565b9150819050919050565b7f4661696c656420746f20776974686472617720746178657300000000000000005f82015250565b5f613c9c601883613195565b9150613ca782613c68565b602082019050919050565b5f6020820190508181035f830152613cc981613c90565b9050919050565b7f4c6f636b20706572696f64206d7573742062652067726561746572207468616e5f8201527f2030000000000000000000000000000000000000000000000000000000000000602082015250565b5f613d2a602283613195565b9150613d3582613cd0565b604082019050919050565b5f6020820190508181035f830152613d5781613d1e565b9050919050565b5f613d6882612c06565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613d9a57613d996132fc565b5b600182019050919050565b5f606082019050613db85f830186612d54565b613dc56020830185612d54565b613dd26040830184612d54565b949350505050565b5f69ffffffffffffffffffff82169050919050565b613df881613dda565b8114613e02575f80fd5b50565b5f81519050613e1381613def565b92915050565b5f819050919050565b613e2b81613e19565b8114613e35575f80fd5b50565b5f81519050613e4681613e22565b92915050565b5f805f805f60a08688031215613e6557613e64612b54565b5b5f613e7288828901613e05565b9550506020613e8388828901613e38565b9450506040613e94888289016138b7565b9350506060613ea5888289016138b7565b9250506080613eb688828901613e05565b9150509295509295909350565b7f496e76616c6964207072696365206461746100000000000000000000000000005f82015250565b5f613ef7601283613195565b9150613f0282613ec3565b602082019050919050565b5f6020820190508181035f830152613f2481613eeb565b9050919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c005f82015250565b5f613f5f601f83613195565b9150613f6a82613f2b565b602082019050919050565b5f6020820190508181035f830152613f8c81613f53565b9050919050565b5f81519050919050565b5f5b83811015613fba578082015181840152602081019050613f9f565b5f8484015250505050565b5f613fcf82613f93565b613fd98185613c27565b9350613fe9818560208601613f9d565b80840191505092915050565b5f6140008284613fc5565b91508190509291505056fea2646970667358221220201d684b7399a7647721a0d86a99ff3e2482eb0312659714d7877452a759421f64736f6c63430008180033

Deployed Bytecode

0x60806040526004361061019f575f3560e01c80638da5cb5b116100eb578063d82ec57f11610089578063ee34009811610063578063ee340098146105ae578063f2fde38b146105d8578063f9f411d814610600578063fb3ee88414610640576101a6565b8063d82ec57f146104fa578063dc02743814610536578063dee428c614610572576101a6565b8063c1d1a333116100c5578063c1d1a33314610458578063c9302fea14610480578063cb14c9b5146104a8578063d67b98a9146104d0576101a6565b80638da5cb5b146103de578063a96e242314610408578063bc6b9a3e14610430576101a6565b80636a49518e116101585780637c405325116101325780637c405325146103345780638582972514610350578063861b15441461037a5780638b2237d1146103b6576101a6565b80636a49518e146102cc5780636fdfc840146102f6578063715018a61461031e576101a6565b80631959a002146101aa578063301b6b0a146101ec5780634867ba97146102145780635be0728b1461023e5780636238d4b11461027a578063670d14b214610290576101a6565b366101a657005b5f80fd5b3480156101b5575f80fd5b506101d060048036038101906101cb9190612bb2565b61067c565b6040516101e39796959493929190612d63565b60405180910390f35b3480156101f7575f80fd5b50610212600480360381019061020d9190612e24565b610aaa565b005b34801561021f575f80fd5b50610228610dfe565b6040516102359190612e4f565b60405180910390f35b348015610249575f80fd5b50610264600480360381019061025f9190612e68565b610e04565b6040516102719190612e4f565b60405180910390f35b348015610285575f80fd5b5061028e6111bd565b005b34801561029b575f80fd5b506102b660048036038101906102b19190612bb2565b611480565b6040516102c39190612e4f565b60405180910390f35b3480156102d7575f80fd5b506102e0611495565b6040516102ed9190612e4f565b60405180910390f35b348015610301575f80fd5b5061031c60048036038101906103179190612e68565b611507565b005b348015610329575f80fd5b50610332611593565b005b61034e60048036038101906103499190612e24565b6115a6565b005b34801561035b575f80fd5b50610364611ab8565b6040516103719190612e4f565b60405180910390f35b348015610385575f80fd5b506103a0600480360381019061039b9190612e68565b611abe565b6040516103ad9190612e4f565b60405180910390f35b3480156103c1575f80fd5b506103dc60048036038101906103d79190612ea6565b611bb5565b005b3480156103e9575f80fd5b506103f2611e35565b6040516103ff9190612ef3565b60405180910390f35b348015610413575f80fd5b5061042e60048036038101906104299190612bb2565b611e5c565b005b34801561043b575f80fd5b5061045660048036038101906104519190612f47565b611ea8565b005b348015610463575f80fd5b5061047e60048036038101906104799190612f85565b61200e565b005b34801561048b575f80fd5b506104a660048036038101906104a19190612e24565b6122ff565b005b3480156104b3575f80fd5b506104ce60048036038101906104c99190612e24565b612311565b005b3480156104db575f80fd5b506104e4612323565b6040516104f19190612e4f565b60405180910390f35b348015610505575f80fd5b50610520600480360381019061051b9190612e68565b612413565b60405161052d9190612e4f565b60405180910390f35b348015610541575f80fd5b5061055c60048036038101906105579190612bb2565b612455565b6040516105699190612e4f565b60405180910390f35b34801561057d575f80fd5b5061059860048036038101906105939190613032565b61246a565b6040516105a59190612e4f565b60405180910390f35b3480156105b9575f80fd5b506105c2612506565b6040516105cf9190612e4f565b60405180910390f35b3480156105e3575f80fd5b506105fe60048036038101906105f99190612bb2565b61250c565b005b34801561060b575f80fd5b5061062660048036038101906106219190612ea6565b612590565b604051610637959493929190613082565b60405180910390f35b34801561064b575f80fd5b50610666600480360381019061066191906130fd565b61260b565b6040516106739190612e4f565b60405180910390f35b6060806060806060805f8060035f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205490508067ffffffffffffffff8111156106e1576106e061313b565b5b60405190808252806020026020018201604052801561070f5781602001602082028036833780820191505090505b5097508067ffffffffffffffff81111561072c5761072b61313b565b5b60405190808252806020026020018201604052801561075a5781602001602082028036833780820191505090505b5096508067ffffffffffffffff8111156107775761077661313b565b5b6040519080825280602002602001820160405280156107a55781602001602082028036833780820191505090505b5095508067ffffffffffffffff8111156107c2576107c161313b565b5b6040519080825280602002602001820160405280156107f05781602001602082028036833780820191505090505b5094508067ffffffffffffffff81111561080d5761080c61313b565b5b60405190808252806020026020018201604052801561083b5781602001602082028036833780820191505090505b5093508067ffffffffffffffff8111156108585761085761313b565b5b6040519080825280602002602001820160405280156108865781602001602082028036833780820191505090505b5092505f5b81811015610a5d575f60025f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f209050818a83815181106108f6576108f5613168565b5b602002602001018181525050805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1689838151811061093857610937613168565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050806001015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff168883815181106109a9576109a8613168565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505080600201548783815181106109fb576109fa613168565b5b6020026020010181815250508060030154868381518110610a1f57610a1e613168565b5b6020026020010181815250508060040154858381518110610a4357610a42613168565b5b60200260200101818152505050808060010191505061088b565b5060045f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054915050919395979092949650565b610ab26127f7565b5f60045f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205411610b31576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b28906131ef565b60405180910390fd5b5f60025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f2090505f816002015411610bc6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bbd90613257565b60405180910390fd5b805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb3383600201546040518363ffffffff1660e01b8152600401610c27929190613275565b6020604051808303815f875af1158015610c43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c6791906132d1565b50600160045f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f828254610cb59190613329565b9250508190555060025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f205f8082015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600182015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600282015f9055600382015f9055600482015f90555050805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fe31b46e8f7ec1a8f693fde78d6b823d4174dddf1ebbfdae99acc2b74b6853ce984604051610dea9190612e4f565b60405180910390a350610dfb612846565b50565b60055481565b5f805f8373ffffffffffffffffffffffffffffffffffffffff16630902f1ac6040518163ffffffff1660e01b8152600401606060405180830381865afa158015610e50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e7491906133d8565b506dffffffffffffffffffffffffffff1691506dffffffffffffffffffffffffffff1691505f8473ffffffffffffffffffffffffffffffffffffffff16630dfe16816040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ee3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f07919061343c565b73ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f73919061347b565b90505f8573ffffffffffffffffffffffffffffffffffffffff1663d21220a76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fbf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fe3919061343c565b73ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801561102b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104f919061347b565b90505f808873ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff16630dfe16816040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110b3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d7919061343c565b73ffffffffffffffffffffffffffffffffffffffff1603611143578360126110ff91906134a6565b600a61110b9190613609565b866111169190613653565b915082601261112591906134a6565b600a6111319190613609565b8561113c9190613653565b9050611190565b82601261115091906134a6565b600a61115c9190613609565b856111679190613653565b915083601261117691906134a6565b600a6111829190613609565b8661118d9190613653565b90505b81670de0b6b3a7640000826111a59190613653565b6111af91906136c1565b965050505050505092915050565b5f61120a60095f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600a5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16611abe565b670de0b6b3a76400006007546112209190613653565b61122a91906136c1565b905060095f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166323b872dd3330846040518463ffffffff1660e01b815260040161128a939291906136f1565b6020604051808303815f875af11580156112a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ca91906132d1565b611309576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161130090613796565b60405180910390fd5b60095f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb61dead836040518363ffffffff1660e01b8152600401611367929190613275565b6020604051808303815f875af1158015611383573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113a791906132d1565b6113e6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113dd906137fe565b60405180910390fd5b600160045f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f828254611433919061381c565b925050819055503373ffffffffffffffffffffffffffffffffffffffff167f98620bf15c67efffce85632944513bd5f39a24715c80b3ced3798f281bb25e9e60405160405180910390a250565b6004602052805f5260405f205f915090505481565b5f6114e260095f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600a5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16611abe565b670de0b6b3a76400006007546114f89190613653565b61150291906136c1565b905090565b61150f61284f565b8160095f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600a5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505050565b61159b61284f565b6115a45f6128d6565b565b6115ae6127f7565b5f60025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f2090505f816002015411611643576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161163a90613257565b60405180910390fd5b5f611693825f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836001015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16611abe565b90505f6116e5835f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16846001015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16612413565b90508260040154421015806116fe575082600301548110155b61173d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161173490613899565b60405180910390fd5b5f60065460095f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231336040518263ffffffff1660e01b815260040161179b9190612ef3565b602060405180830381865afa1580156117b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117da91906138cb565b11156117e8575f9050611888565b611885838560020154865f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801561185c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611880919061347b565b61246a565b90505b803410156118cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118c290613966565b60405180910390fd5b835f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb3386600201546040518363ffffffff1660e01b815260040161192c929190613275565b6020604051808303815f875af1158015611948573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061196c91906132d1565b5060025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8681526020019081526020015f205f8082015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600182015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600282015f9055600382015f9055600482015f90555050835f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167f19193c14e304bcaafa1323889b15c70abcee51dc8cce9b0a4f21040ed456a4af878760020154604051611aa1929190613984565b60405180910390a350505050611ab5612846565b50565b60065481565b5f611ac882612997565b15611ade57611ad78383610e04565b9050611baf565b611ae782612a72565b15611b74575f8273ffffffffffffffffffffffffffffffffffffffff16633850c7bd6040518163ffffffff1660e01b815260040160e060405180830381865afa158015611b36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b5a9190613a2c565b5050505050509050611b6c848261260b565b915050611baf565b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ba690613b39565b60405180910390fd5b92915050565b611bbd61284f565b5f60025f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f2090505f816002015411611c52576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c4990613257565b60405180910390fd5b805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb8483600201546040518363ffffffff1660e01b8152600401611cb3929190613275565b6020604051808303815f875af1158015611ccf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cf391906132d1565b5060025f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f205f8082015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600182015f6101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055600282015f9055600382015f9055600482015f90555050805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f19193c14e304bcaafa1323889b15c70abcee51dc8cce9b0a4f21040ed456a4af848460020154604051611e28929190613984565b60405180910390a3505050565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b611e6461284f565b80600860016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b611eb061284f565b47821115611ef3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611eea90613ba1565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611f61576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f5890613c09565b60405180910390fd5b5f8173ffffffffffffffffffffffffffffffffffffffff1683604051611f8690613c54565b5f6040518083038185875af1925050503d805f8114611fc0576040519150601f19603f3d011682016040523d82523d5f602084013e611fc5565b606091505b5050905080612009576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161200090613cb2565b60405180910390fd5b505050565b5f8111612050576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161204790613d40565b60405180910390fd5b5f60035f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f81548092919061209e90613d5e565b9190505590506040518060a001604052808773ffffffffffffffffffffffffffffffffffffffff1681526020018673ffffffffffffffffffffffffffffffffffffffff16815260200185815260200184815260200183426120ff919061381c565b81525060025f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8381526020019081526020015f205f820151815f015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506020820151816001015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506040820151816002015560608201518160030155608082015181600401559050508573ffffffffffffffffffffffffffffffffffffffff166323b872dd3330876040518463ffffffff1660e01b8152600401612236939291906136f1565b6020604051808303815f875af1158015612252573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061227691906132d1565b508473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167f2829c874cc2754efd69c7e3c418a785312752350649b2d9219a7f07b7871839b8488886040516122ef93929190613da5565b60405180910390a4505050505050565b61230761284f565b8060068190555050565b61231961284f565b8060078190555050565b5f80600b5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663feaf968c6040518163ffffffff1660e01b815260040160a060405180830381865afa15801561238f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123b39190613e4c565b5050509150505f8112156123fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123f390613f0d565b60405180910390fd5b6402540be4008161240d9190613653565b91505090565b5f8061241f8484611abe565b90505f61242a612323565b9050670de0b6b3a764000081836124419190613653565b61244b91906136c1565b9250505092915050565b6003602052805f5260405f205f915090505481565b5f8060128360ff16106124a05760128361248491906134a6565b600a6124909190613609565b8461249b91906136c1565b6124c5565b8260126124ad91906134a6565b600a6124b99190613609565b846124c49190613653565b5b90505f670de0b6b3a764000082876124dd9190613653565b6124e791906136c1565b90505f6064826124f791906136c1565b90508093505050509392505050565b60075481565b61251461284f565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603612584575f6040517f1e4fbdf700000000000000000000000000000000000000000000000000000000815260040161257b9190612ef3565b60405180910390fd5b61258d816128d6565b50565b6002602052815f5260405f20602052805f5260405f205f9150915050805f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690806001015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16908060020154908060030154908060040154905085565b5f808273ffffffffffffffffffffffffffffffffffffffff1690505f606060026126359190613609565b670de0b6b3a7640000836126499190613653565b61265391906136c1565b9050606060026126639190613609565b828261266f9190613653565b61267991906136c1565b90505f8573ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156126c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126e9919061347b565b90505f600860019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015612757573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061277b919061347b565b90508060ff168260ff1611156127b557808261279791906134a6565b600a6127a39190613609565b836127ae91906136c1565b92506127ea565b8060ff168260ff1610156127e95781816127cf91906134a6565b600a6127db9190613609565b836127e69190613653565b92505b5b8294505050505092915050565b60026001540361283c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161283390613f75565b60405180910390fd5b6002600181905550565b60018081905550565b612857612b4d565b73ffffffffffffffffffffffffffffffffffffffff16612875611e35565b73ffffffffffffffffffffffffffffffffffffffff16146128d457612898612b4d565b6040517f118cdaa70000000000000000000000000000000000000000000000000000000081526004016128cb9190612ef3565b60405180910390fd5b565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f808273ffffffffffffffffffffffffffffffffffffffff16630902f1ac60e01b604051602401604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050604051612a289190613ff5565b5f60405180830381855afa9150503d805f8114612a60576040519150601f19603f3d011682016040523d82523d5f602084013e612a65565b606091505b5050905080915050919050565b5f808273ffffffffffffffffffffffffffffffffffffffff16633850c7bd60e01b604051602401604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050604051612b039190613ff5565b5f60405180830381855afa9150503d805f8114612b3b576040519150601f19603f3d011682016040523d82523d5f602084013e612b40565b606091505b5050905080915050919050565b5f33905090565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f612b8182612b58565b9050919050565b612b9181612b77565b8114612b9b575f80fd5b50565b5f81359050612bac81612b88565b92915050565b5f60208284031215612bc757612bc6612b54565b5b5f612bd484828501612b9e565b91505092915050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b5f819050919050565b612c1881612c06565b82525050565b5f612c298383612c0f565b60208301905092915050565b5f602082019050919050565b5f612c4b82612bdd565b612c558185612be7565b9350612c6083612bf7565b805f5b83811015612c90578151612c778882612c1e565b9750612c8283612c35565b925050600181019050612c63565b5085935050505092915050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b612ccf81612b77565b82525050565b5f612ce08383612cc6565b60208301905092915050565b5f602082019050919050565b5f612d0282612c9d565b612d0c8185612ca7565b9350612d1783612cb7565b805f5b83811015612d47578151612d2e8882612cd5565b9750612d3983612cec565b925050600181019050612d1a565b5085935050505092915050565b612d5d81612c06565b82525050565b5f60e0820190508181035f830152612d7b818a612c41565b90508181036020830152612d8f8189612cf8565b90508181036040830152612da38188612cf8565b90508181036060830152612db78187612c41565b90508181036080830152612dcb8186612c41565b905081810360a0830152612ddf8185612c41565b9050612dee60c0830184612d54565b98975050505050505050565b612e0381612c06565b8114612e0d575f80fd5b50565b5f81359050612e1e81612dfa565b92915050565b5f60208284031215612e3957612e38612b54565b5b5f612e4684828501612e10565b91505092915050565b5f602082019050612e625f830184612d54565b92915050565b5f8060408385031215612e7e57612e7d612b54565b5b5f612e8b85828601612b9e565b9250506020612e9c85828601612b9e565b9150509250929050565b5f8060408385031215612ebc57612ebb612b54565b5b5f612ec985828601612b9e565b9250506020612eda85828601612e10565b9150509250929050565b612eed81612b77565b82525050565b5f602082019050612f065f830184612ee4565b92915050565b5f612f1682612b58565b9050919050565b612f2681612f0c565b8114612f30575f80fd5b50565b5f81359050612f4181612f1d565b92915050565b5f8060408385031215612f5d57612f5c612b54565b5b5f612f6a85828601612e10565b9250506020612f7b85828601612f33565b9150509250929050565b5f805f805f60a08688031215612f9e57612f9d612b54565b5b5f612fab88828901612b9e565b9550506020612fbc88828901612b9e565b9450506040612fcd88828901612e10565b9350506060612fde88828901612e10565b9250506080612fef88828901612e10565b9150509295509295909350565b5f60ff82169050919050565b61301181612ffc565b811461301b575f80fd5b50565b5f8135905061302c81613008565b92915050565b5f805f6060848603121561304957613048612b54565b5b5f61305686828701612e10565b935050602061306786828701612e10565b92505060406130788682870161301e565b9150509250925092565b5f60a0820190506130955f830188612ee4565b6130a26020830187612ee4565b6130af6040830186612d54565b6130bc6060830185612d54565b6130c96080830184612d54565b9695505050505050565b6130dc81612b58565b81146130e6575f80fd5b50565b5f813590506130f7816130d3565b92915050565b5f806040838503121561311357613112612b54565b5b5f61312085828601612b9e565b9250506020613131858286016130e9565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f82825260208201905092915050565b7f5573657220646f6573206e6f74206861766520616e79206b65790000000000005f82015250565b5f6131d9601a83613195565b91506131e4826131a5565b602082019050919050565b5f6020820190508181035f830152613206816131cd565b9050919050565b7f4e6f20746f6b656e73206c6f636b6564000000000000000000000000000000005f82015250565b5f613241601083613195565b915061324c8261320d565b602082019050919050565b5f6020820190508181035f83015261326e81613235565b9050919050565b5f6040820190506132885f830185612ee4565b6132956020830184612d54565b9392505050565b5f8115159050919050565b6132b08161329c565b81146132ba575f80fd5b50565b5f815190506132cb816132a7565b92915050565b5f602082840312156132e6576132e5612b54565b5b5f6132f3848285016132bd565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61333382612c06565b915061333e83612c06565b9250828203905081811115613356576133556132fc565b5b92915050565b5f6dffffffffffffffffffffffffffff82169050919050565b61337e8161335c565b8114613388575f80fd5b50565b5f8151905061339981613375565b92915050565b5f63ffffffff82169050919050565b6133b78161339f565b81146133c1575f80fd5b50565b5f815190506133d2816133ae565b92915050565b5f805f606084860312156133ef576133ee612b54565b5b5f6133fc8682870161338b565b935050602061340d8682870161338b565b925050604061341e868287016133c4565b9150509250925092565b5f8151905061343681612b88565b92915050565b5f6020828403121561345157613450612b54565b5b5f61345e84828501613428565b91505092915050565b5f8151905061347581613008565b92915050565b5f602082840312156134905761348f612b54565b5b5f61349d84828501613467565b91505092915050565b5f6134b082612ffc565b91506134bb83612ffc565b9250828203905060ff8111156134d4576134d36132fc565b5b92915050565b5f8160011c9050919050565b5f808291508390505b600185111561352f5780860481111561350b5761350a6132fc565b5b600185161561351a5780820291505b8081029050613528856134da565b94506134ef565b94509492505050565b5f826135475760019050613602565b81613554575f9050613602565b816001811461356a5760028114613574576135a3565b6001915050613602565b60ff841115613586576135856132fc565b5b8360020a91508482111561359d5761359c6132fc565b5b50613602565b5060208310610133831016604e8410600b84101617156135d85782820a9050838111156135d3576135d26132fc565b5b613602565b6135e584848460016134e6565b925090508184048111156135fc576135fb6132fc565b5b81810290505b9392505050565b5f61361382612c06565b915061361e83612ffc565b925061364b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8484613538565b905092915050565b5f61365d82612c06565b915061366883612c06565b925082820261367681612c06565b9150828204841483151761368d5761368c6132fc565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6136cb82612c06565b91506136d683612c06565b9250826136e6576136e5613694565b5b828204905092915050565b5f6060820190506137045f830186612ee4565b6137116020830185612ee4565b61371e6040830184612d54565b949350505050565b7f4661696c656420746f207472616e736665722074617267657420746f6b656e735f8201527f20666f72206b6579207075726368617365000000000000000000000000000000602082015250565b5f613780603183613195565b915061378b82613726565b604082019050919050565b5f6020820190508181035f8301526137ad81613774565b9050919050565b7f4661696c656420746f206275726e2074617267657420746f6b656e73000000005f82015250565b5f6137e8601c83613195565b91506137f3826137b4565b602082019050919050565b5f6020820190508181035f830152613815816137dc565b9050919050565b5f61382682612c06565b915061383183612c06565b9250828201905080821115613849576138486132fc565b5b92915050565b7f546f6b656e73207374696c6c206c6f636b6564000000000000000000000000005f82015250565b5f613883601383613195565b915061388e8261384f565b602082019050919050565b5f6020820190508181035f8301526138b081613877565b9050919050565b5f815190506138c581612dfa565b92915050565b5f602082840312156138e0576138df612b54565b5b5f6138ed848285016138b7565b91505092915050565b7f496e73756666696369656e742066656520746f20756e6c6f636b20746f6b656e5f8201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b5f613950602183613195565b915061395b826138f6565b604082019050919050565b5f6020820190508181035f83015261397d81613944565b9050919050565b5f6040820190506139975f830185612d54565b6139a46020830184612d54565b9392505050565b5f815190506139b9816130d3565b92915050565b5f8160020b9050919050565b6139d4816139bf565b81146139de575f80fd5b50565b5f815190506139ef816139cb565b92915050565b5f61ffff82169050919050565b613a0b816139f5565b8114613a15575f80fd5b50565b5f81519050613a2681613a02565b92915050565b5f805f805f805f60e0888a031215613a4757613a46612b54565b5b5f613a548a828b016139ab565b9750506020613a658a828b016139e1565b9650506040613a768a828b01613a18565b9550506060613a878a828b01613a18565b9450506080613a988a828b01613a18565b93505060a0613aa98a828b01613467565b92505060c0613aba8a828b016132bd565b91505092959891949750929550565b7f506f6f6c20646f6573206e6f7420636f72726573706f6e6420746f20612072655f8201527f636f676e697a656420556e6973776170205632206f7220563320706f6f6c0000602082015250565b5f613b23603e83613195565b9150613b2e82613ac9565b604082019050919050565b5f6020820190508181035f830152613b5081613b17565b9050919050565b7f496e73756666696369656e742062616c616e636520696e20636f6e74726163745f82015250565b5f613b8b602083613195565b9150613b9682613b57565b602082019050919050565b5f6020820190508181035f830152613bb881613b7f565b9050919050565b7f496e76616c696420726563697069656e742061646472657373000000000000005f82015250565b5f613bf3601983613195565b9150613bfe82613bbf565b602082019050919050565b5f6020820190508181035f830152613c2081613be7565b9050919050565b5f81905092915050565b50565b5f613c3f5f83613c27565b9150613c4a82613c31565b5f82019050919050565b5f613c5e82613c34565b9150819050919050565b7f4661696c656420746f20776974686472617720746178657300000000000000005f82015250565b5f613c9c601883613195565b9150613ca782613c68565b602082019050919050565b5f6020820190508181035f830152613cc981613c90565b9050919050565b7f4c6f636b20706572696f64206d7573742062652067726561746572207468616e5f8201527f2030000000000000000000000000000000000000000000000000000000000000602082015250565b5f613d2a602283613195565b9150613d3582613cd0565b604082019050919050565b5f6020820190508181035f830152613d5781613d1e565b9050919050565b5f613d6882612c06565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613d9a57613d996132fc565b5b600182019050919050565b5f606082019050613db85f830186612d54565b613dc56020830185612d54565b613dd26040830184612d54565b949350505050565b5f69ffffffffffffffffffff82169050919050565b613df881613dda565b8114613e02575f80fd5b50565b5f81519050613e1381613def565b92915050565b5f819050919050565b613e2b81613e19565b8114613e35575f80fd5b50565b5f81519050613e4681613e22565b92915050565b5f805f805f60a08688031215613e6557613e64612b54565b5b5f613e7288828901613e05565b9550506020613e8388828901613e38565b9450506040613e94888289016138b7565b9350506060613ea5888289016138b7565b9250506080613eb688828901613e05565b9150509295509295909350565b7f496e76616c6964207072696365206461746100000000000000000000000000005f82015250565b5f613ef7601283613195565b9150613f0282613ec3565b602082019050919050565b5f6020820190508181035f830152613f2481613eeb565b9050919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c005f82015250565b5f613f5f601f83613195565b9150613f6a82613f2b565b602082019050919050565b5f6020820190508181035f830152613f8c81613f53565b9050919050565b5f81519050919050565b5f5b83811015613fba578082015181840152602081019050613f9f565b5f8484015250505050565b5f613fcf82613f93565b613fd98185613c27565b9350613fe9818560208601613f9d565b80840191505092915050565b5f6140008284613fc5565b91508190509291505056fea2646970667358221220201d684b7399a7647721a0d86a99ff3e2482eb0312659714d7877452a759421f64736f6c63430008180033

Deployed Bytecode Sourcemap

42050:10826:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;51756:1113;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;;;;;:::i;:::-;;;;;;;;50837:471;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;42461:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;46964:783;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;50319:510;;;;;;;;;;;;;:::i;:::-;;42408:36;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;50140:171;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;43919:170;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;9654:103;;;;;;;;;;;;;:::i;:::-;;49044:1088;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;42496:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;45214:464;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;51316:430;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;8979:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44212:89;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;44538:370;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;47798:733;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;43787:124;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;44097:107;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;44313:217;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44920:286;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;42355:46;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;48539:497;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;42537:45;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9912:220;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;42284:64;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;;;;46123:833;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;51756:1113;51822:22;51855:23;51889:28;51928:24;51963:34;52008:27;52046:20;52085:14;52102;:21;52117:5;52102:21;;;;;;;;;;;;;;;;52085:38;;52156:9;52145:21;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;52134:32;;52200:9;52186:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;52177:33;;52249:9;52235:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;52221:38;;52294:9;52280:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;52270:34;;52349:9;52335:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;52315:44;;52397:9;52383:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;52370:37;;52425:6;52420:395;52441:9;52437:1;:13;52420:395;;;52472:27;52502:10;:17;52513:5;52502:17;;;;;;;;;;;;;;;:20;52520:1;52502:20;;;;;;;;;;;52472:50;;52551:1;52537:8;52546:1;52537:11;;;;;;;;:::i;:::-;;;;;;;:15;;;;;52579:9;:15;;;;;;;;;;;;52567:6;52574:1;52567:9;;;;;;;;:::i;:::-;;;;;;;:27;;;;;;;;;;;52626:9;:19;;;;;;;;;;;;52609:11;52621:1;52609:14;;;;;;;;:::i;:::-;;;;;;;:36;;;;;;;;;;;52673:9;:16;;;52660:7;52668:1;52660:10;;;;;;;;:::i;:::-;;;;;;;:29;;;;;52727:9;:26;;;52704:17;52722:1;52704:20;;;;;;;;:::i;:::-;;;;;;;:49;;;;;52784:9;:19;;;52768:10;52779:1;52768:13;;;;;;;;:::i;:::-;;;;;;;:35;;;;;52457:358;52452:3;;;;;;;52420:395;;;;52850:4;:11;52855:5;52850:11;;;;;;;;;;;;;;;;52835:26;;52074:795;51756:1113;;;;;;;;;:::o;50837:471::-;2345:21;:19;:21::i;:::-;50929:1:::1;50910:4;:16;50915:10;50910:16;;;;;;;;;;;;;;;;:20;50902:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;50972:27;51002:10;:22;51013:10;51002:22;;;;;;;;;;;;;;;:27;51025:3;51002:27;;;;;;;;;;;50972:57;;51067:1;51048:9;:16;;;:20;51040:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;51109:9;:15;;;;;;;;;;;;51102:32;;;51135:10;51147:9;:16;;;51102:62;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;51195:1;51175:4;:16;51180:10;51175:16;;;;;;;;;;;;;;;;:21;;;;;;;:::i;:::-;;;;;;;;51214:10;:22;51225:10;51214:22;;;;;;;;;;;;;;;:27;51237:3;51214:27;;;;;;;;;;;;51207:34:::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;51284:9;:15;;;;;;;;;;;;51259:41;;51272:10;51259:41;;;51267:3;51259:41;;;;;;:::i;:::-;;;;;;;;50891:417;2389:20:::0;:18;:20::i;:::-;50837:471;:::o;42461:28::-;;;;:::o;46964:783::-;47044:7;47065:12;47079;47111:5;47096:33;;;:35;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;47064:67;;;;;;;;;47142:20;47195:5;47180:28;;;:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;47165:55;;;:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;47142:80;;47233:20;47286:5;47271:28;;;:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;47256:55;;;:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;47233:80;;47326:16;47353:15;47417:6;47383:40;;47398:5;47383:28;;;:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:40;;;47379:306;;47468:14;47463:2;:19;;;;:::i;:::-;47458:2;:25;;;;:::i;:::-;47451:4;:32;;;;:::i;:::-;47440:43;;47525:14;47520:2;:19;;;;:::i;:::-;47515:2;:25;;;;:::i;:::-;47508:4;:32;;;;:::i;:::-;47498:42;;47379:306;;;47601:14;47596:2;:19;;;;:::i;:::-;47591:2;:25;;;;:::i;:::-;47584:4;:32;;;;:::i;:::-;47573:43;;47658:14;47653:2;:19;;;;:::i;:::-;47648:2;:25;;;;:::i;:::-;47641:4;:32;;;;:::i;:::-;47631:42;;47379:306;47731:8;47723:4;47713:7;:14;;;;:::i;:::-;47712:27;;;;:::i;:::-;47705:34;;;;;;;;46964:783;;;;:::o;50319:510::-;50363:34;50433:51;50460:8;;;;;;;;;;;50471:12;;;;;;;;;;;50433:18;:51::i;:::-;50421:8;50401:17;;:28;;;;:::i;:::-;50400:84;;;;:::i;:::-;50363:121;;50505:8;;;;;;;;;;;:21;;;50527:10;50547:4;50554:26;50505:76;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;50497:138;;;;;;;;;;;;:::i;:::-;;;;;;;;;50656:8;;;;;;;;;;;:17;;;43109:42;50688:26;50656:59;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;50648:100;;;;;;;;;;;;:::i;:::-;;;;;;;;;50781:1;50761:4;:16;50766:10;50761:16;;;;;;;;;;;;;;;;:21;;;;;;;:::i;:::-;;;;;;;;50810:10;50800:21;;;;;;;;;;;;50352:477;50319:510::o;42408:36::-;;;;;;;;;;;;;;;;;:::o;50140:171::-;50192:7;50252:51;50279:8;;;;;;;;;;;50290:12;;;;;;;;;;;50252:18;:51::i;:::-;50240:8;50220:17;;:28;;;;:::i;:::-;50219:84;;;;:::i;:::-;50212:91;;50140:171;:::o;43919:170::-;8865:13;:11;:13::i;:::-;44032:16:::1;44014:8;;:35;;;;;;;;;;;;;;;;;;44076:5;44061:12;;:20;;;;;;;;;;;;;;;;;;43919:170:::0;;:::o;9654:103::-;8865:13;:11;:13::i;:::-;9719:30:::1;9746:1;9719:18;:30::i;:::-;9654:103::o:0;49044:1088::-;2345:21;:19;:21::i;:::-;49117:27:::1;49147:10;:22;49158:10;49147:22;;;;;;;;;;;;;;;:27;49170:3;49147:27;;;;;;;;;;;49117:57;;49212:1;49193:9;:16;;;:20;49185:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;49247:23;49273:56;49292:9;:15;;;;;;;;;;;;49309:9;:19;;;;;;;;;;;;49273:18;:56::i;:::-;49247:82;;49340:23;49366:56;49385:9;:15;;;;;;;;;;;;49402:9;:19;;;;;;;;;;;;49366:18;:56::i;:::-;49340:82;;49462:9;:19;;;49443:15;:38;;:87;;;;49504:9;:26;;;49485:15;:45;;49443:87;49435:119;;;;;;;;;;;;:::i;:::-;;;;;;;;;49575:19;49642;;49609:8;;;;;;;;;;;:18;;;49628:10;49609:30;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:52;49606:232;;;49692:1;49678:15;;49606:232;;;49741:85;49748:15;49765:9;:16;;;49798:9;:15;;;;;;;;;;;;49783:40;;;:42;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;49741:6;:85::i;:::-;49727:99;;49606:232;49871:11;49858:9;:24;;49850:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;49940:9;:15;;;;;;;;;;;;49933:32;;;49966:10;49978:9;:16;;;49933:62;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;50013:10;:22;50024:10;50013:22;;;;;;;;;;;;;;;:27;50036:3;50013:27;;;;;;;;;;;;50006:34:::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;50090:9;:15;;;;;;;;;;;;50058:66;;50078:10;50058:66;;;50073:3;50107:9;:16;;;50058:66;;;;;;;:::i;:::-;;;;;;;;49106:1026;;;;2389:20:::0;:18;:20::i;:::-;49044:1088;:::o;42496:34::-;;;;:::o;45214:464::-;45294:7;45314:22;45330:5;45314:15;:22::i;:::-;45310:361;;;45356:33;45375:6;45383:5;45356:18;:33::i;:::-;45349:40;;;;45310:361;45407:22;45423:5;45407:15;:22::i;:::-;45403:268;;;45443:20;45494:5;45479:27;;;:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;45442:66;;;;;;;;45526:40;45545:6;45553:12;45526:18;:40::i;:::-;45519:47;;;;;45403:268;45591:72;;;;;;;;;;:::i;:::-;;;;;;;;45214:464;;;;;:::o;51316:430::-;8865:13;:11;:13::i;:::-;51411:27:::1;51441:10;:23;51452:11;51441:23;;;;;;;;;;;;;;;:28;51465:3;51441:28;;;;;;;;;;;51411:58;;51507:1;51488:9;:16;;;:20;51480:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;51549:9;:15;;;;;;;;;;;;51542:32;;;51575:11;51588:9;:16;;;51542:63;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;51625:10;:23;51636:11;51625:23;;;;;;;;;;;;;;;:28;51649:3;51625:28;;;;;;;;;;;;51618:35:::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;51704:9;:15;;;;;;;;;;;;51671:67;;51691:11;51671:67;;;51686:3;51721:9;:16;;;51671:67;;;;;;;:::i;:::-;;;;;;;;51400:346;51316:430:::0;;:::o;8979:87::-;9025:7;9052:6;;;;;;;;;;;9045:13;;8979:87;:::o;44212:89::-;8865:13;:11;:13::i;:::-;44288:5:::1;44281:4;;:12;;;;;;;;;;;;;;;;;;44212:89:::0;:::o;44538:370::-;8865:13;:11;:13::i;:::-;44650:21:::1;44640:6;:31;;44632:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;44748:1;44727:23;;:9;:23;;::::0;44719:61:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;44794:12;44812:9;:14;;44834:6;44812:33;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44793:52;;;44864:7;44856:44;;;;;;;;;;;;:::i;:::-;;;;;;;;;44621:287;44538:370:::0;;:::o;47798:733::-;47979:1;47956:20;:24;47948:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;48030:12;48045:14;:26;48060:10;48045:26;;;;;;;;;;;;;;;;:28;;;;;;;;;:::i;:::-;;;;;48030:43;;48118:230;;;;;;;;48150:6;48118:230;;;;;;48182:10;48118:230;;;;;;48215:7;48118:230;;;;48255:17;48118:230;;;;48316:20;48298:15;:38;;;;:::i;:::-;48118:230;;;48084:10;:22;48095:10;48084:22;;;;;;;;;;;;;;;:31;48107:7;48084:31;;;;;;;;;;;:264;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;48368:6;48361:27;;;48389:10;48409:4;48416:7;48361:63;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;48484:10;48442:81;;48476:6;48442:81;;48464:10;48442:81;;;48455:7;48496;48505:17;48442:81;;;;;;;;:::i;:::-;;;;;;;;47937:594;47798:733;;;;;:::o;43787:124::-;8865:13;:11;:13::i;:::-;43892:11:::1;43870:19;:33;;;;43787:124:::0;:::o;44097:107::-;8865:13;:11;:13::i;:::-;44190:6:::1;44170:17;:26;;;;44097:107:::0;:::o;44313:217::-;44362:7;44385:9;44404;;;;;;;;;;;:25;;;:27;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;44382:49;;;;;;44459:1;44450:5;:10;;44442:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;44518:4;44509:5;44501:21;;;;:::i;:::-;44494:28;;;44313:217;:::o;44920:286::-;45000:7;45020:23;45046:33;45065:6;45073:5;45046:18;:33::i;:::-;45020:59;;45100:21;45124:18;:16;:18::i;:::-;45100:42;;45194:4;45178:13;45160:15;:31;;;;:::i;:::-;:38;;;;:::i;:::-;45153:45;;;;44920:286;;;;:::o;42355:46::-;;;;;;;;;;;;;;;;;:::o;48539:497::-;48634:7;48655:22;48696:2;48680:13;:18;;;:90;;48767:2;48751:13;:18;;;;:::i;:::-;48746:2;:24;;;;:::i;:::-;48737:6;:33;;;;:::i;:::-;48680:90;;;48720:13;48715:2;:18;;;;:::i;:::-;48710:2;:24;;;;:::i;:::-;48701:6;:33;;;;:::i;:::-;48680:90;48655:115;;48783:23;48842:4;48824:14;48810:11;:28;;;;:::i;:::-;48809:37;;;;:::i;:::-;48783:63;;48899:19;48939:3;48921:15;:21;;;;:::i;:::-;48899:43;;49017:11;49010:18;;;;;48539:497;;;;;:::o;42537:45::-;;;;:::o;9912:220::-;8865:13;:11;:13::i;:::-;10017:1:::1;9997:22;;:8;:22;;::::0;9993:93:::1;;10071:1;10043:31;;;;;;;;;;;:::i;:::-;;;;;;;;9993:93;10096:28;10115:8;10096:18;:28::i;:::-;9912:220:::0;:::o;42284:64::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;46123:833::-;46210:7;46232:17;46260:12;46252:21;;46232:41;;46294:26;46357:2;46353:1;46345:14;;;;:::i;:::-;46336:4;46324:9;:16;;;;:::i;:::-;46323:37;;;;:::i;:::-;46294:66;;46438:2;46434:1;46426:14;;;;:::i;:::-;46413:9;46392:18;:30;;;;:::i;:::-;:49;;;;:::i;:::-;46371:70;;46454:19;46491:6;46476:31;;;:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;46454:55;;46520:18;46556:4;;;;;;;;;;;46541:29;;;:31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;46520:52;;46683:12;46667:28;;:13;:28;;;46663:240;;;46755:12;46739:13;:28;;;;:::i;:::-;46734:2;:34;;;;:::i;:::-;46712:56;;;;;:::i;:::-;;;46663:240;;;46806:12;46790:28;;:13;:28;;;46786:117;;;46877:13;46862:12;:28;;;;:::i;:::-;46857:2;:34;;;;:::i;:::-;46835:56;;;;;:::i;:::-;;;46786:117;46663:240;46930:18;46923:25;;;;;;46123:833;;;;:::o;2425:293::-;1827:1;2559:7;;:19;2551:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;1827:1;2692:7;:18;;;;2425:293::o;2726:213::-;1783:1;2909:7;:22;;;;2726:213::o;9144:166::-;9215:12;:10;:12::i;:::-;9204:23;;:7;:5;:7::i;:::-;:23;;;9200:103;;9278:12;:10;:12::i;:::-;9251:40;;;;;;;;;;;:::i;:::-;;;;;;;;9200:103;9144:166::o;10292:191::-;10366:16;10385:6;;;;;;;;;;;10366:25;;10411:8;10402:6;;:17;;;;;;;;;;;;;;;;;;10466:8;10435:40;;10456:8;10435:40;;;;;;;;;;;;10355:128;10292:191;:::o;45904:209::-;45967:4;45985:12;46003:5;:16;;46043:35;;;46020:59;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;46003:77;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45984:96;;;46098:7;46091:14;;;45904:209;;;:::o;45686:210::-;45749:4;45767:12;45785:5;:16;;45825:36;;;45802:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45785:78;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45766:97;;;45881:7;45874:14;;;45686:210;;;:::o;6988:98::-;7041:7;7068:10;7061:17;;6988:98;:::o;88:117:1:-;197:1;194;187:12;334:126;371:7;411:42;404:5;400:54;389:65;;334:126;;;:::o;466:96::-;503:7;532:24;550:5;532:24;:::i;:::-;521:35;;466:96;;;:::o;568:122::-;641:24;659:5;641:24;:::i;:::-;634:5;631:35;621:63;;680:1;677;670:12;621:63;568:122;:::o;696:139::-;742:5;780:6;767:20;758:29;;796:33;823:5;796:33;:::i;:::-;696:139;;;;:::o;841:329::-;900:6;949:2;937:9;928:7;924:23;920:32;917:119;;;955:79;;:::i;:::-;917:119;1075:1;1100:53;1145:7;1136:6;1125:9;1121:22;1100:53;:::i;:::-;1090:63;;1046:117;841:329;;;;:::o;1176:114::-;1243:6;1277:5;1271:12;1261:22;;1176:114;;;:::o;1296:184::-;1395:11;1429:6;1424:3;1417:19;1469:4;1464:3;1460:14;1445:29;;1296:184;;;;:::o;1486:132::-;1553:4;1576:3;1568:11;;1606:4;1601:3;1597:14;1589:22;;1486:132;;;:::o;1624:77::-;1661:7;1690:5;1679:16;;1624:77;;;:::o;1707:108::-;1784:24;1802:5;1784:24;:::i;:::-;1779:3;1772:37;1707:108;;:::o;1821:179::-;1890:10;1911:46;1953:3;1945:6;1911:46;:::i;:::-;1989:4;1984:3;1980:14;1966:28;;1821:179;;;;:::o;2006:113::-;2076:4;2108;2103:3;2099:14;2091:22;;2006:113;;;:::o;2155:732::-;2274:3;2303:54;2351:5;2303:54;:::i;:::-;2373:86;2452:6;2447:3;2373:86;:::i;:::-;2366:93;;2483:56;2533:5;2483:56;:::i;:::-;2562:7;2593:1;2578:284;2603:6;2600:1;2597:13;2578:284;;;2679:6;2673:13;2706:63;2765:3;2750:13;2706:63;:::i;:::-;2699:70;;2792:60;2845:6;2792:60;:::i;:::-;2782:70;;2638:224;2625:1;2622;2618:9;2613:14;;2578:284;;;2582:14;2878:3;2871:10;;2279:608;;;2155:732;;;;:::o;2893:114::-;2960:6;2994:5;2988:12;2978:22;;2893:114;;;:::o;3013:184::-;3112:11;3146:6;3141:3;3134:19;3186:4;3181:3;3177:14;3162:29;;3013:184;;;;:::o;3203:132::-;3270:4;3293:3;3285:11;;3323:4;3318:3;3314:14;3306:22;;3203:132;;;:::o;3341:108::-;3418:24;3436:5;3418:24;:::i;:::-;3413:3;3406:37;3341:108;;:::o;3455:179::-;3524:10;3545:46;3587:3;3579:6;3545:46;:::i;:::-;3623:4;3618:3;3614:14;3600:28;;3455:179;;;;:::o;3640:113::-;3710:4;3742;3737:3;3733:14;3725:22;;3640:113;;;:::o;3789:732::-;3908:3;3937:54;3985:5;3937:54;:::i;:::-;4007:86;4086:6;4081:3;4007:86;:::i;:::-;4000:93;;4117:56;4167:5;4117:56;:::i;:::-;4196:7;4227:1;4212:284;4237:6;4234:1;4231:13;4212:284;;;4313:6;4307:13;4340:63;4399:3;4384:13;4340:63;:::i;:::-;4333:70;;4426:60;4479:6;4426:60;:::i;:::-;4416:70;;4272:224;4259:1;4256;4252:9;4247:14;;4212:284;;;4216:14;4512:3;4505:10;;3913:608;;;3789:732;;;;:::o;4527:118::-;4614:24;4632:5;4614:24;:::i;:::-;4609:3;4602:37;4527:118;;:::o;4651:1792::-;5212:4;5250:3;5239:9;5235:19;5227:27;;5300:9;5294:4;5290:20;5286:1;5275:9;5271:17;5264:47;5328:108;5431:4;5422:6;5328:108;:::i;:::-;5320:116;;5483:9;5477:4;5473:20;5468:2;5457:9;5453:18;5446:48;5511:108;5614:4;5605:6;5511:108;:::i;:::-;5503:116;;5666:9;5660:4;5656:20;5651:2;5640:9;5636:18;5629:48;5694:108;5797:4;5788:6;5694:108;:::i;:::-;5686:116;;5849:9;5843:4;5839:20;5834:2;5823:9;5819:18;5812:48;5877:108;5980:4;5971:6;5877:108;:::i;:::-;5869:116;;6033:9;6027:4;6023:20;6017:3;6006:9;6002:19;5995:49;6061:108;6164:4;6155:6;6061:108;:::i;:::-;6053:116;;6217:9;6211:4;6207:20;6201:3;6190:9;6186:19;6179:49;6245:108;6348:4;6339:6;6245:108;:::i;:::-;6237:116;;6363:73;6431:3;6420:9;6416:19;6407:6;6363:73;:::i;:::-;4651:1792;;;;;;;;;;:::o;6449:122::-;6522:24;6540:5;6522:24;:::i;:::-;6515:5;6512:35;6502:63;;6561:1;6558;6551:12;6502:63;6449:122;:::o;6577:139::-;6623:5;6661:6;6648:20;6639:29;;6677:33;6704:5;6677:33;:::i;:::-;6577:139;;;;:::o;6722:329::-;6781:6;6830:2;6818:9;6809:7;6805:23;6801:32;6798:119;;;6836:79;;:::i;:::-;6798:119;6956:1;6981:53;7026:7;7017:6;7006:9;7002:22;6981:53;:::i;:::-;6971:63;;6927:117;6722:329;;;;:::o;7057:222::-;7150:4;7188:2;7177:9;7173:18;7165:26;;7201:71;7269:1;7258:9;7254:17;7245:6;7201:71;:::i;:::-;7057:222;;;;:::o;7285:474::-;7353:6;7361;7410:2;7398:9;7389:7;7385:23;7381:32;7378:119;;;7416:79;;:::i;:::-;7378:119;7536:1;7561:53;7606:7;7597:6;7586:9;7582:22;7561:53;:::i;:::-;7551:63;;7507:117;7663:2;7689:53;7734:7;7725:6;7714:9;7710:22;7689:53;:::i;:::-;7679:63;;7634:118;7285:474;;;;;:::o;7765:::-;7833:6;7841;7890:2;7878:9;7869:7;7865:23;7861:32;7858:119;;;7896:79;;:::i;:::-;7858:119;8016:1;8041:53;8086:7;8077:6;8066:9;8062:22;8041:53;:::i;:::-;8031:63;;7987:117;8143:2;8169:53;8214:7;8205:6;8194:9;8190:22;8169:53;:::i;:::-;8159:63;;8114:118;7765:474;;;;;:::o;8245:118::-;8332:24;8350:5;8332:24;:::i;:::-;8327:3;8320:37;8245:118;;:::o;8369:222::-;8462:4;8500:2;8489:9;8485:18;8477:26;;8513:71;8581:1;8570:9;8566:17;8557:6;8513:71;:::i;:::-;8369:222;;;;:::o;8597:104::-;8642:7;8671:24;8689:5;8671:24;:::i;:::-;8660:35;;8597:104;;;:::o;8707:138::-;8788:32;8814:5;8788:32;:::i;:::-;8781:5;8778:43;8768:71;;8835:1;8832;8825:12;8768:71;8707:138;:::o;8851:155::-;8905:5;8943:6;8930:20;8921:29;;8959:41;8994:5;8959:41;:::i;:::-;8851:155;;;;:::o;9012:490::-;9088:6;9096;9145:2;9133:9;9124:7;9120:23;9116:32;9113:119;;;9151:79;;:::i;:::-;9113:119;9271:1;9296:53;9341:7;9332:6;9321:9;9317:22;9296:53;:::i;:::-;9286:63;;9242:117;9398:2;9424:61;9477:7;9468:6;9457:9;9453:22;9424:61;:::i;:::-;9414:71;;9369:126;9012:490;;;;;:::o;9508:911::-;9603:6;9611;9619;9627;9635;9684:3;9672:9;9663:7;9659:23;9655:33;9652:120;;;9691:79;;:::i;:::-;9652:120;9811:1;9836:53;9881:7;9872:6;9861:9;9857:22;9836:53;:::i;:::-;9826:63;;9782:117;9938:2;9964:53;10009:7;10000:6;9989:9;9985:22;9964:53;:::i;:::-;9954:63;;9909:118;10066:2;10092:53;10137:7;10128:6;10117:9;10113:22;10092:53;:::i;:::-;10082:63;;10037:118;10194:2;10220:53;10265:7;10256:6;10245:9;10241:22;10220:53;:::i;:::-;10210:63;;10165:118;10322:3;10349:53;10394:7;10385:6;10374:9;10370:22;10349:53;:::i;:::-;10339:63;;10293:119;9508:911;;;;;;;;:::o;10425:86::-;10460:7;10500:4;10493:5;10489:16;10478:27;;10425:86;;;:::o;10517:118::-;10588:22;10604:5;10588:22;:::i;:::-;10581:5;10578:33;10568:61;;10625:1;10622;10615:12;10568:61;10517:118;:::o;10641:135::-;10685:5;10723:6;10710:20;10701:29;;10739:31;10764:5;10739:31;:::i;:::-;10641:135;;;;:::o;10782:615::-;10857:6;10865;10873;10922:2;10910:9;10901:7;10897:23;10893:32;10890:119;;;10928:79;;:::i;:::-;10890:119;11048:1;11073:53;11118:7;11109:6;11098:9;11094:22;11073:53;:::i;:::-;11063:63;;11019:117;11175:2;11201:53;11246:7;11237:6;11226:9;11222:22;11201:53;:::i;:::-;11191:63;;11146:118;11303:2;11329:51;11372:7;11363:6;11352:9;11348:22;11329:51;:::i;:::-;11319:61;;11274:116;10782:615;;;;;:::o;11403:664::-;11608:4;11646:3;11635:9;11631:19;11623:27;;11660:71;11728:1;11717:9;11713:17;11704:6;11660:71;:::i;:::-;11741:72;11809:2;11798:9;11794:18;11785:6;11741:72;:::i;:::-;11823;11891:2;11880:9;11876:18;11867:6;11823:72;:::i;:::-;11905;11973:2;11962:9;11958:18;11949:6;11905:72;:::i;:::-;11987:73;12055:3;12044:9;12040:19;12031:6;11987:73;:::i;:::-;11403:664;;;;;;;;:::o;12073:122::-;12146:24;12164:5;12146:24;:::i;:::-;12139:5;12136:35;12126:63;;12185:1;12182;12175:12;12126:63;12073:122;:::o;12201:139::-;12247:5;12285:6;12272:20;12263:29;;12301:33;12328:5;12301:33;:::i;:::-;12201:139;;;;:::o;12346:474::-;12414:6;12422;12471:2;12459:9;12450:7;12446:23;12442:32;12439:119;;;12477:79;;:::i;:::-;12439:119;12597:1;12622:53;12667:7;12658:6;12647:9;12643:22;12622:53;:::i;:::-;12612:63;;12568:117;12724:2;12750:53;12795:7;12786:6;12775:9;12771:22;12750:53;:::i;:::-;12740:63;;12695:118;12346:474;;;;;:::o;12826:180::-;12874:77;12871:1;12864:88;12971:4;12968:1;12961:15;12995:4;12992:1;12985:15;13012:180;13060:77;13057:1;13050:88;13157:4;13154:1;13147:15;13181:4;13178:1;13171:15;13198:169;13282:11;13316:6;13311:3;13304:19;13356:4;13351:3;13347:14;13332:29;;13198:169;;;;:::o;13373:176::-;13513:28;13509:1;13501:6;13497:14;13490:52;13373:176;:::o;13555:366::-;13697:3;13718:67;13782:2;13777:3;13718:67;:::i;:::-;13711:74;;13794:93;13883:3;13794:93;:::i;:::-;13912:2;13907:3;13903:12;13896:19;;13555:366;;;:::o;13927:419::-;14093:4;14131:2;14120:9;14116:18;14108:26;;14180:9;14174:4;14170:20;14166:1;14155:9;14151:17;14144:47;14208:131;14334:4;14208:131;:::i;:::-;14200:139;;13927:419;;;:::o;14352:166::-;14492:18;14488:1;14480:6;14476:14;14469:42;14352:166;:::o;14524:366::-;14666:3;14687:67;14751:2;14746:3;14687:67;:::i;:::-;14680:74;;14763:93;14852:3;14763:93;:::i;:::-;14881:2;14876:3;14872:12;14865:19;;14524:366;;;:::o;14896:419::-;15062:4;15100:2;15089:9;15085:18;15077:26;;15149:9;15143:4;15139:20;15135:1;15124:9;15120:17;15113:47;15177:131;15303:4;15177:131;:::i;:::-;15169:139;;14896:419;;;:::o;15321:332::-;15442:4;15480:2;15469:9;15465:18;15457:26;;15493:71;15561:1;15550:9;15546:17;15537:6;15493:71;:::i;:::-;15574:72;15642:2;15631:9;15627:18;15618:6;15574:72;:::i;:::-;15321:332;;;;;:::o;15659:90::-;15693:7;15736:5;15729:13;15722:21;15711:32;;15659:90;;;:::o;15755:116::-;15825:21;15840:5;15825:21;:::i;:::-;15818:5;15815:32;15805:60;;15861:1;15858;15851:12;15805:60;15755:116;:::o;15877:137::-;15931:5;15962:6;15956:13;15947:22;;15978:30;16002:5;15978:30;:::i;:::-;15877:137;;;;:::o;16020:345::-;16087:6;16136:2;16124:9;16115:7;16111:23;16107:32;16104:119;;;16142:79;;:::i;:::-;16104:119;16262:1;16287:61;16340:7;16331:6;16320:9;16316:22;16287:61;:::i;:::-;16277:71;;16233:125;16020:345;;;;:::o;16371:180::-;16419:77;16416:1;16409:88;16516:4;16513:1;16506:15;16540:4;16537:1;16530:15;16557:194;16597:4;16617:20;16635:1;16617:20;:::i;:::-;16612:25;;16651:20;16669:1;16651:20;:::i;:::-;16646:25;;16695:1;16692;16688:9;16680:17;;16719:1;16713:4;16710:11;16707:37;;;16724:18;;:::i;:::-;16707:37;16557:194;;;;:::o;16757:114::-;16794:7;16834:30;16827:5;16823:42;16812:53;;16757:114;;;:::o;16877:122::-;16950:24;16968:5;16950:24;:::i;:::-;16943:5;16940:35;16930:63;;16989:1;16986;16979:12;16930:63;16877:122;:::o;17005:143::-;17062:5;17093:6;17087:13;17078:22;;17109:33;17136:5;17109:33;:::i;:::-;17005:143;;;;:::o;17154:93::-;17190:7;17230:10;17223:5;17219:22;17208:33;;17154:93;;;:::o;17253:120::-;17325:23;17342:5;17325:23;:::i;:::-;17318:5;17315:34;17305:62;;17363:1;17360;17353:12;17305:62;17253:120;:::o;17379:141::-;17435:5;17466:6;17460:13;17451:22;;17482:32;17508:5;17482:32;:::i;:::-;17379:141;;;;:::o;17526:661::-;17613:6;17621;17629;17678:2;17666:9;17657:7;17653:23;17649:32;17646:119;;;17684:79;;:::i;:::-;17646:119;17804:1;17829:64;17885:7;17876:6;17865:9;17861:22;17829:64;:::i;:::-;17819:74;;17775:128;17942:2;17968:64;18024:7;18015:6;18004:9;18000:22;17968:64;:::i;:::-;17958:74;;17913:129;18081:2;18107:63;18162:7;18153:6;18142:9;18138:22;18107:63;:::i;:::-;18097:73;;18052:128;17526:661;;;;;:::o;18193:143::-;18250:5;18281:6;18275:13;18266:22;;18297:33;18324:5;18297:33;:::i;:::-;18193:143;;;;:::o;18342:351::-;18412:6;18461:2;18449:9;18440:7;18436:23;18432:32;18429:119;;;18467:79;;:::i;:::-;18429:119;18587:1;18612:64;18668:7;18659:6;18648:9;18644:22;18612:64;:::i;:::-;18602:74;;18558:128;18342:351;;;;:::o;18699:139::-;18754:5;18785:6;18779:13;18770:22;;18801:31;18826:5;18801:31;:::i;:::-;18699:139;;;;:::o;18844:347::-;18912:6;18961:2;18949:9;18940:7;18936:23;18932:32;18929:119;;;18967:79;;:::i;:::-;18929:119;19087:1;19112:62;19166:7;19157:6;19146:9;19142:22;19112:62;:::i;:::-;19102:72;;19058:126;18844:347;;;;:::o;19197:191::-;19235:4;19255:18;19271:1;19255:18;:::i;:::-;19250:23;;19287:18;19303:1;19287:18;:::i;:::-;19282:23;;19329:1;19326;19322:9;19314:17;;19353:4;19347;19344:14;19341:40;;;19361:18;;:::i;:::-;19341:40;19197:191;;;;:::o;19394:102::-;19436:8;19483:5;19480:1;19476:13;19455:34;;19394:102;;;:::o;19502:848::-;19563:5;19570:4;19594:6;19585:15;;19618:5;19609:14;;19632:712;19653:1;19643:8;19640:15;19632:712;;;19748:4;19743:3;19739:14;19733:4;19730:24;19727:50;;;19757:18;;:::i;:::-;19727:50;19807:1;19797:8;19793:16;19790:451;;;20222:4;20215:5;20211:16;20202:25;;19790:451;20272:4;20266;20262:15;20254:23;;20302:32;20325:8;20302:32;:::i;:::-;20290:44;;19632:712;;;19502:848;;;;;;;:::o;20356:1073::-;20410:5;20601:8;20591:40;;20622:1;20613:10;;20624:5;;20591:40;20650:4;20640:36;;20667:1;20658:10;;20669:5;;20640:36;20736:4;20784:1;20779:27;;;;20820:1;20815:191;;;;20729:277;;20779:27;20797:1;20788:10;;20799:5;;;20815:191;20860:3;20850:8;20847:17;20844:43;;;20867:18;;:::i;:::-;20844:43;20916:8;20913:1;20909:16;20900:25;;20951:3;20944:5;20941:14;20938:40;;;20958:18;;:::i;:::-;20938:40;20991:5;;;20729:277;;21115:2;21105:8;21102:16;21096:3;21090:4;21087:13;21083:36;21065:2;21055:8;21052:16;21047:2;21041:4;21038:12;21034:35;21018:111;21015:246;;;21171:8;21165:4;21161:19;21152:28;;21206:3;21199:5;21196:14;21193:40;;;21213:18;;:::i;:::-;21193:40;21246:5;;21015:246;21286:42;21324:3;21314:8;21308:4;21305:1;21286:42;:::i;:::-;21271:57;;;;21360:4;21355:3;21351:14;21344:5;21341:25;21338:51;;;21369:18;;:::i;:::-;21338:51;21418:4;21411:5;21407:16;21398:25;;20356:1073;;;;;;:::o;21435:281::-;21493:5;21517:23;21535:4;21517:23;:::i;:::-;21509:31;;21561:25;21577:8;21561:25;:::i;:::-;21549:37;;21605:104;21642:66;21632:8;21626:4;21605:104;:::i;:::-;21596:113;;21435:281;;;;:::o;21722:410::-;21762:7;21785:20;21803:1;21785:20;:::i;:::-;21780:25;;21819:20;21837:1;21819:20;:::i;:::-;21814:25;;21874:1;21871;21867:9;21896:30;21914:11;21896:30;:::i;:::-;21885:41;;22075:1;22066:7;22062:15;22059:1;22056:22;22036:1;22029:9;22009:83;21986:139;;22105:18;;:::i;:::-;21986:139;21770:362;21722:410;;;;:::o;22138:180::-;22186:77;22183:1;22176:88;22283:4;22280:1;22273:15;22307:4;22304:1;22297:15;22324:185;22364:1;22381:20;22399:1;22381:20;:::i;:::-;22376:25;;22415:20;22433:1;22415:20;:::i;:::-;22410:25;;22454:1;22444:35;;22459:18;;:::i;:::-;22444:35;22501:1;22498;22494:9;22489:14;;22324:185;;;;:::o;22515:442::-;22664:4;22702:2;22691:9;22687:18;22679:26;;22715:71;22783:1;22772:9;22768:17;22759:6;22715:71;:::i;:::-;22796:72;22864:2;22853:9;22849:18;22840:6;22796:72;:::i;:::-;22878;22946:2;22935:9;22931:18;22922:6;22878:72;:::i;:::-;22515:442;;;;;;:::o;22963:236::-;23103:34;23099:1;23091:6;23087:14;23080:58;23172:19;23167:2;23159:6;23155:15;23148:44;22963:236;:::o;23205:366::-;23347:3;23368:67;23432:2;23427:3;23368:67;:::i;:::-;23361:74;;23444:93;23533:3;23444:93;:::i;:::-;23562:2;23557:3;23553:12;23546:19;;23205:366;;;:::o;23577:419::-;23743:4;23781:2;23770:9;23766:18;23758:26;;23830:9;23824:4;23820:20;23816:1;23805:9;23801:17;23794:47;23858:131;23984:4;23858:131;:::i;:::-;23850:139;;23577:419;;;:::o;24002:178::-;24142:30;24138:1;24130:6;24126:14;24119:54;24002:178;:::o;24186:366::-;24328:3;24349:67;24413:2;24408:3;24349:67;:::i;:::-;24342:74;;24425:93;24514:3;24425:93;:::i;:::-;24543:2;24538:3;24534:12;24527:19;;24186:366;;;:::o;24558:419::-;24724:4;24762:2;24751:9;24747:18;24739:26;;24811:9;24805:4;24801:20;24797:1;24786:9;24782:17;24775:47;24839:131;24965:4;24839:131;:::i;:::-;24831:139;;24558:419;;;:::o;24983:191::-;25023:3;25042:20;25060:1;25042:20;:::i;:::-;25037:25;;25076:20;25094:1;25076:20;:::i;:::-;25071:25;;25119:1;25116;25112:9;25105:16;;25140:3;25137:1;25134:10;25131:36;;;25147:18;;:::i;:::-;25131:36;24983:191;;;;:::o;25180:169::-;25320:21;25316:1;25308:6;25304:14;25297:45;25180:169;:::o;25355:366::-;25497:3;25518:67;25582:2;25577:3;25518:67;:::i;:::-;25511:74;;25594:93;25683:3;25594:93;:::i;:::-;25712:2;25707:3;25703:12;25696:19;;25355:366;;;:::o;25727:419::-;25893:4;25931:2;25920:9;25916:18;25908:26;;25980:9;25974:4;25970:20;25966:1;25955:9;25951:17;25944:47;26008:131;26134:4;26008:131;:::i;:::-;26000:139;;25727:419;;;:::o;26152:143::-;26209:5;26240:6;26234:13;26225:22;;26256:33;26283:5;26256:33;:::i;:::-;26152:143;;;;:::o;26301:351::-;26371:6;26420:2;26408:9;26399:7;26395:23;26391:32;26388:119;;;26426:79;;:::i;:::-;26388:119;26546:1;26571:64;26627:7;26618:6;26607:9;26603:22;26571:64;:::i;:::-;26561:74;;26517:128;26301:351;;;;:::o;26658:220::-;26798:34;26794:1;26786:6;26782:14;26775:58;26867:3;26862:2;26854:6;26850:15;26843:28;26658:220;:::o;26884:366::-;27026:3;27047:67;27111:2;27106:3;27047:67;:::i;:::-;27040:74;;27123:93;27212:3;27123:93;:::i;:::-;27241:2;27236:3;27232:12;27225:19;;26884:366;;;:::o;27256:419::-;27422:4;27460:2;27449:9;27445:18;27437:26;;27509:9;27503:4;27499:20;27495:1;27484:9;27480:17;27473:47;27537:131;27663:4;27537:131;:::i;:::-;27529:139;;27256:419;;;:::o;27681:332::-;27802:4;27840:2;27829:9;27825:18;27817:26;;27853:71;27921:1;27910:9;27906:17;27897:6;27853:71;:::i;:::-;27934:72;28002:2;27991:9;27987:18;27978:6;27934:72;:::i;:::-;27681:332;;;;;:::o;28019:143::-;28076:5;28107:6;28101:13;28092:22;;28123:33;28150:5;28123:33;:::i;:::-;28019:143;;;;:::o;28168:90::-;28203:7;28246:5;28243:1;28232:20;28221:31;;28168:90;;;:::o;28264:118::-;28335:22;28351:5;28335:22;:::i;:::-;28328:5;28325:33;28315:61;;28372:1;28369;28362:12;28315:61;28264:118;:::o;28388:139::-;28443:5;28474:6;28468:13;28459:22;;28490:31;28515:5;28490:31;:::i;:::-;28388:139;;;;:::o;28533:89::-;28569:7;28609:6;28602:5;28598:18;28587:29;;28533:89;;;:::o;28628:120::-;28700:23;28717:5;28700:23;:::i;:::-;28693:5;28690:34;28680:62;;28738:1;28735;28728:12;28680:62;28628:120;:::o;28754:141::-;28810:5;28841:6;28835:13;28826:22;;28857:32;28883:5;28857:32;:::i;:::-;28754:141;;;;:::o;28901:1271::-;29015:6;29023;29031;29039;29047;29055;29063;29112:3;29100:9;29091:7;29087:23;29083:33;29080:120;;;29119:79;;:::i;:::-;29080:120;29239:1;29264:64;29320:7;29311:6;29300:9;29296:22;29264:64;:::i;:::-;29254:74;;29210:128;29377:2;29403:62;29457:7;29448:6;29437:9;29433:22;29403:62;:::i;:::-;29393:72;;29348:127;29514:2;29540:63;29595:7;29586:6;29575:9;29571:22;29540:63;:::i;:::-;29530:73;;29485:128;29652:2;29678:63;29733:7;29724:6;29713:9;29709:22;29678:63;:::i;:::-;29668:73;;29623:128;29790:3;29817:63;29872:7;29863:6;29852:9;29848:22;29817:63;:::i;:::-;29807:73;;29761:129;29929:3;29956:62;30010:7;30001:6;29990:9;29986:22;29956:62;:::i;:::-;29946:72;;29900:128;30067:3;30094:61;30147:7;30138:6;30127:9;30123:22;30094:61;:::i;:::-;30084:71;;30038:127;28901:1271;;;;;;;;;;:::o;30178:249::-;30318:34;30314:1;30306:6;30302:14;30295:58;30387:32;30382:2;30374:6;30370:15;30363:57;30178:249;:::o;30433:366::-;30575:3;30596:67;30660:2;30655:3;30596:67;:::i;:::-;30589:74;;30672:93;30761:3;30672:93;:::i;:::-;30790:2;30785:3;30781:12;30774:19;;30433:366;;;:::o;30805:419::-;30971:4;31009:2;30998:9;30994:18;30986:26;;31058:9;31052:4;31048:20;31044:1;31033:9;31029:17;31022:47;31086:131;31212:4;31086:131;:::i;:::-;31078:139;;30805:419;;;:::o;31230:182::-;31370:34;31366:1;31358:6;31354:14;31347:58;31230:182;:::o;31418:366::-;31560:3;31581:67;31645:2;31640:3;31581:67;:::i;:::-;31574:74;;31657:93;31746:3;31657:93;:::i;:::-;31775:2;31770:3;31766:12;31759:19;;31418:366;;;:::o;31790:419::-;31956:4;31994:2;31983:9;31979:18;31971:26;;32043:9;32037:4;32033:20;32029:1;32018:9;32014:17;32007:47;32071:131;32197:4;32071:131;:::i;:::-;32063:139;;31790:419;;;:::o;32215:175::-;32355:27;32351:1;32343:6;32339:14;32332:51;32215:175;:::o;32396:366::-;32538:3;32559:67;32623:2;32618:3;32559:67;:::i;:::-;32552:74;;32635:93;32724:3;32635:93;:::i;:::-;32753:2;32748:3;32744:12;32737:19;;32396:366;;;:::o;32768:419::-;32934:4;32972:2;32961:9;32957:18;32949:26;;33021:9;33015:4;33011:20;33007:1;32996:9;32992:17;32985:47;33049:131;33175:4;33049:131;:::i;:::-;33041:139;;32768:419;;;:::o;33193:147::-;33294:11;33331:3;33316:18;;33193:147;;;;:::o;33346:114::-;;:::o;33466:398::-;33625:3;33646:83;33727:1;33722:3;33646:83;:::i;:::-;33639:90;;33738:93;33827:3;33738:93;:::i;:::-;33856:1;33851:3;33847:11;33840:18;;33466:398;;;:::o;33870:379::-;34054:3;34076:147;34219:3;34076:147;:::i;:::-;34069:154;;34240:3;34233:10;;33870:379;;;:::o;34255:174::-;34395:26;34391:1;34383:6;34379:14;34372:50;34255:174;:::o;34435:366::-;34577:3;34598:67;34662:2;34657:3;34598:67;:::i;:::-;34591:74;;34674:93;34763:3;34674:93;:::i;:::-;34792:2;34787:3;34783:12;34776:19;;34435:366;;;:::o;34807:419::-;34973:4;35011:2;35000:9;34996:18;34988:26;;35060:9;35054:4;35050:20;35046:1;35035:9;35031:17;35024:47;35088:131;35214:4;35088:131;:::i;:::-;35080:139;;34807:419;;;:::o;35232:221::-;35372:34;35368:1;35360:6;35356:14;35349:58;35441:4;35436:2;35428:6;35424:15;35417:29;35232:221;:::o;35459:366::-;35601:3;35622:67;35686:2;35681:3;35622:67;:::i;:::-;35615:74;;35698:93;35787:3;35698:93;:::i;:::-;35816:2;35811:3;35807:12;35800:19;;35459:366;;;:::o;35831:419::-;35997:4;36035:2;36024:9;36020:18;36012:26;;36084:9;36078:4;36074:20;36070:1;36059:9;36055:17;36048:47;36112:131;36238:4;36112:131;:::i;:::-;36104:139;;35831:419;;;:::o;36256:233::-;36295:3;36318:24;36336:5;36318:24;:::i;:::-;36309:33;;36364:66;36357:5;36354:77;36351:103;;36434:18;;:::i;:::-;36351:103;36481:1;36474:5;36470:13;36463:20;;36256:233;;;:::o;36495:442::-;36644:4;36682:2;36671:9;36667:18;36659:26;;36695:71;36763:1;36752:9;36748:17;36739:6;36695:71;:::i;:::-;36776:72;36844:2;36833:9;36829:18;36820:6;36776:72;:::i;:::-;36858;36926:2;36915:9;36911:18;36902:6;36858:72;:::i;:::-;36495:442;;;;;;:::o;36943:105::-;36979:7;37019:22;37012:5;37008:34;36997:45;;36943:105;;;:::o;37054:120::-;37126:23;37143:5;37126:23;:::i;:::-;37119:5;37116:34;37106:62;;37164:1;37161;37154:12;37106:62;37054:120;:::o;37180:141::-;37236:5;37267:6;37261:13;37252:22;;37283:32;37309:5;37283:32;:::i;:::-;37180:141;;;;:::o;37327:76::-;37363:7;37392:5;37381:16;;37327:76;;;:::o;37409:120::-;37481:23;37498:5;37481:23;:::i;:::-;37474:5;37471:34;37461:62;;37519:1;37516;37509:12;37461:62;37409:120;:::o;37535:141::-;37591:5;37622:6;37616:13;37607:22;;37638:32;37664:5;37638:32;:::i;:::-;37535:141;;;;:::o;37682:971::-;37785:6;37793;37801;37809;37817;37866:3;37854:9;37845:7;37841:23;37837:33;37834:120;;;37873:79;;:::i;:::-;37834:120;37993:1;38018:63;38073:7;38064:6;38053:9;38049:22;38018:63;:::i;:::-;38008:73;;37964:127;38130:2;38156:63;38211:7;38202:6;38191:9;38187:22;38156:63;:::i;:::-;38146:73;;38101:128;38268:2;38294:64;38350:7;38341:6;38330:9;38326:22;38294:64;:::i;:::-;38284:74;;38239:129;38407:2;38433:64;38489:7;38480:6;38469:9;38465:22;38433:64;:::i;:::-;38423:74;;38378:129;38546:3;38573:63;38628:7;38619:6;38608:9;38604:22;38573:63;:::i;:::-;38563:73;;38517:129;37682:971;;;;;;;;:::o;38659:168::-;38799:20;38795:1;38787:6;38783:14;38776:44;38659:168;:::o;38833:366::-;38975:3;38996:67;39060:2;39055:3;38996:67;:::i;:::-;38989:74;;39072:93;39161:3;39072:93;:::i;:::-;39190:2;39185:3;39181:12;39174:19;;38833:366;;;:::o;39205:419::-;39371:4;39409:2;39398:9;39394:18;39386:26;;39458:9;39452:4;39448:20;39444:1;39433:9;39429:17;39422:47;39486:131;39612:4;39486:131;:::i;:::-;39478:139;;39205:419;;;:::o;39630:181::-;39770:33;39766:1;39758:6;39754:14;39747:57;39630:181;:::o;39817:366::-;39959:3;39980:67;40044:2;40039:3;39980:67;:::i;:::-;39973:74;;40056:93;40145:3;40056:93;:::i;:::-;40174:2;40169:3;40165:12;40158:19;;39817:366;;;:::o;40189:419::-;40355:4;40393:2;40382:9;40378:18;40370:26;;40442:9;40436:4;40432:20;40428:1;40417:9;40413:17;40406:47;40470:131;40596:4;40470:131;:::i;:::-;40462:139;;40189:419;;;:::o;40614:98::-;40665:6;40699:5;40693:12;40683:22;;40614:98;;;:::o;40718:246::-;40799:1;40809:113;40823:6;40820:1;40817:13;40809:113;;;40908:1;40903:3;40899:11;40893:18;40889:1;40884:3;40880:11;40873:39;40845:2;40842:1;40838:10;40833:15;;40809:113;;;40956:1;40947:6;40942:3;40938:16;40931:27;40780:184;40718:246;;;:::o;40970:386::-;41074:3;41102:38;41134:5;41102:38;:::i;:::-;41156:88;41237:6;41232:3;41156:88;:::i;:::-;41149:95;;41253:65;41311:6;41306:3;41299:4;41292:5;41288:16;41253:65;:::i;:::-;41343:6;41338:3;41334:16;41327:23;;41078:278;40970:386;;;;:::o;41362:271::-;41492:3;41514:93;41603:3;41594:6;41514:93;:::i;:::-;41507:100;;41624:3;41617:10;;41362:271;;;;:::o

Swarm Source

ipfs://201d684b7399a7647721a0d86a99ff3e2482eb0312659714d7877452a759421f

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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