ETH Price: $3,402.74 (+2.42%)

Contract

0x91d358A216114bBE6D2C5d2528450A1140F4112F
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Multicall213504222024-12-07 11:49:3516 days ago1733572175IN
0x91d358A2...140F4112F
0 ETH0.0013776711.50077039
Multicall213212072024-12-03 9:53:2320 days ago1733219603IN
0x91d358A2...140F4112F
0 ETH0.0022936317.99342132
Multicall213167822024-12-02 19:01:5921 days ago1733166119IN
0x91d358A2...140F4112F
0 ETH0.0029093226.35951564
Multicall213108792024-12-01 23:14:3522 days ago1733094875IN
0x91d358A2...140F4112F
0 ETH0.0019263615.11216076
Multicall211924852024-11-15 10:25:1138 days ago1731666311IN
0x91d358A2...140F4112F
0 ETH0.0017769913.94038509
Multicall211705382024-11-12 8:54:3541 days ago1731401675IN
0x91d358A2...140F4112F
0 ETH0.0036462228.60431615
Multicall211672112024-11-11 21:45:1142 days ago1731361511IN
0x91d358A2...140F4112F
0 ETH0.0057616145.19945505
Multicall211657432024-11-11 16:49:5942 days ago1731343799IN
0x91d358A2...140F4112F
0 ETH0.00619444.34010408
Multicall211579162024-11-10 14:38:1143 days ago1731249491IN
0x91d358A2...140F4112F
0 ETH0.0063973536.78905665
Multicall211146892024-11-04 13:49:3549 days ago1730728175IN
0x91d358A2...140F4112F
0 ETH0.000697746.32177674
Multicall211101622024-11-03 22:40:2350 days ago1730673623IN
0x91d358A2...140F4112F
0 ETH0.000513152.95098621
Multicall210010002024-10-19 17:06:3565 days ago1729357595IN
0x91d358A2...140F4112F
0 ETH0.0027100421.26009923
Multicall208933902024-10-04 16:34:5980 days ago1728059699IN
0x91d358A2...140F4112F
0 ETH0.0047505314.77536701
Multicall208572692024-09-29 15:43:3585 days ago1727624615IN
0x91d358A2...140F4112F
0 ETH0.003154419.81104226
Multicall208258892024-09-25 6:39:3589 days ago1727246375IN
0x91d358A2...140F4112F
0 ETH0.0014247212.90850568
Multicall206396222024-08-30 6:32:23115 days ago1724999543IN
0x91d358A2...140F4112F
0 ETH0.000229471.31960596
Multicall206173452024-08-27 3:50:11119 days ago1724730611IN
0x91d358A2...140F4112F
0 ETH0.000240251.88477144
Multicall206043562024-08-25 8:17:11120 days ago1724573831IN
0x91d358A2...140F4112F
0 ETH0.000118931.07762478
Multicall205544992024-08-18 9:04:47127 days ago1723971887IN
0x91d358A2...140F4112F
0 ETH0.000256312.01075397
Multicall205544622024-08-18 8:57:23127 days ago1723971443IN
0x91d358A2...140F4112F
0 ETH0.000202421.58797306
Multicall205542722024-08-18 8:19:23127 days ago1723969163IN
0x91d358A2...140F4112F
0 ETH0.000193651.51919394
Multicall205542262024-08-18 8:10:11127 days ago1723968611IN
0x91d358A2...140F4112F
0 ETH0.000211641.91759553
Multicall205432322024-08-16 19:18:35129 days ago1723835915IN
0x91d358A2...140F4112F
0 ETH0.000369662.9
Claim205350842024-08-15 16:00:11130 days ago1723737611IN
0x91d358A2...140F4112F
0 ETH0.000974227.86679924
Multicall205341732024-08-15 12:57:11130 days ago1723726631IN
0x91d358A2...140F4112F
0 ETH0.00104439.46172503
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:
VestedAlloc

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion
File 1 of 22 : VestedAlloc.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

/**************************************

    security-contact:
    - [email protected]

    maintainers:
    - [email protected]
    - [email protected]
    - [email protected]
    - [email protected]

    contributors:
    - [email protected]

**************************************/

// OpenZeppelin
import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol";
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";

// Local
import { LibTWAP } from "../libraries/LibTWAP.sol";
import { Configurable } from "../utils/Configurable.sol";
import { IVestedAlloc } from "../interfaces/IVestedAlloc.sol";
import { ICommunityRound } from "../interfaces/ICommunityRound.sol";
import { MultiBatch } from "../utils/MultiBatch.sol";

/**************************************
    
    Vested Allocation contract

    ------------------------------

    Reserves and their behaviour:
    - private part of presale - populated with addRecipients + claimable
    - community part of presale - fetchable from communityRound contract + claimable
    - nft holders eligible for airdrop - fetchable from airdrop contract + claimable
    - staking - forwardable by admin to staking pool
    - dex - forwardable by admin to lp creator
    - treasury - forwardable by admin to treasury pool
    - team - populated with addRecipients + claimable
    - advisors - populated with addRecipients + claimable
    - partners - populated with addRecipients + claimable

    ------------------------------

    Batch calls:
    - This contract is able to perform multicall and multiread functions

**************************************/

contract VestedAlloc is IVestedAlloc, Configurable, Ownable, MultiBatch {

    // constants
    uint8 constant internal ALL_RESERVES = 9; // 9 is hardcoded in interface and bytes decoding
    uint256 constant internal THOL_DECIMALS = 10**18;
    address immutable public SAFEGUARD_TREASURY;
    uint256 immutable public PRICE_UNLOCK_VALIDITY;

    // token
    IERC20 public thol;
    ICommunityRound public community;
    address public airdrop;

    // paths
    address[2] public poolPath;
    address[3] public tokenPath;

    // storage
    uint256 public totalSupply;
    uint256 public usdtToTholConversion;
    mapping (ReserveType => VestedReserve) public vestedReserves;

    /**************************************
    
        ** Constructor **

        ------------------------------

        @param _arguments Bytes containing constructor arguments:
        - total supply
        - fixed array of allocation request
        - safeguard treasury address
        - USDT:THOL ratio for CommunityRound contract

     **************************************/

    constructor(
        bytes memory _arguments
    )
    Ownable() {

        // tx.members
        uint256 now_ = block.timestamp;

        // decode arguments
        (
            uint256 _totalSupply,
            AllocationRequest[ALL_RESERVES] memory _payload,
            address _safeguardTreasury,
            uint256 _usdtToTholConversion
        ) = abi.decode(
            _arguments,
            (
                uint256,
                AllocationRequest[9],
                address,
                uint256
            )
        );

        // loop through allocation
        uint256 sum_ = 0;
        for (uint8 i = 0; i < ALL_RESERVES; i++) {

            // check integrity
            AllocationRequest memory request_ = _payload[i];
            if (vestedReserves[request_.reserveType].allocation.totalReserve != 0) {
                revert InvalidAllocation(_payload);
            }

            // sum allocation
            sum_ += request_.allocation.totalReserve;

            // set storage in loop
            vestedReserves[request_.reserveType].allocation.totalReserve = request_.allocation.totalReserve;
            for (uint8 j = 0; j < request_.allocation.releases.length; j++) {
                Release memory release_ = request_.allocation.releases[j];
                if (release_.releaseType == ReleaseType.PRICE && j != 0) {
                    revert InvalidReleaseType(release_, j); // @dev Ensure releases are ordered { PRICE, TS1, TS2, ... }
                }
                vestedReserves[request_.reserveType].allocation.releases.push(release_);
            }

        }

        // check sum versus supply
        if (sum_ != _totalSupply) {
            revert SumNotEqualSupply(sum_, _totalSupply);
        }

        // storage
        totalSupply = _totalSupply;
        SAFEGUARD_TREASURY = _safeguardTreasury;
        usdtToTholConversion = _usdtToTholConversion;
        PRICE_UNLOCK_VALIDITY = now_ + 730 days;

        // event
        emit Initialised(_arguments);

    }

    /**************************************

        ** Add wallets **

         ------------------------------

        @notice Adds wallets for allocation type

        ------------------------------

        @dev Only admin should be able to call it
        @dev Should be called before ending configuration of contract
        @dev Single recipient could be used for forwardable type of allocation
        @dev Many recipient would imply claimable type of allocation
        @param _reserveType Enum defining type of reserve
        @param _recipients List of structs with address and share

     **************************************/

    function addRecipients(
        ReserveType _reserveType,
        Recipient[] calldata _recipients
    ) external
    onlyOwner()
    onlyInState(State.UNCONFIGURED) {

        // loop through wallets
        uint256 sum_ = 0;
        for (uint8 i = 0; i < _recipients.length; i++) {

            // share
            uint256 share_ = _recipients[i].share;

            // sum share
            sum_ += share_;

            // save storage per recipient
            vestedReserves[_reserveType].shareholders[_recipients[i].owner].shares = share_;

        }

        // check recipient sum
        if (vestedReserves[_reserveType].allocation.totalReserve != sum_) {
            revert InvalidRecipientSum(_reserveType, sum_);
        }

        // event
        emit RecipientsAdded(_reserveType, _recipients);

    }

    /**************************************
    
        ** Configure **

        ------------------------------

        @notice Ends configuration of contract

        ------------------------------

        @dev Only admin should be able to call it
        @param _arguments Bytes encoding vested erc20 address

     **************************************/

    function configure(
        bytes calldata _arguments
    ) external virtual override
    onlyOwner()
    onlyInState(State.UNCONFIGURED) {

        // decode arguments
        (
            address erc20_,
            address community_,
            address airdrop_
        ) = abi.decode(
            _arguments,
            (
                address,
                address,
                address
            )
        );

        // token
        IERC20 thol_ = IERC20(erc20_);

        // check balance
        uint256 balance = thol_.balanceOf(address(this));
        if (balance != totalSupply) {
            revert InvalidTokens(balance, totalSupply);
        }

        // storage
        thol = thol_;
        community = ICommunityRound(community_);
        airdrop = airdrop_;

        // init airdrop shares
        vestedReserves[ReserveType.AIRDROP].shareholders[airdrop_].shares = vestedReserves[ReserveType.AIRDROP].allocation.totalReserve;

        // state
        state = State.CONFIGURED;

        // events
        emit Configured(_arguments);

    }

    /**************************************

        ** Set dex paths **

        ------------------------------

        @notice Configures addresses of pools and tokens used in swap

        ------------------------------

        @dev Only admin should be able to call it
        @param _poolPath Address of Uniswap V3 pools: $THOL/wETH and wETH/USDT
        @param _tokenPath Address of tokens ($THOL, wETH and USDT)

     **************************************/

    function setDexPaths(
        address[2] calldata _poolPath,
        address[3] calldata _tokenPath
    ) public
    onlyOwner()
    onlyInState(State.CONFIGURED) {

        // storage
        poolPath = _poolPath;
        tokenPath = _tokenPath;

        // event
        emit DexPoolSet(msg.sender, poolPath, tokenPath);

    }

    /**************************************
    
        ** Forward **

        ------------------------------

        @notice Forwards particular type of allocation to end destination

        ------------------------------

        @dev Only admin should forward funds
        @dev Applicable for staking, dex, treasury and unallocated funds (like partners)
        @param _reserveType Enum which identifies allocation type
        @param _shareholder Address of recipient / destination

     **************************************/

    function forward(
        ReserveType _reserveType,
        address _shareholder
    ) external
    onlyOwner()
    onlyInState(State.CONFIGURED) {

        // get share
        uint256 share_ = vestedReserves[_reserveType].shareholders[_shareholder].shares;

        // check if only share
        if (share_ != vestedReserves[_reserveType].allocation.totalReserve) {
            revert CannotForwardClaimableFunds(_reserveType, _shareholder);
        }

        // get available tokens
        uint256 available_ = getAvailable(_reserveType, _shareholder);
        if (available_ == 0) {
            revert NothingToForward(_reserveType, _shareholder);
        }

        // transfer out
        _transferOut(
            _reserveType,
            _shareholder,
            _shareholder,
            available_
        );

        // event
        emit Forwarded(_reserveType, msg.sender, _shareholder, available_);

    }

    /**************************************

        ** Set shareholder as compromised **

        ------------------------------

        @notice Only applies for team members

        ------------------------------

        @param _shareholder Address of team member

     **************************************/

    function setShareholderAsCompromised(address _shareholder)
    external
    onlyOwner()
    onlyInState(State.CONFIGURED) {
    
        // check if shareholder is a team member
        ReserveType reserveType_ = ReserveType.TEAM;
        if (vestedReserves[reserveType_].shareholders[_shareholder].shares == 0) {
            revert WrongShareholder(_shareholder);
        }

        // set shareholder as compromised
        vestedReserves[reserveType_].shareholders[_shareholder].isCompromised = true;

        // event
        emit ShareholderCompromised(_shareholder);
        
    }

    /**************************************

        ** Claim **

        ------------------------------

        @notice Claims available tokens by shareholder

        ------------------------------

        @dev Applicable for presale, airdrop, team, advisors and partners
        @dev If some funds will be unallocated (like partners) they can be forwarded
        @param _reserveType Enum which identifies allocation type

     **************************************/

    function claim(ReserveType _reserveType) external
    onlyInState(State.CONFIGURED) {

        // tx.members
        address sender_ = msg.sender;

        // check if shareholder is allowed to claim
        if (
            _reserveType == ReserveType.TEAM &&
            vestedReserves[_reserveType].shareholders[sender_].isCompromised
        ) {
            revert NotAllowedToClaim(sender_);
        }

        // get available tokens
        uint256 available_ = getAvailable(_reserveType, sender_);
        if (available_ == 0) {
            revert NothingToClaim(_reserveType, sender_);
        }

        // transfer out
        _transferOut(
            _reserveType,
            sender_,
            sender_,
            available_
        );

        // event
        emit Claimed(_reserveType, sender_, available_);

    }

    /**************************************

        ** Safeguard **

        ------------------------------

        @notice Transfers unclaimed team tokens to treasury

        ------------------------------

        @dev Only admin should be able to safeguard
        @dev Safeguard should be used as emergency function (last resort)
        @dev To call safeguard threshold time needs to pass after share being available
        @param _shareholder Address of owner of shares

     **************************************/

    function safeguard(
        address _shareholder
    ) external
    onlyOwner()
    onlyInState(State.CONFIGURED) {

        // set reserve type
        ReserveType reserveType_ = ReserveType.TEAM;

        // get available tokens
        uint256 available_ = getAvailable(reserveType_, _shareholder);
        if (available_ == 0) {
            revert NothingToSafeguard(_shareholder);
        }

        if (!vestedReserves[reserveType_].shareholders[_shareholder].isCompromised) {
            revert ShareholderIsNotCompromised(_shareholder);
        }

        // transfer out
        _transferOut(
            reserveType_,
            _shareholder,
            SAFEGUARD_TREASURY,
            available_
        );

        // event
        emit Safeguarded(msg.sender, _shareholder, available_);

    }

    /**************************************

        ** Internal: get Tholos from Community contract **

        ------------------------------

        @param _shareholder Address of owner of shares

     **************************************/

    function _getTholosFromCommunity(address _shareholder) internal view
    returns (uint256) {

        // return
        return community.balanceOf(_shareholder) * usdtToTholConversion;

    }

    /**************************************

        ** Transfer (internal, low level) **

        ------------------------------

        @notice Transfer method that takes care of vested reserves

        ------------------------------

        @param _reserveType Enum which identifies allocation type
        @param _shareholder Address of owner of shares
        @param _target Address of recipient
        @param _amount Amount computed out of shares

     **************************************/

    function _transferOut(
        ReserveType _reserveType,
        address _shareholder,
        address _target,
        uint256 _amount
    ) internal {

        // storage
        vestedReserves[_reserveType].shareholders[_shareholder].claimed += _amount;

        // transfer
        bool success = thol.transfer(_target, _amount);
        if (!success) revert CannotTransferThol();

    }

    /**************************************

        ** Get available**

        ------------------------------

        @notice Returns available tokens to claim or forward

        ------------------------------

        @param _reserveType Enum which identifies allocation type
        @param _shareholder Address of owner of shares
        @return available_ Amount of tokens shareholder could claim or forward

     **************************************/

    function getAvailable(ReserveType _reserveType, address _shareholder) public view
    onlyInState(State.CONFIGURED)
    returns (uint256) {

        // get current timestamp
        uint256 timestamp_ = block.timestamp;

        // get reserve
        VestedReserve storage reserve_ = vestedReserves[_reserveType];

        // get share
        uint256 share_;
        if (_reserveType != ReserveType.PRESALE_COMMUNITY) {
            share_ = reserve_.shareholders[_shareholder].shares;
        } else {
            share_ = _getTholosFromCommunity(_shareholder);
        }

        // exit if share is 0
        if (share_ == 0) {
            return 0;
        }

        // get releases
        Release[] memory releases_ = reserve_.allocation.releases;

        // loop through releases and calculate sum of available
        uint256 sum_ = 0;
        for (uint8 i = 0; i < releases_.length; i++) {

            // continue if release based on cost
            if (releases_[i].releaseType == ReleaseType.PRICE) {
                // skip if price not reached or unlock validity not expired
                if (!reserve_.unlocked[i] && timestamp_ < PRICE_UNLOCK_VALIDITY) continue;
            }
            // break if release based on timestamp
            else if (timestamp_ < releases_[i].requirement) {
                break;
            }

            // increase sum with available release
            sum_ += releases_[i].amount;

        }
        
        // calculate share of sum
        uint256 unlocked_ = (sum_ * share_) / reserve_.allocation.totalReserve;

        // check unlocked & claimed
        if (unlocked_ < reserve_.shareholders[_shareholder].claimed) {
            revert UnlockedLessThanClaimed(unlocked_, reserve_.shareholders[_shareholder].claimed, sum_);
        }

        // return diff between share and claimed
        return unlocked_ - reserve_.shareholders[_shareholder].claimed;

    }

    /**************************************

        ** Unlock reserve (for maintainers) **

        ------------------------------

        @notice Unlocks price-based reserve
        @dev Called by anyone or our automation regularly

        ------------------------------

        @param _reserveType Enum which identifies allocation type
        @param _releaseNo Number of release from reserve

     **************************************/

    function unlockReserve(ReserveType _reserveType, uint8 _releaseNo) external override
    onlyInState(State.CONFIGURED) {

        // get releases
        Allocation memory alloc_ = vestedReserves[_reserveType].allocation;
        Release memory release_ = alloc_.releases[_releaseNo];

        // validation
        if (release_.releaseType != ReleaseType.PRICE) {
            revert InvalidReleaseType(release_, _releaseNo);
        }
        if (
            poolPath[0] == address(0) ||
            poolPath[1] == address(0) ||
            tokenPath[0] == address(0) ||
            tokenPath[1] == address(0) ||
            tokenPath[2] == address(0)
        ) {
            revert DexPathsNotSet();
        }

        // check price
        uint256 usdtOut_ = tholToUsdt();
        if (usdtOut_ < release_.requirement) {
            revert PriceNotMet(usdtOut_, release_.requirement);
        }

        // unlock
        vestedReserves[_reserveType].unlocked[_releaseNo] = true;

    }

    /**************************************

        ** THOL to USDT **

        ------------------------------

        @dev Utility view

        ------------------------------

        @return THOL to USDT price

     **************************************/

    function tholToUsdt() public view override
    returns (uint256) {
        if (
            poolPath[0] == address(0) ||
            poolPath[1] == address(0) ||
            tokenPath[0] == address(0) ||
            tokenPath[1] == address(0) ||
            tokenPath[2] == address(0)
        ) return 0;

        return LibTWAP.tholToUsdt(
            poolPath,
            tokenPath,
            THOL_DECIMALS
        );
    }

}

