MATIC Price: $1.01 (-2.10%)
Gas: 127 GWei
 
Transaction Hash
Method
Block
From
To
Value
Harvest487931412023-10-16 17:17:59163 days ago1697476679IN
0x6ed82Aaa...912De0916
0 MATIC0.0850029131.64906538
Harvest487930882023-10-16 17:16:07163 days ago1697476567IN
0x6ed82Aaa...912De0916
0 MATIC0.08056816124.83910692
Harvest487930352023-10-16 17:14:13163 days ago1697476453IN
0x6ed82Aaa...912De0916
0 MATIC0.09488368147.02077956
Harvest487929672023-10-16 17:11:49163 days ago1697476309IN
0x6ed82Aaa...912De0916
0 MATIC0.10424867160.83390299
Harvest487922832023-10-16 16:47:02163 days ago1697474822IN
0x6ed82Aaa...912De0916
0 MATIC0.10415234161.8841081
Harvest230541652021-12-28 7:17:23821 days ago1640675843IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230541592021-12-28 7:16:59821 days ago1640675819IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230541532021-12-28 7:16:35821 days ago1640675795IN
0x6ed82Aaa...912De0916
0 MATIC0.0037633933.3
Harvest230541512021-12-28 7:16:27821 days ago1640675787IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230541482021-12-28 7:16:15821 days ago1640675775IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230533282021-12-28 6:47:53821 days ago1640674073IN
0x6ed82Aaa...912De0916
0 MATIC0.0036164832
Harvest230533142021-12-28 6:47:25821 days ago1640674045IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230518452021-12-28 5:54:43821 days ago1640670883IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230512812021-12-28 5:33:11821 days ago1640669591IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230512752021-12-28 5:32:59821 days ago1640669579IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230512682021-12-28 5:32:45821 days ago1640669565IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230503052021-12-28 4:59:39821 days ago1640667579IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230384662021-12-27 21:45:00821 days ago1640641500IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230381952021-12-27 21:33:30821 days ago1640640810IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest230381452021-12-27 21:31:50821 days ago1640640710IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest229931032021-12-26 17:39:17822 days ago1640540357IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest229931022021-12-26 17:39:15822 days ago1640540355IN
0x6ed82Aaa...912De0916
0 MATIC0.0111884899
Harvest229930982021-12-26 17:39:07822 days ago1640540347IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
Harvest229930972021-12-26 17:39:05822 days ago1640540345IN
0x6ed82Aaa...912De0916
0 MATIC0.0047089541.66666666
Harvest229928352021-12-26 17:30:05822 days ago1640539805IN
0x6ed82Aaa...912De0916
0 MATIC0.0033904530
View all transactions

Parent Txn Hash Block From To Value
View All Internal Transactions
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x680fFd9E...353D6B622
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
StrategyDinoSwapLPAlternate

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at polygonscan.com on 2021-07-31
*/

// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/Context.sol


pragma solidity >=0.6.0 <0.8.0;

/*
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with 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: @openzeppelin/contracts/token/ERC20/IERC20.sol


pragma solidity >=0.6.0 <0.8.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: @openzeppelin/contracts/math/SafeMath.sol


pragma solidity >=0.6.0 <0.8.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, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        uint256 c = a + b;
        if (c < a) return (false, 0);
        return (true, c);
    }

    /**
     * @dev Returns the substraction of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        if (b > a) return (false, 0);
        return (true, a - b);
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, 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 (true, 0);
        uint256 c = a * b;
        if (c / a != b) return (false, 0);
        return (true, c);
    }

    /**
     * @dev Returns the division of two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        if (b == 0) return (false, 0);
        return (true, a / b);
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        if (b == 0) return (false, 0);
        return (true, a % b);
    }

    /**
     * @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) {
        require(b <= a, "SafeMath: subtraction overflow");
        return a - b;
    }

    /**
     * @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) {
        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, reverting 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) {
        require(b > 0, "SafeMath: division by zero");
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting 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) {
        require(b > 0, "SafeMath: modulo by zero");
        return a % b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * 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);
        return a - b;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryDiv}.
     *
     * 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);
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting with custom message when dividing by zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryMod}.
     *
     * 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: @openzeppelin/contracts/token/ERC20/ERC20.sol


pragma solidity >=0.6.0 <0.8.0;




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

    mapping (address => uint256) private _balances;

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;
    uint8 private _decimals;

    /**
     * @dev Sets the values for {name} and {symbol}, initializes {decimals} with
     * a default value of 18.
     *
     * To select a different value for {decimals}, use {_setupDecimals}.
     *
     * All three of these values are immutable: they can only be set once during
     * construction.
     */
    constructor (string memory name_, string memory symbol_) public {
        _name = name_;
        _symbol = symbol_;
        _decimals = 18;
    }

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

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

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

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

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

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

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

    /**
     * @dev See {IERC20-approve}.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        _approve(_msgSender(), spender, amount);
        return true;
    }

    /**
     * @dev See {IERC20-transferFrom}.
     *
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20}.
     *
     * Requirements:
     *
     * - `sender` and `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     * - the caller must have allowance for ``sender``'s tokens of at least
     * `amount`.
     */
    function transferFrom(address sender, address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);
        _approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance"));
        return true;
    }

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

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

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

        _beforeTokenTransfer(sender, recipient, amount);

        _balances[sender] = _balances[sender].sub(amount, "ERC20: transfer amount exceeds balance");
        _balances[recipient] = _balances[recipient].add(amount);
        emit Transfer(sender, recipient, amount);
    }

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

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

        _totalSupply = _totalSupply.add(amount);
        _balances[account] = _balances[account].add(amount);
        emit Transfer(address(0), account, amount);
    }

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

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

        _balances[account] = _balances[account].sub(amount, "ERC20: burn amount exceeds balance");
        _totalSupply = _totalSupply.sub(amount);
        emit Transfer(account, address(0), amount);
    }

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

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

    /**
     * @dev Sets {decimals} to a value other than the default one of 18.
     *
     * WARNING: This function should only be called from the constructor. Most
     * applications that interact with token contracts will not expect
     * {decimals} to ever change, and may work incorrectly if it does.
     */
    function _setupDecimals(uint8 decimals_) internal virtual {
        _decimals = decimals_;
    }

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

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


