FTM Price: $1.00 (-1.09%)
Gas: 82 GWei

Contract

0xf77f8feAbe56609cE76003FC17206356bB5fBd65
 

Sponsored

Transaction Hash
Method
Block
From
To
Value
Harvest466090092022-09-08 20:56:24566 days ago1662670584IN
0xf77f8feA...6bB5fBd65
0 FTM0.000777231.2155
Harvest465982072022-09-08 16:41:28567 days ago1662655288IN
0xf77f8feA...6bB5fBd65
0 FTM0.002596363.8827
Harvest465818572022-09-08 8:56:50567 days ago1662627410IN
0xf77f8feA...6bB5fBd65
0 FTM0.000738141.1
Harvest465754452022-09-08 6:08:33567 days ago1662617313IN
0xf77f8feA...6bB5fBd65
0 FTM0.000723831.1197
Harvest465670062022-09-08 2:54:19567 days ago1662605659IN
0xf77f8feA...6bB5fBd65
0 FTM0.000826031.2316
Harvest465596292022-09-07 23:58:35567 days ago1662595115IN
0xf77f8feA...6bB5fBd65
0 FTM0.001183591.77
Harvest465477562022-09-07 19:08:18568 days ago1662577698IN
0xf77f8feA...6bB5fBd65
0 FTM0.001773592.7351
Harvest465356182022-09-07 13:46:07568 days ago1662558367IN
0xf77f8feA...6bB5fBd65
0 FTM0.001314662
Harvest465225092022-09-07 8:32:53568 days ago1662539573IN
0xf77f8feA...6bB5fBd65
0 FTM0.000908491.3821
Harvest465100582022-09-07 4:05:56568 days ago1662523556IN
0xf77f8feA...6bB5fBd65
0 FTM0.002139353.289
Harvest464942632022-09-06 21:32:56568 days ago1662499976IN
0xf77f8feA...6bB5fBd65
0 FTM0.003096894.7113
Harvest464720862022-09-06 11:53:33569 days ago1662465213IN
0xf77f8feA...6bB5fBd65
0 FTM0.000762831.1605
Harvest464597562022-09-06 7:25:51569 days ago1662449151IN
0xf77f8feA...6bB5fBd65
0 FTM0.000980891.4625
Harvest464475652022-09-06 3:10:59569 days ago1662433859IN
0xf77f8feA...6bB5fBd65
0 FTM0.002092633.2271
Harvest464280172022-09-05 20:07:57570 days ago1662408477IN
0xf77f8feA...6bB5fBd65
0 FTM0.002141843.1994
Harvest464089892022-09-05 13:20:32570 days ago1662384032IN
0xf77f8feA...6bB5fBd65
0 FTM0.00167972.5119
Harvest463922702022-09-05 7:29:59570 days ago1662362999IN
0xf77f8feA...6bB5fBd65
0 FTM0.000842991.3
Harvest463807612022-09-05 3:30:38570 days ago1662348638IN
0xf77f8feA...6bB5fBd65
0 FTM0.001141591.7021
Harvest463678222022-09-04 22:54:46570 days ago1662332086IN
0xf77f8feA...6bB5fBd65
0 FTM0.000696591.0921
Harvest463570812022-09-04 19:12:26571 days ago1662318746IN
0xf77f8feA...6bB5fBd65
0 FTM0.00066981.0263
Harvest463444892022-09-04 14:57:43571 days ago1662303463IN
0xf77f8feA...6bB5fBd65
0 FTM0.00092591.3805
Harvest463308582022-09-04 10:09:18571 days ago1662286158IN
0xf77f8feA...6bB5fBd65
0 FTM0.000762851.1893
Harvest463196532022-09-04 6:13:09571 days ago1662271989IN
0xf77f8feA...6bB5fBd65
0 FTM0.000697151.0751
Harvest463094302022-09-04 2:37:31571 days ago1662259051IN
0xf77f8feA...6bB5fBd65
0 FTM0.000751181.12
Harvest462996312022-09-03 22:55:50571 days ago1662245750IN
0xf77f8feA...6bB5fBd65
0 FTM0.000831591.2778
View all transactions

Latest 1 internal transaction

Parent Txn Hash Block From To Value
340325922022-03-21 16:27:06738 days ago1647880026  Contract Creation0 FTM
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
MatrixLpAutoCompound

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, Unlicense license

Contract Source Code (Solidity Standard Json-Input format)

File 1 of 11 : MatrixLpAutoCompound.sol
// File: @openzeppelin/contracts/utils/Pausable.sol
// SPDX-License-Identifier: UNLICENSED
import "Ownable.sol";
import "Pausable.sol";
import "SafeERC20.sol";
import "IMasterChef.sol";
import "IUniswapRouterETH.sol";
import "IUniswapV2Pair.sol";
import "IMasterChef.sol";

pragma solidity ^0.6.0;