File 2 of 22 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)

pragma solidity ^0.8.0;

import "../utils/Context.sol";

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

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

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

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

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

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

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

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

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

File 3 of 22 : IERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

File 4 of 22 : Address.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/Address.sol)

pragma solidity ^0.8.1;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     *
     * [IMPORTANT]
     * ====
     * You shouldn't rely on `isContract` to protect against flash loan attacks!
     *
     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
     * constructor.
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize/address.code.length, which returns 0
        // for contracts in construction, since the code is only stored at the end
        // of the constructor execution.

        return account.code.length > 0;
    }

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

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

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

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

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

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

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

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResultFromTarget(target, success, returndata, errorMessage);
    }

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

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResultFromTarget(target, success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
     * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
     *
     * _Available since v4.8._
     */
    function verifyCallResultFromTarget(
        address target,
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        if (success) {
            if (returndata.length == 0) {
                // only check isContract if the call was successful and the return data is empty
                // otherwise we already know that it was a contract
                require(isContract(target), "Address: call to non-contract");
            }
            return returndata;
        } else {
            _revert(returndata, errorMessage);
        }
    }

    /**
     * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason or using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            _revert(returndata, errorMessage);
        }
    }

    function _revert(bytes memory returndata, string memory errorMessage) private pure {
        // Look for revert reason and bubble it up if present
        if (returndata.length > 0) {
            // The easiest way to bubble the revert reason is using memory via assembly
            /// @solidity memory-safe-assembly
            assembly {
                let returndata_size := mload(returndata)
                revert(add(32, returndata), returndata_size)
            }
        } else {
            revert(errorMessage);
        }
    }
}

File 5 of 22 : Context.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

pragma solidity ^0.8.0;

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

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

File 6 of 22 : Multicall.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (utils/Multicall.sol)

pragma solidity ^0.8.0;

import "./Address.sol";

/**
 * @dev Provides a function to batch together multiple calls in a single external call.
 *
 * _Available since v4.1._
 */
abstract contract Multicall {
    /**
     * @dev Receives and executes a batch of function calls on this contract.
     */
    function multicall(bytes[] calldata data) external virtual returns (bytes[] memory results) {
        results = new bytes[](data.length);
        for (uint256 i = 0; i < data.length; i++) {
            results[i] = Address.functionDelegateCall(address(this), data[i]);
        }
        return results;
    }
}

File 7 of 22 : IUniswapV3Pool.sol
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;

import {IUniswapV3PoolImmutables} from './pool/IUniswapV3PoolImmutables.sol';
import {IUniswapV3PoolState} from './pool/IUniswapV3PoolState.sol';
import {IUniswapV3PoolDerivedState} from './pool/IUniswapV3PoolDerivedState.sol';
import {IUniswapV3PoolActions} from './pool/IUniswapV3PoolActions.sol';
import {IUniswapV3PoolOwnerActions} from './pool/IUniswapV3PoolOwnerActions.sol';
import {IUniswapV3PoolErrors} from './pool/IUniswapV3PoolErrors.sol';
import {IUniswapV3PoolEvents} from './pool/IUniswapV3PoolEvents.sol';

/// @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,
    IUniswapV3PoolErrors,
    IUniswapV3PoolEvents
{

}

File 8 of 22 : IUniswapV3PoolActions.sol
// SPDX-License-Identifier: GPL-2.0-or-later
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 9 of 22 : IUniswapV3PoolDerivedState.sol
// SPDX-License-Identifier: GPL-2.0-or-later
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 10 of 22 : IUniswapV3PoolErrors.sol
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;

/// @title Errors emitted by a pool
/// @notice Contains all events emitted by the pool
interface IUniswapV3PoolErrors {
    error LOK();
    error TLU();
    error TLM();
    error TUM();
    error AI();
    error M0();
    error M1();
    error AS();
    error IIA();
    error L();
    error F0();
    error F1();
}

File 11 of 22 : IUniswapV3PoolEvents.sol
// SPDX-License-Identifier: GPL-2.0-or-later
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 12 of 22 : IUniswapV3PoolImmutables.sol
// SPDX-License-Identifier: GPL-2.0-or-later
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 13 of 22 : IUniswapV3PoolOwnerActions.sol
// SPDX-License-Identifier: GPL-2.0-or-later
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 14 of 22 : IUniswapV3PoolState.sol
// SPDX-License-Identifier: GPL-2.0-or-later
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
    /// @return 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.
    /// @return observationIndex The index of the last oracle observation that was written,
    /// @return observationCardinality The current maximum number of observations stored in the pool,
    /// @return observationCardinalityNext The next maximum number of observations, to be updated when the observation.
    /// @return 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
    /// @return The liquidity at the current price of the pool
    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
    /// @return liquidityNet how much liquidity changes when the pool price crosses the tick,
    /// @return feeGrowthOutside0X128 the fee growth on the other side of the tick from the current tick in token0,
    /// @return feeGrowthOutside1X128 the fee growth on the other side of the tick from the current tick in token1,
    /// @return tickCumulativeOutside the cumulative tick value on the other side of the tick from the current tick
    /// @return secondsPerLiquidityOutsideX128 the seconds spent per liquidity on the other side of the tick from the current tick,
    /// @return secondsOutside the seconds spent on the other side of the tick from the current tick,
    /// @return 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,
    /// @return feeGrowthInside0LastX128 fee growth of token0 inside the tick range as of the last mint/burn/poke,
    /// @return feeGrowthInside1LastX128 fee growth of token1 inside the tick range as of the last mint/burn/poke,
    /// @return tokensOwed0 the computed amount of token0 owed to the position as of the last mint/burn/poke,
    /// @return 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,
    /// @return tickCumulative the tick multiplied by seconds elapsed for the life of the pool as of the observation timestamp,
    /// @return secondsPerLiquidityCumulativeX128 the seconds per in range liquidity for the life of the pool as of the observation timestamp,
    /// @return 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 15 of 22 : FullMath.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

/// @title Contains 512-bit math functions
/// @notice Facilitates multiplication and division that can have overflow of an intermediate value without any loss of precision
/// @dev Handles "phantom overflow" i.e., allows multiplication and division where an intermediate value overflows 256 bits
library FullMath {
    /// @notice Calculates floor(a×b÷denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
    /// @param a The multiplicand
    /// @param b The multiplier
    /// @param denominator The divisor
    /// @return result The 256-bit result
    /// @dev Credit to Remco Bloemen under MIT license https://xn--2-umb.com/21/muldiv
    function mulDiv(
        uint256 a,
        uint256 b,
        uint256 denominator
    ) internal pure returns (uint256 result) {
        unchecked {
            // 512-bit multiply [prod1 prod0] = a * b
            // Compute the product mod 2**256 and mod 2**256 - 1
            // then use the Chinese Remainder Theorem to reconstruct
            // the 512 bit result. The result is stored in two 256
            // variables such that product = prod1 * 2**256 + prod0
            uint256 prod0; // Least significant 256 bits of the product
            uint256 prod1; // Most significant 256 bits of the product
            assembly {
                let mm := mulmod(a, b, not(0))
                prod0 := mul(a, b)
                prod1 := sub(sub(mm, prod0), lt(mm, prod0))
            }

            // Handle non-overflow cases, 256 by 256 division
            if (prod1 == 0) {
                require(denominator > 0);
                assembly {
                    result := div(prod0, denominator)
                }
                return result;
            }

            // Make sure the result is less than 2**256.
            // Also prevents denominator == 0
            require(denominator > prod1);

            ///////////////////////////////////////////////
            // 512 by 256 division.
            ///////////////////////////////////////////////

            // Make division exact by subtracting the remainder from [prod1 prod0]
            // Compute remainder using mulmod
            uint256 remainder;
            assembly {
                remainder := mulmod(a, b, denominator)
            }
            // Subtract 256 bit number from 512 bit number
            assembly {
                prod1 := sub(prod1, gt(remainder, prod0))
                prod0 := sub(prod0, remainder)
            }

            // Factor powers of two out of denominator
            // Compute largest power of two divisor of denominator.
            // Always >= 1.
            uint256 twos = (0 - denominator) & denominator;
            // Divide denominator by power of two
            assembly {
                denominator := div(denominator, twos)
            }

            // Divide [prod1 prod0] by the factors of two
            assembly {
                prod0 := div(prod0, twos)
            }
            // Shift in bits from prod1 into prod0. For this we need
            // to flip `twos` such that it is 2**256 / twos.
            // If twos is zero, then it becomes one
            assembly {
                twos := add(div(sub(0, twos), twos), 1)
            }
            prod0 |= prod1 * twos;

            // Invert denominator mod 2**256
            // Now that denominator is an odd number, it has an inverse
            // modulo 2**256 such that denominator * inv = 1 mod 2**256.
            // Compute the inverse by starting with a seed that is correct
            // correct for four bits. That is, denominator * inv = 1 mod 2**4
            uint256 inv = (3 * denominator) ^ 2;
            // Now use Newton-Raphson iteration to improve the precision.
            // Thanks to Hensel's lifting lemma, this also works in modular
            // arithmetic, doubling the correct bits in each step.
            inv *= 2 - denominator * inv; // inverse mod 2**8
            inv *= 2 - denominator * inv; // inverse mod 2**16
            inv *= 2 - denominator * inv; // inverse mod 2**32
            inv *= 2 - denominator * inv; // inverse mod 2**64
            inv *= 2 - denominator * inv; // inverse mod 2**128
            inv *= 2 - denominator * inv; // inverse mod 2**256

            // Because the division is now exact we can divide by multiplying
            // with the modular inverse of denominator. This will give us the
            // correct result modulo 2**256. Since the precoditions guarantee
            // that the outcome is less than 2**256, this is the final result.
            // We don't need to compute the high bits of the result and prod1
            // is no longer required.
            result = prod0 * inv;
            return result;
        }
    }

    /// @notice Calculates ceil(a×b÷denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
    /// @param a The multiplicand
    /// @param b The multiplier
    /// @param denominator The divisor
    /// @return result The 256-bit result
    function mulDivRoundingUp(
        uint256 a,
        uint256 b,
        uint256 denominator
    ) internal pure returns (uint256 result) {
        unchecked {
            result = mulDiv(a, b, denominator);
            if (mulmod(a, b, denominator) > 0) {
                require(result < type(uint256).max);
                result++;
            }
        }
    }
}

File 16 of 22 : TickMath.sol
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity ^0.8.0;

/// @title Math library for computing sqrt prices from ticks and vice versa
/// @notice Computes sqrt price for ticks of size 1.0001, i.e. sqrt(1.0001^tick) as fixed point Q64.96 numbers. Supports
/// prices between 2**-128 and 2**128
library TickMath {
    error T();
    error R();

    /// @dev The minimum tick that may be passed to #getSqrtRatioAtTick computed from log base 1.0001 of 2**-128
    int24 internal constant MIN_TICK = -887272;
    /// @dev The maximum tick that may be passed to #getSqrtRatioAtTick computed from log base 1.0001 of 2**128
    int24 internal constant MAX_TICK = -MIN_TICK;

    /// @dev The minimum value that can be returned from #getSqrtRatioAtTick. Equivalent to getSqrtRatioAtTick(MIN_TICK)
    uint160 internal constant MIN_SQRT_RATIO = 4295128739;
    /// @dev The maximum value that can be returned from #getSqrtRatioAtTick. Equivalent to getSqrtRatioAtTick(MAX_TICK)
    uint160 internal constant MAX_SQRT_RATIO = 1461446703485210103287273052203988822378723970342;

    /// @notice Calculates sqrt(1.0001^tick) * 2^96
    /// @dev Throws if |tick| > max tick
    /// @param tick The input tick for the above formula
    /// @return sqrtPriceX96 A Fixed point Q64.96 number representing the sqrt of the ratio of the two assets (token1/token0)
    /// at the given tick
    function getSqrtRatioAtTick(int24 tick) internal pure returns (uint160 sqrtPriceX96) {
        unchecked {
            uint256 absTick = tick < 0 ? uint256(-int256(tick)) : uint256(int256(tick));
            if (absTick > uint256(int256(MAX_TICK))) revert T();

            uint256 ratio = absTick & 0x1 != 0
                ? 0xfffcb933bd6fad37aa2d162d1a594001
                : 0x100000000000000000000000000000000;
            if (absTick & 0x2 != 0) ratio = (ratio * 0xfff97272373d413259a46990580e213a) >> 128;
            if (absTick & 0x4 != 0) ratio = (ratio * 0xfff2e50f5f656932ef12357cf3c7fdcc) >> 128;
            if (absTick & 0x8 != 0) ratio = (ratio * 0xffe5caca7e10e4e61c3624eaa0941cd0) >> 128;
            if (absTick & 0x10 != 0) ratio = (ratio * 0xffcb9843d60f6159c9db58835c926644) >> 128;
            if (absTick & 0x20 != 0) ratio = (ratio * 0xff973b41fa98c081472e6896dfb254c0) >> 128;
            if (absTick & 0x40 != 0) ratio = (ratio * 0xff2ea16466c96a3843ec78b326b52861) >> 128;
            if (absTick & 0x80 != 0) ratio = (ratio * 0xfe5dee046a99a2a811c461f1969c3053) >> 128;
            if (absTick & 0x100 != 0) ratio = (ratio * 0xfcbe86c7900a88aedcffc83b479aa3a4) >> 128;
            if (absTick & 0x200 != 0) ratio = (ratio * 0xf987a7253ac413176f2b074cf7815e54) >> 128;
            if (absTick & 0x400 != 0) ratio = (ratio * 0xf3392b0822b70005940c7a398e4b70f3) >> 128;
            if (absTick & 0x800 != 0) ratio = (ratio * 0xe7159475a2c29b7443b29c7fa6e889d9) >> 128;
            if (absTick & 0x1000 != 0) ratio = (ratio * 0xd097f3bdfd2022b8845ad8f792aa5825) >> 128;
            if (absTick & 0x2000 != 0) ratio = (ratio * 0xa9f746462d870fdf8a65dc1f90e061e5) >> 128;
            if (absTick & 0x4000 != 0) ratio = (ratio * 0x70d869a156d2a1b890bb3df62baf32f7) >> 128;
            if (absTick & 0x8000 != 0) ratio = (ratio * 0x31be135f97d08fd981231505542fcfa6) >> 128;
            if (absTick & 0x10000 != 0) ratio = (ratio * 0x9aa508b5b7a84e1c677de54f3e99bc9) >> 128;
            if (absTick & 0x20000 != 0) ratio = (ratio * 0x5d6af8dedb81196699c329225ee604) >> 128;
            if (absTick & 0x40000 != 0) ratio = (ratio * 0x2216e584f5fa1ea926041bedfe98) >> 128;
            if (absTick & 0x80000 != 0) ratio = (ratio * 0x48a170391f7dc42444e8fa2) >> 128;

            if (tick > 0) ratio = type(uint256).max / ratio;

            // this divides by 1<<32 rounding up to go from a Q128.128 to a Q128.96.
            // we then downcast because we know the result always fits within 160 bits due to our tick input constraint
            // we round up in the division so getTickAtSqrtRatio of the output price is always consistent
            sqrtPriceX96 = uint160((ratio >> 32) + (ratio % (1 << 32) == 0 ? 0 : 1));
        }
    }

    /// @notice Calculates the greatest tick value such that getRatioAtTick(tick) <= ratio
    /// @dev Throws in case sqrtPriceX96 < MIN_SQRT_RATIO, as MIN_SQRT_RATIO is the lowest value getRatioAtTick may
    /// ever return.
    /// @param sqrtPriceX96 The sqrt ratio for which to compute the tick as a Q64.96
    /// @return tick The greatest tick for which the ratio is less than or equal to the input ratio
    function getTickAtSqrtRatio(uint160 sqrtPriceX96) internal pure returns (int24 tick) {
        unchecked {
            // second inequality must be < because the price can never reach the price at the max tick
            if (!(sqrtPriceX96 >= MIN_SQRT_RATIO && sqrtPriceX96 < MAX_SQRT_RATIO)) revert R();
            uint256 ratio = uint256(sqrtPriceX96) << 32;

            uint256 r = ratio;
            uint256 msb = 0;

            assembly {
                let f := shl(7, gt(r, 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF))
                msb := or(msb, f)
                r := shr(f, r)
            }
            assembly {
                let f := shl(6, gt(r, 0xFFFFFFFFFFFFFFFF))
                msb := or(msb, f)
                r := shr(f, r)
            }
            assembly {
                let f := shl(5, gt(r, 0xFFFFFFFF))
                msb := or(msb, f)
                r := shr(f, r)
            }
            assembly {
                let f := shl(4, gt(r, 0xFFFF))
                msb := or(msb, f)
                r := shr(f, r)
            }
            assembly {
                let f := shl(3, gt(r, 0xFF))
                msb := or(msb, f)
                r := shr(f, r)
            }
            assembly {
                let f := shl(2, gt(r, 0xF))
                msb := or(msb, f)
                r := shr(f, r)
            }
            assembly {
                let f := shl(1, gt(r, 0x3))
                msb := or(msb, f)
                r := shr(f, r)
            }
            assembly {
                let f := gt(r, 0x1)
                msb := or(msb, f)
            }

            if (msb >= 128) r = ratio >> (msb - 127);
            else r = ratio << (127 - msb);

            int256 log_2 = (int256(msb) - 128) << 64;

            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(63, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(62, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(61, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(60, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(59, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(58, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(57, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(56, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(55, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(54, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(53, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(52, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(51, f))
                r := shr(f, r)
            }
            assembly {
                r := shr(127, mul(r, r))
                let f := shr(128, r)
                log_2 := or(log_2, shl(50, f))
            }

            int256 log_sqrt10001 = log_2 * 255738958999603826347141; // 128.128 number

            int24 tickLow = int24((log_sqrt10001 - 3402992956809132418596140100660247210) >> 128);
            int24 tickHi = int24((log_sqrt10001 + 291339464771989622907027621153398088495) >> 128);

            tick = tickLow == tickHi ? tickLow : getSqrtRatioAtTick(tickHi) <= sqrtPriceX96 ? tickHi : tickLow;
        }
    }
}

File 17 of 22 : OracleLibrary.sol
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0 <0.9.0;

import '@uniswap/v3-core/contracts/libraries/FullMath.sol';
import '@uniswap/v3-core/contracts/libraries/TickMath.sol';
import '@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol';

/// @title Oracle library
/// @notice Provides functions to integrate with V3 pool oracle
library OracleLibrary {
    /// @notice Calculates time-weighted means of tick and liquidity for a given Uniswap V3 pool
    /// @param pool Address of the pool that we want to observe
    /// @param secondsAgo Number of seconds in the past from which to calculate the time-weighted means
    /// @return arithmeticMeanTick The arithmetic mean tick from (block.timestamp - secondsAgo) to block.timestamp
    /// @return harmonicMeanLiquidity The harmonic mean liquidity from (block.timestamp - secondsAgo) to block.timestamp
    function consult(address pool, uint32 secondsAgo)
        internal
        view
        returns (int24 arithmeticMeanTick, uint128 harmonicMeanLiquidity)
    {
        require(secondsAgo != 0, 'BP');

        uint32[] memory secondsAgos = new uint32[](2);
        secondsAgos[0] = secondsAgo;
        secondsAgos[1] = 0;

        (int56[] memory tickCumulatives, uint160[] memory secondsPerLiquidityCumulativeX128s) = IUniswapV3Pool(pool)
            .observe(secondsAgos);

        int56 tickCumulativesDelta = tickCumulatives[1] - tickCumulatives[0];
        uint160 secondsPerLiquidityCumulativesDelta = secondsPerLiquidityCumulativeX128s[1] -
            secondsPerLiquidityCumulativeX128s[0];

        arithmeticMeanTick = int24(tickCumulativesDelta / int56(uint56(secondsAgo)));
        // Always round to negative infinity
        if (tickCumulativesDelta < 0 && (tickCumulativesDelta % int56(uint56(secondsAgo)) != 0)) arithmeticMeanTick--;

        // We are multiplying here instead of shifting to ensure that harmonicMeanLiquidity doesn't overflow uint128
        uint192 secondsAgoX160 = uint192(secondsAgo) * type(uint160).max;
        harmonicMeanLiquidity = uint128(secondsAgoX160 / (uint192(secondsPerLiquidityCumulativesDelta) << 32));
    }

    /// @notice Given a tick and a token amount, calculates the amount of token received in exchange
    /// @param tick Tick value used to calculate the quote
    /// @param baseAmount Amount of token to be converted
    /// @param baseToken Address of an ERC20 token contract used as the baseAmount denomination
    /// @param quoteToken Address of an ERC20 token contract used as the quoteAmount denomination
    /// @return quoteAmount Amount of quoteToken received for baseAmount of baseToken
    function getQuoteAtTick(
        int24 tick,
        uint128 baseAmount,
        address baseToken,
        address quoteToken
    ) internal pure returns (uint256 quoteAmount) {
        uint160 sqrtRatioX96 = TickMath.getSqrtRatioAtTick(tick);

        // Calculate quoteAmount with better precision if it doesn't overflow when multiplied by itself
        if (sqrtRatioX96 <= type(uint128).max) {
            uint256 ratioX192 = uint256(sqrtRatioX96) * sqrtRatioX96;
            quoteAmount = baseToken < quoteToken
                ? FullMath.mulDiv(ratioX192, baseAmount, 1 << 192)
                : FullMath.mulDiv(1 << 192, baseAmount, ratioX192);
        } else {
            uint256 ratioX128 = FullMath.mulDiv(sqrtRatioX96, sqrtRatioX96, 1 << 64);
            quoteAmount = baseToken < quoteToken
                ? FullMath.mulDiv(ratioX128, baseAmount, 1 << 128)
                : FullMath.mulDiv(1 << 128, baseAmount, ratioX128);
        }
    }

    /// @notice Given a pool, it returns the number of seconds ago of the oldest stored observation
    /// @param pool Address of Uniswap V3 pool that we want to observe
    /// @return secondsAgo The number of seconds ago of the oldest observation stored for the pool
    function getOldestObservationSecondsAgo(address pool) internal view returns (uint32 secondsAgo) {
        (, , uint16 observationIndex, uint16 observationCardinality, , , ) = IUniswapV3Pool(pool).slot0();
        require(observationCardinality > 0, 'NI');

        (uint32 observationTimestamp, , , bool initialized) = IUniswapV3Pool(pool).observations(
            (observationIndex + 1) % observationCardinality
        );

        // The next index might not be initialized if the cardinality is in the process of increasing
        // In this case the oldest observation is always in index 0
        if (!initialized) {
            (observationTimestamp, , , ) = IUniswapV3Pool(pool).observations(0);
        }

        unchecked {
            secondsAgo = uint32(block.timestamp) - observationTimestamp;
        }
    }

    /// @notice Given a pool, it returns the tick value as of the start of the current block
    /// @param pool Address of Uniswap V3 pool
    /// @return The tick that the pool was in at the start of the current block
    function getBlockStartingTickAndLiquidity(address pool) internal view returns (int24, uint128) {
        (, int24 tick, uint16 observationIndex, uint16 observationCardinality, , , ) = IUniswapV3Pool(pool).slot0();

        // 2 observations are needed to reliably calculate the block starting tick
        require(observationCardinality > 1, 'NEO');

        // If the latest observation occurred in the past, then no tick-changing trades have happened in this block
        // therefore the tick in `slot0` is the same as at the beginning of the current block.
        // We don't need to check if this observation is initialized - it is guaranteed to be.
        (
            uint32 observationTimestamp,
            int56 tickCumulative,
            uint160 secondsPerLiquidityCumulativeX128,

        ) = IUniswapV3Pool(pool).observations(observationIndex);
        if (observationTimestamp != uint32(block.timestamp)) {
            return (tick, IUniswapV3Pool(pool).liquidity());
        }

        uint256 prevIndex = (uint256(observationIndex) + observationCardinality - 1) % observationCardinality;
        (
            uint32 prevObservationTimestamp,
            int56 prevTickCumulative,
            uint160 prevSecondsPerLiquidityCumulativeX128,
            bool prevInitialized
        ) = IUniswapV3Pool(pool).observations(prevIndex);

        require(prevInitialized, 'ONI');

        uint32 delta = observationTimestamp - prevObservationTimestamp;
        tick = int24((tickCumulative - int56(uint56(prevTickCumulative))) / int56(uint56(delta)));
        uint128 liquidity = uint128(
            (uint192(delta) * type(uint160).max) /
                (uint192(secondsPerLiquidityCumulativeX128 - prevSecondsPerLiquidityCumulativeX128) << 32)
        );
        return (tick, liquidity);
    }

    /// @notice Information for calculating a weighted arithmetic mean tick
    struct WeightedTickData {
        int24 tick;
        uint128 weight;
    }

    /// @notice Given an array of ticks and weights, calculates the weighted arithmetic mean tick
    /// @param weightedTickData An array of ticks and weights
    /// @return weightedArithmeticMeanTick The weighted arithmetic mean tick
    /// @dev Each entry of `weightedTickData` should represents ticks from pools with the same underlying pool tokens. If they do not,
    /// extreme care must be taken to ensure that ticks are comparable (including decimal differences).
    /// @dev Note that the weighted arithmetic mean tick corresponds to the weighted geometric mean price.
    function getWeightedArithmeticMeanTick(WeightedTickData[] memory weightedTickData)
        internal
        pure
        returns (int24 weightedArithmeticMeanTick)
    {
        // Accumulates the sum of products between each tick and its weight
        int256 numerator;

        // Accumulates the sum of the weights
        uint256 denominator;

        // Products fit in 152 bits, so it would take an array of length ~2**104 to overflow this logic
        for (uint256 i; i < weightedTickData.length; i++) {
            numerator += weightedTickData[i].tick * int256(uint256(weightedTickData[i].weight));
            denominator += weightedTickData[i].weight;
        }

        weightedArithmeticMeanTick = int24(numerator / int256(denominator));
        // Always round to negative infinity
        if (numerator < 0 && (numerator % int256(denominator) != 0)) weightedArithmeticMeanTick--;
    }

    /// @notice Returns the "synthetic" tick which represents the price of the first entry in `tokens` in terms of the last
    /// @dev Useful for calculating relative prices along routes.
    /// @dev There must be one tick for each pairwise set of tokens.
    /// @param tokens The token contract addresses
    /// @param ticks The ticks, representing the price of each token pair in `tokens`
    /// @return syntheticTick The synthetic tick, representing the relative price of the outermost tokens in `tokens`
    function getChainedPrice(address[] memory tokens, int24[] memory ticks)
        internal
        pure
        returns (int256 syntheticTick)
    {
        require(tokens.length - 1 == ticks.length, 'DL');
        for (uint256 i = 1; i <= ticks.length; i++) {
            // check the tokens for address sort order, then accumulate the
            // ticks into the running synthetic tick, ensuring that intermediate tokens "cancel out"
            tokens[i - 1] < tokens[i] ? syntheticTick += ticks[i - 1] : syntheticTick -= ticks[i - 1];
        }
    }
}

File 18 of 22 : ICommunityRound.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

/**************************************

    security-contact:
    - [email protected]

    maintainers:
    - [email protected]
    - [email protected]
    - [email protected]
    - [email protected]

    contributors:
    - [email protected]

**************************************/

/**************************************

    Community Phase contract

 **************************************/

interface ICommunityRound {
    
    // events
    event Reserved(address sender, uint256 amount);
    event Withdraw(address sender, uint256 amount);

    // errors
    error NonceExpired(address sender, uint256 nonce);
    error RequestExpired(address sender, bytes request);
    error ReserveDeadlineMet();
    error IncorrectSigner(address signer);
    error IncorrectSender(address sender);
    error AlreadyReserved(address sender);
    error InvalidAmount(bytes request, uint256 minAmount, uint256 maxAmount);
    error NothingToWithdraw();

    // external functions
    function isAllowed(address _owner) external view returns (bool);
    function balanceOf(address _owner) external view returns (uint256);

}

File 19 of 22 : IVestedAlloc.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

/**************************************

    security-contact:
    - [email protected]

    maintainers:
    - [email protected]
    - [email protected]
    - [email protected]
    - [email protected]

    contributors:
    - [email protected]

**************************************/

/**************************************

    Vested Allocation interface

 **************************************/

abstract contract IVestedAlloc {

    // enums
    enum ReserveType {
        PRESALE_PRIVATE, // populate + claim
        PRESALE_COMMUNITY, // fetch + claim
        AIRDROP, // fetch + claim
        STAKING, // forward -> pool
        DEX, // forward -> admin
        TREASURY, // forward -> pool
        TEAM, // populate + claim
        ADVISORS, // populate + claim
        PARTNERS // populate + claim || forward -> treasury
    }
    enum ReleaseType {
        TIMESTAMP,
        PRICE
    }

    // structs: low level
    struct Release {
        ReleaseType releaseType;
        uint256 requirement; // @dev value based on release type (timestamp or price)
        uint256 amount;
    }
    struct Recipient {
        address owner;
        uint256 share;
    }

    // structs: containers
    struct Allocation {
        uint256 totalReserve;
        Release[] releases;
    }

    // structs: requests
    struct AllocationRequest {
        ReserveType reserveType;
        Allocation allocation;
    }

    struct Shareholder {
        uint256 shares; // applies to all shareholders
        uint256 claimed; // applies to shareholders who already claimed some tokens
        bool isCompromised; // applies to shareholders with team vesting
    }
    
    // structs: storage
    struct VestedReserve {
        Allocation allocation;
        mapping (address => Shareholder) shareholders;
        mapping (uint8 => bool) unlocked; // @dev Used to track price-based ReleaseType
    }

    // events
    event RecipientsAdded(ReserveType reserveType, Recipient[] recipients);
    event DexPoolSet(address sender, address[2] poolPath, address[3] tokenPath);
    event Forwarded(ReserveType reserveType, address forwarder, address shareholder, uint256 amount);
    event Claimed(ReserveType reserveType, address shareholder, uint256 amount);
    event Safeguarded(address forwarder, address shareholder, uint256 amount);
    event ShareholderCompromised(address shareholder);

    // errors
    error InvalidAllocation(AllocationRequest[9] allocation); // FIXME: Hard-coding of ALL_RESERVES
    error InvalidReleaseType(Release release, uint8 ordering);
    error SumNotEqualSupply(uint256 sum, uint256 supply);
    error InvalidRecipientSum(ReserveType reserveType, uint256 sum); // 0x5fc4d0d8
    error InvalidTokens(uint256 balance, uint256 supply); // 0x9fe0a320
    error CannotForwardClaimableFunds(ReserveType reserveType, address recipient);
    error NothingToForward(ReserveType reserveType, address shareholder);
    error NothingToClaim(ReserveType reserveType, address shareholder);
    error NotAllowedToClaim(address shareholder);
    error NothingToSafeguard(address shareholder);
    error ShareholderIsNotCompromised(address shareholder);
    error PriceNotMet(uint256 lastAvg4Hours, uint256 requirement);
    error DexPathsNotSet();
    error CannotTransferThol();
    error UnlockedLessThanClaimed(uint256 unlocked, uint256 claimed, uint256 sum);
    error WrongShareholder(address shareholder);

    /**************************************

         Abstract functions

     **************************************/

    // Unlock Reserve
    function unlockReserve(ReserveType _reserveType, uint8 _releaseNo) external virtual;


    // Thol to USDT conversion
    function tholToUsdt() public virtual view returns (uint256);

}

File 20 of 22 : LibTWAP.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

/**************************************

    security-contact:
    - [email protected]

    maintainers:
    - [email protected]
    - [email protected]
    - [email protected]
    - [email protected]

    contributors:
    - [email protected]

**************************************/

// Uniswap
import { OracleLibrary } from "@uniswap/v3-periphery/contracts/libraries/OracleLibrary.sol";

/**************************************

    TWAP oracle library

**************************************/

library LibTWAP {

    /**************************************

        ** Internal: Check price from TWAP **

        ------------------------------

        @param _amount Amount of THOL
        @return value_ Amount of USDT

     **************************************/

    function tholToUsdt(
        address[2] memory _poolPath,
        address[3] memory _tokenPath,
        uint256 _amount
    ) internal view
    returns (uint256) {

        // const
        address tholWeth_ = _poolPath[0];
        address wethUsdt_ = _poolPath[1];
        address thol_ = _tokenPath[0];
        address weth_ = _tokenPath[1];
        address usdt_ = _tokenPath[2];

        // get tick
        (int24 wethTick_, ) = OracleLibrary.consult(
            tholWeth_,
            4 hours
        );

        // 1 thol -> weth
        uint256 wethOut_ = OracleLibrary.getQuoteAtTick(
            wethTick_,
            uint128(_amount),
            thol_,
            weth_
        );

        // get tick
        (int24 usdtTick_, ) = OracleLibrary.consult(
            wethUsdt_,
            4 hours
        );

        // weth -> usdt
        uint256 usdtOut_ = OracleLibrary.getQuoteAtTick(
            usdtTick_,
            uint128(wethOut_),
            weth_,
            usdt_
        );

        // return
        return usdtOut_;

    }

}

File 21 of 22 : Configurable.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

/**************************************

    security-contact:
    - [email protected]

    maintainers:
    - [email protected]
    - [email protected]
    - [email protected]
    - [email protected]

    contributors:
    - [email protected]

**************************************/

/**************************************
    
    Configurable utility

**************************************/

abstract contract Configurable {
    
    // enum
    enum State {
        UNCONFIGURED,
        CONFIGURED
    }

    // storage
    State public state = State.UNCONFIGURED;

    // events
    event Initialised(bytes args);
    event Configured(bytes args);
    
    // errors
    error InvalidState(State state, State expected);

    // modifiers
    modifier onlyInState(State _state) {
        
        // check state
        if (state != _state) {
            revert InvalidState(state, _state);
        }

        // enter function
        _;

    }

    // abstracts
    function configure(bytes calldata) external virtual;

}

File 22 of 22 : MultiBatch.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

/**************************************

    security-contact:
    - [email protected]

    maintainers:
    - [email protected]
    - [email protected]
    - [email protected]
    - [email protected]

    contributors:
    - [email protected]

**************************************/

import { Address } from "@openzeppelin/contracts/utils/Address.sol";
import { Multicall } from "@openzeppelin/contracts/utils/Multicall.sol";

/**************************************
    
    MultiBatch contract

    ------------------------------
    
    This contract is an extended version of @openzeppelin Multicall contract
    Features batch calls and reads with delegatecall and staticcall functions

**************************************/
    
abstract contract MultiBatch is Multicall {

    /**************************************
     
        Multiread

        ------------------------------

        @param _data list of encoded function calls
        @return results_ list of encoded function returns

    /**************************************/

    function multiread(bytes[] calldata _data) external view 
    returns (bytes[] memory results_) {

        // get length
        uint256 length_ = _data.length;

        // initialize array
        results_ = new bytes[](length_);

        // static call in loop
        for (uint256 i = 0; i < length_; i++) {
            results_[i] = Address.functionStaticCall(address(this), _data[i]);
        }

        // return
        return results_;
    }

}

Settings
{
  "viaIR": true,
  "optimizer": {
    "enabled": true,
    "runs": 200,
    "details": {
      "yul": true
    }
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"bytes","name":"_arguments","type":"bytes"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"enum IVestedAlloc.ReserveType","name":"reserveType","type":"uint8"},{"internalType":"address","name":"recipient","type":"address"}],"name":"CannotForwardClaimableFunds","type":"error"},{"inputs":[],"name":"CannotTransferThol","type":"error"},{"inputs":[],"name":"DexPathsNotSet","type":"error"},{"inputs":[{"components":[{"internalType":"enum IVestedAlloc.ReserveType","name":"reserveType","type":"uint8"},{"components":[{"internalType":"uint256","name":"totalReserve","type":"uint256"},{"components":[{"internalType":"enum IVestedAlloc.ReleaseType","name":"releaseType","type":"uint8"},{"internalType":"uint256","name":"requirement","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IVestedAlloc.Release[]","name":"releases","type":"tuple[]"}],"internalType":"struct IVestedAlloc.Allocation","name":"allocation","type":"tuple"}],"internalType":"struct IVestedAlloc.AllocationRequest[9]","name":"allocation","type":"tuple[9]"}],"name":"InvalidAllocation","type":"error"},{"inputs":[{"internalType":"enum IVestedAlloc.ReserveType","name":"reserveType","type":"uint8"},{"internalType":"uint256","name":"sum","type":"uint256"}],"name":"InvalidRecipientSum","type":"error"},{"inputs":[{"components":[{"internalType":"enum IVestedAlloc.ReleaseType","name":"releaseType","type":"uint8"},{"internalType":"uint256","name":"requirement","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IVestedAlloc.Release","name":"release","type":"tuple"},{"internalType":"uint8","name":"ordering","type":"uint8"}],"name":"InvalidReleaseType","type":"error"},{"inputs":[{"internalType":"enum Configurable.State","name":"state","type":"uint8"},{"internalType":"enum Configurable.State","name":"expected","type":"uint8"}],"name":"InvalidState","type":"error"},{"inputs":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"supply","type":"uint256"}],"name":"InvalidTokens","type":"error"},{"inputs":[{"internalType":"address","name":"shareholder","type":"address"}],"name":"NotAllowedToClaim","type":"error"},{"inputs":[{"internalType":"enum IVestedAlloc.ReserveType","name":"reserveType","type":"uint8"},{"internalType":"address","name":"shareholder","type":"address"}],"name":"NothingToClaim","type":"error"},{"inputs":[{"internalType":"enum IVestedAlloc.ReserveType","name":"reserveType","type":"uint8"},{"internalType":"address","name":"shareholder","type":"address"}],"name":"NothingToForward","type":"error"},{"inputs":[{"internalType":"address","name":"shareholder","type":"address"}],"name":"NothingToSafeguard","type":"error"},{"inputs":[{"internalType":"uint256","name":"lastAvg4Hours","type":"uint256"},{"internalType":"uint256","name":"requirement","type":"uint256"}],"name":"PriceNotMet","type":"error"},{"inputs":[{"internalType":"address","name":"shareholder","type":"address"}],"name":"ShareholderIsNotCompromised","type":"error"},{"inputs":[{"internalType":"uint256","name":"sum","type":"uint256"},{"internalType":"uint256","name":"supply","type":"uint256"}],"name":"SumNotEqualSupply","type":"error"},{"inputs":[],"name":"T","type":"error"},{"inputs":[{"internalType":"uint256","name":"unlocked","type":"uint256"},{"internalType":"uint256","name":"claimed","type":"uint256"},{"internalType":"uint256","name":"sum","type":"uint256"}],"name":"UnlockedLessThanClaimed","type":"error"},{"inputs":[{"internalType":"address","name":"shareholder","type":"address"}],"name":"WrongShareholder","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"enum IVestedAlloc.ReserveType","name":"reserveType","type":"uint8"},{"indexed":false,"internalType":"address","name":"shareholder","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Claimed","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes","name":"args","type":"bytes"}],"name":"Configured","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"sender","type":"address"},{"indexed":false,"internalType":"address[2]","name":"poolPath","type":"address[2]"},{"indexed":false,"internalType":"address[3]","name":"tokenPath","type":"address[3]"}],"name":"DexPoolSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"enum IVestedAlloc.ReserveType","name":"reserveType","type":"uint8"},{"indexed":false,"internalType":"address","name":"forwarder","type":"address"},{"indexed":false,"internalType":"address","name":"shareholder","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Forwarded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes","name":"args","type":"bytes"}],"name":"Initialised","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":"enum IVestedAlloc.ReserveType","name":"reserveType","type":"uint8"},{"components":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"share","type":"uint256"}],"indexed":false,"internalType":"struct IVestedAlloc.Recipient[]","name":"recipients","type":"tuple[]"}],"name":"RecipientsAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"forwarder","type":"address"},{"indexed":false,"internalType":"address","name":"shareholder","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Safeguarded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"shareholder","type":"address"}],"name":"ShareholderCompromised","type":"event"},{"inputs":[],"name":"PRICE_UNLOCK_VALIDITY","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"SAFEGUARD_TREASURY","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"enum IVestedAlloc.ReserveType","name":"_reserveType","type":"uint8"},{"components":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"share","type":"uint256"}],"internalType":"struct IVestedAlloc.Recipient[]","name":"_recipients","type":"tuple[]"}],"name":"addRecipients","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"airdrop","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"enum IVestedAlloc.ReserveType","name":"_reserveType","type":"uint8"}],"name":"claim","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"community","outputs":[{"internalType":"contract ICommunityRound","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"_arguments","type":"bytes"}],"name":"configure","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"enum IVestedAlloc.ReserveType","name":"_reserveType","type":"uint8"},{"internalType":"address","name":"_shareholder","type":"address"}],"name":"forward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"enum IVestedAlloc.ReserveType","name":"_reserveType","type":"uint8"},{"internalType":"address","name":"_shareholder","type":"address"}],"name":"getAvailable","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes[]","name":"data","type":"bytes[]"}],"name":"multicall","outputs":[{"internalType":"bytes[]","name":"results","type":"bytes[]"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes[]","name":"_data","type":"bytes[]"}],"name":"multiread","outputs":[{"internalType":"bytes[]","name":"results_","type":"bytes[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"poolPath","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_shareholder","type":"address"}],"name":"safeguard","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[2]","name":"_poolPath","type":"address[2]"},{"internalType":"address[3]","name":"_tokenPath","type":"address[3]"}],"name":"setDexPaths","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_shareholder","type":"address"}],"name":"setShareholderAsCompromised","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"state","outputs":[{"internalType":"enum Configurable.State","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"thol","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tholToUsdt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"tokenPath","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"enum IVestedAlloc.ReserveType","name":"_reserveType","type":"uint8"},{"internalType":"uint8","name":"_releaseNo","type":"uint8"}],"name":"unlockReserve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"usdtToTholConversion","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"enum IVestedAlloc.ReserveType","name":"","type":"uint8"}],"name":"vestedReserves","outputs":[{"components":[{"internalType":"uint256","name":"totalReserve","type":"uint256"},{"components":[{"internalType":"enum IVestedAlloc.ReleaseType","name":"releaseType","type":"uint8"},{"internalType":"uint256","name":"requirement","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IVestedAlloc.Release[]","name":"releases","type":"tuple[]"}],"internalType":"struct IVestedAlloc.Allocation","name":"allocation","type":"tuple"}],"stateMutability":"view","type":"function"}]

60c0604052346200055057620034ae803803806200001d81620006fe565b92833981019060208183031262000550578051906001600160401b03821162000550570181601f82011215620005505780516001600160401b038111620002f85762000073601f8201601f1916602001620006fe565b9281845260208284010111620005505762000095916020808501910162000724565b600080546001600160a81b0319811633600881811b610100600160a81b03169290921784556001600160a01b039493909290911c8416907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09080a38051810191608082840312620005505760208201516040830151939092906001600160401b038511620005505760208101603f86840101121562000550576040519461012086016001600160401b03811187821017620002f85760405285916020810161014083860101116200055057602082850101925b610140838601018410620005555750505050606081015191808316830362000550579091846080840151946000956000955b600960ff881610156200047d57611fe08760051b1684015197885160098110156200030e57620001ca906200075b565b54620003945760208901515181018091116200037e5791602089015151895160098110156200030e57620001fe906200075b565b5560005b6020808b01510151805160ff831610156200035c57602090611fe08360051b160101519060018251620002358162000775565b620002408162000775565b14806200034f575b62000324578a5160098110156200030e57620002666001916200075b565b0191825468010000000000000000811015620002f85760018101808555811015620002e2576040600291620002dc9560005260036020600020910201928051620002b08162000775565b620002bb8162000775565b60ff8019865416911617845560208101516001850155015191015562000749565b62000202565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052602160045260246000fd5b9060ff60849262000347604051936302ac5ecd60e01b8552600485019062000780565b166064820152fd5b5060ff8116151562000248565b50509397509390949195620003719062000749565b959194969290936200019a565b634e487b7160e01b600052601160045260246000fd5b60405163315910af60e21b815260206004808301919091528190610144820190889060249060008286015b60098210620003ce5786860387fd5b9193955091936023198782030182528551805160098110156200046957906020918352015160406020830152602060a081608085019380516040870152015193604060608201528451809452019201906000905b808210620004465750505060208060019297019201920186959492939193620003bf565b90919260206060826200045d600194885162000780565b01940192019062000422565b86602187634e487b7160e01b600052526000fd5b918486918981810362000533575060095516608052600a556303c267004201908142116200037e577f2cea719fa16cdee2f0b507f5aa500d4513a695b244f6f58c4e24ab68ba482f159160a05260408051809260208252620004ef815180928160208601526020868601910162000724565b601f01601f19168101030190a1604051612d099081620007a582396080518181816105eb01526109f4015260a05181818161121d01528181611adf0152611cb80152f35b60449160405191636bb215d960e11b835260048301526024820152fd5b600080fd5b83516001600160401b03811162000550578386010160408184031262000550576200057f620006de565b9060208101516009811015620005505782526040810151906001600160401b038211620005505760408282018603126200055057620005bd620006de565b81830160208101518252604001519092906001600160401b038111620005505760208701603f82848601010112156200055057828201810160200151906001600160401b038211620002f8576200061a60208360051b01620006fe565b93602085848152019160208a01604060608602838886010101011162000550576040818684010101925b6040606086028388860101010184106200067a575050505050509181602094929385809501528382015281520193019262000168565b60606020858d0301126200055057604051906001600160401b036060830190811190831117620002f8576060820160405284519060028210156200055057826020926060945282870151838201526040870151604082015281520193019262000644565b60408051919082016001600160401b03811183821017620002f857604052565b6040519190601f01601f191682016001600160401b03811183821017620002f857604052565b60005b838110620007385750506000910152565b818101518382015260200162000727565b60ff1660ff81146200037e5760010190565b60098110156200030e57600052600b602052604060002090565b600211156200030e57565b604080918051620007918162000775565b845260208101516020850152015191015256fe6080604081815260048036101561001557600080fd5b600092833560e01c90816305a9fcd1146112065750806307972600146110f15780630ee5565c1461106057806318160ddd146110415780632e5929cc1461100c57806333fda08714610fed5780633884d63514610fc457806346739e7314610dcb57806347f7a0a014610d975780634ecd7d3d14610cf65780635d68acb514610cda5780636af35d9f14610b955780636fa1861114610b6c578063715018a614610b0e5780637ec3291d1461092f578063890d209c1461090b5780638da5cb5b146108df57806395d4063f146107cd578063a3454e00146106ea578063ac9650d81461061a578063b4b12495146105d6578063c19d93fb146105ad578063dbb6213514610417578063dc1fb5a5146103ee578063ddc17731146102195763f2fde38b1461014157600080fd5b346102155760203660031901126102155761015a611240565b610162611534565b6001600160a01b038181169390929084156101c35750508354610100600160a81b03198116600892831b610100600160a81b0316178555901c167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b906020608492519162461bcd60e51b8352820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152fd5b8280fd5b5091346103eb57816003193601126103eb5782359160098310156103e7576024359167ffffffffffffffff8084116103e757366023850112156103e757838601359081116103e7576024840193602436918360061b0101116103e75761027d611534565b60ff948583541661028d81611339565b806103c257508294835b878116968488101561030057906102fb916020986102c38a6102ba838a896117b4565b013580936117c4565b9960026102cf8861129e565b01916001600160a01b03906102ee906102e9908b8a6117b4565b6117d1565b16895252878720556117a3565b610297565b85949150898791806103118761129e565b54036103a0575050929083519361032b85828101946117e5565b8160209382858801525260608501939286905b83821061036f57877fcbf716fbf89d347b4d3dabf5251912ca5bd51b96de2606164187a2cc689bd4f688880389a180f35b90919293948380600192838060a01b036103888a61125b565b1681528885013585820152019601949392019061033e565b6103bb8660449451936308cb785360e31b85528401906117e5565b6024820152fd5b8451633bf2e2f960e11b815260449185908a6103dd82611339565b8301526024820152fd5b5080fd5b80fd5b5050346103e757816003193601126103e75760025490516001600160a01b039091168152602090f35b5034610215578160031936011261021557803560098110156105a9576024359160ff83168093036105a55760ff85541661045081611339565b6001810361057f575061047783602061047061046b8661129e565b6113ed565b01516116c6565b516001815161048581611339565b61048e81611339565b0361055b5781546001600160a01b039081161590811561054e575b8115610541575b8115610534575b8115610527575b506105185760206104cd611dcc565b910151908181106104fd575050506104e660039161129e565b918452016020528120805460ff1916600117905580f35b855163bc03bccd60e01b815292830152602482015260449150fd5b508351632dea0a6960e21b8152fd5b90506008541615386104be565b60075481161591506104b7565b60065481161591506104b0565b60055481161591506104a9565b90836105786084938751936302ac5ecd60e01b8552840190611423565b6064820152fd5b8451633bf2e2f960e11b8152604493509161059982611339565b82015260016024820152fd5b8480fd5b8380fd5b5050346103e757816003193601126103e75760ff60209254169051906105d281611339565b8152f35b5050346103e757816003193601126103e757517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b5050346103e75761062a36611445565b91906106358361158f565b92845b8181106106505783518061064c87826114d2565b0390f35b806106ca61066c6106656106e59486886115fe565b3691611672565b888088519261067a846112cd565b6027845260207f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c81860152660819985a5b195960ca1b8b86015281519101305af46106c36116da565b903061170a565b6106d482886116c6565b526106df81876116c6565b506115d9565b610638565b503461021557602091826003193601126105a957610706611240565b9161070f611534565b60ff85541661071d81611339565b600181036107b5575060068552600b84528185206001600160a01b03909316808652600293909301845281852054156107a0575060068452600b83528084208285526002908101845281852001805460ff19166001179055519081527f21ba8cd560a4935371715c66366ed7c57a9418e2a339968356545fea6123e41d9190a180f35b8260249251916347875e8760e11b8352820152fd5b6044925191633bf2e2f960e11b835261059982611339565b50346102155760203660031901126102155780359160098310156105a95760ff8454166107f981611339565b600181036108c6575060068314806108a4575b61088d5761081a33846118f8565b91821561086d575091817fa0749e1bd91b704a590d54652ab241875bafecdd428ab0a9b01aeb035682ad2d93610854606094333386611827565b610860815180946117e5565b336020840152820152a180f35b8361088983519283926303a9cb5d60e21b845233918401611805565b0390fd5b60249250519063382e1b5f60e21b82523390820152fd5b5060026108b08461129e565b0133855260205260ff600282862001541661080c565b604492915191633bf2e2f960e11b835261059982611339565b5050346103e757816003193601126103e7579054905160089190911c6001600160a01b03168152602090f35b5050346103e757816003193601126103e757602090610928611dcc565b9051908152f35b503461021557602091826003193601126105a95761094b611240565b610953611534565b60ff85541661096181611339565b60018103610af55761097290611339565b61097b81611948565b928315610ad25760068652600b85526002838720019160018060a01b0380911692838852865260ff600285892001541615610abc5785879160068352600b825260028684200185845282526001868420016109d78882546117c4565b905560448160015416918751948593849263a9059cbb60e01b84527f000000000000000000000000000000000000000000000000000000000000000016888401528a60248401525af1908115610ab2578791610a78575b5015610a6a57508151338152938401528201527ffb4c2defe22c39e3797fc304b1ef12e4bb3c3e793f1b0403b76ad0b6a2eaf00b90606090a180f35b8251630dd64d3f60e31b8152fd5b90508581813d8311610aab575b610a8f81836112ff565b81010312610aa757518015158103610aa75738610a2e565b8680fd5b503d610a85565b84513d89823e3d90fd5b509151632575d00360e11b815291820152602490fd5b9151631ad5ea6960e31b81526001600160a01b0390911691810191909152602490fd5b8251633bf2e2f960e11b81526044918561059982611339565b83346103eb57806003193601126103eb57610b27611534565b8054610100600160a81b031981168255819060081c6001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b5050346103e757816003193601126103e75760015490516001600160a01b039091168152602090f35b5090346102155760a03660031901126102155736604411610215573660a41161021557610bc0611534565b60ff83541690610bcf82611339565b600191828103610cc057508282855b60028110610ca657505050604482855b60038110610c8b5750505051913383526020908184018386915b8460028410610c6d5750505050506060830160069185915b60038310610c5157867f5917938e27f67a2bd21baf670e8f11b8e18eb1622a7c00d3427822c081db12ce60c088a180f35b83546001600160a01b0316815292840192918401918101610c20565b84546001600160a01b03168252938201939290910191859101610c08565b6020610c96846117d1565b9301928160060155018390610bee565b6020610cb1846117d1565b93019281870155018390610bde565b9051633bf2e2f960e11b815260449450926103dd82611339565b5050346103e757602090610928610cf03661126f565b906118f8565b5050346103e757610d0636611445565b9190610d118361158f565b92845b818110610d285783518061064c87826114d2565b806106ca610d3d610665610d929486886115fe565b8880885192610d4b846112cd565b6025845260207f416464726573733a206c6f772d6c6576656c207374617469632063616c6c20668186015264185a5b195960da1b8b86015281519101305afa6106c36116da565b610d14565b503461021557602036600319011261021557803560028110156105a957015490516001600160a01b03909116815260209150f35b508290346103e757602092836003193601126102155781359367ffffffffffffffff928386116105a557366023870112156105a557858101359384116105a5576024860190848701366024820111610aa757610e25611534565b60ff875416610e3381611339565b80610fa95750876060910312610fa557610e4c8261125b565b610e646064610e5d60448b0161125b565b990161125b565b85516370a0823160e01b815230818501526001600160a01b0392831699918316939086816024818e5afa908115610f9b578a91610f6a575b5060095490818103610f4f5750505091807f69e4b643748df9006fc37ef3f1b56ca47e33f040690f26d5d66385958c3faeef989988959386956bffffffffffffffffffffffff60a01b9283600154161760015516816002541617600255600354161760035560028952600b855285892054906002878b2001908a52855285892055600160ff198954161788558451958487958652850152848401378181018301869052601f01601f19168101030190a180f35b88516304ff051960e51b815292830152602482015260449150fd5b90508681813d8311610f94575b610f8181836112ff565b81010312610f9057518b610e9c565b8980fd5b503d610f77565b88513d8c823e3d90fd5b8580fd5b8551633bf2e2f960e11b81526044918990856103dd82611339565b5050346103e757816003193601126103e75760035490516001600160a01b039091168152602090f35b5050346103e757816003193601126103e757602090600a549051908152f35b503461021557602036600319011261021557356003811015610215576006015490516001600160a01b03909116815260209150f35b5050346103e757816003193601126103e7576020906009549051908152f35b503461021557602090816003193601126105a9573560098110156105a9578392919252600b82526110928184206113ed565b928151938385948552606081818701938051828901520151948087015284518093528160808701950193905b8382106110cb5786860387f35b9184965082866110e16001949698849851611423565b01960192018695949293916110be565b5034610215576111003661126f565b909261110a611534565b60ff85541661111881611339565b600181036111ed5750600261112c8561129e565b6001600160a01b03841680885291016020528186205490929061114e8661129e565b54036111d25761115e81866118f8565b9384156111b757509183916111996080958588967f64fbbb323721fff1bdc45b2c6e8730aa1eb30a39fa5ea1e6acb56ac285a42ee399611827565b6111a5815180956117e5565b3360208501528301526060820152a180f35b61088986928451938493631da487c360e01b85528401611805565b905163252af31360e11b815293849361088993508401611805565b9051633bf2e2f960e11b81526044918461059982611339565b8490346103e757816003193601126103e7576020907f00000000000000000000000000000000000000000000000000000000000000008152f35b600435906001600160a01b038216820361125657565b600080fd5b35906001600160a01b038216820361125657565b604090600319011261125657600435600981101561125657906024356001600160a01b03811681036112565790565b60098110156112b757600052600b602052604060002090565b634e487b7160e01b600052602160045260246000fd5b6060810190811067ffffffffffffffff8211176112e957604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff8211176112e957604052565b67ffffffffffffffff81116112e95760051b60200190565b600211156112b757565b9081549161135083611321565b92604093611360855191826112ff565b818152809460208092019360009081528281209181955b8587106113875750505050505050565b81516060810181811067ffffffffffffffff8211176113d9576001926003928892865260ff8854166113b881611339565b81528488015483820152600288015486820152815201940196019592611377565b634e487b7160e01b85526041600452602485fd5b906040516040810181811067ffffffffffffffff8211176112e957604052602061141e600183958054855201611343565b910152565b60408091805161143281611339565b8452602081015160208501520151910152565b9060206003198301126112565760043567ffffffffffffffff9283821161125657806023830112156112565781600401359384116112565760248460051b83010111611256576024019190565b919082519283825260005b8481106114be575050826000602080949584010152601f8019910116010190565b60208183018101518483018201520161149d565b602080820190808352835180925260408301928160408460051b8301019501936000915b8483106115065750505050505090565b9091929394958480611524600193603f198682030187528a51611492565b98019301930191949392906114f6565b60005460081c6001600160a01b0316330361154b57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b9061159982611321565b6115a660405191826112ff565b82815280926115b7601f1991611321565b019060005b8281106115c857505050565b8060606020809385010152016115bc565b60001981146115e85760010190565b634e487b7160e01b600052601160045260246000fd5b91908110156116405760051b81013590601e198136030182121561125657019081359167ffffffffffffffff8311611256576020018236038113611256579190565b634e487b7160e01b600052603260045260246000fd5b67ffffffffffffffff81116112e957601f01601f191660200190565b92919261167e82611656565b9161168c60405193846112ff565b829481845281830111611256578281602093846000960137010152565b8051156116405760200190565b8051600110156116405760400190565b80518210156116405760209160051b010190565b3d15611705573d906116eb82611656565b916116f960405193846112ff565b82523d6000602084013e565b606090565b9192901561176c575081511561171e575090565b3b156117275790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b82519091501561177f5750805190602001fd5b60405162461bcd60e51b815260206004820152908190610889906024830190611492565b60ff1660ff81146115e85760010190565b91908110156116405760061b0190565b919082018092116115e857565b356001600160a01b03811681036112565790565b9060098210156112b75752565b818102929181159184041417156115e857565b9092916020906118198360408101966117e5565b6001600160a01b0316910152565b91604460026118386020949561129e565b019160018060a01b03928360009616865284526001604086200161185d8782546117c4565b9055848360015416604051978895869463a9059cbb60e01b865216600485015260248401525af19182156118eb5781926118ad575b50501561189b57565b604051630dd64d3f60e31b8152600490fd5b9091506020813d82116118e3575b816118c8602093836112ff565b810103126103e757519081151582036103eb57503880611892565b3d91506118bb565b50604051903d90823e3d90fd5b919060ff600054169261190a84611339565b600184036119205761191d929350611b46565b90565b604051633bf2e2f960e11b81526044908561193a81611339565b600482015260016024820152fd5b6001600160a01b031660008181527f0387e9d1203691d8e3362a7e4c6723de358a4010d7f31ecbec3fbfc61d1c75fe6020818152604080842054947f0387e9d1203691d8e3362a7e4c6723de358a4010d7f31ecbec3fbfc61d1c75fc939192908615611b3c576001946119bc868201611343565b9786889989915b611a57575b50506119d490896117f2565b9054908115611a435704968187528383528585882001548810611a1a5750855252822001548203918211611a06575090565b634e487b7160e01b81526011600452602490fd5b876064918688818b20015490519263e5d974e960e01b8452600484015260248301526044820152fd5b634e487b7160e01b88526012600452602488fd5b9099815160ff808d1691821015611b34578a611a7383866116c6565b5151611a7e81611339565b611a8781611339565b03611b0557818c52600386018852898c2054161580611adc575b611acf57611ac38a93928a611aba611ac9945b866116c6565b510151906117c4565b9b6117a3565b916119c3565b509990611ac989926117a3565b507f00000000000000000000000000000000000000000000000000000000000000004210611aa1565b5086611b1182856116c6565b5101514210611b2d57611ac38a93928a611aba611ac994611ab4565b50996119c8565b5050996119c8565b5050505050905090565b611b4f8161129e565b9160006009831015611db8576001928314611d2457506001600160a01b03811660009081526002840160205260409020545b8015611d1b57611b92838501611343565b90838060009384925b611c36575b505050611bad90826117f2565b84548015611c20576002910494019160018060a01b031690816000528260205283604060002001548510611bf557506000526020526040600020015481039081116115e85790565b8460649185604060002001546040519263e5d974e960e01b8452600484015260248301526044820152fd5b634e487b7160e01b600052601260045260246000fd5b909193815160ff80871691821015611d105784611c5383866116c6565b5151611c5e81611339565b611c6781611339565b03611cde578160005260038a01602052604060002054161580611cb5575b611caa57611ca2916040611aba611c9c93866116c6565b946117a3565b919081611b9b565b5093611ca2906117a3565b507f00000000000000000000000000000000000000000000000000000000000000004210611c85565b506020611ceb82856116c6565b5101514210611d0657611ca2916040611aba611c9c93611ab4565b5093829150611ba0565b505093829150611ba0565b50505050600090565b6002546040516370a0823160e01b81526001600160a01b03848116600483015290929160209184916024918391165afa908115611dac578091611d76575b50611d719150600a54906117f2565b611b81565b90506020823d8211611da4575b81611d90602093836112ff565b810103126103eb5750611d71905138611d62565b3d9150611d83565b604051903d90823e3d90fd5b634e487b7160e01b81526021600452602490fd5b6004546001600160a01b0316158015612738575b8015612725575b8015612712575b80156126ff575b6126fa5760405160046000825b600282106126da57505050604081019067ffffffffffffffff818310818411176112e95760066000845b600382106126ba5750505060a08201908111838210176112e95760405280516020820151925160608301516080909301516001600160a01b0394851694938416939081169291811691611e7f911661274b565b50600090818160020b126000146126b0578060020b8203905b620d89e882116123f4578290600183161561269e576001600160881b036ffffcb933bd6fad37aa2d162d1a5940015b169260028116612682575b60048116612666575b6008811661264a575b6010811661262e575b60208116612612575b604081166125f6575b608081166125da575b61010081166125be575b61020081166125a2575b6104008116612586575b610800811661256a575b611000811661254e575b6120008116612532575b6140008116612516575b61800081166124fa575b6201000081166124de575b6202000081166124c3575b6204000081166124a8575b6208000016612490575b60020b13612481575b63ffffffff811661247a57815b856001600160801b03602084901c60ff8416016001600160a01b03161161242b5750611fdc925060209190911c60ff91909116016001600160a01b0316806117f2565b9083600091106000146124105750611ff6611ffc91612c3e565b9361274b565b50600090818160020b12600014612406578060020b8203905b620d89e882116123f457829060018316156123e2576001600160881b036ffffcb933bd6fad37aa2d162d1a5940015b1692600281166123c6575b600481166123aa575b6008811661238e575b60108116612372575b60208116612356575b6040811661233a575b6080811661231e575b6101008116612302575b61020081166122e6575b61040081166122ca575b61080081166122ae575b6110008116612292575b6120008116612276575b614000811661225a575b618000811661223e575b620100008116612222575b620200008116612207575b6204000081166121ec575b62080000166121d4575b60020b136121b1575b63ffffffff81166121a95781905b60201c60ff91909116016001600160a01b0316906001600160801b038211612170575080612144916117f2565b91101561215e576001600160801b0361191d921690612c93565b6001600160801b0361191d9216612bc3565b92908061217c91612a55565b92501015612197576001600160801b0361191d921690612b83565b6001600160801b0361191d9216612aa5565b600190612117565b80156121c05760001904612109565b634e487b7160e01b82526012600452602482fd5b916b048a170391f7dc42444e8fa20260801c91612100565b6d2216e584f5fa1ea926041bedfe9890930260801c926120f6565b926e5d6af8dedb81196699c329225ee6040260801c926120eb565b926f09aa508b5b7a84e1c677de54f3e99bc90260801c926120e0565b926f31be135f97d08fd981231505542fcfa60260801c926120d5565b926f70d869a156d2a1b890bb3df62baf32f70260801c926120cb565b926fa9f746462d870fdf8a65dc1f90e061e50260801c926120c1565b926fd097f3bdfd2022b8845ad8f792aa58250260801c926120b7565b926fe7159475a2c29b7443b29c7fa6e889d90260801c926120ad565b926ff3392b0822b70005940c7a398e4b70f30260801c926120a3565b926ff987a7253ac413176f2b074cf7815e540260801c92612099565b926ffcbe86c7900a88aedcffc83b479aa3a40260801c9261208f565b926ffe5dee046a99a2a811c461f1969c30530260801c92612085565b926fff2ea16466c96a3843ec78b326b528610260801c9261207c565b926fff973b41fa98c081472e6896dfb254c00260801c92612073565b926fffcb9843d60f6159c9db58835c9266440260801c9261206a565b926fffe5caca7e10e4e61c3624eaa0941cd00260801c92612061565b926ffff2e50f5f656932ef12357cf3c7fdcc0260801c92612058565b926ffff97272373d413259a46990580e213a0260801c9261204f565b6001600160881b03600160801b612044565b6040516315e4079d60e11b8152600490fd5b8060020b90612015565b81156103eb5750611ffc906503782dace9d960d21b04611ff6565b9161244b9160209190911c60ff909116016001600160a01b031680612a55565b92101561245f5750611ff6611ffc91612b2e565b81156103eb5750611ffc906503782dace9d960921b04611ff6565b6001611f99565b80156121c05760001904611f8c565b916b048a170391f7dc42444e8fa20260801c91611f83565b6d2216e584f5fa1ea926041bedfe9890930260801c92611f79565b926e5d6af8dedb81196699c329225ee6040260801c92611f6e565b926f09aa508b5b7a84e1c677de54f3e99bc90260801c92611f63565b926f31be135f97d08fd981231505542fcfa60260801c92611f58565b926f70d869a156d2a1b890bb3df62baf32f70260801c92611f4e565b926fa9f746462d870fdf8a65dc1f90e061e50260801c92611f44565b926fd097f3bdfd2022b8845ad8f792aa58250260801c92611f3a565b926fe7159475a2c29b7443b29c7fa6e889d90260801c92611f30565b926ff3392b0822b70005940c7a398e4b70f30260801c92611f26565b926ff987a7253ac413176f2b074cf7815e540260801c92611f1c565b926ffcbe86c7900a88aedcffc83b479aa3a40260801c92611f12565b926ffe5dee046a99a2a811c461f1969c30530260801c92611f08565b926fff2ea16466c96a3843ec78b326b528610260801c92611eff565b926fff973b41fa98c081472e6896dfb254c00260801c92611ef6565b926fffcb9843d60f6159c9db58835c9266440260801c92611eed565b926fffe5caca7e10e4e61c3624eaa0941cd00260801c92611ee4565b926ffff2e50f5f656932ef12357cf3c7fdcc0260801c92611edb565b926ffff97272373d413259a46990580e213a0260801c92611ed2565b6001600160881b03600160801b611ec7565b8060020b90611e98565b82546001600160a01b031681526001928301929190910190602001611e2c565b82546001600160a01b031681526001928301929190910190602001611e02565b600090565b506008546001600160a01b031615611df5565b506007546001600160a01b031615611dee565b506006546001600160a01b031615611de7565b506005546001600160a01b031615611de0565b90600091604080519161275d836112cd565b60028352846020918285019380368637613840918261277b886116a9565b5283612786886116b6565b52815193849163883bdbfd60e01b835260249788840160049a898c87015251809152604485019190845b8a828210612a3557506001600160a01b039987959403938593508a169150505afa918215612a2c5789918a93612912575b50506127f66127ef826116b6565b51916116a9565b5160060b9060060b0390667fffffffffffff8213667fffffffffffff19831217612900578361283081612828846116b6565b5116926116a9565b511690039283116128ee5760060b969080880560020b976000811291826128da575b50506128b2575b806128a05750901b640100000000600160c01b031691821561288d57505061384060e160a61b03046001600160801b031690565b601290634e487b7160e01b600052526000fd5b634e487b7160e01b8152601185528390fd5b95627fffff1981146128c8576000190195612859565b634e487b7160e01b8752601185528387fd5b915091506000910760060b15153880612852565b634e487b7160e01b8852601186528488fd5b634e487b7160e01b8952601187528589fd5b915091503d808a833e61292581836112ff565b81018282820312610f9057815167ffffffffffffffff90818111612a035783019282601f85011215612a035783519361295d85611321565b9461296a875196876112ff565b808652898087019160051b83010191858311612a28578a01905b828210612a0b5750505087810151918211612a03570181601f82011215612a07578051906129bd6129b483611321565b955195866112ff565b818552878086019260051b820101928311612a03578701905b8282106129e75750505038806127e1565b815187811681036129ff5781529087019087016129d6565b8c80fd5b8b80fd5b8a80fd5b81518060060b8103612a24578152908a01908a01612984565b8f80fd5b8e80fd5b513d8a823e3d90fd5b835163ffffffff1685528a97508f965093840193909201916001016127b0565b6000198282099082810292838084109303918383039360009314612a9a576801000000000000000092848411156103eb57500990828211900360c01b910360401c1790565b505090505060401c90565b600160801b91600019828409928260801b92838086109503948086039514612b2057848311156112565782910981806000031680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b505080925015611256570490565b670de0b6b3a7640000906000198282099082810292838084109303918383039360009314612b7857600160801b92848411156103eb57500990828211900360801b910360801c1790565b505090505060801c90565b6000198282099082810292838084109303918383039360009314612b7857600160801b92848411156103eb57500990828211900360801b910360801c1790565b600160c01b91600019828409928260c01b92838086109503948086039514612b2057848311156112565782910981806000031680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b670de0b6b3a7640000906000198282099082810292838084109303918383039360009314612c8857600160c01b92848411156103eb57500990828211900360401b910360c01c1790565b505090505060c01c90565b6000198282099082810292838084109303918383039360009314612c8857600160c01b92848411156103eb57500990828211900360401b910360c01c179056fea2646970667358221220e0d644be067f7c615238b996ba2fd2b57116f27e9fd81b62aabe5d62cc4b5f8864736f6c6343000811003300000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000002ba00000000000000000000000000000000000000000014adf4b7320334b900000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000292f55b3ba0e86752658ec5d746be1f772ab6f1300000000000000000000000000000000000000000000000000000b5e620f48000000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000046000000000000000000000000000000000000000000000000000000000000008c000000000000000000000000000000000000000000000000000000000000009c00000000000000000000000000000000000000000000000000000000000000ac00000000000000000000000000000000000000000000000000000000000000d400000000000000000000000000000000000000000000000000000000000001b000000000000000000000000000000000000000000000000000000000000001cc00000000000000000000000000000000000000000000000000000000000002a20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000002f74ddd36fef600720000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000641474cf0000000000000000000000000000000000000000000bdd3774dbfbd801c8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638ecf000000000000000000000000000000000000000000071e547950ca4e6778000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064b2a8cf000000000000000000000000000000000000000000071e547950ca4e6778000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065294fcf000000000000000000000000000000000000000000071e547950ca4e6778000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c783cf00000000000000000000000000000000000000000004bee2fb8b31899a500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000663e2acf00000000000000000000000000000000000000000004bee2fb8b31899a50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066b4d1cf00000000000000000000000000000000000000000004bee2fb8b31899a50000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000026e45d34085ed4aa000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000643c01cf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638ecf000000000000000000000000000000000000000000003e3a2eb9a6fe21100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000648b1bcf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064b2a8cf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35cf000000000000000000000000000000000000000000003e3a2eb9a6fe211000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006501c2cf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065294fcf000000000000000000000000000000000000000000003e3a2eb9a6fe211000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006550dccf000000000000000000000000000000000000000000003e3a2eb9a6fe21100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000657869cf000000000000000000000000000000000000000000003e3a2eb9a6fe21100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000659ff6cf000000000000000000000000000000000000000000003e3a2eb9a6fe211000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000001fc3842bd1f071c0000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638ecf00000000000000000000000000000000000000000001fc3842bd1f071c0000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000017293b0a9e69fd9c0000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000063ece7cf00000000000000000000000000000000000000000017293b0a9e69fd9c0000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000052b7d2dcc80cd2e40000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000063ece7cf0000000000000000000000000000000000000000001b4c0595a86aa1c1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000641474cf00000000000000000000000000000000000000000009195731e2ce35eb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000643c01db00000000000000000000000000000000000000000009195731e2ce35eb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638edb00000000000000000000000000000000000000000009195731e2ce35eb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c783db0000000000000000000000000000000000000000001c1fc7b177378f62000000000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000006547adb33055555d0000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638edb000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000648b1bdb000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064b2a8db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35db000000000000000000000000000000000000000000010346db6452c5f94000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006501c2db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065294fdb000000000000000000000000000000000000000000010346db6452c5f94000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006550dcdb000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000657869db000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000659ff6db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c783db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065ef10db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066169ddb000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000663e2adb0000000000000000000000000000000000000000000309d4922cf851ebc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006665b7db0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000668d44db0000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066b4d1db0000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066dc5edb0000000000000000000000000000000000000000000309d4922cf851ebc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006703ebdb0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000672b78db0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000675305db0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000677a92db0000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067a21fe70000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067c9ace70000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067f139e70000000000000000000000000000000000000000000309d4922cf851ebc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006818c6e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000684053e700000000000000000000000000000000000000000005106248f59dddde4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006867e0e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000688f6de700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068b6fae700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068de87e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000690614e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000692da1e700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000069552ee700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000697cbbe700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000069a448e700000000000000000000000000000000000000000002068db6c8a58bf2800000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000003b8e97d229a2d54800000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000f424000000000000000000000000000000000000000000008eefd2c530b9ffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35e700000000000000000000000000000000000000000008eefd2c530b9ffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067a21fe700000000000000000000000000000000000000000029b09d79838b954c00000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000045e155fa0110fa400000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000643c01e7000000000000000000000000000000000000000000006fceeff6681b2a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000648b1be700000000000000000000000000000000000000000000a7b667f19c28bf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35e700000000000000000000000000000000000000000000df9ddfecd036540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006550dce700000000000000000000000000000000000000000001178557e80443e9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000655e0be7000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065674667000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000657080e7000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006579bb67000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006582f5e7000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000658c3067000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065956ae7000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000659ea567000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065a7dfe7000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065b11a73000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065ba54f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c38f73000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065ccc9f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065d60473000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065df3ef3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065e87973000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065f1b3f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065faee73000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000660428f3000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000660d6373000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066169df3000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000661fd873000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000662912f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066324d73000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000663b87f3000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006644c273000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000664dfcf3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066573773000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000666071f3000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006669ac73000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000007ea86bd521eec594000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000063ece7f300000000000000000000000000000000000000000007ea86bd521eec59400000

Deployed Bytecode

0x6080604081815260048036101561001557600080fd5b600092833560e01c90816305a9fcd1146112065750806307972600146110f15780630ee5565c1461106057806318160ddd146110415780632e5929cc1461100c57806333fda08714610fed5780633884d63514610fc457806346739e7314610dcb57806347f7a0a014610d975780634ecd7d3d14610cf65780635d68acb514610cda5780636af35d9f14610b955780636fa1861114610b6c578063715018a614610b0e5780637ec3291d1461092f578063890d209c1461090b5780638da5cb5b146108df57806395d4063f146107cd578063a3454e00146106ea578063ac9650d81461061a578063b4b12495146105d6578063c19d93fb146105ad578063dbb6213514610417578063dc1fb5a5146103ee578063ddc17731146102195763f2fde38b1461014157600080fd5b346102155760203660031901126102155761015a611240565b610162611534565b6001600160a01b038181169390929084156101c35750508354610100600160a81b03198116600892831b610100600160a81b0316178555901c167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b906020608492519162461bcd60e51b8352820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152fd5b8280fd5b5091346103eb57816003193601126103eb5782359160098310156103e7576024359167ffffffffffffffff8084116103e757366023850112156103e757838601359081116103e7576024840193602436918360061b0101116103e75761027d611534565b60ff948583541661028d81611339565b806103c257508294835b878116968488101561030057906102fb916020986102c38a6102ba838a896117b4565b013580936117c4565b9960026102cf8861129e565b01916001600160a01b03906102ee906102e9908b8a6117b4565b6117d1565b16895252878720556117a3565b610297565b85949150898791806103118761129e565b54036103a0575050929083519361032b85828101946117e5565b8160209382858801525260608501939286905b83821061036f57877fcbf716fbf89d347b4d3dabf5251912ca5bd51b96de2606164187a2cc689bd4f688880389a180f35b90919293948380600192838060a01b036103888a61125b565b1681528885013585820152019601949392019061033e565b6103bb8660449451936308cb785360e31b85528401906117e5565b6024820152fd5b8451633bf2e2f960e11b815260449185908a6103dd82611339565b8301526024820152fd5b5080fd5b80fd5b5050346103e757816003193601126103e75760025490516001600160a01b039091168152602090f35b5034610215578160031936011261021557803560098110156105a9576024359160ff83168093036105a55760ff85541661045081611339565b6001810361057f575061047783602061047061046b8661129e565b6113ed565b01516116c6565b516001815161048581611339565b61048e81611339565b0361055b5781546001600160a01b039081161590811561054e575b8115610541575b8115610534575b8115610527575b506105185760206104cd611dcc565b910151908181106104fd575050506104e660039161129e565b918452016020528120805460ff1916600117905580f35b855163bc03bccd60e01b815292830152602482015260449150fd5b508351632dea0a6960e21b8152fd5b90506008541615386104be565b60075481161591506104b7565b60065481161591506104b0565b60055481161591506104a9565b90836105786084938751936302ac5ecd60e01b8552840190611423565b6064820152fd5b8451633bf2e2f960e11b8152604493509161059982611339565b82015260016024820152fd5b8480fd5b8380fd5b5050346103e757816003193601126103e75760ff60209254169051906105d281611339565b8152f35b5050346103e757816003193601126103e757517f000000000000000000000000292f55b3ba0e86752658ec5d746be1f772ab6f136001600160a01b03168152602090f35b5050346103e75761062a36611445565b91906106358361158f565b92845b8181106106505783518061064c87826114d2565b0390f35b806106ca61066c6106656106e59486886115fe565b3691611672565b888088519261067a846112cd565b6027845260207f416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c81860152660819985a5b195960ca1b8b86015281519101305af46106c36116da565b903061170a565b6106d482886116c6565b526106df81876116c6565b506115d9565b610638565b503461021557602091826003193601126105a957610706611240565b9161070f611534565b60ff85541661071d81611339565b600181036107b5575060068552600b84528185206001600160a01b03909316808652600293909301845281852054156107a0575060068452600b83528084208285526002908101845281852001805460ff19166001179055519081527f21ba8cd560a4935371715c66366ed7c57a9418e2a339968356545fea6123e41d9190a180f35b8260249251916347875e8760e11b8352820152fd5b6044925191633bf2e2f960e11b835261059982611339565b50346102155760203660031901126102155780359160098310156105a95760ff8454166107f981611339565b600181036108c6575060068314806108a4575b61088d5761081a33846118f8565b91821561086d575091817fa0749e1bd91b704a590d54652ab241875bafecdd428ab0a9b01aeb035682ad2d93610854606094333386611827565b610860815180946117e5565b336020840152820152a180f35b8361088983519283926303a9cb5d60e21b845233918401611805565b0390fd5b60249250519063382e1b5f60e21b82523390820152fd5b5060026108b08461129e565b0133855260205260ff600282862001541661080c565b604492915191633bf2e2f960e11b835261059982611339565b5050346103e757816003193601126103e7579054905160089190911c6001600160a01b03168152602090f35b5050346103e757816003193601126103e757602090610928611dcc565b9051908152f35b503461021557602091826003193601126105a95761094b611240565b610953611534565b60ff85541661096181611339565b60018103610af55761097290611339565b61097b81611948565b928315610ad25760068652600b85526002838720019160018060a01b0380911692838852865260ff600285892001541615610abc5785879160068352600b825260028684200185845282526001868420016109d78882546117c4565b905560448160015416918751948593849263a9059cbb60e01b84527f000000000000000000000000292f55b3ba0e86752658ec5d746be1f772ab6f1316888401528a60248401525af1908115610ab2578791610a78575b5015610a6a57508151338152938401528201527ffb4c2defe22c39e3797fc304b1ef12e4bb3c3e793f1b0403b76ad0b6a2eaf00b90606090a180f35b8251630dd64d3f60e31b8152fd5b90508581813d8311610aab575b610a8f81836112ff565b81010312610aa757518015158103610aa75738610a2e565b8680fd5b503d610a85565b84513d89823e3d90fd5b509151632575d00360e11b815291820152602490fd5b9151631ad5ea6960e31b81526001600160a01b0390911691810191909152602490fd5b8251633bf2e2f960e11b81526044918561059982611339565b83346103eb57806003193601126103eb57610b27611534565b8054610100600160a81b031981168255819060081c6001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b5050346103e757816003193601126103e75760015490516001600160a01b039091168152602090f35b5090346102155760a03660031901126102155736604411610215573660a41161021557610bc0611534565b60ff83541690610bcf82611339565b600191828103610cc057508282855b60028110610ca657505050604482855b60038110610c8b5750505051913383526020908184018386915b8460028410610c6d5750505050506060830160069185915b60038310610c5157867f5917938e27f67a2bd21baf670e8f11b8e18eb1622a7c00d3427822c081db12ce60c088a180f35b83546001600160a01b0316815292840192918401918101610c20565b84546001600160a01b03168252938201939290910191859101610c08565b6020610c96846117d1565b9301928160060155018390610bee565b6020610cb1846117d1565b93019281870155018390610bde565b9051633bf2e2f960e11b815260449450926103dd82611339565b5050346103e757602090610928610cf03661126f565b906118f8565b5050346103e757610d0636611445565b9190610d118361158f565b92845b818110610d285783518061064c87826114d2565b806106ca610d3d610665610d929486886115fe565b8880885192610d4b846112cd565b6025845260207f416464726573733a206c6f772d6c6576656c207374617469632063616c6c20668186015264185a5b195960da1b8b86015281519101305afa6106c36116da565b610d14565b503461021557602036600319011261021557803560028110156105a957015490516001600160a01b03909116815260209150f35b508290346103e757602092836003193601126102155781359367ffffffffffffffff928386116105a557366023870112156105a557858101359384116105a5576024860190848701366024820111610aa757610e25611534565b60ff875416610e3381611339565b80610fa95750876060910312610fa557610e4c8261125b565b610e646064610e5d60448b0161125b565b990161125b565b85516370a0823160e01b815230818501526001600160a01b0392831699918316939086816024818e5afa908115610f9b578a91610f6a575b5060095490818103610f4f5750505091807f69e4b643748df9006fc37ef3f1b56ca47e33f040690f26d5d66385958c3faeef989988959386956bffffffffffffffffffffffff60a01b9283600154161760015516816002541617600255600354161760035560028952600b855285892054906002878b2001908a52855285892055600160ff198954161788558451958487958652850152848401378181018301869052601f01601f19168101030190a180f35b88516304ff051960e51b815292830152602482015260449150fd5b90508681813d8311610f94575b610f8181836112ff565b81010312610f9057518b610e9c565b8980fd5b503d610f77565b88513d8c823e3d90fd5b8580fd5b8551633bf2e2f960e11b81526044918990856103dd82611339565b5050346103e757816003193601126103e75760035490516001600160a01b039091168152602090f35b5050346103e757816003193601126103e757602090600a549051908152f35b503461021557602036600319011261021557356003811015610215576006015490516001600160a01b03909116815260209150f35b5050346103e757816003193601126103e7576020906009549051908152f35b503461021557602090816003193601126105a9573560098110156105a9578392919252600b82526110928184206113ed565b928151938385948552606081818701938051828901520151948087015284518093528160808701950193905b8382106110cb5786860387f35b9184965082866110e16001949698849851611423565b01960192018695949293916110be565b5034610215576111003661126f565b909261110a611534565b60ff85541661111881611339565b600181036111ed5750600261112c8561129e565b6001600160a01b03841680885291016020528186205490929061114e8661129e565b54036111d25761115e81866118f8565b9384156111b757509183916111996080958588967f64fbbb323721fff1bdc45b2c6e8730aa1eb30a39fa5ea1e6acb56ac285a42ee399611827565b6111a5815180956117e5565b3360208501528301526060820152a180f35b61088986928451938493631da487c360e01b85528401611805565b905163252af31360e11b815293849361088993508401611805565b9051633bf2e2f960e11b81526044918461059982611339565b8490346103e757816003193601126103e7576020907f0000000000000000000000000000000000000000000000000000000067af4f0b8152f35b600435906001600160a01b038216820361125657565b600080fd5b35906001600160a01b038216820361125657565b604090600319011261125657600435600981101561125657906024356001600160a01b03811681036112565790565b60098110156112b757600052600b602052604060002090565b634e487b7160e01b600052602160045260246000fd5b6060810190811067ffffffffffffffff8211176112e957604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff8211176112e957604052565b67ffffffffffffffff81116112e95760051b60200190565b600211156112b757565b9081549161135083611321565b92604093611360855191826112ff565b818152809460208092019360009081528281209181955b8587106113875750505050505050565b81516060810181811067ffffffffffffffff8211176113d9576001926003928892865260ff8854166113b881611339565b81528488015483820152600288015486820152815201940196019592611377565b634e487b7160e01b85526041600452602485fd5b906040516040810181811067ffffffffffffffff8211176112e957604052602061141e600183958054855201611343565b910152565b60408091805161143281611339565b8452602081015160208501520151910152565b9060206003198301126112565760043567ffffffffffffffff9283821161125657806023830112156112565781600401359384116112565760248460051b83010111611256576024019190565b919082519283825260005b8481106114be575050826000602080949584010152601f8019910116010190565b60208183018101518483018201520161149d565b602080820190808352835180925260408301928160408460051b8301019501936000915b8483106115065750505050505090565b9091929394958480611524600193603f198682030187528a51611492565b98019301930191949392906114f6565b60005460081c6001600160a01b0316330361154b57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b9061159982611321565b6115a660405191826112ff565b82815280926115b7601f1991611321565b019060005b8281106115c857505050565b8060606020809385010152016115bc565b60001981146115e85760010190565b634e487b7160e01b600052601160045260246000fd5b91908110156116405760051b81013590601e198136030182121561125657019081359167ffffffffffffffff8311611256576020018236038113611256579190565b634e487b7160e01b600052603260045260246000fd5b67ffffffffffffffff81116112e957601f01601f191660200190565b92919261167e82611656565b9161168c60405193846112ff565b829481845281830111611256578281602093846000960137010152565b8051156116405760200190565b8051600110156116405760400190565b80518210156116405760209160051b010190565b3d15611705573d906116eb82611656565b916116f960405193846112ff565b82523d6000602084013e565b606090565b9192901561176c575081511561171e575090565b3b156117275790565b60405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606490fd5b82519091501561177f5750805190602001fd5b60405162461bcd60e51b815260206004820152908190610889906024830190611492565b60ff1660ff81146115e85760010190565b91908110156116405760061b0190565b919082018092116115e857565b356001600160a01b03811681036112565790565b9060098210156112b75752565b818102929181159184041417156115e857565b9092916020906118198360408101966117e5565b6001600160a01b0316910152565b91604460026118386020949561129e565b019160018060a01b03928360009616865284526001604086200161185d8782546117c4565b9055848360015416604051978895869463a9059cbb60e01b865216600485015260248401525af19182156118eb5781926118ad575b50501561189b57565b604051630dd64d3f60e31b8152600490fd5b9091506020813d82116118e3575b816118c8602093836112ff565b810103126103e757519081151582036103eb57503880611892565b3d91506118bb565b50604051903d90823e3d90fd5b919060ff600054169261190a84611339565b600184036119205761191d929350611b46565b90565b604051633bf2e2f960e11b81526044908561193a81611339565b600482015260016024820152fd5b6001600160a01b031660008181527f0387e9d1203691d8e3362a7e4c6723de358a4010d7f31ecbec3fbfc61d1c75fe6020818152604080842054947f0387e9d1203691d8e3362a7e4c6723de358a4010d7f31ecbec3fbfc61d1c75fc939192908615611b3c576001946119bc868201611343565b9786889989915b611a57575b50506119d490896117f2565b9054908115611a435704968187528383528585882001548810611a1a5750855252822001548203918211611a06575090565b634e487b7160e01b81526011600452602490fd5b876064918688818b20015490519263e5d974e960e01b8452600484015260248301526044820152fd5b634e487b7160e01b88526012600452602488fd5b9099815160ff808d1691821015611b34578a611a7383866116c6565b5151611a7e81611339565b611a8781611339565b03611b0557818c52600386018852898c2054161580611adc575b611acf57611ac38a93928a611aba611ac9945b866116c6565b510151906117c4565b9b6117a3565b916119c3565b509990611ac989926117a3565b507f0000000000000000000000000000000000000000000000000000000067af4f0b4210611aa1565b5086611b1182856116c6565b5101514210611b2d57611ac38a93928a611aba611ac994611ab4565b50996119c8565b5050996119c8565b5050505050905090565b611b4f8161129e565b9160006009831015611db8576001928314611d2457506001600160a01b03811660009081526002840160205260409020545b8015611d1b57611b92838501611343565b90838060009384925b611c36575b505050611bad90826117f2565b84548015611c20576002910494019160018060a01b031690816000528260205283604060002001548510611bf557506000526020526040600020015481039081116115e85790565b8460649185604060002001546040519263e5d974e960e01b8452600484015260248301526044820152fd5b634e487b7160e01b600052601260045260246000fd5b909193815160ff80871691821015611d105784611c5383866116c6565b5151611c5e81611339565b611c6781611339565b03611cde578160005260038a01602052604060002054161580611cb5575b611caa57611ca2916040611aba611c9c93866116c6565b946117a3565b919081611b9b565b5093611ca2906117a3565b507f0000000000000000000000000000000000000000000000000000000067af4f0b4210611c85565b506020611ceb82856116c6565b5101514210611d0657611ca2916040611aba611c9c93611ab4565b5093829150611ba0565b505093829150611ba0565b50505050600090565b6002546040516370a0823160e01b81526001600160a01b03848116600483015290929160209184916024918391165afa908115611dac578091611d76575b50611d719150600a54906117f2565b611b81565b90506020823d8211611da4575b81611d90602093836112ff565b810103126103eb5750611d71905138611d62565b3d9150611d83565b604051903d90823e3d90fd5b634e487b7160e01b81526021600452602490fd5b6004546001600160a01b0316158015612738575b8015612725575b8015612712575b80156126ff575b6126fa5760405160046000825b600282106126da57505050604081019067ffffffffffffffff818310818411176112e95760066000845b600382106126ba5750505060a08201908111838210176112e95760405280516020820151925160608301516080909301516001600160a01b0394851694938416939081169291811691611e7f911661274b565b50600090818160020b126000146126b0578060020b8203905b620d89e882116123f4578290600183161561269e576001600160881b036ffffcb933bd6fad37aa2d162d1a5940015b169260028116612682575b60048116612666575b6008811661264a575b6010811661262e575b60208116612612575b604081166125f6575b608081166125da575b61010081166125be575b61020081166125a2575b6104008116612586575b610800811661256a575b611000811661254e575b6120008116612532575b6140008116612516575b61800081166124fa575b6201000081166124de575b6202000081166124c3575b6204000081166124a8575b6208000016612490575b60020b13612481575b63ffffffff811661247a57815b856001600160801b03602084901c60ff8416016001600160a01b03161161242b5750611fdc925060209190911c60ff91909116016001600160a01b0316806117f2565b9083600091106000146124105750611ff6611ffc91612c3e565b9361274b565b50600090818160020b12600014612406578060020b8203905b620d89e882116123f457829060018316156123e2576001600160881b036ffffcb933bd6fad37aa2d162d1a5940015b1692600281166123c6575b600481166123aa575b6008811661238e575b60108116612372575b60208116612356575b6040811661233a575b6080811661231e575b6101008116612302575b61020081166122e6575b61040081166122ca575b61080081166122ae575b6110008116612292575b6120008116612276575b614000811661225a575b618000811661223e575b620100008116612222575b620200008116612207575b6204000081166121ec575b62080000166121d4575b60020b136121b1575b63ffffffff81166121a95781905b60201c60ff91909116016001600160a01b0316906001600160801b038211612170575080612144916117f2565b91101561215e576001600160801b0361191d921690612c93565b6001600160801b0361191d9216612bc3565b92908061217c91612a55565b92501015612197576001600160801b0361191d921690612b83565b6001600160801b0361191d9216612aa5565b600190612117565b80156121c05760001904612109565b634e487b7160e01b82526012600452602482fd5b916b048a170391f7dc42444e8fa20260801c91612100565b6d2216e584f5fa1ea926041bedfe9890930260801c926120f6565b926e5d6af8dedb81196699c329225ee6040260801c926120eb565b926f09aa508b5b7a84e1c677de54f3e99bc90260801c926120e0565b926f31be135f97d08fd981231505542fcfa60260801c926120d5565b926f70d869a156d2a1b890bb3df62baf32f70260801c926120cb565b926fa9f746462d870fdf8a65dc1f90e061e50260801c926120c1565b926fd097f3bdfd2022b8845ad8f792aa58250260801c926120b7565b926fe7159475a2c29b7443b29c7fa6e889d90260801c926120ad565b926ff3392b0822b70005940c7a398e4b70f30260801c926120a3565b926ff987a7253ac413176f2b074cf7815e540260801c92612099565b926ffcbe86c7900a88aedcffc83b479aa3a40260801c9261208f565b926ffe5dee046a99a2a811c461f1969c30530260801c92612085565b926fff2ea16466c96a3843ec78b326b528610260801c9261207c565b926fff973b41fa98c081472e6896dfb254c00260801c92612073565b926fffcb9843d60f6159c9db58835c9266440260801c9261206a565b926fffe5caca7e10e4e61c3624eaa0941cd00260801c92612061565b926ffff2e50f5f656932ef12357cf3c7fdcc0260801c92612058565b926ffff97272373d413259a46990580e213a0260801c9261204f565b6001600160881b03600160801b612044565b6040516315e4079d60e11b8152600490fd5b8060020b90612015565b81156103eb5750611ffc906503782dace9d960d21b04611ff6565b9161244b9160209190911c60ff909116016001600160a01b031680612a55565b92101561245f5750611ff6611ffc91612b2e565b81156103eb5750611ffc906503782dace9d960921b04611ff6565b6001611f99565b80156121c05760001904611f8c565b916b048a170391f7dc42444e8fa20260801c91611f83565b6d2216e584f5fa1ea926041bedfe9890930260801c92611f79565b926e5d6af8dedb81196699c329225ee6040260801c92611f6e565b926f09aa508b5b7a84e1c677de54f3e99bc90260801c92611f63565b926f31be135f97d08fd981231505542fcfa60260801c92611f58565b926f70d869a156d2a1b890bb3df62baf32f70260801c92611f4e565b926fa9f746462d870fdf8a65dc1f90e061e50260801c92611f44565b926fd097f3bdfd2022b8845ad8f792aa58250260801c92611f3a565b926fe7159475a2c29b7443b29c7fa6e889d90260801c92611f30565b926ff3392b0822b70005940c7a398e4b70f30260801c92611f26565b926ff987a7253ac413176f2b074cf7815e540260801c92611f1c565b926ffcbe86c7900a88aedcffc83b479aa3a40260801c92611f12565b926ffe5dee046a99a2a811c461f1969c30530260801c92611f08565b926fff2ea16466c96a3843ec78b326b528610260801c92611eff565b926fff973b41fa98c081472e6896dfb254c00260801c92611ef6565b926fffcb9843d60f6159c9db58835c9266440260801c92611eed565b926fffe5caca7e10e4e61c3624eaa0941cd00260801c92611ee4565b926ffff2e50f5f656932ef12357cf3c7fdcc0260801c92611edb565b926ffff97272373d413259a46990580e213a0260801c92611ed2565b6001600160881b03600160801b611ec7565b8060020b90611e98565b82546001600160a01b031681526001928301929190910190602001611e2c565b82546001600160a01b031681526001928301929190910190602001611e02565b600090565b506008546001600160a01b031615611df5565b506007546001600160a01b031615611dee565b506006546001600160a01b031615611de7565b506005546001600160a01b031615611de0565b90600091604080519161275d836112cd565b60028352846020918285019380368637613840918261277b886116a9565b5283612786886116b6565b52815193849163883bdbfd60e01b835260249788840160049a898c87015251809152604485019190845b8a828210612a3557506001600160a01b039987959403938593508a169150505afa918215612a2c5789918a93612912575b50506127f66127ef826116b6565b51916116a9565b5160060b9060060b0390667fffffffffffff8213667fffffffffffff19831217612900578361283081612828846116b6565b5116926116a9565b511690039283116128ee5760060b969080880560020b976000811291826128da575b50506128b2575b806128a05750901b640100000000600160c01b031691821561288d57505061384060e160a61b03046001600160801b031690565b601290634e487b7160e01b600052526000fd5b634e487b7160e01b8152601185528390fd5b95627fffff1981146128c8576000190195612859565b634e487b7160e01b8752601185528387fd5b915091506000910760060b15153880612852565b634e487b7160e01b8852601186528488fd5b634e487b7160e01b8952601187528589fd5b915091503d808a833e61292581836112ff565b81018282820312610f9057815167ffffffffffffffff90818111612a035783019282601f85011215612a035783519361295d85611321565b9461296a875196876112ff565b808652898087019160051b83010191858311612a28578a01905b828210612a0b5750505087810151918211612a03570181601f82011215612a07578051906129bd6129b483611321565b955195866112ff565b818552878086019260051b820101928311612a03578701905b8282106129e75750505038806127e1565b815187811681036129ff5781529087019087016129d6565b8c80fd5b8b80fd5b8a80fd5b81518060060b8103612a24578152908a01908a01612984565b8f80fd5b8e80fd5b513d8a823e3d90fd5b835163ffffffff1685528a97508f965093840193909201916001016127b0565b6000198282099082810292838084109303918383039360009314612a9a576801000000000000000092848411156103eb57500990828211900360c01b910360401c1790565b505090505060401c90565b600160801b91600019828409928260801b92838086109503948086039514612b2057848311156112565782910981806000031680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b505080925015611256570490565b670de0b6b3a7640000906000198282099082810292838084109303918383039360009314612b7857600160801b92848411156103eb57500990828211900360801b910360801c1790565b505090505060801c90565b6000198282099082810292838084109303918383039360009314612b7857600160801b92848411156103eb57500990828211900360801b910360801c1790565b600160c01b91600019828409928260c01b92838086109503948086039514612b2057848311156112565782910981806000031680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b670de0b6b3a7640000906000198282099082810292838084109303918383039360009314612c8857600160c01b92848411156103eb57500990828211900360401b910360c01c1790565b505090505060c01c90565b6000198282099082810292838084109303918383039360009314612c8857600160c01b92848411156103eb57500990828211900360401b910360c01c179056fea2646970667358221220e0d644be067f7c615238b996ba2fd2b57116f27e9fd81b62aabe5d62cc4b5f8864736f6c63430008110033

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

00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000002ba00000000000000000000000000000000000000000014adf4b7320334b900000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000292f55b3ba0e86752658ec5d746be1f772ab6f1300000000000000000000000000000000000000000000000000000b5e620f48000000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000046000000000000000000000000000000000000000000000000000000000000008c000000000000000000000000000000000000000000000000000000000000009c00000000000000000000000000000000000000000000000000000000000000ac00000000000000000000000000000000000000000000000000000000000000d400000000000000000000000000000000000000000000000000000000000001b000000000000000000000000000000000000000000000000000000000000001cc00000000000000000000000000000000000000000000000000000000000002a20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000002f74ddd36fef600720000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000641474cf0000000000000000000000000000000000000000000bdd3774dbfbd801c8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638ecf000000000000000000000000000000000000000000071e547950ca4e6778000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064b2a8cf000000000000000000000000000000000000000000071e547950ca4e6778000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065294fcf000000000000000000000000000000000000000000071e547950ca4e6778000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c783cf00000000000000000000000000000000000000000004bee2fb8b31899a500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000663e2acf00000000000000000000000000000000000000000004bee2fb8b31899a50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066b4d1cf00000000000000000000000000000000000000000004bee2fb8b31899a50000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000026e45d34085ed4aa000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000643c01cf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638ecf000000000000000000000000000000000000000000003e3a2eb9a6fe21100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000648b1bcf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064b2a8cf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35cf000000000000000000000000000000000000000000003e3a2eb9a6fe211000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006501c2cf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065294fcf000000000000000000000000000000000000000000003e3a2eb9a6fe211000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006550dccf000000000000000000000000000000000000000000003e3a2eb9a6fe21100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000657869cf000000000000000000000000000000000000000000003e3a2eb9a6fe21100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000659ff6cf000000000000000000000000000000000000000000003e3a2eb9a6fe211000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000001fc3842bd1f071c0000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638ecf00000000000000000000000000000000000000000001fc3842bd1f071c0000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000017293b0a9e69fd9c0000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000063ece7cf00000000000000000000000000000000000000000017293b0a9e69fd9c0000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000052b7d2dcc80cd2e40000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000063ece7cf0000000000000000000000000000000000000000001b4c0595a86aa1c1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000641474cf00000000000000000000000000000000000000000009195731e2ce35eb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000643c01db00000000000000000000000000000000000000000009195731e2ce35eb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638edb00000000000000000000000000000000000000000009195731e2ce35eb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c783db0000000000000000000000000000000000000000001c1fc7b177378f62000000000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000006547adb33055555d0000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638edb000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000648b1bdb000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064b2a8db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35db000000000000000000000000000000000000000000010346db6452c5f94000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006501c2db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065294fdb000000000000000000000000000000000000000000010346db6452c5f94000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006550dcdb000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000657869db000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000659ff6db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c783db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065ef10db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066169ddb000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000663e2adb0000000000000000000000000000000000000000000309d4922cf851ebc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006665b7db0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000668d44db0000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066b4d1db0000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066dc5edb0000000000000000000000000000000000000000000309d4922cf851ebc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006703ebdb0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000672b78db0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000675305db0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000677a92db0000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067a21fe70000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067c9ace70000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067f139e70000000000000000000000000000000000000000000309d4922cf851ebc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006818c6e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000684053e700000000000000000000000000000000000000000005106248f59dddde4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006867e0e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000688f6de700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068b6fae700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068de87e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000690614e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000692da1e700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000069552ee700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000697cbbe700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000069a448e700000000000000000000000000000000000000000002068db6c8a58bf2800000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000003b8e97d229a2d54800000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000f424000000000000000000000000000000000000000000008eefd2c530b9ffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35e700000000000000000000000000000000000000000008eefd2c530b9ffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067a21fe700000000000000000000000000000000000000000029b09d79838b954c00000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000045e155fa0110fa400000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000643c01e7000000000000000000000000000000000000000000006fceeff6681b2a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000648b1be700000000000000000000000000000000000000000000a7b667f19c28bf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35e700000000000000000000000000000000000000000000df9ddfecd036540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006550dce700000000000000000000000000000000000000000001178557e80443e9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000655e0be7000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065674667000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000657080e7000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006579bb67000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006582f5e7000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000658c3067000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065956ae7000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000659ea567000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065a7dfe7000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065b11a73000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065ba54f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c38f73000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065ccc9f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065d60473000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065df3ef3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065e87973000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065f1b3f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065faee73000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000660428f3000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000660d6373000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066169df3000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000661fd873000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000662912f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066324d73000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000663b87f3000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006644c273000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000664dfcf3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066573773000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000666071f3000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006669ac73000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000007ea86bd521eec594000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000063ece7f300000000000000000000000000000000000000000007ea86bd521eec59400000

-----Decoded View---------------
Arg [0] : _arguments (bytes): 0x0000000000000000000000000000000000000000014adf4b7320334b900000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000292f55b3ba0e86752658ec5d746be1f772ab6f1300000000000000000000000000000000000000000000000000000b5e620f48000000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000046000000000000000000000000000000000000000000000000000000000000008c000000000000000000000000000000000000000000000000000000000000009c00000000000000000000000000000000000000000000000000000000000000ac00000000000000000000000000000000000000000000000000000000000000d400000000000000000000000000000000000000000000000000000000000001b000000000000000000000000000000000000000000000000000000000000001cc00000000000000000000000000000000000000000000000000000000000002a20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000002f74ddd36fef600720000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000641474cf0000000000000000000000000000000000000000000bdd3774dbfbd801c8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638ecf000000000000000000000000000000000000000000071e547950ca4e6778000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064b2a8cf000000000000000000000000000000000000000000071e547950ca4e6778000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065294fcf000000000000000000000000000000000000000000071e547950ca4e6778000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c783cf00000000000000000000000000000000000000000004bee2fb8b31899a500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000663e2acf00000000000000000000000000000000000000000004bee2fb8b31899a50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066b4d1cf00000000000000000000000000000000000000000004bee2fb8b31899a50000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000026e45d34085ed4aa000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000643c01cf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638ecf000000000000000000000000000000000000000000003e3a2eb9a6fe21100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000648b1bcf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064b2a8cf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35cf000000000000000000000000000000000000000000003e3a2eb9a6fe211000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006501c2cf000000000000000000000000000000000000000000003e3a2eb9a6fe2110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065294fcf000000000000000000000000000000000000000000003e3a2eb9a6fe211000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006550dccf000000000000000000000000000000000000000000003e3a2eb9a6fe21100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000657869cf000000000000000000000000000000000000000000003e3a2eb9a6fe21100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000659ff6cf000000000000000000000000000000000000000000003e3a2eb9a6fe211000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000001fc3842bd1f071c0000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638ecf00000000000000000000000000000000000000000001fc3842bd1f071c0000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000017293b0a9e69fd9c0000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000063ece7cf00000000000000000000000000000000000000000017293b0a9e69fd9c0000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000052b7d2dcc80cd2e40000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000063ece7cf0000000000000000000000000000000000000000001b4c0595a86aa1c1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000641474cf00000000000000000000000000000000000000000009195731e2ce35eb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000643c01db00000000000000000000000000000000000000000009195731e2ce35eb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638edb00000000000000000000000000000000000000000009195731e2ce35eb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c783db0000000000000000000000000000000000000000001c1fc7b177378f62000000000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000006547adb33055555d0000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064638edb000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000648b1bdb000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064b2a8db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35db000000000000000000000000000000000000000000010346db6452c5f94000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006501c2db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065294fdb000000000000000000000000000000000000000000010346db6452c5f94000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006550dcdb000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000657869db000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000659ff6db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c783db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065ef10db000000000000000000000000000000000000000000010346db6452c5f940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066169ddb000000000000000000000000000000000000000000010346db6452c5f9400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000663e2adb0000000000000000000000000000000000000000000309d4922cf851ebc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006665b7db0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000668d44db0000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066b4d1db0000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066dc5edb0000000000000000000000000000000000000000000309d4922cf851ebc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006703ebdb0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000672b78db0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000675305db0000000000000000000000000000000000000000000309d4922cf851ebc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000677a92db0000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067a21fe70000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067c9ace70000000000000000000000000000000000000000000309d4922cf851ebc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067f139e70000000000000000000000000000000000000000000309d4922cf851ebc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006818c6e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000684053e700000000000000000000000000000000000000000005106248f59dddde4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006867e0e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000688f6de700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068b6fae700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068de87e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000690614e700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000692da1e700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000069552ee700000000000000000000000000000000000000000005106248f59dddde400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000697cbbe700000000000000000000000000000000000000000005106248f59dddde40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000069a448e700000000000000000000000000000000000000000002068db6c8a58bf2800000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000003b8e97d229a2d54800000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000f424000000000000000000000000000000000000000000008eefd2c530b9ffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35e700000000000000000000000000000000000000000008eefd2c530b9ffe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067a21fe700000000000000000000000000000000000000000029b09d79838b954c00000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000045e155fa0110fa400000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000643c01e7000000000000000000000000000000000000000000006fceeff6681b2a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000648b1be700000000000000000000000000000000000000000000a7b667f19c28bf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064da35e700000000000000000000000000000000000000000000df9ddfecd036540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006550dce700000000000000000000000000000000000000000001178557e80443e9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000655e0be7000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065674667000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000657080e7000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006579bb67000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006582f5e7000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000658c3067000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065956ae7000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000659ea567000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065a7dfe7000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065b11a73000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065ba54f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065c38f73000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065ccc9f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065d60473000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065df3ef3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065e87973000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065f1b3f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065faee73000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000660428f3000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000660d6373000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066169df3000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000661fd873000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000662912f3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066324d73000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000663b87f3000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006644c273000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000664dfcf3000000000000000000000000000000000000000000000b2e4b323d9c5100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066573773000000000000000000000000000000000000000000000b2e4b323d9c51000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000666071f3000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006669ac73000000000000000000000000000000000000000000000b2e4b323d9c510000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000007ea86bd521eec594000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000063ece7f300000000000000000000000000000000000000000007ea86bd521eec59400000

-----Encoded View---------------
351 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000020
Arg [1] : 0000000000000000000000000000000000000000000000000000000000002ba0
Arg [2] : 0000000000000000000000000000000000000000014adf4b7320334b90000000
Arg [3] : 0000000000000000000000000000000000000000000000000000000000000080
Arg [4] : 000000000000000000000000292f55b3ba0e86752658ec5d746be1f772ab6f13
Arg [5] : 00000000000000000000000000000000000000000000000000000b5e620f4800
Arg [6] : 0000000000000000000000000000000000000000000000000000000000000120
Arg [7] : 0000000000000000000000000000000000000000000000000000000000000460
Arg [8] : 00000000000000000000000000000000000000000000000000000000000008c0
Arg [9] : 00000000000000000000000000000000000000000000000000000000000009c0
Arg [10] : 0000000000000000000000000000000000000000000000000000000000000ac0
Arg [11] : 0000000000000000000000000000000000000000000000000000000000000d40
Arg [12] : 0000000000000000000000000000000000000000000000000000000000001b00
Arg [13] : 0000000000000000000000000000000000000000000000000000000000001cc0
Arg [14] : 0000000000000000000000000000000000000000000000000000000000002a20
Arg [15] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [16] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [17] : 0000000000000000000000000000000000000000002f74ddd36fef6007200000
Arg [18] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [19] : 0000000000000000000000000000000000000000000000000000000000000007
Arg [20] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [21] : 00000000000000000000000000000000000000000000000000000000641474cf
Arg [22] : 0000000000000000000000000000000000000000000bdd3774dbfbd801c80000
Arg [23] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [24] : 0000000000000000000000000000000000000000000000000000000064638ecf
Arg [25] : 000000000000000000000000000000000000000000071e547950ca4e67780000
Arg [26] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [27] : 0000000000000000000000000000000000000000000000000000000064b2a8cf
Arg [28] : 000000000000000000000000000000000000000000071e547950ca4e67780000
Arg [29] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [30] : 0000000000000000000000000000000000000000000000000000000065294fcf
Arg [31] : 000000000000000000000000000000000000000000071e547950ca4e67780000
Arg [32] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [33] : 0000000000000000000000000000000000000000000000000000000065c783cf
Arg [34] : 00000000000000000000000000000000000000000004bee2fb8b31899a500000
Arg [35] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [36] : 00000000000000000000000000000000000000000000000000000000663e2acf
Arg [37] : 00000000000000000000000000000000000000000004bee2fb8b31899a500000
Arg [38] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [39] : 0000000000000000000000000000000000000000000000000000000066b4d1cf
Arg [40] : 00000000000000000000000000000000000000000004bee2fb8b31899a500000
Arg [41] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [42] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [43] : 000000000000000000000000000000000000000000026e45d34085ed4aa00000
Arg [44] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [45] : 000000000000000000000000000000000000000000000000000000000000000a
Arg [46] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [47] : 00000000000000000000000000000000000000000000000000000000643c01cf
Arg [48] : 000000000000000000000000000000000000000000003e3a2eb9a6fe21100000
Arg [49] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [50] : 0000000000000000000000000000000000000000000000000000000064638ecf
Arg [51] : 000000000000000000000000000000000000000000003e3a2eb9a6fe21100000
Arg [52] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [53] : 00000000000000000000000000000000000000000000000000000000648b1bcf
Arg [54] : 000000000000000000000000000000000000000000003e3a2eb9a6fe21100000
Arg [55] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [56] : 0000000000000000000000000000000000000000000000000000000064b2a8cf
Arg [57] : 000000000000000000000000000000000000000000003e3a2eb9a6fe21100000
Arg [58] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [59] : 0000000000000000000000000000000000000000000000000000000064da35cf
Arg [60] : 000000000000000000000000000000000000000000003e3a2eb9a6fe21100000
Arg [61] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [62] : 000000000000000000000000000000000000000000000000000000006501c2cf
Arg [63] : 000000000000000000000000000000000000000000003e3a2eb9a6fe21100000
Arg [64] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [65] : 0000000000000000000000000000000000000000000000000000000065294fcf
Arg [66] : 000000000000000000000000000000000000000000003e3a2eb9a6fe21100000
Arg [67] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [68] : 000000000000000000000000000000000000000000000000000000006550dccf
Arg [69] : 000000000000000000000000000000000000000000003e3a2eb9a6fe21100000
Arg [70] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [71] : 00000000000000000000000000000000000000000000000000000000657869cf
Arg [72] : 000000000000000000000000000000000000000000003e3a2eb9a6fe21100000
Arg [73] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [74] : 00000000000000000000000000000000000000000000000000000000659ff6cf
Arg [75] : 000000000000000000000000000000000000000000003e3a2eb9a6fe21100000
Arg [76] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [77] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [78] : 00000000000000000000000000000000000000000001fc3842bd1f071c000000
Arg [79] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [80] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [81] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [82] : 0000000000000000000000000000000000000000000000000000000064638ecf
Arg [83] : 00000000000000000000000000000000000000000001fc3842bd1f071c000000
Arg [84] : 0000000000000000000000000000000000000000000000000000000000000003
Arg [85] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [86] : 00000000000000000000000000000000000000000017293b0a9e69fd9c000000
Arg [87] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [88] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [89] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [90] : 0000000000000000000000000000000000000000000000000000000063ece7cf
Arg [91] : 00000000000000000000000000000000000000000017293b0a9e69fd9c000000
Arg [92] : 0000000000000000000000000000000000000000000000000000000000000004
Arg [93] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [94] : 00000000000000000000000000000000000000000052b7d2dcc80cd2e4000000
Arg [95] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [96] : 0000000000000000000000000000000000000000000000000000000000000005
Arg [97] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [98] : 0000000000000000000000000000000000000000000000000000000063ece7cf
Arg [99] : 0000000000000000000000000000000000000000001b4c0595a86aa1c1000000
Arg [100] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [101] : 00000000000000000000000000000000000000000000000000000000641474cf
Arg [102] : 00000000000000000000000000000000000000000009195731e2ce35eb000000
Arg [103] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [104] : 00000000000000000000000000000000000000000000000000000000643c01db
Arg [105] : 00000000000000000000000000000000000000000009195731e2ce35eb000000
Arg [106] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [107] : 0000000000000000000000000000000000000000000000000000000064638edb
Arg [108] : 00000000000000000000000000000000000000000009195731e2ce35eb000000
Arg [109] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [110] : 0000000000000000000000000000000000000000000000000000000065c783db
Arg [111] : 0000000000000000000000000000000000000000001c1fc7b177378f62000000
Arg [112] : 0000000000000000000000000000000000000000000000000000000000000005
Arg [113] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [114] : 0000000000000000000000000000000000000000006547adb33055555d000000
Arg [115] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [116] : 0000000000000000000000000000000000000000000000000000000000000023
Arg [117] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [118] : 0000000000000000000000000000000000000000000000000000000064638edb
Arg [119] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [120] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [121] : 00000000000000000000000000000000000000000000000000000000648b1bdb
Arg [122] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [123] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [124] : 0000000000000000000000000000000000000000000000000000000064b2a8db
Arg [125] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [126] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [127] : 0000000000000000000000000000000000000000000000000000000064da35db
Arg [128] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [129] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [130] : 000000000000000000000000000000000000000000000000000000006501c2db
Arg [131] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [132] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [133] : 0000000000000000000000000000000000000000000000000000000065294fdb
Arg [134] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [135] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [136] : 000000000000000000000000000000000000000000000000000000006550dcdb
Arg [137] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [138] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [139] : 00000000000000000000000000000000000000000000000000000000657869db
Arg [140] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [141] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [142] : 00000000000000000000000000000000000000000000000000000000659ff6db
Arg [143] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [144] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [145] : 0000000000000000000000000000000000000000000000000000000065c783db
Arg [146] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [147] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [148] : 0000000000000000000000000000000000000000000000000000000065ef10db
Arg [149] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [150] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [151] : 0000000000000000000000000000000000000000000000000000000066169ddb
Arg [152] : 000000000000000000000000000000000000000000010346db6452c5f9400000
Arg [153] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [154] : 00000000000000000000000000000000000000000000000000000000663e2adb
Arg [155] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [156] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [157] : 000000000000000000000000000000000000000000000000000000006665b7db
Arg [158] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [159] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [160] : 00000000000000000000000000000000000000000000000000000000668d44db
Arg [161] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [162] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [163] : 0000000000000000000000000000000000000000000000000000000066b4d1db
Arg [164] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [165] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [166] : 0000000000000000000000000000000000000000000000000000000066dc5edb
Arg [167] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [168] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [169] : 000000000000000000000000000000000000000000000000000000006703ebdb
Arg [170] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [171] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [172] : 00000000000000000000000000000000000000000000000000000000672b78db
Arg [173] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [174] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [175] : 00000000000000000000000000000000000000000000000000000000675305db
Arg [176] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [177] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [178] : 00000000000000000000000000000000000000000000000000000000677a92db
Arg [179] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [180] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [181] : 0000000000000000000000000000000000000000000000000000000067a21fe7
Arg [182] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [183] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [184] : 0000000000000000000000000000000000000000000000000000000067c9ace7
Arg [185] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [186] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [187] : 0000000000000000000000000000000000000000000000000000000067f139e7
Arg [188] : 0000000000000000000000000000000000000000000309d4922cf851ebc00000
Arg [189] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [190] : 000000000000000000000000000000000000000000000000000000006818c6e7
Arg [191] : 00000000000000000000000000000000000000000005106248f59dddde400000
Arg [192] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [193] : 00000000000000000000000000000000000000000000000000000000684053e7
Arg [194] : 00000000000000000000000000000000000000000005106248f59dddde400000
Arg [195] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [196] : 000000000000000000000000000000000000000000000000000000006867e0e7
Arg [197] : 00000000000000000000000000000000000000000005106248f59dddde400000
Arg [198] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [199] : 00000000000000000000000000000000000000000000000000000000688f6de7
Arg [200] : 00000000000000000000000000000000000000000005106248f59dddde400000
Arg [201] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [202] : 0000000000000000000000000000000000000000000000000000000068b6fae7
Arg [203] : 00000000000000000000000000000000000000000005106248f59dddde400000
Arg [204] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [205] : 0000000000000000000000000000000000000000000000000000000068de87e7
Arg [206] : 00000000000000000000000000000000000000000005106248f59dddde400000
Arg [207] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [208] : 00000000000000000000000000000000000000000000000000000000690614e7
Arg [209] : 00000000000000000000000000000000000000000005106248f59dddde400000
Arg [210] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [211] : 00000000000000000000000000000000000000000000000000000000692da1e7
Arg [212] : 00000000000000000000000000000000000000000005106248f59dddde400000
Arg [213] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [214] : 0000000000000000000000000000000000000000000000000000000069552ee7
Arg [215] : 00000000000000000000000000000000000000000005106248f59dddde400000
Arg [216] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [217] : 00000000000000000000000000000000000000000000000000000000697cbbe7
Arg [218] : 00000000000000000000000000000000000000000005106248f59dddde400000
Arg [219] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [220] : 0000000000000000000000000000000000000000000000000000000069a448e7
Arg [221] : 00000000000000000000000000000000000000000002068db6c8a58bf2800000
Arg [222] : 0000000000000000000000000000000000000000000000000000000000000006
Arg [223] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [224] : 0000000000000000000000000000000000000000003b8e97d229a2d548000000
Arg [225] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [226] : 0000000000000000000000000000000000000000000000000000000000000003
Arg [227] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [228] : 00000000000000000000000000000000000000000000000000000000000f4240
Arg [229] : 00000000000000000000000000000000000000000008eefd2c530b9ffe000000
Arg [230] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [231] : 0000000000000000000000000000000000000000000000000000000064da35e7
Arg [232] : 00000000000000000000000000000000000000000008eefd2c530b9ffe000000
Arg [233] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [234] : 0000000000000000000000000000000000000000000000000000000067a21fe7
Arg [235] : 00000000000000000000000000000000000000000029b09d79838b954c000000
Arg [236] : 0000000000000000000000000000000000000000000000000000000000000007
Arg [237] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [238] : 000000000000000000000000000000000000000000045e155fa0110fa4000000
Arg [239] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [240] : 0000000000000000000000000000000000000000000000000000000000000022
Arg [241] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [242] : 00000000000000000000000000000000000000000000000000000000643c01e7
Arg [243] : 000000000000000000000000000000000000000000006fceeff6681b2a000000
Arg [244] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [245] : 00000000000000000000000000000000000000000000000000000000648b1be7
Arg [246] : 00000000000000000000000000000000000000000000a7b667f19c28bf000000
Arg [247] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [248] : 0000000000000000000000000000000000000000000000000000000064da35e7
Arg [249] : 00000000000000000000000000000000000000000000df9ddfecd03654000000
Arg [250] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [251] : 000000000000000000000000000000000000000000000000000000006550dce7
Arg [252] : 00000000000000000000000000000000000000000001178557e80443e9000000
Arg [253] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [254] : 00000000000000000000000000000000000000000000000000000000655e0be7
Arg [255] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [256] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [257] : 0000000000000000000000000000000000000000000000000000000065674667
Arg [258] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [259] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [260] : 00000000000000000000000000000000000000000000000000000000657080e7
Arg [261] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [262] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [263] : 000000000000000000000000000000000000000000000000000000006579bb67
Arg [264] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [265] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [266] : 000000000000000000000000000000000000000000000000000000006582f5e7
Arg [267] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [268] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [269] : 00000000000000000000000000000000000000000000000000000000658c3067
Arg [270] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [271] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [272] : 0000000000000000000000000000000000000000000000000000000065956ae7
Arg [273] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [274] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [275] : 00000000000000000000000000000000000000000000000000000000659ea567
Arg [276] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [277] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [278] : 0000000000000000000000000000000000000000000000000000000065a7dfe7
Arg [279] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [280] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [281] : 0000000000000000000000000000000000000000000000000000000065b11a73
Arg [282] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [283] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [284] : 0000000000000000000000000000000000000000000000000000000065ba54f3
Arg [285] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [286] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [287] : 0000000000000000000000000000000000000000000000000000000065c38f73
Arg [288] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [289] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [290] : 0000000000000000000000000000000000000000000000000000000065ccc9f3
Arg [291] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [292] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [293] : 0000000000000000000000000000000000000000000000000000000065d60473
Arg [294] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [295] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [296] : 0000000000000000000000000000000000000000000000000000000065df3ef3
Arg [297] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [298] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [299] : 0000000000000000000000000000000000000000000000000000000065e87973
Arg [300] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [301] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [302] : 0000000000000000000000000000000000000000000000000000000065f1b3f3
Arg [303] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [304] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [305] : 0000000000000000000000000000000000000000000000000000000065faee73
Arg [306] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [307] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [308] : 00000000000000000000000000000000000000000000000000000000660428f3
Arg [309] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [310] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [311] : 00000000000000000000000000000000000000000000000000000000660d6373
Arg [312] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [313] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [314] : 0000000000000000000000000000000000000000000000000000000066169df3
Arg [315] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [316] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [317] : 00000000000000000000000000000000000000000000000000000000661fd873
Arg [318] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [319] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [320] : 00000000000000000000000000000000000000000000000000000000662912f3
Arg [321] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [322] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [323] : 0000000000000000000000000000000000000000000000000000000066324d73
Arg [324] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [325] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [326] : 00000000000000000000000000000000000000000000000000000000663b87f3
Arg [327] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [328] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [329] : 000000000000000000000000000000000000000000000000000000006644c273
Arg [330] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [331] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [332] : 00000000000000000000000000000000000000000000000000000000664dfcf3
Arg [333] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [334] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [335] : 0000000000000000000000000000000000000000000000000000000066573773
Arg [336] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [337] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [338] : 00000000000000000000000000000000000000000000000000000000666071f3
Arg [339] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [340] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [341] : 000000000000000000000000000000000000000000000000000000006669ac73
Arg [342] : 000000000000000000000000000000000000000000000b2e4b323d9c51000000
Arg [343] : 0000000000000000000000000000000000000000000000000000000000000008
Arg [344] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [345] : 00000000000000000000000000000000000000000007ea86bd521eec59400000
Arg [346] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [347] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [348] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [349] : 0000000000000000000000000000000000000000000000000000000063ece7f3
Arg [350] : 00000000000000000000000000000000000000000007ea86bd521eec59400000


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.