pragma solidity >=0.6.2 <0.8.0;

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

        uint256 size;
        // 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");
        require(isContract(target), "Address: call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.call{ value: value }(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

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

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data, string memory errorMessage) internal view returns (bytes memory) {
        require(isContract(target), "Address: static call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.staticcall(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

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

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
        require(isContract(target), "Address: delegate call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.delegatecall(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

    function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private pure returns(bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

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

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


pragma solidity >=0.6.0 <0.8.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: contracts/BIFI/interfaces/common/IUniswapRouterETH.sol


pragma solidity ^0.6.0;

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

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

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

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

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

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

// File: contracts/BIFI/interfaces/common/IUniswapV2Pair.sol


pragma solidity ^0.6.0;

interface IUniswapV2Pair {
    function factory() external view returns (address);
    function token0() external view returns (address);
    function token1() external view returns (address);
    function burn(address to) external returns (uint amount0, uint amount1);
    function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast);
}

// File: contracts/BIFI/interfaces/common/IMasterChef.sol


pragma solidity ^0.6.0;

interface IMasterChef {
    function deposit(uint256 _pid, uint256 _amount) external;
    function withdraw(uint256 _pid, uint256 _amount) external;
    function enterStaking(uint256 _amount) external;
    function leaveStaking(uint256 _amount) external;
    function userInfo(uint256 _pid, address _user) external view returns (uint256, uint256);
    function emergencyWithdraw(uint256 _pid) external;
}

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


pragma solidity >=0.6.0 <0.8.0;

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

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

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor () internal {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }

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

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

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions anymore. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby removing any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        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: @openzeppelin/contracts/utils/Pausable.sol


pragma solidity >=0.6.0 <0.8.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.
 */
abstract 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 virtual 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: contracts/BIFI/strategies/Common/StratManager.sol


pragma solidity ^0.6.12;



contract StratManager is Ownable, Pausable {
    /**
     * @dev Beefy Contracts:
     * {keeper} - Address to manage a few lower risk features of the strat
     * {strategist} - Address of the strategy author/deployer where strategist fee will go.
     * {vault} - Address of the vault that controls the strategy's funds.
     * {unirouter} - Address of exchange to execute swaps.
     */
    address public keeper;
    address public strategist;
    address public unirouter;
    address public vault;
    address public beefyFeeRecipient;

    /**
     * @dev Initializes the base strategy.
     * @param _keeper address to use as alternative owner.
     * @param _strategist address where strategist fees go.
     * @param _unirouter router to use for swaps
     * @param _vault address of parent vault.
     * @param _beefyFeeRecipient address where to send Beefy's fees.
     */
    constructor(
        address _keeper,
        address _strategist,
        address _unirouter,
        address _vault,
        address _beefyFeeRecipient
    ) public {
        keeper = _keeper;
        strategist = _strategist;
        unirouter = _unirouter;
        vault = _vault;
        beefyFeeRecipient = _beefyFeeRecipient;
    }

    // checks that caller is either owner or keeper.
    modifier onlyManager() {
        require(msg.sender == owner() || msg.sender == keeper, "!manager");
        _;
    }

    // verifies that the caller is not a contract.
    modifier onlyEOA() {
        require(msg.sender == tx.origin, "!EOA");
        _;
    }

    /**
     * @dev Updates address of the strat keeper.
     * @param _keeper new keeper address.
     */
    function setKeeper(address _keeper) external onlyManager {
        keeper = _keeper;
    }

    /**
     * @dev Updates address where strategist fee earnings will go.
     * @param _strategist new strategist address.
     */
    function setStrategist(address _strategist) external {
        require(msg.sender == strategist, "!strategist");
        strategist = _strategist;
    }

    /**
     * @dev Updates router that will be used for swaps.
     * @param _unirouter new unirouter address.
     */
    function setUnirouter(address _unirouter) external onlyOwner {
        unirouter = _unirouter;
    }

    /**
     * @dev Updates parent vault.
     * @param _vault new vault address.
     */
    function setVault(address _vault) external onlyOwner {
        vault = _vault;
    }

    /**
     * @dev Updates beefy fee recipient.
     * @param _beefyFeeRecipient new beefy fee recipient address.
     */
    function setBeefyFeeRecipient(address _beefyFeeRecipient) external onlyOwner {
        beefyFeeRecipient = _beefyFeeRecipient;
    }

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

// File: contracts/BIFI/strategies/Common/FeeManager.sol


pragma solidity ^0.6.12;


abstract contract FeeManager is StratManager {
    uint constant public STRATEGIST_FEE = 112;
    uint constant public MAX_FEE = 1000;
    uint constant public MAX_CALL_FEE = 111;

    uint constant public WITHDRAWAL_FEE_CAP = 50;
    uint constant public WITHDRAWAL_MAX = 10000;

    uint public withdrawalFee = 10;

    uint public callFee = 111;
    uint public beefyFee = MAX_FEE - STRATEGIST_FEE - callFee;

    function setCallFee(uint256 _fee) public onlyManager {
        require(_fee <= MAX_CALL_FEE, "!cap");
        
        callFee = _fee;
        beefyFee = MAX_FEE - STRATEGIST_FEE - callFee;
    }

    function setWithdrawalFee(uint256 _fee) external onlyManager {
        require(_fee <= WITHDRAWAL_FEE_CAP, "!cap");

        withdrawalFee = _fee;
    }
}

// File: contracts/BIFI/strategies/degens/StrategyDinoSwapLP.sol


pragma solidity ^0.6.0;









contract StrategyDinoSwapLPAlternate is StratManager, FeeManager {
    using SafeERC20 for IERC20;
    using SafeMath for uint256;

    // Tokens used
    address constant public native = address(0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270);
    address constant public dino = address(0xAa9654BECca45B5BDFA5ac646c939C62b527D394);
    // output == usdc, swapped via sushiRouter
    address constant public output = address(0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174);
    address public want;
    address public lpToken0;
    address public lpToken1;

    // Third party contracts
    address constant public sushiRouter = address(0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506);
    address constant public chef = address(0x1948abC5400Aa1d72223882958Da3bec643fb4E5);
    uint256 public poolId;

    // Routes
    address[] public dinoToOutputRoute = [dino, output];
    address[] public outputToNativeRoute;
    address[] public outputToLp0Route;
    address[] public outputToLp1Route;

    /**
     * @dev Event that is fired each time someone harvests the strat.
     */
    event StratHarvest(address indexed harvester);

    constructor(
        address _want,
        uint256 _poolId,
        address _vault,
        address _unirouter,
        address _keeper,
        address _strategist,
        address _beefyFeeRecipient,
        address[] memory _outputToNativeRoute,
        address[] memory _outputToLp0Route,
        address[] memory _outputToLp1Route
    ) StratManager(_keeper, _strategist, _unirouter, _vault, _beefyFeeRecipient) public {
        want = _want;
        poolId = _poolId;

        require(_outputToNativeRoute[0] == output, "!output");
        require(_outputToNativeRoute[_outputToNativeRoute.length - 1] == native, "!native");
        outputToNativeRoute = _outputToNativeRoute;

        // setup lp routing
        lpToken0 = IUniswapV2Pair(want).token0();
        require(_outputToLp0Route[0] == output, "outputToLp0Route[0] != output");
        require(_outputToLp0Route[_outputToLp0Route.length - 1] == lpToken0, "outputToLp0Route[last] != lpToken0");
        outputToLp0Route = _outputToLp0Route;

        lpToken1 = IUniswapV2Pair(want).token1();
        require(_outputToLp1Route[0] == output, "outputToLp1Route[0] != output");
        require(_outputToLp1Route[_outputToLp1Route.length - 1] == lpToken1, "outputToLp1Route[last] != lpToken1");
        outputToLp1Route = _outputToLp1Route;

        _giveAllowances();
    }

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

        if (wantBal > 0) {
            IMasterChef(chef).deposit(poolId, wantBal);
        }
    }

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

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

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

        if (wantBal > _amount) {
            wantBal = _amount;
        }

        if (tx.origin == owner() || paused()) {
            IERC20(want).safeTransfer(vault, wantBal);
        } else {
            uint256 withdrawalFeeAmount = wantBal.mul(withdrawalFee).div(WITHDRAWAL_MAX);
            IERC20(want).safeTransfer(vault, wantBal.sub(withdrawalFeeAmount));
        }
    }

    // compounds earnings and charges performance fee
    function harvest() external whenNotPaused onlyEOA {
        IMasterChef(chef).deposit(poolId, 0);
        dinoToOutput();
        chargeFees();
        addLiquidity();
        deposit();

        emit StratHarvest(msg.sender);
    }

    function dinoToOutput() internal {
        uint256 toOutput = IERC20(dino).balanceOf(address(this));
        IUniswapRouterETH(sushiRouter).swapExactTokensForTokens(toOutput, 0, dinoToOutputRoute, address(this), now);
    }

    // performance fees
    function chargeFees() internal {
        uint256 toNative = IERC20(output).balanceOf(address(this)).mul(45).div(1000);
        IUniswapRouterETH(sushiRouter).swapExactTokensForTokens(toNative, 0, outputToNativeRoute, address(this), now);

        uint256 nativeBal = IERC20(native).balanceOf(address(this));

        uint256 callFeeAmount = nativeBal.mul(callFee).div(MAX_FEE);
        IERC20(native).safeTransfer(msg.sender, callFeeAmount);

        uint256 beefyFeeAmount = nativeBal.mul(beefyFee).div(MAX_FEE);
        IERC20(native).safeTransfer(beefyFeeRecipient, beefyFeeAmount);

        uint256 strategistFee = nativeBal.mul(STRATEGIST_FEE).div(MAX_FEE);
        IERC20(native).safeTransfer(strategist, strategistFee);
    }

    // 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).swapExactTokensForTokens(outputHalf, 0, outputToLp0Route, address(this), now);
        }

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

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

    // 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(chef).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(chef).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 onlyManager {
        pause();
        IMasterChef(chef).emergencyWithdraw(poolId);
    }

    function pause() public onlyManager {
        _pause();

        _removeAllowances();
    }

    function unpause() external onlyManager {
        _unpause();

        _giveAllowances();

        deposit();
    }

    function _giveAllowances() internal {
        IERC20(want).safeApprove(chef, uint256(-1));
        IERC20(dino).safeApprove(sushiRouter, uint256(-1));
        IERC20(output).safeApprove(sushiRouter, 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(chef, 0);
        IERC20(dino).safeApprove(sushiRouter, 0);
        IERC20(output).safeApprove(sushiRouter, 0);
        IERC20(output).safeApprove(unirouter, 0);
        IERC20(lpToken0).safeApprove(unirouter, 0);
        IERC20(lpToken1).safeApprove(unirouter, 0);
    }

    function outputToNative() external view returns(address[] memory) {
        return outputToNativeRoute;
    }

    function outputToLp0() external view returns(address[] memory) {
        return outputToLp0Route;
    }

    function outputToLp1() external view returns(address[] memory) {
        return outputToLp1Route;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_want","type":"address"},{"internalType":"uint256","name":"_poolId","type":"uint256"},{"internalType":"address","name":"_vault","type":"address"},{"internalType":"address","name":"_unirouter","type":"address"},{"internalType":"address","name":"_keeper","type":"address"},{"internalType":"address","name":"_strategist","type":"address"},{"internalType":"address","name":"_beefyFeeRecipient","type":"address"},{"internalType":"address[]","name":"_outputToNativeRoute","type":"address[]"},{"internalType":"address[]","name":"_outputToLp0Route","type":"address[]"},{"internalType":"address[]","name":"_outputToLp1Route","type":"address[]"}],"stateMutability":"nonpayable","type":"constructor"},{"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":true,"internalType":"address","name":"harvester","type":"address"}],"name":"StratHarvest","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"MAX_CALL_FEE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_FEE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"STRATEGIST_FEE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"WITHDRAWAL_FEE_CAP","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"WITHDRAWAL_MAX","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":"beefyFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"beefyFeeRecipient","outputs":[{"internalType":"address","name":"","type":"address"}],"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":"chef","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"deposit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"dino","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"dinoToOutputRoute","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"harvest","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"keeper","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","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":[],"name":"native","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"output","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"outputToLp0","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":[],"name":"outputToLp1","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":[],"name":"outputToNative","outputs":[{"internalType":"address[]","name":"","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"outputToNativeRoute","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":[{"internalType":"address","name":"_beefyFeeRecipient","type":"address"}],"name":"setBeefyFeeRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"}],"name":"setCallFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_keeper","type":"address"}],"name":"setKeeper","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_strategist","type":"address"}],"name":"setStrategist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_unirouter","type":"address"}],"name":"setUnirouter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_vault","type":"address"}],"name":"setVault","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"}],"name":"setWithdrawalFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"strategist","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"sushiRouter","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unirouter","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","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":"withdrawalFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"}]

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106102f15760003560e01c80637d38ca651161019d578063be12a978116100e9578063dfbdc437116100a2578063f2fde38b1161007c578063f2fde38b14610616578063fb6177871461063c578063fbfa77cf14610644578063fd63a8871461064c576102f1565b8063dfbdc437146105e9578063e597be54146105f1578063f20eaeb81461060e576102f1565b8063be12a97814610568578063c1a3d44c14610585578063c7b9d5301461058d578063d0e30db0146105b3578063d3102589146105bb578063d92f3d73146105c3576102f1565b806390321e1a11610156578063a68833e511610130578063a68833e514610515578063ac1e50251461053b578063aced166114610558578063bc063e1a14610560576102f1565b806390321e1a146104fd578063989ef4e314610505578063a44e45471461050d576102f1565b80637d38ca65146104cd5780638456cb59146104d5578063877562b6146104dd5780638bc7e8c4146104e55780638da5cb5b146104ed5780638e145459146104f5576102f1565b80633e0dc34e1161025c5780635c975abb116102155780636d13582c116101ef5780636d13582c1461048f578063715018a614610497578063722713f71461049f578063748747e6146104a7576102f1565b80635c975abb146104455780635ee167c0146104615780636817031b14610469576102f1565b80633e0dc34e146104155780633f4ba83a1461041d5780634641257d146104255780634700d3051461042d57806354518b1a14610435578063573fef0a1461043d576102f1565b80631fe4a686116102ae5780631fe4a686146103a4578063257ae0de146103ac57806326465826146103b45780632ad5a53f146103d35780632e1a7d4d146103db57806336c6cf21146103f8576102f1565b80630587f785146102f6578063115880861461034e57806311b0b42d1461036857806313e120b11461038c5780631f1fcd51146103945780631fc8bc5d1461039c575b600080fd5b6102fe610669565b60408051602080825283518183015283519192839290830191858101910280838360005b8381101561033a578181015183820152602001610322565b505050509050019250505060405180910390f35b6103566106cb565b60408051918252519081900360200190f35b61037061075b565b604080516001600160a01b039092168252519081900360200190f35b6102fe610773565b6103706107d3565b6103706107e2565b6103706107fa565b610370610809565b6103d1600480360360208110156103ca57600080fd5b5035610818565b005b6103566108d2565b6103d1600480360360208110156103f157600080fd5b50356108d7565b6103706004803603602081101561040e57600080fd5b5035610b4d565b610356610b74565b6103d1610b7a565b6103d1610c01565b6103d1610d55565b610356610e40565b6103d1610bff565b61044d610e46565b604080519115158252519081900360200190f35b610370610e56565b6103d16004803603602081101561047f57600080fd5b50356001600160a01b0316610e65565b610370610ee9565b6103d1610f01565b610356610fad565b6103d1600480360360208110156104bd57600080fd5b50356001600160a01b0316610fcd565b61035661105c565b6103d1611061565b6103706110de565b6103566110ed565b6103706110f3565b610370611102565b610356611111565b6102fe611117565b610370611177565b6103d16004803603602081101561052b57600080fd5b50356001600160a01b031661118f565b6103d16004803603602081101561055157600080fd5b5035611213565b6103706112c4565b6103566112d3565b6103706004803603602081101561057e57600080fd5b50356112d9565b6103566112e6565b6103d1600480360360208110156105a357600080fd5b50356001600160a01b0316611362565b6103d16113d1565b61035661151d565b6103d1600480360360208110156105d957600080fd5b50356001600160a01b0316611523565b6103566115a7565b6103706004803603602081101561060757600080fd5b50356115ac565b6103706115b9565b6103d16004803603602081101561062c57600080fd5b50356001600160a01b03166115d1565b6103d16116d3565b610370611890565b6103706004803603602081101561066257600080fd5b503561189f565b606060108054806020026020016040519081016040528092919081815260200182805480156106c157602002820191906000526020600020905b81546001600160a01b031681526001909101906020018083116106a3575b5050505050905090565b600c54604080516393f1a40b60e01b8152600481019290925230602483015280516000928392731948abc5400aa1d72223882958da3bec643fb4e5926393f1a40b926044808201939291829003018186803b15801561072957600080fd5b505afa15801561073d573d6000803e3d6000fd5b505050506040513d604081101561075357600080fd5b505191505090565b730d500b1d8e8ef31e21c99d1db9a6444d3adf127081565b6060600e8054806020026020016040519081016040528092919081815260200182805480156106c1576020028201919060005260206000209081546001600160a01b031681526001909101906020018083116106a3575050505050905090565b6009546001600160a01b031681565b731948abc5400aa1d72223882958da3bec643fb4e581565b6002546001600160a01b031681565b6003546001600160a01b031681565b6108206110f3565b6001600160a01b0316336001600160a01b0316148061084957506001546001600160a01b031633145b610885576040805162461bcd60e51b815260206004820152600860248201526710b6b0b730b3b2b960c11b604482015290519081900360640190fd5b606f8111156108c4576040805162461bcd60e51b815260206004808301919091526024820152630216361760e41b604482015290519081900360640190fd5b600781905561037803600855565b606f81565b6004546001600160a01b0316331461091f576040805162461bcd60e51b8152602060048201526006602482015265085d985d5b1d60d21b604482015290519081900360640190fd5b600954604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561096a57600080fd5b505afa15801561097e573d6000803e3d6000fd5b505050506040513d602081101561099457600080fd5b5051905081811015610a9857600c54731948abc5400aa1d72223882958da3bec643fb4e59063441a3e70906109c985856119d8565b6040518363ffffffff1660e01b81526004018083815260200182815260200192505050600060405180830381600087803b158015610a0657600080fd5b505af1158015610a1a573d6000803e3d6000fd5b5050600954604080516370a0823160e01b815230600482015290516001600160a01b0390921693506370a082319250602480820192602092909190829003018186803b158015610a6957600080fd5b505afa158015610a7d573d6000803e3d6000fd5b505050506040513d6020811015610a9357600080fd5b505190505b81811115610aa35750805b610aab6110f3565b6001600160a01b0316326001600160a01b03161480610acd5750610acd610e46565b15610af457600454600954610aef916001600160a01b03918216911683611a3a565b610b49565b6000610b17612710610b1160065485611a8c90919063ffffffff16565b90611ae5565b600454909150610b47906001600160a01b0316610b3484846119d8565b6009546001600160a01b03169190611a3a565b505b5050565b600f8181548110610b5a57fe5b6000918252602090912001546001600160a01b0316905081565b600c5481565b610b826110f3565b6001600160a01b0316336001600160a01b03161480610bab57506001546001600160a01b031633145b610be7576040805162461bcd60e51b815260206004820152600860248201526710b6b0b730b3b2b960c11b604482015290519081900360640190fd5b610bef611b4c565b610bf7611bef565b610bff6113d1565b565b610c09610e46565b15610c4e576040805162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015290519081900360640190fd5b333214610c8b576040805162461bcd60e51b8152602060048083019190915260248201526321454f4160e01b604482015290519081900360640190fd5b731948abc5400aa1d72223882958da3bec643fb4e56001600160a01b031663e2bbb158600c5460006040518363ffffffff1660e01b81526004018083815260200182815260200192505050600060405180830381600087803b158015610cf057600080fd5b505af1158015610d04573d6000803e3d6000fd5b50505050610d10611d2e565b610d18611f42565b610d206122c3565b610d286113d1565b60405133907f577a37fdb49a88d66684922c6f913df5239b4f214b2b97c53ef8e3bbb2034cb590600090a2565b610d5d6110f3565b6001600160a01b0316336001600160a01b03161480610d8657506001546001600160a01b031633145b610dc2576040805162461bcd60e51b815260206004820152600860248201526710b6b0b730b3b2b960c11b604482015290519081900360640190fd5b610dca611061565b731948abc5400aa1d72223882958da3bec643fb4e56001600160a01b0316635312ea8e600c546040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b158015610e2657600080fd5b505af1158015610e3a573d6000803e3d6000fd5b50505050565b61271081565b600054600160a01b900460ff1690565b600a546001600160a01b031681565b610e6d61285e565b6001600160a01b0316610e7e6110f3565b6001600160a01b031614610ec7576040805162461bcd60e51b81526020600482018190526024820152600080516020612d67833981519152604482015290519081900360640190fd5b600480546001600160a01b0319166001600160a01b0392909216919091179055565b731b02da8cb0d097eb8d57a175b88c7d8b4799750681565b610f0961285e565b6001600160a01b0316610f1a6110f3565b6001600160a01b031614610f63576040805162461bcd60e51b81526020600482018190526024820152600080516020612d67833981519152604482015290519081900360640190fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000610fc8610fba6106cb565b610fc26112e6565b90612862565b905090565b610fd56110f3565b6001600160a01b0316336001600160a01b03161480610ffe57506001546001600160a01b031633145b61103a576040805162461bcd60e51b815260206004820152600860248201526710b6b0b730b3b2b960c11b604482015290519081900360640190fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055565b607081565b6110696110f3565b6001600160a01b0316336001600160a01b0316148061109257506001546001600160a01b031633145b6110ce576040805162461bcd60e51b815260206004820152600860248201526710b6b0b730b3b2b960c11b604482015290519081900360640190fd5b6110d66128bc565b610bff612945565b600b546001600160a01b031681565b60065481565b6000546001600160a01b031690565b6005546001600160a01b031681565b60075481565b6060600f8054806020026020016040519081016040528092919081815260200182805480156106c1576020028201919060005260206000209081546001600160a01b031681526001909101906020018083116106a3575050505050905090565b73aa9654becca45b5bdfa5ac646c939c62b527d39481565b61119761285e565b6001600160a01b03166111a86110f3565b6001600160a01b0316146111f1576040805162461bcd60e51b81526020600482018190526024820152600080516020612d67833981519152604482015290519081900360640190fd5b600580546001600160a01b0319166001600160a01b0392909216919091179055565b61121b6110f3565b6001600160a01b0316336001600160a01b0316148061124457506001546001600160a01b031633145b611280576040805162461bcd60e51b815260206004820152600860248201526710b6b0b730b3b2b960c11b604482015290519081900360640190fd5b60328111156112bf576040805162461bcd60e51b815260206004808301919091526024820152630216361760e41b604482015290519081900360640190fd5b600655565b6001546001600160a01b031681565b6103e881565b600e8181548110610b5a57fe5b600954604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561133157600080fd5b505afa158015611345573d6000803e3d6000fd5b505050506040513d602081101561135b57600080fd5b5051905090565b6002546001600160a01b031633146113af576040805162461bcd60e51b815260206004820152600b60248201526a085cdd1c985d1959da5cdd60aa1b604482015290519081900360640190fd5b600280546001600160a01b0319166001600160a01b0392909216919091179055565b6113d9610e46565b1561141e576040805162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015290519081900360640190fd5b600954604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561146957600080fd5b505afa15801561147d573d6000803e3d6000fd5b505050506040513d602081101561149357600080fd5b50519050801561151a57731948abc5400aa1d72223882958da3bec643fb4e56001600160a01b031663e2bbb158600c54836040518363ffffffff1660e01b81526004018083815260200182815260200192505050600060405180830381600087803b15801561150157600080fd5b505af1158015611515573d6000803e3d6000fd5b505050505b50565b60085481565b61152b61285e565b6001600160a01b031661153c6110f3565b6001600160a01b031614611585576040805162461bcd60e51b81526020600482018190526024820152600080516020612d67833981519152604482015290519081900360640190fd5b600380546001600160a01b0319166001600160a01b0392909216919091179055565b603281565b600d8181548110610b5a57fe5b732791bca1f2de4661ed88a30c99a7a9449aa8417481565b6115d961285e565b6001600160a01b03166115ea6110f3565b6001600160a01b031614611633576040805162461bcd60e51b81526020600482018190526024820152600080516020612d67833981519152604482015290519081900360640190fd5b6001600160a01b0381166116785760405162461bcd60e51b8152600401808060200182810382526026815260200180612cfa6026913960400191505060405180910390fd5b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6004546001600160a01b0316331461171b576040805162461bcd60e51b8152602060048201526006602482015265085d985d5b1d60d21b604482015290519081900360640190fd5b731948abc5400aa1d72223882958da3bec643fb4e56001600160a01b0316635312ea8e600c546040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b15801561177757600080fd5b505af115801561178b573d6000803e3d6000fd5b5050600954604080516370a0823160e01b81523060048201529051600094506001600160a01b0390921692506370a08231916024808301926020929190829003018186803b1580156117dc57600080fd5b505afa1580156117f0573d6000803e3d6000fd5b505050506040513d602081101561180657600080fd5b5051600954600480546040805163a9059cbb60e01b81526001600160a01b039283169381019390935260248301859052519394509091169163a9059cbb916044808201926020929091908290030181600087803b15801561186657600080fd5b505af115801561187a573d6000803e3d6000fd5b505050506040513d6020811015610b4757600080fd5b6004546001600160a01b031681565b60108181548110610b5a57fe5b801580611932575060408051636eb1769f60e11b81523060048201526001600160a01b03848116602483015291519185169163dd62ed3e91604480820192602092909190829003018186803b15801561190457600080fd5b505afa158015611918573d6000803e3d6000fd5b505050506040513d602081101561192e57600080fd5b5051155b61196d5760405162461bcd60e51b8152600401808060200182810382526036815260200180612db16036913960400191505060405180910390fd5b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663095ea7b360e01b179052610b47908490612a42565b60606119ce8484600085612af3565b90505b9392505050565b600082821115611a2f576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b508082035b92915050565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052610b47908490612a42565b600082611a9b57506000611a34565b82820282848281611aa857fe5b04146119d15760405162461bcd60e51b8152600401808060200182810382526021815260200180612d466021913960400191505060405180910390fd5b6000808211611b3b576040805162461bcd60e51b815260206004820152601a60248201527f536166654d6174683a206469766973696f6e206279207a65726f000000000000604482015290519081900360640190fd5b818381611b4457fe5b049392505050565b611b54610e46565b611b9c576040805162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b604482015290519081900360640190fd5b6000805460ff60a01b191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611bd261285e565b604080516001600160a01b039092168252519081900360200190a1565b600954611c1c906001600160a01b0316731948abc5400aa1d72223882958da3bec643fb4e56000196118ac565b611c5173aa9654becca45b5bdfa5ac646c939c62b527d394731b02da8cb0d097eb8d57a175b88c7d8b479975066000196118ac565b611c86732791bca1f2de4661ed88a30c99a7a9449aa84174731b02da8cb0d097eb8d57a175b88c7d8b479975066000196118ac565b600354611cb490732791bca1f2de4661ed88a30c99a7a9449aa84174906001600160a01b03166000196118ac565b600354600a54611cd2916001600160a01b03918216911660006118ac565b600354600a54611cf1916001600160a01b0391821691166000196118ac565b600354600b54611d0f916001600160a01b03918216911660006118ac565b600354600b54610bff916001600160a01b0391821691166000196118ac565b604080516370a0823160e01b8152306004820152905160009173aa9654becca45b5bdfa5ac646c939c62b527d394916370a0823191602480820192602092909190829003018186803b158015611d8357600080fd5b505afa158015611d97573d6000803e3d6000fd5b505050506040513d6020811015611dad57600080fd5b50516040516338ed173960e01b8152600481018281526000602483018190523060648401819052426084850181905260a060448601908152600d805460a48801819052979850731b02da8cb0d097eb8d57a175b88c7d8b47997506976338ed1739978a97929594939160c49091019086908015611e5357602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311611e35575b50509650505050505050600060405180830381600087803b158015611e7757600080fd5b505af1158015611e8b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526020811015611eb457600080fd5b8101908080516040519392919084600160201b821115611ed357600080fd5b908301906020820185811115611ee857600080fd5b82518660208202830111600160201b82111715611f0457600080fd5b82525081516020918201928201910280838360005b83811015611f31578181015183820152602001611f19565b505050509050016040525050505050565b6000611fe26103e8610b11602d732791bca1f2de4661ed88a30c99a7a9449aa841746001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b158015611fb057600080fd5b505afa158015611fc4573d6000803e3d6000fd5b505050506040513d6020811015611fda57600080fd5b505190611a8c565b9050731b02da8cb0d097eb8d57a175b88c7d8b479975066001600160a01b03166338ed1739826000600e30426040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b03168152602001838152602001828103825285818154815260200191508054801561208d57602002820191906000526020600020905b81546001600160a01b0316815260019091019060200180831161206f575b50509650505050505050600060405180830381600087803b1580156120b157600080fd5b505af11580156120c5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405260208110156120ee57600080fd5b8101908080516040519392919084600160201b82111561210d57600080fd5b90830190602082018581111561212257600080fd5b82518660208202830111600160201b8211171561213e57600080fd5b82525081516020918201928201910280838360005b8381101561216b578181015183820152602001612153565b505050509190910160408181526370a0823160e01b82523060048301525160009650730d500b1d8e8ef31e21c99d1db9a6444d3adf127095506370a08231945060248083019450602093509091829003018186803b1580156121cc57600080fd5b505afa1580156121e0573d6000803e3d6000fd5b505050506040513d60208110156121f657600080fd5b5051600754909150600090612214906103e890610b11908590611a8c565b9050612235730d500b1d8e8ef31e21c99d1db9a6444d3adf12703383611a3a565b60006122526103e8610b1160085486611a8c90919063ffffffff16565b60055490915061228190730d500b1d8e8ef31e21c99d1db9a6444d3adf1270906001600160a01b031683611a3a565b60006122946103e8610b11866070611a8c565b60025490915061151590730d500b1d8e8ef31e21c99d1db9a6444d3adf1270906001600160a01b031683611a3a565b600061235d6002732791bca1f2de4661ed88a30c99a7a9449aa841746001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561232b57600080fd5b505afa15801561233f573d6000803e3d6000fd5b505050506040513d602081101561235557600080fd5b505190611ae5565b600a549091506001600160a01b0316732791bca1f2de4661ed88a30c99a7a9449aa841741461250d576003546040516338ed173960e01b8152600481018381526000602483018190523060648401819052426084850181905260a060448601908152600f805460a488018190526001600160a01b03909816976338ed1739978a97929594939160c4909101908690801561242057602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311612402575b50509650505050505050600060405180830381600087803b15801561244457600080fd5b505af1158015612458573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052602081101561248157600080fd5b8101908080516040519392919084600160201b8211156124a057600080fd5b9083019060208201858111156124b557600080fd5b82518660208202830111600160201b821117156124d157600080fd5b82525081516020918201928201910280838360005b838110156124fe5781810151838201526020016124e6565b50505050905001604052505050505b600b546001600160a01b0316732791bca1f2de4661ed88a30c99a7a9449aa84174146126ba576003546040516338ed173960e01b8152600481018381526000602483018190523060648401819052426084850181905260a0604486019081526010805460a488018190526001600160a01b03909816976338ed1739978a97929594939160c490910190869080156125cd57602002820191906000526020600020905b81546001600160a01b031681526001909101906020018083116125af575b50509650505050505050600060405180830381600087803b1580156125f157600080fd5b505af1158015612605573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052602081101561262e57600080fd5b8101908080516040519392919084600160201b82111561264d57600080fd5b90830190602082018581111561266257600080fd5b82518660208202830111600160201b8211171561267e57600080fd5b82525081516020918201928201910280838360005b838110156126ab578181015183820152602001612693565b50505050905001604052505050505b600a54604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561270557600080fd5b505afa158015612719573d6000803e3d6000fd5b505050506040513d602081101561272f57600080fd5b5051600b54604080516370a0823160e01b815230600482015290519293506000926001600160a01b03909216916370a0823191602480820192602092909190829003018186803b15801561278257600080fd5b505afa158015612796573d6000803e3d6000fd5b505050506040513d60208110156127ac57600080fd5b5051600354600a54600b546040805162e8e33760e81b81526001600160a01b0393841660048201529183166024830152604482018790526064820185905260016084830181905260a48301523060c48301524260e48301525193945091169163e8e3370091610104808201926060929091908290030181600087803b15801561283457600080fd5b505af1158015612848573d6000803e3d6000fd5b505050506040513d606081101561151557600080fd5b3390565b6000828201838110156119d1576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b6128c4610e46565b15612909576040805162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b604482015290519081900360640190fd5b6000805460ff60a01b1916600160a01b1790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611bd261285e565b600954612971906001600160a01b0316731948abc5400aa1d72223882958da3bec643fb4e560006118ac565b6129a573aa9654becca45b5bdfa5ac646c939c62b527d394731b02da8cb0d097eb8d57a175b88c7d8b4799750660006118ac565b6129d9732791bca1f2de4661ed88a30c99a7a9449aa84174731b02da8cb0d097eb8d57a175b88c7d8b4799750660006118ac565b600354612a0690732791bca1f2de4661ed88a30c99a7a9449aa84174906001600160a01b031660006118ac565b600354600a54612a24916001600160a01b03918216911660006118ac565b600354600b54610bff916001600160a01b03918216911660006118ac565b6060612a97826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166119bf9092919063ffffffff16565b805190915015610b4757808060200190516020811015612ab657600080fd5b5051610b475760405162461bcd60e51b815260040180806020018281038252602a815260200180612d87602a913960400191505060405180910390fd5b606082471015612b345760405162461bcd60e51b8152600401808060200182810382526026815260200180612d206026913960400191505060405180910390fd5b612b3d85612c4f565b612b8e576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b60208310612bcd5780518252601f199092019160209182019101612bae565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114612c2f576040519150601f19603f3d011682016040523d82523d6000602084013e612c34565b606091505b5091509150612c44828286612c55565b979650505050505050565b3b151590565b60608315612c645750816119d1565b825115612c745782518084602001fd5b8160405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015612cbe578181015183820152602001612ca6565b50505050905090810190601f168015612ceb5780820380516001836020036101000a031916815260200191505b509250505060405180910390fdfe4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f774f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725361666545524332303a204552433230206f7065726174696f6e20646964206e6f7420737563636565645361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f20746f206e6f6e2d7a65726f20616c6c6f77616e6365a26469706673582212200421013f849f73937ecb07282ba14a0d2527e1c4bfbff66a4aa52a08c0f2ef9764736f6c634300060c0033