contract MatrixLpAutoCompound is Ownable, Pausable {
    using SafeERC20 for IERC20;
    using Address for address;
    using SafeMath for uint256;

    // Matrix contracts
    address public vault;
    address public treasury;


    // Tokens used
    address public wrapped =
        address(0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83);

    address public usdc = address(0x04068DA6C83AFCFA0e13ba15A6696662335D5B75);
    address public output;
    address public want;
    address public lpToken0;
    address public lpToken1;

    /**
     * @dev Distribution of fees earned. This allocations relative to the % implemented on
     * Current implementation separates 5% for fees. Can be changed through the constructor
     * Inputs in constructor should be ratios between the Fee and Max Fee, divisble into percents by 10000
     *
     * {callFee} - Percent of the totalFee reserved for the harvester (1000 = 10% of total fee: 0.5% by default)
     * {treasuryFee} - Percent of the totalFee taken by maintainers of the software (9000 = 90% of total fee: 4.5% by default)
     * {securityFee} - Fee taxed when a user withdraws funds. Taken to prevent flash deposit/harvest attacks.
     * These funds are redistributed to stakers in the pool.
     *
     * {totalFee} - divided by 10,000 to determine the % fee. Set to 5% by default and
     * lowered as necessary to provide users with the most competitive APY.
     *
     * {MAX_FEE} - Maximum fee allowed by the strategy. Hard-capped at 5%.
     * {PERCENT_DIVISOR} - Constant used to safely calculate the correct percentages.
     */

    uint256 public callFee = 1000;
    uint256 public treasuryFee = 9000;
    uint256 public securityFee = 10;
    uint256 public totalFee = 450;
    uint256 public constant MAX_FEE = 500;
    uint256 public constant PERCENT_DIVISOR = 10000;

    // Third party contracts
    address public unirouter;
    address public masterchef;
    uint256 public poolId;

    // Routes
    address[] public outputToWrappedRoute;
    address[] public outputToLp0Route;
    address[] public outputToLp1Route;
    address[] customPath;

    mapping (address => address) validTokensForRouting;

    // Controllers
    bool public wrappedRoute = false;

    /**
     * {StratHarvest} Event that is fired each time someone harvests the strat.
     * {TotalFeeUpdated} Event that is fired each time the total fee is updated.
     * {CallFeeUpdated} Event that is fired each time the call fee is updated.
     * {ReferFeeUpdated} Event that is fired each time the refer fee is updated.
     */
    event StratHarvest(address indexed harvester);
    event TotalFeeUpdated(uint256 newFee);
    event CallFeeUpdated(uint256 newCallFee, uint256 newTreasuryFee);
    event ReferFeeUpdated(uint256 newReferFee, uint256 newTreasuryFee);

    constructor(
        address _want,
        uint256 _poolId,
        address _masterChef,
        address _output,
        address _uniRouter,
        address _vault,
        address _treasury
    ) public {
        masterchef = _masterChef;
        unirouter = _uniRouter;
        want = _want;
        vault = _vault;
        treasury = _treasury;

        // zshare
        output = _output;
        outputToWrappedRoute = [output, usdc, wrapped];

        // 3omb
        lpToken0 = IUniswapV2Pair(want).token0();
        // zomb
        lpToken1 = IUniswapV2Pair(want).token1();
        poolId = _poolId;

        // lp0 = 3omb
        // route = zshare -> usdc -> zomb -> 3omb
        outputToLp0Route = [output, usdc, lpToken1, lpToken0];

        // lp1 = zomb
        // route = zshare -> usdc -> zomb
        outputToLp1Route = [output, usdc, lpToken1];

        validTokensForRouting[output] = output;
        validTokensForRouting[wrapped] = wrapped;
        validTokensForRouting[usdc] = usdc;
        validTokensForRouting[lpToken0] = lpToken0;
        validTokensForRouting[lpToken1] = lpToken1;

        _giveAllowances();
    }

    function setLp0Route(address[] memory route) public onlyOwner {
        uint256 _length = route.length;
        for (uint256 i = 0; i < _length; i++) {
            require(validTokensForRouting[route[i]] != address(0), "invalid-route");    
        }
        outputToLp0Route = route;
    }

    function setLp1Route(address[] memory route) public onlyOwner {
        uint256 _length = route.length;
        for (uint256 i = 0; i < _length; i++) {
            require(validTokensForRouting[route[i]] != address(0), "invalid-route");    
        }
        outputToLp1Route = route;
    }

    /**
     * @dev Function to synchronize balances before new user deposit.
     * Can be overridden in the strategy.
     */
    function beforeDeposit() external virtual {}

    // puts the funds to work
    function deposit() public whenNotPaused {
        uint256 wantBal = IERC20(want).balanceOf(address(this));

        IMasterChef(masterchef).deposit(poolId, wantBal);
    }

    function withdraw(uint256 _amount) external {
        require(msg.sender == vault, "!vault");

        uint256 pairBal = IERC20(want).balanceOf(address(this));

        if (pairBal < _amount) {
            IMasterChef(masterchef).withdraw(poolId, _amount.sub(pairBal));
            pairBal = IERC20(want).balanceOf(address(this));
        }

        if (pairBal > _amount) {
            pairBal = _amount;
        }
        uint256 withdrawFee = pairBal.mul(securityFee).div(PERCENT_DIVISOR);
        IERC20(want).safeTransfer(vault, pairBal.sub(withdrawFee));
    }

    // compounds earnings and charges performance fee
    function harvest() external whenNotPaused {
        require(!Address.isContract(msg.sender), "!contract");

        IMasterChef(masterchef).deposit(poolId, 0);
        chargeFees();
        addLiquidity();
        deposit();

        emit StratHarvest(msg.sender);
    }

    /**
     * @dev Takes out fees from the rewards. Set by constructor
     * callFeeToUser is set as a percentage of the fee,
     * as is treasuryFeeToVault
     */
    function chargeFees() internal {
        uint256 toWftm = IERC20(output)
            .balanceOf(address(this))
            .mul(totalFee)
            .div(PERCENT_DIVISOR);
        IUniswapRouterETH(unirouter)
            .swapExactTokensForTokensSupportingFeeOnTransferTokens(
                toWftm,
                0,
                outputToWrappedRoute,
                address(this),
                now.add(600)
            );

        uint256 wftmBal = IERC20(wrapped).balanceOf(address(this));

        uint256 callFeeToUser = wftmBal.mul(callFee).div(PERCENT_DIVISOR);
        IERC20(wrapped).safeTransfer(msg.sender, callFeeToUser);

        uint256 treasuryFeeToVault = wftmBal.mul(treasuryFee).div(PERCENT_DIVISOR);
        IERC20(wrapped).safeTransfer(treasury, treasuryFeeToVault);
    }

    // Adds liquidity to AMM and gets more LP tokens.
    function addLiquidity() internal {
        uint256 outputHalf = IERC20(output).balanceOf(address(this)).div(2);

        if (lpToken0 != output) {
            IUniswapRouterETH(unirouter).swapExactTokensForTokensSupportingFeeOnTransferTokens(
                outputHalf,
                0,
                outputToLp0Route,
                address(this),
                now.add(600)
            );
        }

        if (lpToken1 != output) {
            IUniswapRouterETH(unirouter).swapExactTokensForTokensSupportingFeeOnTransferTokens(
                outputHalf,
                0,
                outputToLp1Route,
                address(this),
                now.add(600)
            );
        }

        uint256 lp0Bal = IERC20(lpToken0).balanceOf(address(this));
        uint256 lp1Bal = IERC20(lpToken1).balanceOf(address(this));
        IUniswapRouterETH(unirouter).addLiquidity(
            lpToken0,
            lpToken1,
            lp0Bal,
            lp1Bal,
            1,
            1,
            address(this),
            now.add(600)
        );
    }

    // calculate the total underlaying 'want' held by the strat.
    function balanceOf() public view returns (uint256) {
        return balanceOfWant().add(balanceOfPool());
    }

    // it calculates how much 'want' this contract holds.
    function balanceOfWant() public view returns (uint256) {
        return IERC20(want).balanceOf(address(this));
    }

    // it calculates how much 'want' the strategy has working in the farm.
    function balanceOfPool() public view returns (uint256) {
        (uint256 _amount, ) = IMasterChef(masterchef).userInfo(
            poolId,
            address(this)
        );
        return _amount;
    }

    // called as part of strat migration. Sends all the available funds back to the vault.
    function retireStrat() external {
        require(msg.sender == vault, "!vault");

        IMasterChef(masterchef).emergencyWithdraw(poolId);

        uint256 wantBal = IERC20(want).balanceOf(address(this));
        IERC20(want).transfer(vault, wantBal);
    }

    // pauses deposits and withdraws all funds from third party systems.
    function panic() public onlyOwner {
        pause();
        IMasterChef(masterchef).emergencyWithdraw(poolId);
    }

    function pause() public onlyOwner {
        _pause();

        _removeAllowances();
    }

    function unpause() external onlyOwner {
        _unpause();

        _giveAllowances();

        deposit();
    }

    function _giveAllowances() internal {
        IERC20(want).safeApprove(masterchef, uint256(-1));
        IERC20(output).safeApprove(unirouter, uint256(-1));

        IERC20(lpToken0).safeApprove(unirouter, 0);
        IERC20(lpToken0).safeApprove(unirouter, uint256(-1));

        IERC20(lpToken1).safeApprove(unirouter, 0);
        IERC20(lpToken1).safeApprove(unirouter, uint256(-1));
    }

    function _removeAllowances() internal {
        IERC20(want).safeApprove(masterchef, 0);
        IERC20(output).safeApprove(unirouter, 0);
        IERC20(lpToken0).safeApprove(unirouter, 0);
        IERC20(lpToken1).safeApprove(unirouter, 0);
    }

    function setWrappedRoute(bool _bool) external onlyOwner {
        wrappedRoute = _bool;
    }

    // This function exists incase tokens that do not match the want of this strategy accrue.  For example: an amount of
    // tokens sent to this address in the form of an airdrop of a different token type.  This will allow us to convert
    // this token to the want-token of the strategy, allowing the amount to be paid out to stakers in the matching vault.
    function makeCustomTxn(
        address _fromToken,
        address _toToken,
        address _unirouter,
        uint256 _amount
    ) external onlyOwner {
        require(_fromToken != want, "cannot swap want token");
        approveTxnIfNeeded(_fromToken, _unirouter, _amount);

        customPath = [_fromToken, _toToken];

        IUniswapRouterETH(_unirouter).swapExactTokensForTokens(
            _amount,
            0,
            customPath,
            address(this),
            now.add(600)
        );
    }

    function approveTxnIfNeeded(
        address _token,
        address _unirouter,
        uint256 _amount
    ) internal {
        if (IERC20(_token).allowance(address(this), _unirouter) < _amount) {
            IERC20(_token).safeApprove(_unirouter, uint256(0));
            IERC20(_token).safeApprove(_unirouter, uint256(-1));
        }
    }

    /**
     * @dev updates the total fee, capped at 5%
     */
    function updateTotalFee(uint256 _totalFee)
        external
        onlyOwner
        returns (bool)
    {
        require(_totalFee <= MAX_FEE, "Fee Too High");
        totalFee = _totalFee;
        emit TotalFeeUpdated(totalFee);
        return true;
    }

    /**
     * @dev updates the call fee and adjusts the treasury fee to cover the difference
     */
    function updateCallFee(uint256 _callFee) external onlyOwner returns (bool) {
        callFee = _callFee;
        treasuryFee = PERCENT_DIVISOR.sub(callFee);
        emit CallFeeUpdated(callFee, treasuryFee);
        return true;
    }

    function updateTreasury(address newTreasury)
        external
        onlyOwner
        returns (bool)
    {
        treasury = newTreasury;
        return true;
    }
}

File 2 of 11 : Ownable.sol
// SPDX-License-Identifier: UNLICENSED
import "Context.sol";

pragma solidity ^0.6.0;

/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * By default, the owner account will be the one that deploys the contract. This
 * can later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
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() internal {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }

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

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

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions anymore. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby removing any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        emit OwnershipTransferred(_owner, address(0));
        _owner = 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"
        );
        emit OwnershipTransferred(_owner, newOwner);
        _owner = newOwner;
    }
}

File 3 of 11 : Context.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.6.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 GSN 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 payable) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes memory) {
        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}

File 4 of 11 : Pausable.sol
// SPDX-License-Identifier: UNLICENSED
import "Context.sol";

pragma solidity ^0.6.0;