Deployed Bytecode Sourcemap

45584:8255:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53731:105;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;51644:170;;;:::i;:::-;;;;;;;;;;;;;;;;45744:84;;;:::i;:::-;;;;-1:-1:-1;;;;;45744:84:0;;;;;;;;;;;;;;53499:111;;;:::i;46063:19::-;;;:::i;46277:82::-;;;:::i;42022:25::-;;;:::i;42054:24::-;;;:::i;45100:200::-;;;;;;;;;;;;;;;;-1:-1:-1;45100:200:0;;:::i;:::-;;44812:39;;;:::i;48362:736::-;;;;;;;;;;;;;;;;-1:-1:-1;48362:736:0;;:::i;46512:33::-;;;;;;;;;;;;;;;;-1:-1:-1;46512:33:0;;:::i;46366:21::-;;;:::i;52484:121::-;;;:::i;49161:240::-;;;:::i;52257:116::-;;;:::i;44911:43::-;;;:::i;44527:44::-;;;:::i;40310:86::-;;;:::i;:::-;;;;;;;;;;;;;;;;;;46089:23;;;:::i;44032:86::-;;;;;;;;;;;;;;;;-1:-1:-1;44032:86:0;-1:-1:-1;;;;;44032:86:0;;:::i;46181:89::-;;;:::i;38669:148::-;;;:::i;51262:113::-;;;:::i;43304:92::-;;;;;;;;;;;;;;;;-1:-1:-1;43304:92:0;-1:-1:-1;;;;;43304:92:0;;:::i;44722:41::-;;;:::i;52381:95::-;;;:::i;46119:23::-;;;:::i;44963:30::-;;;:::i;38018:87::-;;;:::i;42112:32::-;;;:::i;45002:25::-;;;:::i;53618:105::-;;;:::i;45835:82::-;;;:::i;44253:134::-;;;;;;;;;;;;;;;;-1:-1:-1;44253:134:0;-1:-1:-1;;;;;44253:134:0;;:::i;45308:156::-;;;;;;;;;;;;;;;;-1:-1:-1;45308:156:0;;:::i;41994:21::-;;;:::i;44770:35::-;;;:::i;46469:36::-;;;;;;;;;;;;;;;;-1:-1:-1;46469:36:0;;:::i;51442:118::-;;;:::i;43541:155::-;;;;;;;;;;;;;;;;-1:-1:-1;43541:155:0;-1:-1:-1;;;;;43541:155:0;;:::i;48142:212::-;;;:::i;45034:57::-;;;:::i;43828:102::-;;;;;;;;;;;;;;;;-1:-1:-1;43828:102:0;-1:-1:-1;;;;;43828:102:0;;:::i;44860:44::-;;;:::i;46411:51::-;;;;;;;;;;;;;;;;-1:-1:-1;46411:51:0;;:::i;45972:84::-;;;:::i;38972:244::-;;;;;;;;;;;;;;;;-1:-1:-1;38972:244:0;-1:-1:-1;;;;;38972:244:0;;:::i;51914:261::-;;;:::i;42085:20::-;;;:::i;46552:33::-;;;;;;;;;;;;;;;;-1:-1:-1;46552:33:0;;:::i;53731:105::-;53776:16;53812;53805:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;53805:23:0;;;;;;;;;;;;;;;;;;;;;;;53731:105;:::o;51644:170::-;51759:6;;51732:49;;;-1:-1:-1;;;51732:49:0;;;;;;;;;51775:4;51732:49;;;;;;51690:7;;;;46316:42;;51732:26;;:49;;;;;;;;;;;;46316:42;51732:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;51732:49:0;;-1:-1:-1;;51644:170:0;:::o;45744:84::-;45785:42;45744:84;:::o;53499:111::-;53547:16;53583:19;53576:26;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;53576:26:0;;;;;;;;;;;;;;;;;;;;;;53499:111;:::o;46063:19::-;;;-1:-1:-1;;;;;46063:19:0;;:::o;46277:82::-;46316:42;46277:82;:::o;42022:25::-;;;-1:-1:-1;;;;;42022:25:0;;:::o;42054:24::-;;;-1:-1:-1;;;;;42054:24:0;;:::o;45100:200::-;42971:7;:5;:7::i;:::-;-1:-1:-1;;;;;42957:21:0;:10;-1:-1:-1;;;;;42957:21:0;;:45;;;-1:-1:-1;42996:6:0;;-1:-1:-1;;;;;42996:6:0;42982:10;:20;42957:45;42949:66;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;;;;44848:3:::1;45172:4;:20;;45164:37;;;::::0;;-1:-1:-1;;;45164:37:0;;::::1;;::::0;;::::1;::::0;;;;;;;;-1:-1:-1;;;45164:37:0;;;;;;;;;;;;;::::1;;45222:7;:14:::0;;;45258:24;:34:::1;45247:8;:45:::0;45100:200::o;44812:39::-;44848:3;44812:39;:::o;48362:736::-;48439:5;;-1:-1:-1;;;;;48439:5:0;48425:10;:19;48417:38;;;;;-1:-1:-1;;;48417:38:0;;;;;;;;;;;;-1:-1:-1;;;48417:38:0;;;;;;;;;;;;;;;48493:4;;48486:37;;;-1:-1:-1;;;48486:37:0;;48517:4;48486:37;;;;;;48468:15;;-1:-1:-1;;;;;48493:4:0;;48486:22;;:37;;;;;;;;;;;;;;48493:4;48486:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;48486:37:0;;-1:-1:-1;48540:17:0;;;48536:168;;;48601:6;;46316:42;;48574:26;;48609:20;:7;48621;48609:11;:20::i;:::-;48574:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;48662:4:0;;48655:37;;;-1:-1:-1;;;48655:37:0;;48686:4;48655:37;;;;;;-1:-1:-1;;;;;48662:4:0;;;;-1:-1:-1;48655:22:0;;-1:-1:-1;48655:37:0;;;;;;;;;;;;;;;48662:4;48655:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;48655:37:0;;-1:-1:-1;48536:168:0;48730:7;48720;:17;48716:67;;;-1:-1:-1;48764:7:0;48716:67;48812:7;:5;:7::i;:::-;-1:-1:-1;;;;;48799:20:0;:9;-1:-1:-1;;;;;48799:20:0;;:32;;;;48823:8;:6;:8::i;:::-;48795:296;;;48874:5;;48855:4;;48848:41;;-1:-1:-1;;;;;48855:4:0;;;;48874:5;48881:7;48848:25;:41::i;:::-;48795:296;;;48922:27;48952:46;44949:5;48952:26;48964:13;;48952:7;:11;;:26;;;;:::i;:::-;:30;;:46::i;:::-;49039:5;;48922:76;;-1:-1:-1;49013:66:0;;-1:-1:-1;;;;;49039:5:0;49046:32;:7;48922:76;49046:11;:32::i;:::-;49020:4;;-1:-1:-1;;;;;49020:4:0;;49013:66;:25;:66::i;:::-;48795:296;;48362:736;;:::o;46512:33::-;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;46512:33:0;;-1:-1:-1;46512:33:0;:::o;46366:21::-;;;;:::o;52484:121::-;42971:7;:5;:7::i;:::-;-1:-1:-1;;;;;42957:21:0;:10;-1:-1:-1;;;;;42957:21:0;;:45;;;-1:-1:-1;42996:6:0;;-1:-1:-1;;;;;42996:6:0;42982:10;:20;42957:45;42949:66;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;;;;52535:10:::1;:8;:10::i;:::-;52558:17;:15;:17::i;:::-;52588:9;:7;:9::i;:::-;52484:121::o:0;49161:240::-;40636:8;:6;:8::i;:::-;40635:9;40627:38;;;;;-1:-1:-1;;;40627:38:0;;;;;;;;;;;;-1:-1:-1;;;40627:38:0;;;;;;;;;;;;;;;43133:10:::1;43147:9;43133:23;43125:40;;;::::0;;-1:-1:-1;;;43125:40:0;;::::1;;::::0;;::::1;::::0;;;;;;;;-1:-1:-1;;;43125:40:0;;;;;;;;;;;;;::::1;;46316:42:::2;-1:-1:-1::0;;;;;49222:25:0::2;;49248:6;;49256:1;49222:36;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;49269:14;:12;:14::i;:::-;49294:12;:10;:12::i;:::-;49317:14;:12;:14::i;:::-;49342:9;:7;:9::i;:::-;49369:24;::::0;49382:10:::2;::::0;49369:24:::2;::::0;;;::::2;49161:240::o:0;52257:116::-;42971:7;:5;:7::i;:::-;-1:-1:-1;;;;;42957:21:0;:10;-1:-1:-1;;;;;42957:21:0;;:45;;;-1:-1:-1;42996:6:0;;-1:-1:-1;;;;;42996:6:0;42982:10;:20;42957:45;42949:66;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;;;;52304:7:::1;:5;:7::i;:::-;46316:42;-1:-1:-1::0;;;;;52322:35:0::1;;52358:6;;52322:43;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;52257:116::o:0;44911:43::-;44949:5;44911:43;:::o;40310:86::-;40357:4;40381:7;-1:-1:-1;;;40381:7:0;;;;;40310:86::o;46089:23::-;;;-1:-1:-1;;;;;46089:23:0;;:::o;44032:86::-;38249:12;:10;:12::i;:::-;-1:-1:-1;;;;;38238:23:0;:7;:5;:7::i;:::-;-1:-1:-1;;;;;38238:23:0;;38230:68;;;;;-1:-1:-1;;;38230:68:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;38230:68:0;;;;;;;;;;;;;;;44096:5:::1;:14:::0;;-1:-1:-1;;;;;;44096:14:0::1;-1:-1:-1::0;;;;;44096:14:0;;;::::1;::::0;;;::::1;::::0;;44032:86::o;46181:89::-;46227:42;46181:89;:::o;38669:148::-;38249:12;:10;:12::i;:::-;-1:-1:-1;;;;;38238:23:0;:7;:5;:7::i;:::-;-1:-1:-1;;;;;38238:23:0;;38230:68;;;;;-1:-1:-1;;;38230:68:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;38230:68:0;;;;;;;;;;;;;;;38776:1:::1;38760:6:::0;;38739:40:::1;::::0;-1:-1:-1;;;;;38760:6:0;;::::1;::::0;38739:40:::1;::::0;38776:1;;38739:40:::1;38807:1;38790:19:::0;;-1:-1:-1;;;;;;38790:19:0::1;::::0;;38669:148::o;51262:113::-;51304:7;51331:36;51351:15;:13;:15::i;:::-;51331;:13;:15::i;:::-;:19;;:36::i;:::-;51324:43;;51262:113;:::o;43304:92::-;42971:7;:5;:7::i;:::-;-1:-1:-1;;;;;42957:21:0;:10;-1:-1:-1;;;;;42957:21:0;;:45;;;-1:-1:-1;42996:6:0;;-1:-1:-1;;;;;42996:6:0;42982:10;:20;42957:45;42949:66;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;;;;43372:6:::1;:16:::0;;-1:-1:-1;;;;;;43372:16:0::1;-1:-1:-1::0;;;;;43372:16:0;;;::::1;::::0;;;::::1;::::0;;43304:92::o;44722:41::-;44760:3;44722:41;:::o;52381:95::-;42971:7;:5;:7::i;:::-;-1:-1:-1;;;;;42957:21:0;:10;-1:-1:-1;;;;;42957:21:0;;:45;;;-1:-1:-1;42996:6:0;;-1:-1:-1;;;;;42996:6:0;42982:10;:20;42957:45;42949:66;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;;;;52428:8:::1;:6;:8::i;:::-;52449:19;:17;:19::i;46119:23::-:0;;;-1:-1:-1;;;;;46119:23:0;;:::o;44963:30::-;;;;:::o;38018:87::-;38064:7;38091:6;-1:-1:-1;;;;;38091:6:0;38018:87;:::o;42112:32::-;;;-1:-1:-1;;;;;42112:32:0;;:::o;45002:25::-;;;;:::o;53618:105::-;53663:16;53699;53692:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;53692:23:0;;;;;;;;;;;;;;;;;;;;;;53618:105;:::o;45835:82::-;45874:42;45835:82;:::o;44253:134::-;38249:12;:10;:12::i;:::-;-1:-1:-1;;;;;38238:23:0;:7;:5;:7::i;:::-;-1:-1:-1;;;;;38238:23:0;;38230:68;;;;;-1:-1:-1;;;38230:68:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;38230:68:0;;;;;;;;;;;;;;;44341:17:::1;:38:::0;;-1:-1:-1;;;;;;44341:38:0::1;-1:-1:-1::0;;;;;44341:38:0;;;::::1;::::0;;;::::1;::::0;;44253:134::o;45308:156::-;42971:7;:5;:7::i;:::-;-1:-1:-1;;;;;42957:21:0;:10;-1:-1:-1;;;;;42957:21:0;;:45;;;-1:-1:-1;42996:6:0;;-1:-1:-1;;;;;42996:6:0;42982:10;:20;42957:45;42949:66;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;-1:-1:-1;;;42949:66:0;;;;;;;;;;;;;;;44902:2:::1;45388:4;:26;;45380:43;;;::::0;;-1:-1:-1;;;45380:43:0;;::::1;;::::0;;::::1;::::0;;;;;;;;-1:-1:-1;;;45380:43:0;;;;;;;;;;;;;::::1;;45436:13;:20:::0;45308:156::o;41994:21::-;;;-1:-1:-1;;;;;41994:21:0;;:::o;44770:35::-;44801:4;44770:35;:::o;46469:36::-;;;;;;;;;;51442:118;51522:4;;51515:37;;;-1:-1:-1;;;51515:37:0;;51546:4;51515:37;;;;;;51488:7;;-1:-1:-1;;;;;51522:4:0;;51515:22;;:37;;;;;;;;;;;;;;51522:4;51515:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;51515:37:0;;-1:-1:-1;51442:118:0;:::o;43541:155::-;43627:10;;-1:-1:-1;;;;;43627:10:0;43613;:24;43605:48;;;;;-1:-1:-1;;;43605:48:0;;;;;;;;;;;;-1:-1:-1;;;43605:48:0;;;;;;;;;;;;;;;43664:10;:24;;-1:-1:-1;;;;;;43664:24:0;-1:-1:-1;;;;;43664:24:0;;;;;;;;;;43541:155::o;48142:212::-;40636:8;:6;:8::i;:::-;40635:9;40627:38;;;;;-1:-1:-1;;;40627:38:0;;;;;;;;;;;;-1:-1:-1;;;40627:38:0;;;;;;;;;;;;;;;48218:4:::1;::::0;48211:37:::1;::::0;;-1:-1:-1;;;48211:37:0;;48242:4:::1;48211:37;::::0;::::1;::::0;;;48193:15:::1;::::0;-1:-1:-1;;;;;48218:4:0::1;::::0;48211:22:::1;::::0;:37;;;;;::::1;::::0;;;;;;;;48218:4;48211:37;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;-1:-1:-1::0;48211:37:0;;-1:-1:-1;48265:11:0;;48261:86:::1;;46316:42;-1:-1:-1::0;;;;;48293:25:0::1;;48319:6;;48327:7;48293:42;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;48261:86;40676:1;48142:212::o:0;45034:57::-;;;;:::o;43828:102::-;38249:12;:10;:12::i;:::-;-1:-1:-1;;;;;38238:23:0;:7;:5;:7::i;:::-;-1:-1:-1;;;;;38238:23:0;;38230:68;;;;;-1:-1:-1;;;38230:68:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;38230:68:0;;;;;;;;;;;;;;;43900:9:::1;:22:::0;;-1:-1:-1;;;;;;43900:22:0::1;-1:-1:-1::0;;;;;43900:22:0;;;::::1;::::0;;;::::1;::::0;;43828:102::o;44860:44::-;44902:2;44860:44;:::o;46411:51::-;;;;;;;;;;45972:84;46013:42;45972:84;:::o;38972:244::-;38249:12;:10;:12::i;:::-;-1:-1:-1;;;;;38238:23:0;:7;:5;:7::i;:::-;-1:-1:-1;;;;;38238:23:0;;38230:68;;;;;-1:-1:-1;;;38230:68:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;38230:68:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;39061:22:0;::::1;39053:73;;;;-1:-1:-1::0;;;39053:73:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;39163:6;::::0;;39142:38:::1;::::0;-1:-1:-1;;;;;39142:38:0;;::::1;::::0;39163:6;::::1;::::0;39142:38:::1;::::0;::::1;39191:6;:17:::0;;-1:-1:-1;;;;;;39191:17:0::1;-1:-1:-1::0;;;;;39191:17:0;;;::::1;::::0;;;::::1;::::0;;38972:244::o;51914:261::-;51979:5;;-1:-1:-1;;;;;51979:5:0;51965:10;:19;51957:38;;;;;-1:-1:-1;;;51957:38:0;;;;;;;;;;;;-1:-1:-1;;;51957:38:0;;;;;;;;;;;;;;;46316:42;-1:-1:-1;;;;;52008:35:0;;52044:6;;52008:43;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;52089:4:0;;52082:37;;;-1:-1:-1;;;52082:37:0;;52113:4;52082:37;;;;;;52064:15;;-1:-1:-1;;;;;;52089:4:0;;;;-1:-1:-1;52082:22:0;;:37;;;;;;;;;;;;;;52089:4;52082:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;52082:37:0;52137:4;;52152:5;;;52130:37;;;-1:-1:-1;;;52130:37:0;;-1:-1:-1;;;;;52152:5:0;;;52130:37;;;;;;;;;;;;;;52082;;-1:-1:-1;52137:4:0;;;;52130:21;;:37;;;;;52082;;52130;;;;;;;;52137:4;;52130:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;42085:20;;;-1:-1:-1;;;;;42085:20:0;;:::o;46552:33::-;;;;;;;;;;31685:622;32055:10;;;32054:62;;-1:-1:-1;32071:39:0;;;-1:-1:-1;;;32071:39:0;;32095:4;32071:39;;;;-1:-1:-1;;;;;32071:39:0;;;;;;;;;:15;;;;;;:39;;;;;;;;;;;;;;;:15;:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;32071:39:0;:44;32054:62;32046:152;;;;-1:-1:-1;;;32046:152:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32236:62;;;-1:-1:-1;;;;;32236:62:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;32236:62:0;-1:-1:-1;;;32236:62:0;;;32209:90;;32229:5;;32209:19;:90::i;26021:195::-;26124:12;26156:52;26178:6;26186:4;26192:1;26195:12;26156:21;:52::i;:::-;26149:59;;26021:195;;;;;;:::o;7087:158::-;7145:7;7178:1;7173;:6;;7165:49;;;;;-1:-1:-1;;;7165:49:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;7232:5:0;;;7087:158;;;;;:::o;31026:177::-;31136:58;;;-1:-1:-1;;;;;31136:58:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;31136:58:0;-1:-1:-1;;;31136:58:0;;;31109:86;;31129:5;;31109:19;:86::i;7504:220::-;7562:7;7586:6;7582:20;;-1:-1:-1;7601:1:0;7594:8;;7582:20;7625:5;;;7629:1;7625;:5;:1;7649:5;;;;;:10;7641:56;;;;-1:-1:-1;;;7641:56:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8202:153;8260:7;8292:1;8288;:5;8280:44;;;;;-1:-1:-1;;;8280:44:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;8346:1;8342;:5;;;;;;;8202:153;-1:-1:-1;;;8202:153:0:o;41369:120::-;40913:8;:6;:8::i;:::-;40905:41;;;;;-1:-1:-1;;;40905:41:0;;;;;;;;;;;;-1:-1:-1;;;40905:41:0;;;;;;;;;;;;;;;41438:5:::1;41428:15:::0;;-1:-1:-1;;;;41428:15:0::1;::::0;;41459:22:::1;41468:12;:10;:12::i;:::-;41459:22;::::0;;-1:-1:-1;;;;;41459:22:0;;::::1;::::0;;;;;;;::::1;::::0;;::::1;41369:120::o:0;52613:519::-;52667:4;;52660:43;;-1:-1:-1;;;;;52667:4:0;46316:42;-1:-1:-1;;52660:24:0;:43::i;:::-;52714:50;45874:42;46227;-1:-1:-1;;52714:24:0;:50::i;:::-;52775:52;46013:42;46227;-1:-1:-1;;52775:26:0;:52::i;:::-;52865:9;;52838:50;;46013:42;;-1:-1:-1;;;;;52865:9:0;-1:-1:-1;;52838:26:0;:50::i;:::-;52930:9;;52908:8;;52901:42;;-1:-1:-1;;;;;52908:8:0;;;;52930:9;;52901:28;:42::i;:::-;52983:9;;52961:8;;52954:52;;-1:-1:-1;;;;;52961:8:0;;;;52983:9;-1:-1:-1;;52954:28:0;:52::i;:::-;53048:9;;53026:8;;53019:42;;-1:-1:-1;;;;;53026:8:0;;;;53048:9;;53019:28;:42::i;:::-;53101:9;;53079:8;;53072:52;;-1:-1:-1;;;;;53079:8:0;;;;53101:9;-1:-1:-1;;53072:28:0;:52::i;49409:226::-;49472:37;;;-1:-1:-1;;;49472:37:0;;49503:4;49472:37;;;;;;49453:16;;45874:42;;49472:22;;:37;;;;;;;;;;;;;;;45874:42;49472:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;49472:37:0;49520:107;;-1:-1:-1;;;49520:107:0;;;;;;;;49586:1;49520:107;;;;;;49616:4;49520:107;;;;;;49623:3;49520:107;;;;;;;;;;;;;49589:17;49520:107;;;;;;;;49472:37;;-1:-1:-1;46227:42:0;;49520:55;;49472:37;;49589:17;;49616:4;49623:3;49520:107;;;;;;49589:17;;49520:107;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;49520:107:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;49520:107:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;49520:107:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;49520:107:0;;;;;;;;;;;;-1:-1:-1;49520:107:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49409:226;:::o;49668:746::-;49710:16;49729:57;49781:4;49729:47;49773:2;46013:42;-1:-1:-1;;;;;49729:24:0;;49762:4;49729:39;;;;;;;;;;;;;-1:-1:-1;;;;;49729:39:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;49729:39:0;;:43;:47::i;:57::-;49710:76;;46227:42;-1:-1:-1;;;;;49797:55:0;;49853:8;49863:1;49866:19;49895:4;49902:3;49797:109;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;49797:109:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;49797:109:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;49797:109:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;49797:109:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;49797:109:0;;;;;;;;;;;;-1:-1:-1;49797:109:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;49797:109:0;;;;;;;;-1:-1:-1;;;49939:39:0;;49972:4;49939:39;;;;;49919:17;;-1:-1:-1;45785:42:0;;-1:-1:-1;49939:24:0;;-1:-1:-1;49939:39:0;;;;;-1:-1:-1;49939:39:0;;-1:-1:-1;49939:39:0;;;;;;;45785:42;49939:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;49939:39:0;50029:7;;49939:39;;-1:-1:-1;49991:21:0;;50015:35;;44801:4;;50015:22;;49939:39;;50015:13;:22::i;:35::-;49991:59;-1:-1:-1;50061:54:0;45785:42;50089:10;49991:59;50061:27;:54::i;:::-;50128:22;50153:36;44801:4;50153:23;50167:8;;50153:9;:13;;:23;;;;:::i;:36::-;50228:17;;50128:61;;-1:-1:-1;50200:62:0;;45785:42;;-1:-1:-1;;;;;50228:17:0;50128:61;50200:27;:62::i;:::-;50275:21;50299:42;44801:4;50299:29;:9;44760:3;50299:13;:29::i;:42::-;50380:10;;50275:66;;-1:-1:-1;50352:54:0;;45785:42;;-1:-1:-1;;;;;50380:10:0;50275:66;50352:27;:54::i;50477:711::-;50521:18;50542:46;50586:1;46013:42;-1:-1:-1;;;;;50542:24:0;;50575:4;50542:39;;;;;;;;;;;;;-1:-1:-1;;;;;50542:39:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;50542:39:0;;:43;:46::i;:::-;50605:8;;50521:67;;-1:-1:-1;;;;;;50605:8:0;46013:42;50605:18;50601:157;;50658:9;;50640:106;;-1:-1:-1;;;50640:106:0;;;;;;;;50658:9;50640:106;;;;;;50735:4;50640:106;;;;;;50742:3;50640:106;;;;;;;;;;;;;50709:16;50640:106;;;;;;;;-1:-1:-1;;;;;50658:9:0;;;;50640:53;;50694:10;;50709:16;;50735:4;50742:3;50640:106;;;;;;50709:16;;50640:106;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;50640:106:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;50640:106:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;50640:106:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;50640:106:0;;;;;;;;;;;;-1:-1:-1;50640:106:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;50601:157;50774:8;;-1:-1:-1;;;;;50774:8:0;46013:42;50774:18;50770:157;;50827:9;;50809:106;;-1:-1:-1;;;50809:106:0;;;;;;;;50827:9;50809:106;;;;;;50904:4;50809:106;;;;;;50911:3;50809:106;;;;;;;;;;;;;50878:16;50809:106;;;;;;;;-1:-1:-1;;;;;50827:9:0;;;;50809:53;;50863:10;;50878:16;;50904:4;50911:3;50809:106;;;;;;50878:16;;50809:106;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;50809:106:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;50809:106:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;50809:106:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;50809:106:0;;;;;;;;;;;;-1:-1:-1;50809:106:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;50770:157;50963:8;;50956:41;;;-1:-1:-1;;;50956:41:0;;50991:4;50956:41;;;;;;50939:14;;-1:-1:-1;;;;;50963:8:0;;50956:26;;:41;;;;;;;;;;;;;;50963:8;50956:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;50956:41:0;51032:8;;51025:41;;;-1:-1:-1;;;51025:41:0;;51060:4;51025:41;;;;;;50956;;-1:-1:-1;51008:14:0;;-1:-1:-1;;;;;51032:8:0;;;;51025:26;;:41;;;;;50956;;51025;;;;;;;;51032:8;51025:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;51025:41:0;51095:9;;51119:8;;51129;;51077:103;;;-1:-1:-1;;;51077:103:0;;-1:-1:-1;;;;;51119:8:0;;;51077:103;;;;51129:8;;;51077:103;;;;;;;;;;;;;;;;51095:9;51077:103;;;;;;;;;;51169:4;51077:103;;;;51176:3;51077:103;;;;;51025:41;;-1:-1:-1;51095:9:0;;;51077:41;;:103;;;;;;;;;;;;;;;51095:9;;51077:103;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;667:106;755:10;667:106;:::o;6625:179::-;6683:7;6715:5;;;6739:6;;;;6731:46;;;;;-1:-1:-1;;;6731:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;41110:118;40636:8;:6;:8::i;:::-;40635:9;40627:38;;;;;-1:-1:-1;;;40627:38:0;;;;;;;;;;;;-1:-1:-1;;;40627:38:0;;;;;;;;;;;;;;;41170:7:::1;:14:::0;;-1:-1:-1;;;;41170:14:0::1;-1:-1:-1::0;;;41170:14:0::1;::::0;;41200:20:::1;41207:12;:10;:12::i;53140:351::-:0;53196:4;;53189:33;;-1:-1:-1;;;;;53196:4:0;46316:42;53220:1;53189:24;:33::i;:::-;53233:40;45874:42;46227;53271:1;53233:24;:40::i;:::-;53284:42;46013;46227;53324:1;53284:26;:42::i;:::-;53364:9;;53337:40;;46013:42;;-1:-1:-1;;;;;53364:9:0;;53337:26;:40::i;:::-;53417:9;;53395:8;;53388:42;;-1:-1:-1;;;;;53395:8:0;;;;53417:9;;53388:28;:42::i;:::-;53470:9;;53448:8;;53441:42;;-1:-1:-1;;;;;53448:8:0;;;;53470:9;;53441:28;:42::i;33331:761::-;33755:23;33781:69;33809:4;33781:69;;;;;;;;;;;;;;;;;33789:5;-1:-1:-1;;;;;33781:27:0;;;:69;;;;;:::i;:::-;33865:17;;33755:95;;-1:-1:-1;33865:21:0;33861:224;;34007:10;33996:30;;;;;;;;;;;;;;;-1:-1:-1;33996:30:0;33988:85;;;;-1:-1:-1;;;33988:85:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27073:530;27200:12;27258:5;27233:21;:30;;27225:81;;;;-1:-1:-1;;;27225:81:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27325:18;27336:6;27325:10;:18::i;:::-;27317:60;;;;;-1:-1:-1;;;27317:60:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;27451:12;27465:23;27492:6;-1:-1:-1;;;;;27492:11:0;27512:5;27520:4;27492:33;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;27492:33:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27450:75;;;;27543:52;27561:7;27570:10;27582:12;27543:17;:52::i;:::-;27536:59;27073:530;-1:-1:-1;;;;;;;27073:530:0:o;23103:422::-;23470:20;23509:8;;;23103:422::o;29613:742::-;29728:12;29757:7;29753:595;;;-1:-1:-1;29788:10:0;29781:17;;29753:595;29902:17;;:21;29898:439;;30165:10;30159:17;30226:15;30213:10;30209:2;30205:19;30198:44;30113:148;30308:12;30301:20;;-1:-1:-1;;;30301:20:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Swarm Source

ipfs://0421013f849f73937ecb07282ba14a0d2527e1c4bfbff66a4aa52a08c0f2ef97

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  ]

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.