/**
 * @dev Contract module which allows children to implement an emergency stop
 * mechanism that can be triggered by an authorized account.
 *
 * This module is used through inheritance. It will make available the
 * modifiers `whenNotPaused` and `whenPaused`, which can be applied to
 * the functions of your contract. Note that they will not be pausable by
 * simply including this module, only once the modifiers are put in place.
 */

contract Pausable is Context {
    /**
     * @dev Emitted when the pause is triggered by `account`.
     */
    event Paused(address account);

    /**
     * @dev Emitted when the pause is lifted by `account`.
     */
    event Unpaused(address account);

    bool private _paused;

    /**
     * @dev Initializes the contract in unpaused state.
     */
    constructor() internal {
        _paused = false;
    }

    /**
     * @dev Returns true if the contract is paused, and false otherwise.
     */
    function paused() public view returns (bool) {
        return _paused;
    }

    /**
     * @dev Modifier to make a function callable only when the contract is not paused.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    modifier whenNotPaused() {
        require(!_paused, "Pausable: paused");
        _;
    }

    /**
     * @dev Modifier to make a function callable only when the contract is paused.
     *
     * Requirements:
     *
     * - The contract must be paused.
     */
    modifier whenPaused() {
        require(_paused, "Pausable: not paused");
        _;
    }

    /**
     * @dev Triggers stopped state.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    function _pause() internal virtual whenNotPaused {
        _paused = true;
        emit Paused(_msgSender());
    }

    /**
     * @dev Returns to normal state.
     *
     * Requirements:
     *
     * - The contract must be paused.
     */
    function _unpause() internal virtual whenPaused {
        _paused = false;
        emit Unpaused(_msgSender());
    }
}

File 5 of 11 : SafeERC20.sol
// SPDX-License-Identifier: UNLICENSED
import "SafeMath.sol";
import "Address.sol";
import "IERC20.sol";

pragma solidity ^0.6.0;

/**
 * @title SafeERC20
 * @dev Wrappers around ERC20 operations that throw on failure (when the token
 * contract returns false). Tokens that return no value (and instead revert or
 * throw on failure) are also supported, non-reverting calls are assumed to be
 * successful.
 * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
 * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
 */
library SafeERC20 {
    using SafeMath for uint256;
    using Address for address;

    function safeTransfer(
        IERC20 token,
        address to,
        uint256 value
    ) internal {
        _callOptionalReturn(
            token,
            abi.encodeWithSelector(token.transfer.selector, to, value)
        );
    }

    function safeTransferFrom(
        IERC20 token,
        address from,
        address to,
        uint256 value
    ) internal {
        _callOptionalReturn(
            token,
            abi.encodeWithSelector(token.transferFrom.selector, from, to, value)
        );
    }

    /**
     * @dev Deprecated. This function has issues similar to the ones found in
     * {IERC20-approve}, and its usage is discouraged.
     *
     * Whenever possible, use {safeIncreaseAllowance} and
     * {safeDecreaseAllowance} instead.
     */
    function safeApprove(
        IERC20 token,
        address spender,
        uint256 value
    ) internal {
        // safeApprove should only be called when setting an initial allowance,
        // or when resetting it to zero. To increase and decrease it, use
        // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
        // solhint-disable-next-line max-line-length
        require(
            (value == 0) || (token.allowance(address(this), spender) == 0),
            "SafeERC20: approve from non-zero to non-zero allowance"
        );
        _callOptionalReturn(
            token,
            abi.encodeWithSelector(token.approve.selector, spender, value)
        );
    }

    function safeIncreaseAllowance(
        IERC20 token,
        address spender,
        uint256 value
    ) internal {
        uint256 newAllowance = token.allowance(address(this), spender).add(
            value
        );
        _callOptionalReturn(
            token,
            abi.encodeWithSelector(
                token.approve.selector,
                spender,
                newAllowance
            )
        );
    }

    function safeDecreaseAllowance(
        IERC20 token,
        address spender,
        uint256 value
    ) internal {
        uint256 newAllowance = token.allowance(address(this), spender).sub(
            value,
            "SafeERC20: decreased allowance below zero"
        );
        _callOptionalReturn(
            token,
            abi.encodeWithSelector(
                token.approve.selector,
                spender,
                newAllowance
            )
        );
    }

    /**
     * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
     * on the return value: the return value is optional (but if data is returned, it must not be false).
     * @param token The token targeted by the call.
     * @param data The call data (encoded using abi.encode or one of its variants).
     */
    function _callOptionalReturn(IERC20 token, bytes memory data) private {
        // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
        // we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that
        // the target address contains contract code and also asserts for success in the low-level call.

        bytes memory returndata = address(token).functionCall(
            data,
            "SafeERC20: low-level call failed"
        );
        if (returndata.length > 0) {
            // Return data is optional
            // solhint-disable-next-line max-line-length
            require(
                abi.decode(returndata, (bool)),
                "SafeERC20: ERC20 operation did not succeed"
            );
        }
    }
}

File 6 of 11 : SafeMath.sol
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.6.0;

/**
 * @dev Wrappers over Solidity's arithmetic operations with added overflow
 * checks.
 *
 * Arithmetic operations in Solidity wrap on overflow. This can easily result
 * in bugs, because programmers usually assume that an overflow raises an
 * error, which is the standard behavior in high level programming languages.
 * `SafeMath` restores this intuition by reverting the transaction when an
 * operation overflows.
 *
 * Using this library instead of the unchecked operations eliminates an entire
 * class of bugs, so it's recommended to use it always.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");

        return c;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return sub(a, b, "SafeMath: subtraction overflow");
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        uint256 c = a - b;

        return c;
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
        // benefit is lost if 'b' is also tested.
        // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
        if (a == 0) {
            return 0;
        }

        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");

        return c;
    }

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return div(a, b, "SafeMath: division by zero");
    }

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        uint256 c = a / b;
        // assert(a == b * c + a % b); // There is no case in which this doesn't hold

        return c;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * Reverts when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        return mod(a, b, "SafeMath: modulo by zero");
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * Reverts with custom message when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        require(b != 0, errorMessage);
        return a % b;
    }
}

File 7 of 11 : Address.sol
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.6.0;

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

        uint256 size;
        // solhint-disable-next-line no-inline-assembly
        assembly {
            size := extcodesize(account)
        }
        return size > 0;
    }

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

        // solhint-disable-next-line avoid-low-level-calls, avoid-call-value
        (bool success, ) = recipient.call{value: amount}("");
        require(
            success,
            "Address: unable to send value, recipient may have reverted"
        );
    }

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

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

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

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

    function _functionCallWithValue(
        address target,
        bytes memory data,
        uint256 weiValue,
        string memory errorMessage
    ) private returns (bytes memory) {
        require(isContract(target), "Address: call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.call{value: weiValue}(
            data
        );
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                // solhint-disable-next-line no-inline-assembly
                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}

File 8 of 11 : IERC20.sol
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.6.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @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 `recipient`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address recipient, 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 `sender` to `recipient` 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 sender,
        address recipient,
        uint256 amount
    ) external returns (bool);

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

File 9 of 11 : IMasterChef.sol
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.6.0;

interface IMasterChef {
    function pendingShare(uint256 _pid, address _user)
        external
        view
        returns (uint256);

    function deposit(uint256 _pid, uint256 _amount) external;

    function withdraw(uint256 _pid, uint256 _amount) external;

    function userInfo(uint256 _pid, address _user)
        external
        view
        returns (uint256, uint256);

    function emergencyWithdraw(uint256 _pid) external;
}

File 10 of 11 : IUniswapRouterETH.sol
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.6.0;

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

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

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

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

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

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

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

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

File 11 of 11 : IUniswapV2Pair.sol
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.6.0;

interface IUniswapV2Pair {
    function token0() external view returns (address);

    function token1() external view returns (address);
}

Settings
{
  "evmVersion": "istanbul",
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "libraries": {
    "MatrixLpAutoCompound.sol": {}
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_want","type":"address"},{"internalType":"uint256","name":"_poolId","type":"uint256"},{"internalType":"address","name":"_masterChef","type":"address"},{"internalType":"address","name":"_output","type":"address"},{"internalType":"address","name":"_uniRouter","type":"address"},{"internalType":"address","name":"_vault","type":"address"},{"internalType":"address","name":"_treasury","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"newCallFee","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"newTreasuryFee","type":"uint256"}],"name":"CallFeeUpdated","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":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"newReferFee","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"newTreasuryFee","type":"uint256"}],"name":"ReferFeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"harvester","type":"address"}],"name":"StratHarvest","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"newFee","type":"uint256"}],"name":"TotalFeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"MAX_FEE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PERCENT_DIVISOR","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"balanceOfPool","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"balanceOfWant","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"beforeDeposit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"callFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"deposit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"harvest","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"lpToken0","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lpToken1","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_fromToken","type":"address"},{"internalType":"address","name":"_toToken","type":"address"},{"internalType":"address","name":"_unirouter","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"makeCustomTxn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"masterchef","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"output","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"outputToLp0Route","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"outputToLp1Route","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"outputToWrappedRoute","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"panic","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"poolId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"retireStrat","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"securityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"route","type":"address[]"}],"name":"setLp0Route","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"route","type":"address[]"}],"name":"setLp1Route","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_bool","type":"bool"}],"name":"setWrappedRoute","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"totalFee","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":[],"name":"treasury","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"treasuryFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"unirouter","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_callFee","type":"uint256"}],"name":"updateCallFee","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_totalFee","type":"uint256"}],"name":"updateTotalFee","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newTreasury","type":"address"}],"name":"updateTreasury","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"usdc","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"vault","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"want","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"wrapped","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"wrappedRoute","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}]

6080604052600380546001600160a01b03199081167321be370d5312f44cb42ce377bc9b8a0cef1a4c8317909155600480549091167304068da6c83afcfa0e13ba15a6696662335d5b751790556103e8600955612328600a908155600b556101c2600c556015805460ff191690553480156200007a57600080fd5b506040516200341b3803806200341b833981810160405260e0811015620000a057600080fd5b508051602082015160408301516060840151608085015160a086015160c09096015194959394929391929091906000620000d962000406565b600080546001600160a01b0319166001600160a01b0383169081178255604051929350917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3506000805460ff60a01b19169055600e80546001600160a01b03199081166001600160a01b0388811691909117909255600d805482168684161790556006805482168a8416179055600180548216858416179055600280548216848416179055600580549091168683161790819055604080516060810182529183168252600454831660208301526003805490931690820152620001c49160109190620008cf565b50600660009054906101000a90046001600160a01b03166001600160a01b0316630dfe16816040518163ffffffff1660e01b815260040160206040518083038186803b1580156200021457600080fd5b505afa15801562000229573d6000803e3d6000fd5b505050506040513d60208110156200024057600080fd5b5051600780546001600160a01b0319166001600160a01b039283161790556006546040805163d21220a760e01b81529051919092169163d21220a7916004808301926020929190829003018186803b1580156200029c57600080fd5b505afa158015620002b1573d6000803e3d6000fd5b505050506040513d6020811015620002c857600080fd5b5051600880546001600160a01b0319166001600160a01b039283161790819055600f889055604080516080810182526005548416815260048054851660208301529284169181019190915260075490921660608301526200032c91601191620008cf565b50604080516060810182526005546001600160a01b0390811682526004548116602083015260085416918101919091526200036c906012906003620008cf565b506005546001600160a01b0390811660008181526014602052604080822080546001600160a01b0319908116909417905560035484168083528183208054851690911790556004548416808352818320805485169091179055600754841680835281832080548516909117905560085490931680825292902080549091169091179055620003f96200040a565b505050505050506200095a565b3390565b600e5460065462000437916001600160a01b03918216911660001962000518602090811b6200193317901c565b600d5460055462000464916001600160a01b03918216911660001962000518602090811b6200193317901c565b600d5460075462000490916001600160a01b039182169116600062000518602090811b6200193317901c565b600d54600754620004bd916001600160a01b03918216911660001962000518602090811b6200193317901c565b600d54600854620004e9916001600160a01b039182169116600062000518602090811b6200193317901c565b600d5460085462000516916001600160a01b03918216911660001962000518602090811b6200193317901c565b565b801580620005a2575060408051636eb1769f60e11b81523060048201526001600160a01b03848116602483015291519185169163dd62ed3e91604480820192602092909190829003018186803b1580156200057257600080fd5b505afa15801562000587573d6000803e3d6000fd5b505050506040513d60208110156200059e57600080fd5b5051155b620005df5760405162461bcd60e51b8152600401808060200182810382526036815260200180620033e56036913960400191505060405180910390fd5b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b0390811663095ea7b360e01b17909152620006379185916200063c16565b505050565b606062000698826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316620006f860201b62001a46179092919060201c565b8051909150156200063757808060200190516020811015620006b957600080fd5b5051620006375760405162461bcd60e51b815260040180806020018281038252602a815260200180620033bb602a913960400191505060405180910390fd5b606062000709848460008562000711565b949350505050565b60606200071e85620008c9565b62000770576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b60208310620007b15780518252601f19909201916020918201910162000790565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d806000811462000815576040519150601f19603f3d011682016040523d82523d6000602084013e6200081a565b606091505b5091509150811562000830579150620007099050565b805115620008415780518082602001fd5b8360405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156200088d57818101518382015260200162000873565b50505050905090810190601f168015620008bb5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b3b151590565b82805482825590600052602060002090810192821562000927579160200282015b828111156200092757825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190620008f0565b506200093592915062000939565b5090565b5b80821115620009355780546001600160a01b03191681556001016200093a565b612a51806200096a6000396000f3fe608060405234801561001057600080fd5b50600436106102695760003560e01c8063722713f711610151578063d32b9604116100c3578063f2fde38b11610087578063f2fde38b146105cd578063f88fb689146105f3578063fb1db27814610610578063fb61778714610618578063fbfa77cf14610620578063fd63a8871461062857610269565b8063d32b96041461045a578063d68e130214610477578063d8719e7d1461047f578063eac0e83c14610522578063f20eaeb8146105c557610269565b806390321e1a1161011557806390321e1a146103f6578063a97a3296146103fe578063bc063e1a1461043a578063c1a3d44c14610442578063cc32d1761461044a578063d0e30db01461045257610269565b8063722713f7146103b05780637f51bb1f146103b85780638456cb59146103de578063877562b6146103e65780638da5cb5b146103ee57610269565b80633f4ba83a116101ea578063573fef0a116101ae578063573fef0a146103695780635c975abb146103715780635ee167c01461037957806361d027b3146103815780636faf1e1b14610389578063715018a6146103a857610269565b80633f4ba83a146103415780634641257d146103495780634700d305146103515780634870dd9a1461035957806350e70d481461036157610269565b80632e1a7d4d116102315780632e1a7d4d146102d95780633092f88b146102f857806336c6cf21146103145780633e0dc34e146103315780633e413bee1461033957610269565b8063115880861461026e5780631d172127146102885780631df4ccfc146102c15780631f1fcd51146102c9578063257ae0de146102d1575b600080fd5b610276610645565b60408051918252519081900360200190f35b6102a56004803603602081101561029e57600080fd5b50356106cc565b604080516001600160a01b039092168252519081900360200190f35b6102766106f3565b6102a56106f9565b6102a5610708565b6102f6600480360360208110156102ef57600080fd5b5035610717565b005b610300610934565b604080519115158252519081900360200190f35b6102a56004803603602081101561032a57600080fd5b503561093d565b61027661094a565b6102a5610950565b6102f661095f565b6102f66109d1565b6102f6610b1d565b610276610be7565b6102a5610bed565b6102f66109cf565b610300610bfc565b6102a5610c0c565b6102a5610c1b565b6102f66004803603602081101561039f57600080fd5b50351515610c2a565b6102f6610c95565b610276610d37565b610300600480360360208110156103ce57600080fd5b50356001600160a01b0316610d57565b6102f6610dd6565b6102a5610e3e565b6102a5610e4d565b610276610e5c565b6102f66004803603608081101561041457600080fd5b506001600160a01b03813581169160208101358216916040820135169060600135610e62565b6102766110e2565b6102766110e8565b610276611164565b6102f661116a565b6103006004803603602081101561047057600080fd5b50356112a8565b610276611388565b6102f66004803603602081101561049557600080fd5b8101906020810181356401000000008111156104b057600080fd5b8201836020820111156104c257600080fd5b803590602001918460208302840111640100000000831117156104e457600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092955061138e945050505050565b6102f66004803603602081101561053857600080fd5b81019060208101813564010000000081111561055357600080fd5b82018360208201111561056557600080fd5b8035906020019184602083028401116401000000008311171561058757600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550611495945050505050565b6102a561159c565b6102f6600480360360208110156105e357600080fd5b50356001600160a01b03166115ab565b6103006004803603602081101561060957600080fd5b50356116a3565b6102a561175a565b6102f6611769565b6102a5611917565b6102a56004803603602081101561063e57600080fd5b5035611926565b600e54600f54604080516393f1a40b60e01b81526004810192909252306024830152805160009384936001600160a01b03909116926393f1a40b92604480840193829003018186803b15801561069a57600080fd5b505afa1580156106ae573d6000803e3d6000fd5b505050506040513d60408110156106c457600080fd5b505191505090565b601081815481106106d957fe5b6000918252602090912001546001600160a01b0316905081565b600c5481565b6006546001600160a01b031681565b600d546001600160a01b031681565b6001546001600160a01b0316331461075f576040805162461bcd60e51b8152602060048201526006602482015265085d985d5b1d60d21b604482015290519081900360640190fd5b600654604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b1580156107aa57600080fd5b505afa1580156107be573d6000803e3d6000fd5b505050506040513d60208110156107d457600080fd5b50519050818110156108d157600e54600f546001600160a01b039091169063441a3e70906108028585611a5d565b6040518363ffffffff1660e01b81526004018083815260200182815260200192505050600060405180830381600087803b15801561083f57600080fd5b505af1158015610853573d6000803e3d6000fd5b5050600654604080516370a0823160e01b815230600482015290516001600160a01b0390921693506370a082319250602480820192602092909190829003018186803b1580156108a257600080fd5b505afa1580156108b6573d6000803e3d6000fd5b505050506040513d60208110156108cc57600080fd5b505190505b818111156108dc5750805b60006108ff6127106108f9600b5485611aa890919063ffffffff16565b90611b01565b60015490915061092f906001600160a01b031661091c8484611a5d565b6006546001600160a01b03169190611b43565b505050565b60155460ff1681565b601181815481106106d957fe5b600f5481565b6004546001600160a01b031681565b610967611b95565b6000546001600160a01b039081169116146109b7576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b6109bf611b99565b6109c7611c41565b6109cf61116a565b565b600054600160a01b900460ff1615610a23576040805162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015290519081900360640190fd5b610a2c33611cf9565b15610a6a576040805162461bcd60e51b81526020600482015260096024820152680858dbdb9d1c9858dd60ba1b604482015290519081900360640190fd5b600e54600f5460408051631c57762b60e31b8152600481019290925260006024830181905290516001600160a01b039093169263e2bbb15892604480820193929182900301818387803b158015610ac057600080fd5b505af1158015610ad4573d6000803e3d6000fd5b50505050610ae0611cff565b610ae8611f5b565b610af061116a565b60405133907f577a37fdb49a88d66684922c6f913df5239b4f214b2b97c53ef8e3bbb2034cb590600090a2565b610b25611b95565b6000546001600160a01b03908116911614610b75576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b610b7d610dd6565b600e54600f5460408051632989754760e11b81526004810192909252516001600160a01b0390921691635312ea8e9160248082019260009290919082900301818387803b158015610bcd57600080fd5b505af1158015610be1573d6000803e3d6000fd5b50505050565b61271081565b6003546001600160a01b031681565b600054600160a01b900460ff1690565b6007546001600160a01b031681565b6002546001600160a01b031681565b610c32611b95565b6000546001600160a01b03908116911614610c82576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b6015805460ff1916911515919091179055565b610c9d611b95565b6000546001600160a01b03908116911614610ced576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000610d52610d44610645565b610d4c6110e8565b906123a8565b905090565b6000610d61611b95565b6000546001600160a01b03908116911614610db1576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b50600280546001600160a01b0383166001600160a01b03199091161790556001919050565b610dde611b95565b6000546001600160a01b03908116911614610e2e576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b610e36612402565b6109cf612490565b6008546001600160a01b031681565b6000546001600160a01b031690565b60095481565b610e6a611b95565b6000546001600160a01b03908116911614610eba576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b6006546001600160a01b0385811691161415610f16576040805162461bcd60e51b815260206004820152601660248201527531b0b73737ba1039bbb0b8103bb0b73a103a37b5b2b760511b604482015290519081900360640190fd5b610f21848383612508565b604080518082019091526001600160a01b03808616825284166020820152610f4d9060139060026128d0565b506001600160a01b0382166338ed1739826000601330610f6f426102586123a8565b6040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b031681526020018381526020018281038252858181548152602001915080548015610fee57602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610fd0575b50509650505050505050600060405180830381600087803b15801561101257600080fd5b505af1158015611026573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052602081101561104f57600080fd5b810190808051604051939291908464010000000082111561106f57600080fd5b90830190602082018581111561108457600080fd5b82518660208202830111640100000000821117156110a157600080fd5b82525081516020918201928201910280838360005b838110156110ce5781810151838201526020016110b6565b505050509050016040525050505050505050565b6101f481565b600654604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561113357600080fd5b505afa158015611147573d6000803e3d6000fd5b505050506040513d602081101561115d57600080fd5b5051905090565b600a5481565b600054600160a01b900460ff16156111bc576040805162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015290519081900360640190fd5b600654604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561120757600080fd5b505afa15801561121b573d6000803e3d6000fd5b505050506040513d602081101561123157600080fd5b5051600e54600f5460408051631c57762b60e31b8152600481019290925260248201849052519293506001600160a01b039091169163e2bbb1589160448082019260009290919082900301818387803b15801561128d57600080fd5b505af11580156112a1573d6000803e3d6000fd5b5050505050565b60006112b2611b95565b6000546001600160a01b03908116911614611302576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b6101f4821115611348576040805162461bcd60e51b815260206004820152600c60248201526b08ccaca40a8dede4090d2ced60a31b604482015290519081900360640190fd5b600c8290556040805183815290517f2e59d502792bca3d730c472cd3acfbc16d0f9fe6ce0cddbdf0f80830251dfaca9181900360200190a1506001919050565b600b5481565b611396611b95565b6000546001600160a01b039081169116146113e6576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b805160005b818110156114815760006001600160a01b03166014600085848151811061140e57fe5b6020908102919091018101516001600160a01b0390811683529082019290925260400160002054161415611479576040805162461bcd60e51b815260206004820152600d60248201526c696e76616c69642d726f75746560981b604482015290519081900360640190fd5b6001016113eb565b50815161092f9060119060208501906128d0565b61149d611b95565b6000546001600160a01b039081169116146114ed576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b805160005b818110156115885760006001600160a01b03166014600085848151811061151557fe5b6020908102919091018101516001600160a01b0390811683529082019290925260400160002054161415611580576040805162461bcd60e51b815260206004820152600d60248201526c696e76616c69642d726f75746560981b604482015290519081900360640190fd5b6001016114f2565b50815161092f9060129060208501906128d0565b6005546001600160a01b031681565b6115b3611b95565b6000546001600160a01b03908116911614611603576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b6001600160a01b0381166116485760405162461bcd60e51b81526004018080602001828103825260268152602001806129556026913960400191505060405180910390fd5b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b60006116ad611b95565b6000546001600160a01b039081169116146116fd576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b600982905561170e61271083611a5d565b600a81905560095460408051918252602082019290925281517f06a730aa61ec47f8cc95582be032daaf0ec4cb816c24b9c07b574ea41821048b929181900390910190a1506001919050565b600e546001600160a01b031681565b6001546001600160a01b031633146117b1576040805162461bcd60e51b8152602060048201526006602482015265085d985d5b1d60d21b604482015290519081900360640190fd5b600e54600f5460408051632989754760e11b81526004810192909252516001600160a01b0390921691635312ea8e9160248082019260009290919082900301818387803b15801561180157600080fd5b505af1158015611815573d6000803e3d6000fd5b5050600654604080516370a0823160e01b81523060048201529051600094506001600160a01b0390921692506370a08231916024808301926020929190829003018186803b15801561186657600080fd5b505afa15801561187a573d6000803e3d6000fd5b505050506040513d602081101561189057600080fd5b50516006546001546040805163a9059cbb60e01b81526001600160a01b03928316600482015260248101859052905193945091169163a9059cbb916044808201926020929091908290030181600087803b1580156118ed57600080fd5b505af1158015611901573d6000803e3d6000fd5b505050506040513d602081101561092f57600080fd5b6001546001600160a01b031681565b601281815481106106d957fe5b8015806119b9575060408051636eb1769f60e11b81523060048201526001600160a01b03848116602483015291519185169163dd62ed3e91604480820192602092909190829003018186803b15801561198b57600080fd5b505afa15801561199f573d6000803e3d6000fd5b505050506040513d60208110156119b557600080fd5b5051155b6119f45760405162461bcd60e51b81526004018080602001828103825260368152602001806129e66036913960400191505060405180910390fd5b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663095ea7b360e01b17905261092f9084906125b5565b6060611a558484600085612666565b949350505050565b6000611a9f83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250612811565b90505b92915050565b600082611ab757506000611aa2565b82820282848281611ac457fe5b0414611a9f5760405162461bcd60e51b815260040180806020018281038252602181526020018061297b6021913960400191505060405180910390fd5b6000611a9f83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525061286b565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b17905261092f9084906125b5565b3390565b600054600160a01b900460ff16611bee576040805162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b604482015290519081900360640190fd5b6000805460ff60a01b191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611c24611b95565b604080516001600160a01b039092168252519081900360200190a1565b600e54600654611c60916001600160a01b039182169116600019611933565b600d54600554611c7f916001600160a01b039182169116600019611933565b600d54600754611c9d916001600160a01b0391821691166000611933565b600d54600754611cbc916001600160a01b039182169116600019611933565b600d54600854611cda916001600160a01b0391821691166000611933565b600d546008546109cf916001600160a01b039182169116600019611933565b3b151590565b600c54600554604080516370a0823160e01b81523060048201529051600093611d8e93612710936108f9936001600160a01b03909216916370a0823191602480820192602092909190829003018186803b158015611d5c57600080fd5b505afa158015611d70573d6000803e3d6000fd5b505050506040513d6020811015611d8657600080fd5b505190611aa8565b600d549091506001600160a01b0316635c11d795826000601030611db4426102586123a8565b6040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b031681526020018381526020018281038252858181548152602001915080548015611e3357602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311611e15575b50509650505050505050600060405180830381600087803b158015611e5757600080fd5b505af1158015611e6b573d6000803e3d6000fd5b5050600354604080516370a0823160e01b81523060048201529051600094506001600160a01b0390921692506370a08231916024808301926020929190829003018186803b158015611ebc57600080fd5b505afa158015611ed0573d6000803e3d6000fd5b505050506040513d6020811015611ee657600080fd5b5051600954909150600090611f0490612710906108f9908590611aa8565b600354909150611f1e906001600160a01b03163383611b43565b6000611f3b6127106108f9600a5486611aa890919063ffffffff16565b600254600354919250610be1916001600160a01b03908116911683611b43565b600554604080516370a0823160e01b81523060048201529051600092611fe2926002926001600160a01b03909216916370a0823191602480820192602092909190829003018186803b158015611fb057600080fd5b505afa158015611fc4573d6000803e3d6000fd5b505050506040513d6020811015611fda57600080fd5b505190611b01565b6005546007549192506001600160a01b039182169116146120dc57600d546001600160a01b0316635c11d795826000601130612020426102586123a8565b6040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b03168152602001838152602001828103825285818154815260200191508054801561209f57602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311612081575b50509650505050505050600060405180830381600087803b1580156120c357600080fd5b505af11580156120d7573d6000803e3d6000fd5b505050505b6005546008546001600160a01b039081169116146121d357600d546001600160a01b0316635c11d795826000601230612117426102586123a8565b6040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b03168152602001838152602001828103825285818154815260200191508054801561219657602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311612178575b50509650505050505050600060405180830381600087803b1580156121ba57600080fd5b505af11580156121ce573d6000803e3d6000fd5b505050505b600754604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561221e57600080fd5b505afa158015612232573d6000803e3d6000fd5b505050506040513d602081101561224857600080fd5b5051600854604080516370a0823160e01b815230600482015290519293506000926001600160a01b03909216916370a0823191602480820192602092909190829003018186803b15801561229b57600080fd5b505afa1580156122af573d6000803e3d6000fd5b505050506040513d60208110156122c557600080fd5b5051600d546007546008549293506001600160a01b039182169263e8e337009291821691168585600180306122fc426102586123a8565b6040518963ffffffff1660e01b815260040180896001600160a01b03168152602001886001600160a01b03168152602001878152602001868152602001858152602001848152602001836001600160a01b0316815260200182815260200198505050505050505050606060405180830381600087803b15801561237e57600080fd5b505af1158015612392573d6000803e3d6000fd5b505050506040513d60608110156112a157600080fd5b600082820183811015611a9f576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b600054600160a01b900460ff1615612454576040805162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015290519081900360640190fd5b6000805460ff60a01b1916600160a01b1790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611c24611b95565b600e546006546124ae916001600160a01b0391821691166000611933565b600d546005546124cc916001600160a01b0391821691166000611933565b600d546007546124ea916001600160a01b0391821691166000611933565b600d546008546109cf916001600160a01b0391821691166000611933565b60408051636eb1769f60e11b81523060048201526001600160a01b0384811660248301529151839286169163dd62ed3e916044808301926020929190829003018186803b15801561255857600080fd5b505afa15801561256c573d6000803e3d6000fd5b505050506040513d602081101561258257600080fd5b5051101561092f5761259f6001600160a01b038416836000611933565b61092f6001600160a01b03841683600019611933565b606061260a826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316611a469092919063ffffffff16565b80519091501561092f5780806020019051602081101561262957600080fd5b505161092f5760405162461bcd60e51b815260040180806020018281038252602a8152602001806129bc602a913960400191505060405180910390fd5b606061267185611cf9565b6126c2576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b602083106127015780518252601f1990920191602091820191016126e2565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114612763576040519150601f19603f3d011682016040523d82523d6000602084013e612768565b606091505b5091509150811561277c579150611a559050565b80511561278c5780518082602001fd5b8360405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156127d65781810151838201526020016127be565b50505050905090810190601f1680156128035780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b600081848411156128635760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156127d65781810151838201526020016127be565b505050900390565b600081836128ba5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156127d65781810151838201526020016127be565b5060008385816128c657fe5b0495945050505050565b828054828255906000526020600020908101928215612925579160200282015b8281111561292557825182546001600160a01b0319166001600160a01b039091161782556020909201916001909101906128f0565b50612931929150612935565b5090565b5b808211156129315780546001600160a01b031916815560010161293656fe4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f774f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725361666545524332303a204552433230206f7065726174696f6e20646964206e6f7420737563636565645361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f20746f206e6f6e2d7a65726f20616c6c6f77616e6365a26469706673582212209a25133e83108fb31bd84bf193a92179196643094f44cc9a0679607e8b29b2d264736f6c634300060c00335361666545524332303a204552433230206f7065726174696f6e20646964206e6f7420737563636565645361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f20746f206e6f6e2d7a65726f20616c6c6f77616e6365000000000000000000000000f5d13b8fefbe99467496182eb95e6fa4ae02501a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000724783fde5c8d0caf60f780f4a45430da4d7254400000000000000000000000075700df9e08c6b993007decaa4e3bddd6af5f025000000000000000000000000f491e7b69e4244ad4002bc14e878a34207e38c29000000000000000000000000ea41604dd7520d6c2dfbfa98e983532d9ee067540000000000000000000000008317b428082802c8aa84d670e495a0003d11368a

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106102695760003560e01c8063722713f711610151578063d32b9604116100c3578063f2fde38b11610087578063f2fde38b146105cd578063f88fb689146105f3578063fb1db27814610610578063fb61778714610618578063fbfa77cf14610620578063fd63a8871461062857610269565b8063d32b96041461045a578063d68e130214610477578063d8719e7d1461047f578063eac0e83c14610522578063f20eaeb8146105c557610269565b806390321e1a1161011557806390321e1a146103f6578063a97a3296146103fe578063bc063e1a1461043a578063c1a3d44c14610442578063cc32d1761461044a578063d0e30db01461045257610269565b8063722713f7146103b05780637f51bb1f146103b85780638456cb59146103de578063877562b6146103e65780638da5cb5b146103ee57610269565b80633f4ba83a116101ea578063573fef0a116101ae578063573fef0a146103695780635c975abb146103715780635ee167c01461037957806361d027b3146103815780636faf1e1b14610389578063715018a6146103a857610269565b80633f4ba83a146103415780634641257d146103495780634700d305146103515780634870dd9a1461035957806350e70d481461036157610269565b80632e1a7d4d116102315780632e1a7d4d146102d95780633092f88b146102f857806336c6cf21146103145780633e0dc34e146103315780633e413bee1461033957610269565b8063115880861461026e5780631d172127146102885780631df4ccfc146102c15780631f1fcd51146102c9578063257ae0de146102d1575b600080fd5b610276610645565b60408051918252519081900360200190f35b6102a56004803603602081101561029e57600080fd5b50356106cc565b604080516001600160a01b039092168252519081900360200190f35b6102766106f3565b6102a56106f9565b6102a5610708565b6102f6600480360360208110156102ef57600080fd5b5035610717565b005b610300610934565b604080519115158252519081900360200190f35b6102a56004803603602081101561032a57600080fd5b503561093d565b61027661094a565b6102a5610950565b6102f661095f565b6102f66109d1565b6102f6610b1d565b610276610be7565b6102a5610bed565b6102f66109cf565b610300610bfc565b6102a5610c0c565b6102a5610c1b565b6102f66004803603602081101561039f57600080fd5b50351515610c2a565b6102f6610c95565b610276610d37565b610300600480360360208110156103ce57600080fd5b50356001600160a01b0316610d57565b6102f6610dd6565b6102a5610e3e565b6102a5610e4d565b610276610e5c565b6102f66004803603608081101561041457600080fd5b506001600160a01b03813581169160208101358216916040820135169060600135610e62565b6102766110e2565b6102766110e8565b610276611164565b6102f661116a565b6103006004803603602081101561047057600080fd5b50356112a8565b610276611388565b6102f66004803603602081101561049557600080fd5b8101906020810181356401000000008111156104b057600080fd5b8201836020820111156104c257600080fd5b803590602001918460208302840111640100000000831117156104e457600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092955061138e945050505050565b6102f66004803603602081101561053857600080fd5b81019060208101813564010000000081111561055357600080fd5b82018360208201111561056557600080fd5b8035906020019184602083028401116401000000008311171561058757600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550611495945050505050565b6102a561159c565b6102f6600480360360208110156105e357600080fd5b50356001600160a01b03166115ab565b6103006004803603602081101561060957600080fd5b50356116a3565b6102a561175a565b6102f6611769565b6102a5611917565b6102a56004803603602081101561063e57600080fd5b5035611926565b600e54600f54604080516393f1a40b60e01b81526004810192909252306024830152805160009384936001600160a01b03909116926393f1a40b92604480840193829003018186803b15801561069a57600080fd5b505afa1580156106ae573d6000803e3d6000fd5b505050506040513d60408110156106c457600080fd5b505191505090565b601081815481106106d957fe5b6000918252602090912001546001600160a01b0316905081565b600c5481565b6006546001600160a01b031681565b600d546001600160a01b031681565b6001546001600160a01b0316331461075f576040805162461bcd60e51b8152602060048201526006602482015265085d985d5b1d60d21b604482015290519081900360640190fd5b600654604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b1580156107aa57600080fd5b505afa1580156107be573d6000803e3d6000fd5b505050506040513d60208110156107d457600080fd5b50519050818110156108d157600e54600f546001600160a01b039091169063441a3e70906108028585611a5d565b6040518363ffffffff1660e01b81526004018083815260200182815260200192505050600060405180830381600087803b15801561083f57600080fd5b505af1158015610853573d6000803e3d6000fd5b5050600654604080516370a0823160e01b815230600482015290516001600160a01b0390921693506370a082319250602480820192602092909190829003018186803b1580156108a257600080fd5b505afa1580156108b6573d6000803e3d6000fd5b505050506040513d60208110156108cc57600080fd5b505190505b818111156108dc5750805b60006108ff6127106108f9600b5485611aa890919063ffffffff16565b90611b01565b60015490915061092f906001600160a01b031661091c8484611a5d565b6006546001600160a01b03169190611b43565b505050565b60155460ff1681565b601181815481106106d957fe5b600f5481565b6004546001600160a01b031681565b610967611b95565b6000546001600160a01b039081169116146109b7576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b6109bf611b99565b6109c7611c41565b6109cf61116a565b565b600054600160a01b900460ff1615610a23576040805162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015290519081900360640190fd5b610a2c33611cf9565b15610a6a576040805162461bcd60e51b81526020600482015260096024820152680858dbdb9d1c9858dd60ba1b604482015290519081900360640190fd5b600e54600f5460408051631c57762b60e31b8152600481019290925260006024830181905290516001600160a01b039093169263e2bbb15892604480820193929182900301818387803b158015610ac057600080fd5b505af1158015610ad4573d6000803e3d6000fd5b50505050610ae0611cff565b610ae8611f5b565b610af061116a565b60405133907f577a37fdb49a88d66684922c6f913df5239b4f214b2b97c53ef8e3bbb2034cb590600090a2565b610b25611b95565b6000546001600160a01b03908116911614610b75576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b610b7d610dd6565b600e54600f5460408051632989754760e11b81526004810192909252516001600160a01b0390921691635312ea8e9160248082019260009290919082900301818387803b158015610bcd57600080fd5b505af1158015610be1573d6000803e3d6000fd5b50505050565b61271081565b6003546001600160a01b031681565b600054600160a01b900460ff1690565b6007546001600160a01b031681565b6002546001600160a01b031681565b610c32611b95565b6000546001600160a01b03908116911614610c82576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b6015805460ff1916911515919091179055565b610c9d611b95565b6000546001600160a01b03908116911614610ced576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000610d52610d44610645565b610d4c6110e8565b906123a8565b905090565b6000610d61611b95565b6000546001600160a01b03908116911614610db1576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b50600280546001600160a01b0383166001600160a01b03199091161790556001919050565b610dde611b95565b6000546001600160a01b03908116911614610e2e576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b610e36612402565b6109cf612490565b6008546001600160a01b031681565b6000546001600160a01b031690565b60095481565b610e6a611b95565b6000546001600160a01b03908116911614610eba576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b6006546001600160a01b0385811691161415610f16576040805162461bcd60e51b815260206004820152601660248201527531b0b73737ba1039bbb0b8103bb0b73a103a37b5b2b760511b604482015290519081900360640190fd5b610f21848383612508565b604080518082019091526001600160a01b03808616825284166020820152610f4d9060139060026128d0565b506001600160a01b0382166338ed1739826000601330610f6f426102586123a8565b6040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b031681526020018381526020018281038252858181548152602001915080548015610fee57602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610fd0575b50509650505050505050600060405180830381600087803b15801561101257600080fd5b505af1158015611026573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052602081101561104f57600080fd5b810190808051604051939291908464010000000082111561106f57600080fd5b90830190602082018581111561108457600080fd5b82518660208202830111640100000000821117156110a157600080fd5b82525081516020918201928201910280838360005b838110156110ce5781810151838201526020016110b6565b505050509050016040525050505050505050565b6101f481565b600654604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561113357600080fd5b505afa158015611147573d6000803e3d6000fd5b505050506040513d602081101561115d57600080fd5b5051905090565b600a5481565b600054600160a01b900460ff16156111bc576040805162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015290519081900360640190fd5b600654604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561120757600080fd5b505afa15801561121b573d6000803e3d6000fd5b505050506040513d602081101561123157600080fd5b5051600e54600f5460408051631c57762b60e31b8152600481019290925260248201849052519293506001600160a01b039091169163e2bbb1589160448082019260009290919082900301818387803b15801561128d57600080fd5b505af11580156112a1573d6000803e3d6000fd5b5050505050565b60006112b2611b95565b6000546001600160a01b03908116911614611302576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b6101f4821115611348576040805162461bcd60e51b815260206004820152600c60248201526b08ccaca40a8dede4090d2ced60a31b604482015290519081900360640190fd5b600c8290556040805183815290517f2e59d502792bca3d730c472cd3acfbc16d0f9fe6ce0cddbdf0f80830251dfaca9181900360200190a1506001919050565b600b5481565b611396611b95565b6000546001600160a01b039081169116146113e6576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b805160005b818110156114815760006001600160a01b03166014600085848151811061140e57fe5b6020908102919091018101516001600160a01b0390811683529082019290925260400160002054161415611479576040805162461bcd60e51b815260206004820152600d60248201526c696e76616c69642d726f75746560981b604482015290519081900360640190fd5b6001016113eb565b50815161092f9060119060208501906128d0565b61149d611b95565b6000546001600160a01b039081169116146114ed576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b805160005b818110156115885760006001600160a01b03166014600085848151811061151557fe5b6020908102919091018101516001600160a01b0390811683529082019290925260400160002054161415611580576040805162461bcd60e51b815260206004820152600d60248201526c696e76616c69642d726f75746560981b604482015290519081900360640190fd5b6001016114f2565b50815161092f9060129060208501906128d0565b6005546001600160a01b031681565b6115b3611b95565b6000546001600160a01b03908116911614611603576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b6001600160a01b0381166116485760405162461bcd60e51b81526004018080602001828103825260268152602001806129556026913960400191505060405180910390fd5b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b60006116ad611b95565b6000546001600160a01b039081169116146116fd576040805162461bcd60e51b8152602060048201819052602482015260008051602061299c833981519152604482015290519081900360640190fd5b600982905561170e61271083611a5d565b600a81905560095460408051918252602082019290925281517f06a730aa61ec47f8cc95582be032daaf0ec4cb816c24b9c07b574ea41821048b929181900390910190a1506001919050565b600e546001600160a01b031681565b6001546001600160a01b031633146117b1576040805162461bcd60e51b8152602060048201526006602482015265085d985d5b1d60d21b604482015290519081900360640190fd5b600e54600f5460408051632989754760e11b81526004810192909252516001600160a01b0390921691635312ea8e9160248082019260009290919082900301818387803b15801561180157600080fd5b505af1158015611815573d6000803e3d6000fd5b5050600654604080516370a0823160e01b81523060048201529051600094506001600160a01b0390921692506370a08231916024808301926020929190829003018186803b15801561186657600080fd5b505afa15801561187a573d6000803e3d6000fd5b505050506040513d602081101561189057600080fd5b50516006546001546040805163a9059cbb60e01b81526001600160a01b03928316600482015260248101859052905193945091169163a9059cbb916044808201926020929091908290030181600087803b1580156118ed57600080fd5b505af1158015611901573d6000803e3d6000fd5b505050506040513d602081101561092f57600080fd5b6001546001600160a01b031681565b601281815481106106d957fe5b8015806119b9575060408051636eb1769f60e11b81523060048201526001600160a01b03848116602483015291519185169163dd62ed3e91604480820192602092909190829003018186803b15801561198b57600080fd5b505afa15801561199f573d6000803e3d6000fd5b505050506040513d60208110156119b557600080fd5b5051155b6119f45760405162461bcd60e51b81526004018080602001828103825260368152602001806129e66036913960400191505060405180910390fd5b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663095ea7b360e01b17905261092f9084906125b5565b6060611a558484600085612666565b949350505050565b6000611a9f83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250612811565b90505b92915050565b600082611ab757506000611aa2565b82820282848281611ac457fe5b0414611a9f5760405162461bcd60e51b815260040180806020018281038252602181526020018061297b6021913960400191505060405180910390fd5b6000611a9f83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525061286b565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b17905261092f9084906125b5565b3390565b600054600160a01b900460ff16611bee576040805162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b604482015290519081900360640190fd5b6000805460ff60a01b191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611c24611b95565b604080516001600160a01b039092168252519081900360200190a1565b600e54600654611c60916001600160a01b039182169116600019611933565b600d54600554611c7f916001600160a01b039182169116600019611933565b600d54600754611c9d916001600160a01b0391821691166000611933565b600d54600754611cbc916001600160a01b039182169116600019611933565b600d54600854611cda916001600160a01b0391821691166000611933565b600d546008546109cf916001600160a01b039182169116600019611933565b3b151590565b600c54600554604080516370a0823160e01b81523060048201529051600093611d8e93612710936108f9936001600160a01b03909216916370a0823191602480820192602092909190829003018186803b158015611d5c57600080fd5b505afa158015611d70573d6000803e3d6000fd5b505050506040513d6020811015611d8657600080fd5b505190611aa8565b600d549091506001600160a01b0316635c11d795826000601030611db4426102586123a8565b6040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b031681526020018381526020018281038252858181548152602001915080548015611e3357602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311611e15575b50509650505050505050600060405180830381600087803b158015611e5757600080fd5b505af1158015611e6b573d6000803e3d6000fd5b5050600354604080516370a0823160e01b81523060048201529051600094506001600160a01b0390921692506370a08231916024808301926020929190829003018186803b158015611ebc57600080fd5b505afa158015611ed0573d6000803e3d6000fd5b505050506040513d6020811015611ee657600080fd5b5051600954909150600090611f0490612710906108f9908590611aa8565b600354909150611f1e906001600160a01b03163383611b43565b6000611f3b6127106108f9600a5486611aa890919063ffffffff16565b600254600354919250610be1916001600160a01b03908116911683611b43565b600554604080516370a0823160e01b81523060048201529051600092611fe2926002926001600160a01b03909216916370a0823191602480820192602092909190829003018186803b158015611fb057600080fd5b505afa158015611fc4573d6000803e3d6000fd5b505050506040513d6020811015611fda57600080fd5b505190611b01565b6005546007549192506001600160a01b039182169116146120dc57600d546001600160a01b0316635c11d795826000601130612020426102586123a8565b6040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b03168152602001838152602001828103825285818154815260200191508054801561209f57602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311612081575b50509650505050505050600060405180830381600087803b1580156120c357600080fd5b505af11580156120d7573d6000803e3d6000fd5b505050505b6005546008546001600160a01b039081169116146121d357600d546001600160a01b0316635c11d795826000601230612117426102586123a8565b6040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b03168152602001838152602001828103825285818154815260200191508054801561219657602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311612178575b50509650505050505050600060405180830381600087803b1580156121ba57600080fd5b505af11580156121ce573d6000803e3d6000fd5b505050505b600754604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561221e57600080fd5b505afa158015612232573d6000803e3d6000fd5b505050506040513d602081101561224857600080fd5b5051600854604080516370a0823160e01b815230600482015290519293506000926001600160a01b03909216916370a0823191602480820192602092909190829003018186803b15801561229b57600080fd5b505afa1580156122af573d6000803e3d6000fd5b505050506040513d60208110156122c557600080fd5b5051600d546007546008549293506001600160a01b039182169263e8e337009291821691168585600180306122fc426102586123a8565b6040518963ffffffff1660e01b815260040180896001600160a01b03168152602001886001600160a01b03168152602001878152602001868152602001858152602001848152602001836001600160a01b0316815260200182815260200198505050505050505050606060405180830381600087803b15801561237e57600080fd5b505af1158015612392573d6000803e3d6000fd5b505050506040513d60608110156112a157600080fd5b600082820183811015611a9f576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b600054600160a01b900460ff1615612454576040805162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015290519081900360640190fd5b6000805460ff60a01b1916600160a01b1790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611c24611b95565b600e546006546124ae916001600160a01b0391821691166000611933565b600d546005546124cc916001600160a01b0391821691166000611933565b600d546007546124ea916001600160a01b0391821691166000611933565b600d546008546109cf916001600160a01b0391821691166000611933565b60408051636eb1769f60e11b81523060048201526001600160a01b0384811660248301529151839286169163dd62ed3e916044808301926020929190829003018186803b15801561255857600080fd5b505afa15801561256c573d6000803e3d6000fd5b505050506040513d602081101561258257600080fd5b5051101561092f5761259f6001600160a01b038416836000611933565b61092f6001600160a01b03841683600019611933565b606061260a826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316611a469092919063ffffffff16565b80519091501561092f5780806020019051602081101561262957600080fd5b505161092f5760405162461bcd60e51b815260040180806020018281038252602a8152602001806129bc602a913960400191505060405180910390fd5b606061267185611cf9565b6126c2576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b602083106127015780518252601f1990920191602091820191016126e2565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114612763576040519150601f19603f3d011682016040523d82523d6000602084013e612768565b606091505b5091509150811561277c579150611a559050565b80511561278c5780518082602001fd5b8360405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156127d65781810151838201526020016127be565b50505050905090810190601f1680156128035780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b600081848411156128635760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156127d65781810151838201526020016127be565b505050900390565b600081836128ba5760405162461bcd60e51b81526020600482018181528351602484015283519092839260449091019190850190808383600083156127d65781810151838201526020016127be565b5060008385816128c657fe5b0495945050505050565b828054828255906000526020600020908101928215612925579160200282015b8281111561292557825182546001600160a01b0319166001600160a01b039091161782556020909201916001909101906128f0565b50612931929150612935565b5090565b5b808211156129315780546001600160a01b031916815560010161293656fe4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f774f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725361666545524332303a204552433230206f7065726174696f6e20646964206e6f7420737563636565645361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f20746f206e6f6e2d7a65726f20616c6c6f77616e6365a26469706673582212209a25133e83108fb31bd84bf193a92179196643094f44cc9a0679607e8b29b2d264736f6c634300060c0033

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

000000000000000000000000f5d13b8fefbe99467496182eb95e6fa4ae02501a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000724783fde5c8d0caf60f780f4a45430da4d7254400000000000000000000000075700df9e08c6b993007decaa4e3bddd6af5f025000000000000000000000000f491e7b69e4244ad4002bc14e878a34207e38c29000000000000000000000000ea41604dd7520d6c2dfbfa98e983532d9ee067540000000000000000000000008317b428082802c8aa84d670e495a0003d11368a

-----Decoded View---------------
Arg [0] : _want (address): 0xf5D13b8fEfBE99467496182Eb95e6fA4ae02501A
Arg [1] : _poolId (uint256): 0
Arg [2] : _masterChef (address): 0x724783FdE5C8d0CAf60f780f4a45430da4D72544
Arg [3] : _output (address): 0x75700df9e08C6B993007decAa4e3BdDD6aF5F025
Arg [4] : _uniRouter (address): 0xF491e7B69E4244ad4002BC14e878a34207E38c29
Arg [5] : _vault (address): 0xEa41604dD7520D6c2DFbfa98E983532D9ee06754
Arg [6] : _treasury (address): 0x8317b428082802C8AA84D670E495a0003D11368a

-----Encoded View---------------
7 Constructor Arguments found :
Arg [0] : 000000000000000000000000f5d13b8fefbe99467496182eb95e6fa4ae02501a
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [2] : 000000000000000000000000724783fde5c8d0caf60f780f4a45430da4d72544
Arg [3] : 00000000000000000000000075700df9e08c6b993007decaa4e3bddd6af5f025
Arg [4] : 000000000000000000000000f491e7b69e4244ad4002bc14e878a34207e38c29
Arg [5] : 000000000000000000000000ea41604dd7520d6c2dfbfa98e983532d9ee06754
Arg [6] : 0000000000000000000000008317b428082802c8aa84d670e495a0003d11368a


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

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

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