FTM Price: $1.03 (-4.00%)
Gas: 113 GWei

Contract

0xE6E61A851AE95418959471D3faEd01eE19f86553
 

Overview

FTM Balance

Fantom LogoFantom LogoFantom Logo0 FTM

FTM Value

$0.00

Sponsored

Transaction Hash
Method
Block
From
To
Value
Withdraw517211422022-12-01 15:31:20482 days ago1669908680IN
0xE6E61A85...E19f86553
0 FTM0.03664331114.99190101
Withdraw498856102022-10-24 6:52:38521 days ago1666594358IN
0xE6E61A85...E19f86553
0 FTM0.000799942.51033144
Withdraw462533232022-09-03 6:43:05572 days ago1662187385IN
0xE6E61A85...E19f86553
0 FTM0.002292157.19331741
Withdraw445651412022-08-09 20:02:53596 days ago1660075373IN
0xE6E61A85...E19f86553
0 FTM0.000644322.5
Withdraw445651102022-08-09 20:02:19596 days ago1660075339IN
0xE6E61A85...E19f86553
0 FTM0.000758152.5
Withdraw440747232022-08-02 15:15:07603 days ago1659453307IN
0xE6E61A85...E19f86553
0 FTM0.04655412146.09341538
Withdraw437315232022-07-28 14:49:45608 days ago1659019785IN
0xE6E61A85...E19f86553
0 FTM0.001035953.25108103
Withdraw434720762022-07-24 20:50:34612 days ago1658695834IN
0xE6E61A85...E19f86553
0 FTM0.00090942.85384049
Withdraw432026262022-07-21 0:05:27616 days ago1658361927IN
0xE6E61A85...E19f86553
0 FTM0.0171563153.83892727
Withdraw431159802022-07-19 17:55:42617 days ago1658253342IN
0xE6E61A85...E19f86553
0 FTM0.0036752311.53377695
Withdraw428178152022-07-15 13:04:14621 days ago1657890254IN
0xE6E61A85...E19f86553
0 FTM0.000573394
Withdraw420103012022-07-04 16:56:08632 days ago1656953768IN
0xE6E61A85...E19f86553
0 FTM0.001557954.88922914
Withdraw407442812022-06-17 21:46:38649 days ago1655502398IN
0xE6E61A85...E19f86553
0 FTM0.00637320
Withdraw397741182022-06-04 15:22:08662 days ago1654356128IN
0xE6E61A85...E19f86553
0 FTM0.001636455.13557406
Withdraw394742652022-05-31 14:52:49666 days ago1654008769IN
0xE6E61A85...E19f86553
0 FTM0.320161761,004.7127648
Withdraw393596712022-05-30 1:04:08668 days ago1653872648IN
0xE6E61A85...E19f86553
0 FTM0.000989963.1067599
Withdraw392175662022-05-28 3:07:48670 days ago1653707268IN
0xE6E61A85...E19f86553
0 FTM0.0126153639.5900395
Withdraw391235352022-05-26 20:20:57671 days ago1653596457IN
0xE6E61A85...E19f86553
0 FTM0.05780113181.39379854
Withdraw389138282022-05-23 23:48:37674 days ago1653349717IN
0xE6E61A85...E19f86553
0 FTM0.08634649284.72760378
Withdraw388647842022-05-23 7:49:22675 days ago1653292162IN
0xE6E61A85...E19f86553
0 FTM0.0286698200
Withdraw388575622022-05-23 5:15:29675 days ago1653282929IN
0xE6E61A85...E19f86553
0 FTM0.2247473705.28871503
Withdraw388532592022-05-23 3:53:13675 days ago1653277993IN
0xE6E61A85...E19f86553
0 FTM0.0092980229.17850647
Withdraw387719582022-05-22 1:34:51676 days ago1653183291IN
0xE6E61A85...E19f86553
0 FTM0.0211714966.44122663
Withdraw386495702022-05-20 9:26:34678 days ago1653038794IN
0xE6E61A85...E19f86553
0 FTM0.21899984687.25237231
Withdraw385597132022-05-19 4:38:59679 days ago1652935139IN
0xE6E61A85...E19f86553
0 FTM0.18091169567.74420822
View all transactions

Latest 1 internal transaction

Parent Txn Hash Block From To Value
257881842021-12-23 9:01:41826 days ago1640250101  Contract Creation0 FTM
Loading...
Loading

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

Contract Name:
ReaperVaultv1_2

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at ftmscan.com on 2021-10-23
*/

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

pragma solidity ^0.6.0;

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

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

pragma solidity ^0.6.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

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

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

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

    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

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

pragma solidity ^0.6.0;

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

        return c;
    }

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

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

        return c;
    }

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

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

        return c;
    }

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

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

        return c;
    }

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

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

pragma solidity ^0.6.2;

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

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

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

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

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

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

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

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

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

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

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

pragma solidity ^0.6.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;
    using Address for address;

    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 returns (string memory) {
        return _name;
    }

    /**
     * @dev Returns the symbol of the token, usually a shorter version of the
     * name.
     */
    function symbol() public view 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 returns (uint8) {
        return _decimals;
    }

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

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view 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 {
        _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 { }
}

pragma solidity ^0.6.0;

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

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

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

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

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

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

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

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

pragma solidity ^0.6.0;

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

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

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

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

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

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

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

pragma solidity ^0.6.0;

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

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

    uint256 private _status;

    constructor () internal {
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and make it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        // On the first call to nonReentrant, _notEntered will be true
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

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

        _;

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

pragma solidity ^0.6.0;

interface IStrategy {
    //deposits all funds into the farm
    function deposit() external;
    //vault only - withdraws funds from the strategy
    function withdraw(uint256 _amount) external;
    //returns the balance of all tokens managed by the strategy
    function balanceOf() external view returns (uint256);
    //claims farmed tokens, distributes fees, and sells tokens to re-add to the LP & farm
    function harvest() external;
    //withdraws all tokens and sends them back to the vault
    function retireStrat() external;
    //pauses deposits, resets allowances, and withdraws all funds from farm
    function panic() external;
    //pauses deposits and resets allowances
    function pause() external;
    //unpauses deposits and maxes out allowances again
    function unpause() external;
    //updates Total Fee
    function updateTotalFee(uint _totalFee) external;
    //update Call Fee
    function updateCallFee(uint _callFee) external;
    //updates Treasury Fee
    function updateTreasuryFee(uint _treasuryFee) external;
}

pragma solidity ^0.6.0;

/**
 * @dev Implementation of a vault to deposit funds for yield optimizing.
 * This is the contract that receives funds and that users interface with.
 * The yield optimizing strategy itself is implemented in a separate 'Strategy.sol' contract.
 */
contract ReaperVaultv1_2 is ERC20, Ownable, ReentrancyGuard {
    using SafeERC20 for IERC20;
    using SafeMath for uint256;

    struct StratCandidate {
        address implementation;
        uint proposedTime;
    }

    // The last proposed strategy to switch to.
    StratCandidate public stratCandidate;
    // The strategy currently in use by the vault.
    address public strategy;

    uint256 public depositFee;
    uint256 public constant PERCENT_DIVISOR = 10000;

    /**
    * @dev The stretegy's initialization status. Gives deployer 20 minutes after contract
    * construction (constructionTime) to set the strategy implementation.
    */
    bool public initialized = false;
    uint public constructionTime;

    // The token the vault accepts and looks to maximize.
    IERC20 public token;
    // The minimum time it has to pass before a strat candidate can be approved.
    uint256 public immutable approvalDelay;

    /**
     * + WEBSITE DISCLAIMER +
     * While we have taken precautionary measures to protect our users,
     * it is imperative that you read, understand and agree to the disclaimer below:
     *
     * Using our platform may involve financial risk of loss.
     * Never invest more than what you can afford to lose.
     * Never invest in a Reaper Vault with tokens you don't trust.
     * Never invest in a Reaper Vault with tokens whose rules for minting you don’t agree with.
     * Ensure the accuracy of the contracts for the tokens in the Reaper Vault.
     * Ensure the accuracy of the contracts for the Reaper Vault and Strategy you are depositing in.
     * Check our documentation regularly for additional disclaimers and security assessments.
     * ...and of course: DO YOUR OWN RESEARCH!!!
     *
     * By accepting these terms, you agree that Byte Masons, Fantom.Farm, or any parties
     * affiliated with the deployment and management of these vaults or their attached strategies
     * are not liable for any financial losses you might incur as a direct or indirect
     * result of investing in any of the pools on the platform.
     */
    mapping (address => bool) public hasReadAndAcceptedTerms;

    /**
     * @dev simple mappings used to determine PnL denominated in LP tokens,
     * as well as keep a generalized history of a user's protocol usage.
     */
    mapping (address => uint) public cumulativeDeposits;
    mapping (address => uint) public cumulativeWithdrawals;

    event NewStratCandidate(address implementation);
    event UpgradeStrat(address implementation);
    event TermsAccepted(address user);

    event DepositsIncremented(address user, uint amount, uint total);
    event WithdrawalsIncremented(address user, uint amount, uint total);

    /**
     * @dev Sets the value of {token} to the token that the vault will
     * hold as underlying value. It initializes the vault's own 'moo' token.
     * This token is minted when someone does a deposit. It is burned in order
     * to withdraw the corresponding portion of the underlying assets.
     * @param _token the token to maximize.
     * @param _name the name of the vault token.
     * @param _symbol the symbol of the vault token.
     * @param _approvalDelay the delay before a new strat can be approved.
     */
    constructor (
        address _token,
        string memory _name,
        string memory _symbol,
        uint256 _approvalDelay,
        uint256 _depositFee
    ) public ERC20(
        string(_name),
        string(_symbol)
    ) {
        token = IERC20(_token);
        approvalDelay = _approvalDelay;
        constructionTime = block.timestamp;
        depositFee = _depositFee;
       
    }

    /**
     * @dev Connects the vault to its initial strategy. One use only.
     * @notice deployer has only 20 minutes after construction to connect the initial strategy.
     * @param _strategy the vault's initial strategy
     */

    function initialize(address _strategy) public onlyOwner returns (bool) {
        require(!initialized, "Contract is already initialized.");
        require(block.timestamp <= (constructionTime + 1200), "initialization period over, use timelock");
        strategy = _strategy;
        initialized = true;
        return true;
    }

    /**
     * @dev Gives user access to the client
     * @notice this does not affect vault permissions, and is read from client-side
     */

    function agreeToTerms() public returns (bool) {
        require(!hasReadAndAcceptedTerms[msg.sender], "you have already accepted the terms");
        hasReadAndAcceptedTerms[msg.sender] = true;
        emit TermsAccepted(msg.sender);
        return true;
    }

    /**
     * @dev It calculates the total underlying value of {token} held by the system.
     * It takes into account the vault contract balance, the strategy contract balance
     *  and the balance deployed in other contracts as part of the strategy.
     */
    function balance() public view returns (uint) {
        return token.balanceOf(address(this)).add(IStrategy(strategy).balanceOf());
    }

    /**
     * @dev Custom logic in here for how much the vault allows to be borrowed.
     * We return 100% of tokens for now. Under certain conditions we might
     * want to keep some of the system funds at hand in the vault, instead
     * of putting them to work.
     */
    function available() public view returns (uint256) {
        return token.balanceOf(address(this));
    }

    /**
     * @dev Function for various UIs to display the current value of one of our yield tokens.
     * Returns an uint256 with 18 decimals of how much underlying asset one vault share represents.
     */
    function getPricePerFullShare() public view returns (uint256) {
        return totalSupply() == 0 ? 1e18 : balance().mul(1e18).div(totalSupply());
    }

    /**
     * @dev A helper function to call deposit() with all the sender's funds.
     */
    function depositAll() external {
        deposit(token.balanceOf(msg.sender));
    }

    /**
     * @dev The entrypoint of funds into the system. People deposit with this function
     * into the vault. The vault is then in charge of sending funds into the strategy.
     * @notice the _before and _after variables are used to account properly for
     * 'burn-on-transaction' tokens.
     * @notice to ensure 'owner' can't sneak an implementation past the timelock,
     * it's set to true
     */
    function deposit(uint _amount) public nonReentrant {
        require(_amount > 0, "please provide amount");
        uint256 _pool = balance();
        uint256 _before = token.balanceOf(address(this));
        token.safeTransferFrom(msg.sender, address(this), _amount);
        uint256 _after = token.balanceOf(address(this));
        _amount = _after.sub(_before);
        uint256 _amountAfterDeposit = (_amount.mul(PERCENT_DIVISOR.sub(depositFee))).div(PERCENT_DIVISOR);
        uint256 shares = 0;
        if (totalSupply() == 0) {
            shares = _amountAfterDeposit;
        }else {
            shares = (_amountAfterDeposit.mul(totalSupply())).div(_pool);
        }
        _mint(msg.sender, shares);
        earn();
        incrementDeposits(_amount);
    }

    /**
     * @dev Function to send funds into the strategy and put them to work. It's primarily called
     * by the vault's deposit() function.
     */
    function earn() public {
        uint _bal = available();
        token.safeTransfer(strategy, _bal);
        IStrategy(strategy).deposit();
    }

    /**
     * @dev A helper function to call withdraw() with all the sender's funds.
     */
    function withdrawAll() external {
        withdraw(balanceOf(msg.sender));
    }

    /**
     * @dev Function to exit the system. The vault will withdraw the required tokens
     * from the strategy and pay up the token holder. A proportional number of IOU
     * tokens are burned in the process.
     */
    function withdraw(uint256 _shares) public nonReentrant {
      require(_shares > 0, "please provide amount");
        uint256 r = (balance().mul(_shares)).div(totalSupply());
        _burn(msg.sender, _shares);

        uint b = token.balanceOf(address(this));
        if (b < r) {
            uint _withdraw = r.sub(b);
            IStrategy(strategy).withdraw(_withdraw);
            uint _after = token.balanceOf(address(this));
            uint _diff = _after.sub(b);
            if (_diff < _withdraw) {
                r = b.add(_diff);
            }
        }
        token.safeTransfer(msg.sender, r);
        incrementWithdrawals(r);
    }

    /**
     * @dev Sets the candidate for the new strat to use with this vault.
     * @param _implementation The address of the candidate strategy.
     */
    function proposeStrat(address _implementation) public onlyOwner {
        stratCandidate = StratCandidate({
            implementation: _implementation,
            proposedTime: block.timestamp
         });
        emit NewStratCandidate(_implementation);
    }

    function updateDepositFee(uint256 fee) public onlyOwner {
        depositFee = fee;
    }

    /**
     * @dev It switches the active strat for the strat candidate. After upgrading, the
     * candidate implementation is set to the 0x00 address, and proposedTime to a time
     * happening in +100 years for safety.
     */

    function upgradeStrat() public onlyOwner {
        require(stratCandidate.implementation != address(0), "There is no candidate");
        require(stratCandidate.proposedTime.add(approvalDelay) < block.timestamp, "Delay has not passed");

        emit UpgradeStrat(stratCandidate.implementation);

        IStrategy(strategy).retireStrat();
        strategy = stratCandidate.implementation;
        stratCandidate.implementation = address(0);
        stratCandidate.proposedTime = 5000000000;

        earn();
    }

    /*
    * @dev functions to increase user's cumulative deposits and withdrawals
    * @param _amount number of LP tokens being deposited/withdrawn
    */

    function incrementDeposits(uint _amount) internal returns (bool) {
      uint initial = cumulativeDeposits[tx.origin];
      uint newTotal = initial + _amount;
      cumulativeDeposits[tx.origin] = newTotal;
      emit DepositsIncremented(tx.origin, _amount, newTotal);
      return true;
    }


    function incrementWithdrawals(uint _amount) internal returns (bool) {
      uint initial = cumulativeWithdrawals[tx.origin];
      uint newTotal = initial + _amount;
      cumulativeWithdrawals[tx.origin] = newTotal;
      emit WithdrawalsIncremented(tx.origin, _amount, newTotal);
      return true;
    }


    

    /**
     * @dev Rescues random funds stuck that the strat can't handle.
     * @param _token address of the token to rescue.
     */
    function inCaseTokensGetStuck(address _token) external onlyOwner {
        require(_token != address(token), "!token");

        uint256 amount = IERC20(_token).balanceOf(address(this));
        IERC20(_token).safeTransfer(msg.sender, amount);
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"uint256","name":"_approvalDelay","type":"uint256"},{"internalType":"uint256","name":"_depositFee","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"user","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"total","type":"uint256"}],"name":"DepositsIncremented","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"implementation","type":"address"}],"name":"NewStratCandidate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"user","type":"address"}],"name":"TermsAccepted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"implementation","type":"address"}],"name":"UpgradeStrat","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"user","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"total","type":"uint256"}],"name":"WithdrawalsIncremented","type":"event"},{"inputs":[],"name":"PERCENT_DIVISOR","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"agreeToTerms","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"approvalDelay","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"available","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"balance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"constructionTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"cumulativeDeposits","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"cumulativeWithdrawals","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"deposit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"depositAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"depositFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"earn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getPricePerFullShare","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"hasReadAndAcceptedTerms","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"inCaseTokensGetStuck","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_strategy","type":"address"}],"name":"initialize","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"initialized","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_implementation","type":"address"}],"name":"proposeStrat","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"stratCandidate","outputs":[{"internalType":"address","name":"implementation","type":"address"},{"internalType":"uint256","name":"proposedTime","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"strategy","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"fee","type":"uint256"}],"name":"updateDepositFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"upgradeStrat","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_shares","type":"uint256"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdrawAll","outputs":[],"stateMutability":"nonpayable","type":"function"}]

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061023d5760003560e01c80638da5cb5b1161013b578063d17d3503116100b8578063e2d1e75c1161007c578063e2d1e75c14610a82578063e668524414610aa0578063f06c561014610aaa578063f2fde38b14610ac8578063fc0c546a14610b0c5761023d565b8063d17d350314610992578063d389800f146109b2578063dd62ed3e146109bc578063de5f626814610a34578063def68a9c14610a3e5761023d565b8063a9059cbb116100ff578063a9059cbb14610830578063b3ca318814610894578063b69ef8a8146108ec578063b6b55f251461090a578063c4d66de8146109385761023d565b80638da5cb5b1461068957806395d89b41146106bd578063a457c2d714610740578063a6c8220e146107a4578063a8c62e76146107fc5761023d565b80634870dd9a116101c957806370a082311161018d57806370a08231146105c4578063715018a61461061c57806376dfabb81461062657806377c7b8fc14610661578063853828b61461067f5761023d565b80634870dd9a146104cc57806348a0d754146104ea578063574445fb146105085780635b12ff9b1461056257806367a52793146105a65761023d565b806318160ddd1161021057806318160ddd1461037757806323b872dd146103955780632e1a7d4d14610419578063313ce5671461044757806339509351146104685761023d565b8063017def571461024257806306fdde0314610270578063095ea7b3146102f3578063158ef93e14610357575b600080fd5b61026e6004803603602081101561025857600080fd5b8101908080359060200190929190505050610b40565b005b610278610c14565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156102b857808201518184015260208101905061029d565b50505050905090810190601f1680156102e55780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61033f6004803603604081101561030957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610cb6565b60405180821515815260200191505060405180910390f35b61035f610cd4565b60405180821515815260200191505060405180910390f35b61037f610ce7565b6040518082815260200191505060405180910390f35b610401600480360360608110156103ab57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610cf1565b60405180821515815260200191505060405180910390f35b6104456004803603602081101561042f57600080fd5b8101908080359060200190929190505050610dca565b005b61044f6111db565b604051808260ff16815260200191505060405180910390f35b6104b46004803603604081101561047e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506111f2565b60405180821515815260200191505060405180910390f35b6104d46112a5565b6040518082815260200191505060405180910390f35b6104f26112ab565b6040518082815260200191505060405180910390f35b61054a6004803603602081101561051e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611376565b60405180821515815260200191505060405180910390f35b6105a46004803603602081101561057857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611396565b005b6105ae611531565b6040518082815260200191505060405180910390f35b610606600480360360208110156105da57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611537565b6040518082815260200191505060405180910390f35b61062461157f565b005b61062e61170a565b604051808373ffffffffffffffffffffffffffffffffffffffff1681526020018281526020019250505060405180910390f35b61066961173c565b6040518082815260200191505060405180910390f35b61068761179b565b005b6106916117ae565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6106c56117d8565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156107055780820151818401526020810190506106ea565b50505050905090810190601f1680156107325780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61078c6004803603604081101561075657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061187a565b60405180821515815260200191505060405180910390f35b6107e6600480360360208110156107ba57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611947565b6040518082815260200191505060405180910390f35b61080461195f565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61087c6004803603604081101561084657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611985565b60405180821515815260200191505060405180910390f35b6108d6600480360360208110156108aa57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506119a3565b6040518082815260200191505060405180910390f35b6108f46119bb565b6040518082815260200191505060405180910390f35b6109366004803603602081101561092057600080fd5b8101908080359060200190929190505050611b3a565b005b61097a6004803603602081101561094e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611ee6565b60405180821515815260200191505060405180910390f35b61099a6120f9565b60405180821515815260200191505060405180910390f35b6109ba61224a565b005b610a1e600480360360408110156109d257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061234a565b6040518082815260200191505060405180910390f35b610a3c6123d1565b005b610a8060048036036020811015610a5457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061249f565b005b610a8a612702565b6040518082815260200191505060405180910390f35b610aa8612726565b005b610ab2612b1c565b6040518082815260200191505060405180910390f35b610b0a60048036036020811015610ade57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612b22565b005b610b14612d32565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610b48612d58565b73ffffffffffffffffffffffffffffffffffffffff16600560019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610c0a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600a8190555050565b606060038054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610cac5780601f10610c8157610100808354040283529160200191610cac565b820191906000526020600020905b815481529060010190602001808311610c8f57829003601f168201915b5050505050905090565b6000610cca610cc3612d58565b8484612d60565b6001905092915050565b600b60009054906101000a900460ff1681565b6000600254905090565b6000610cfe848484612f57565b610dbf84610d0a612d58565b610dba8560405180606001604052806028815260200161401860289139600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610d70612d58565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546132189092919063ffffffff16565b612d60565b600190509392505050565b60026006541415610e43576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b600260068190555060008111610ec1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f706c656173652070726f7669646520616d6f756e74000000000000000000000081525060200191505060405180910390fd5b6000610ef6610ece610ce7565b610ee884610eda6119bb565b6132d890919063ffffffff16565b61335e90919063ffffffff16565b9050610f0233836133a8565b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610f8d57600080fd5b505afa158015610fa1573d6000803e3d6000fd5b505050506040513d6020811015610fb757600080fd5b8101908080519060200190929190505050905081811015611177576000610fe7828461356c90919063ffffffff16565b9050600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16632e1a7d4d826040518263ffffffff1660e01b815260040180828152602001915050600060405180830381600087803b15801561105e57600080fd5b505af1158015611072573d6000803e3d6000fd5b505050506000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561110157600080fd5b505afa158015611115573d6000803e3d6000fd5b505050506040513d602081101561112b57600080fd5b810190808051906020019092919050505090506000611153848361356c90919063ffffffff16565b9050828110156111735761117081856135b690919063ffffffff16565b94505b5050505b6111c43383600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1661363e9092919063ffffffff16565b6111cd826136e0565b505050600160068190555050565b6000600560009054906101000a900460ff16905090565b600061129b6111ff612d58565b846112968560016000611210612d58565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135b690919063ffffffff16565b612d60565b6001905092915050565b61271081565b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561133657600080fd5b505afa15801561134a573d6000803e3d6000fd5b505050506040513d602081101561136057600080fd5b8101908080519060200190929190505050905090565b600e6020528060005260406000206000915054906101000a900460ff1681565b61139e612d58565b73ffffffffffffffffffffffffffffffffffffffff16600560019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611460576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60405180604001604052808273ffffffffffffffffffffffffffffffffffffffff16815260200142815250600760008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550602082015181600101559050507f1aae2ec5647db56da2d513de40528ba3565c6057525637050660c4323bbac7df81604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a150565b600a5481565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b611587612d58565b73ffffffffffffffffffffffffffffffffffffffff16600560019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611649576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600560019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600560016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60078060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16908060010154905082565b600080611747610ce7565b1461178c57611787611757610ce7565b611779670de0b6b3a764000061176b6119bb565b6132d890919063ffffffff16565b61335e90919063ffffffff16565b611796565b670de0b6b3a76400005b905090565b6117ac6117a733611537565b610dca565b565b6000600560019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060048054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156118705780601f1061184557610100808354040283529160200191611870565b820191906000526020600020905b81548152906001019060200180831161185357829003601f168201915b5050505050905090565b600061193d611887612d58565b846119388560405180606001604052806025815260200161411f60259139600160006118b1612d58565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546132189092919063ffffffff16565b612d60565b6001905092915050565b60106020528060005260406000206000915090505481565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000611999611992612d58565b8484612f57565b6001905092915050565b600f6020528060005260406000206000915090505481565b6000611b35600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663722713f76040518163ffffffff1660e01b815260040160206040518083038186803b158015611a2857600080fd5b505afa158015611a3c573d6000803e3d6000fd5b505050506040513d6020811015611a5257600080fd5b8101908080519060200190929190505050600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611aec57600080fd5b505afa158015611b00573d6000803e3d6000fd5b505050506040513d6020811015611b1657600080fd5b81019080805190602001909291905050506135b690919063ffffffff16565b905090565b60026006541415611bb3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b600260068190555060008111611c31576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f706c656173652070726f7669646520616d6f756e74000000000000000000000081525060200191505060405180910390fd5b6000611c3b6119bb565b90506000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611cc857600080fd5b505afa158015611cdc573d6000803e3d6000fd5b505050506040513d6020811015611cf257600080fd5b81019080805190602001909291905050509050611d54333085600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166137d8909392919063ffffffff16565b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611ddf57600080fd5b505afa158015611df3573d6000803e3d6000fd5b505050506040513d6020811015611e0957600080fd5b81019080805190602001909291905050509050611e2f828261356c90919063ffffffff16565b93506000611e70612710611e62611e53600a5461271061356c90919063ffffffff16565b886132d890919063ffffffff16565b61335e90919063ffffffff16565b9050600080611e7d610ce7565b1415611e8b57819050611eba565b611eb785611ea9611e9a610ce7565b856132d890919063ffffffff16565b61335e90919063ffffffff16565b90505b611ec43382613899565b611ecc61224a565b611ed586613a60565b505050505050600160068190555050565b6000611ef0612d58565b73ffffffffffffffffffffffffffffffffffffffff16600560019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611fb2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600b60009054906101000a900460ff1615612035576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f436f6e747261637420697320616c726561647920696e697469616c697a65642e81525060200191505060405180910390fd5b6104b0600c5401421115612094576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260288152602001806140406028913960400191505060405180910390fd5b81600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506001600b60006101000a81548160ff02191690831515021790555060019050919050565b6000600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161561219e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806140fc6023913960400191505060405180910390fd5b6001600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055507fac268f7e07e832bf2aedd9f3ffd031ceb7a2b2553a288d8f509a34ee51f6b01f33604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a16001905090565b60006122546112ab565b90506122c5600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1682600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1661363e9092919063ffffffff16565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663d0e30db06040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561232f57600080fd5b505af1158015612343573d6000803e3d6000fd5b5050505050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b61249d600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561245d57600080fd5b505afa158015612471573d6000803e3d6000fd5b505050506040513d602081101561248757600080fd5b8101908080519060200190929190505050611b3a565b565b6124a7612d58565b73ffffffffffffffffffffffffffffffffffffffff16600560019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612569576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561262d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260068152602001807f21746f6b656e000000000000000000000000000000000000000000000000000081525060200191505060405180910390fd5b60008173ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561269657600080fd5b505afa1580156126aa573d6000803e3d6000fd5b505050506040513d60208110156126c057600080fd5b810190808051906020019092919050505090506126fe33828473ffffffffffffffffffffffffffffffffffffffff1661363e9092919063ffffffff16565b5050565b7f000000000000000000000000000000000000000000000000000000000003f48081565b61272e612d58565b73ffffffffffffffffffffffffffffffffffffffff16600560019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146127f0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600760000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614156128b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260158152602001807f5468657265206973206e6f2063616e646964617465000000000000000000000081525060200191505060405180910390fd5b426128f17f000000000000000000000000000000000000000000000000000000000003f4806007600101546135b690919063ffffffff16565b10612964576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f44656c617920686173206e6f742070617373656400000000000000000000000081525060200191505060405180910390fd5b7f7f37d440e85aba7fbf641c4bda5ca4ef669a80bffaacde2aa8d9feb1b048c82c600760000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a1600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663fb6177876040518163ffffffff1660e01b8152600401600060405180830381600087803b158015612a4057600080fd5b505af1158015612a54573d6000803e3d6000fd5b50505050600760000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600760000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555064012a05f200600760010181905550612b1a61224a565b565b600c5481565b612b2a612d58565b73ffffffffffffffffffffffffffffffffffffffff16600560019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612bec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612c72576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180613f896026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600560019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600560016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612de6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806140ae6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612e6c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180613faf6022913960400191505060405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612fdd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260258152602001806140896025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613063576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180613f446023913960400191505060405180910390fd5b61306e838383613b58565b6130d981604051806060016040528060268152602001613fd1602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546132189092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061316c816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135b690919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b60008383111582906132c5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561328a57808201518184015260208101905061326f565b50505050905090810190601f1680156132b75780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b6000808314156132eb5760009050613358565b60008284029050828482816132fc57fe5b0414613353576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613ff76021913960400191505060405180910390fd5b809150505b92915050565b60006133a083836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250613b5d565b905092915050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561342e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806140686021913960400191505060405180910390fd5b61343a82600083613b58565b6134a581604051806060016040528060228152602001613f67602291396000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546132189092919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506134fc8160025461356c90919063ffffffff16565b600281905550600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b60006135ae83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250613218565b905092915050565b600080828401905083811015613634576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b6136db8363a9059cbb60e01b8484604051602401808373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050613c23565b505050565b600080601060003273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490506000838201905080601060003273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055507f9141e77ca2893646d48087b1b095075541605e9b87ca091e2057b651b1e62af2328583604051808473ffffffffffffffffffffffffffffffffffffffff168152602001838152602001828152602001935050505060405180910390a1600192505050919050565b613893846323b872dd60e01b858585604051602401808473ffffffffffffffffffffffffffffffffffffffff1681526020018373ffffffffffffffffffffffffffffffffffffffff1681526020018281526020019350505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050613c23565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561393c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f45524332303a206d696e7420746f20746865207a65726f20616464726573730081525060200191505060405180910390fd5b61394860008383613b58565b61395d816002546135b690919063ffffffff16565b6002819055506139b4816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546135b690919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b600080600f60003273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490506000838201905080600f60003273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055507f06a0895c1a837cd12ac50bcba0b79f680b66b790598e25e296d9e998e1b75209328583604051808473ffffffffffffffffffffffffffffffffffffffff168152602001838152602001828152602001935050505060405180910390a1600192505050919050565b505050565b60008083118290613c09576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613bce578082015181840152602081019050613bb3565b50505050905090810190601f168015613bfb5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838581613c1557fe5b049050809150509392505050565b6060613c85826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16613d129092919063ffffffff16565b9050600081511115613d0d57808060200190516020811015613ca657600080fd5b8101908080519060200190929190505050613d0c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a8152602001806140d2602a913960400191505060405180910390fd5b5b505050565b6060613d218484600085613d2a565b90509392505050565b6060613d3585613f30565b613da7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601d8152602001807f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000081525060200191505060405180910390fd5b600060608673ffffffffffffffffffffffffffffffffffffffff1685876040518082805190602001908083835b60208310613df75780518252602082019150602081019050602083039250613dd4565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114613e59576040519150601f19603f3d011682016040523d82523d6000602084013e613e5e565b606091505b50915091508115613e73578092505050613f28565b600081511115613e865780518082602001fd5b836040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613eed578082015181840152602081019050613ed2565b50505050905090810190601f168015613f1a5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b949350505050565b600080823b90506000811191505091905056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a206275726e20616d6f756e7420657863656564732062616c616e63654f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365696e697469616c697a6174696f6e20706572696f64206f7665722c207573652074696d656c6f636b45524332303a206275726e2066726f6d20746865207a65726f206164647265737345524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573735361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564796f75206861766520616c726561647920616363657074656420746865207465726d7345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa264697066735822122039dbce9dc5afae0642eb85a87007f9e117619481a8502cef39cdef953f40f35964736f6c634300060c0033

Deployed Bytecode Sourcemap

35907:11289:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45122:91;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;17185:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19291:169;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;36588:31;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;18260:100;;;:::i;:::-;;;;;;;;;;;;;;;;;;;19934:321;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;44011:665;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;18112:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;20664:218;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;36349:47;;;:::i;:::-;;;;;;;;;;;;;;;;;;;41381:107;;;:::i;:::-;;;;;;;;;;;;;;;;;;;38061:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;44846:268;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;36317:25;;;:::i;:::-;;;;;;;;;;;;;;;;;;;18423:119;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;31336:148;;;:::i;:::-;;36190:36;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;41710:154;;;:::i;:::-;;;;;;;;;;;;;;;;;;;43691:82;;;:::i;:::-;;30694:79;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;17387:87;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21385:269;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;38353:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;36285:23;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;18755:175;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;38295:51;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;40951:139;;;:::i;:::-;;;;;;;;;;;;;;;;;;;42484:785;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;39914:337;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;40409:265;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;43436:150;;;:::i;:::-;;18993:151;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;41968:86;;;:::i;:::-;;46939:254;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;36830:38;;;:::i;:::-;;;;;;;;;;;;;;;;;;;45461:526;;;:::i;:::-;;36626:28;;;:::i;:::-;;;;;;;;;;;;;;;;;;;31639:244;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;36722:19;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;45122:91;30916:12;:10;:12::i;:::-;30906:22;;:6;;;;;;;;;;;:22;;;30898:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45202:3:::1;45189:10;:16;;;;45122:91:::0;:::o;17185:83::-;17222:13;17255:5;17248:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17185:83;:::o;19291:169::-;19374:4;19391:39;19400:12;:10;:12::i;:::-;19414:7;19423:6;19391:8;:39::i;:::-;19448:4;19441:11;;19291:169;;;;:::o;36588:31::-;;;;;;;;;;;;;:::o;18260:100::-;18313:7;18340:12;;18333:19;;18260:100;:::o;19934:321::-;20040:4;20057:36;20067:6;20075:9;20086:6;20057:9;:36::i;:::-;20104:121;20113:6;20121:12;:10;:12::i;:::-;20135:89;20173:6;20135:89;;;;;;;;;;;;;;;;;:11;:19;20147:6;20135:19;;;;;;;;;;;;;;;:33;20155:12;:10;:12::i;:::-;20135:33;;;;;;;;;;;;;;;;:37;;:89;;;;;:::i;:::-;20104:8;:121::i;:::-;20243:4;20236:11;;19934:321;;;;;:::o;44011:665::-;33568:1;34174:7;;:19;;34166:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33568:1;34307:7;:18;;;;44093:1:::1;44083:7;:11;44075:45;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;44131:9;44143:43;44172:13;:11;:13::i;:::-;44144:22;44158:7;44144:9;:7;:9::i;:::-;:13;;:22;;;;:::i;:::-;44143:28;;:43;;;;:::i;:::-;44131:55;;44197:26;44203:10;44215:7;44197:5;:26::i;:::-;44236:6;44245:5;;;;;;;;;;;:15;;;44269:4;44245:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;44236:39;;44294:1;44290;:5;44286:305;;;44312:14;44329:8;44335:1;44329;:5;;:8;;;;:::i;:::-;44312:25;;44362:8;;;;;;;;;;;44352:28;;;44381:9;44352:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;44406:11;44420:5;;;;;;;;;;;:15;;;44444:4;44420:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;44406:44;;44465:10;44478:13;44489:1;44478:6;:10;;:13;;;;:::i;:::-;44465:26;;44518:9;44510:5;:17;44506:74;;;44552:12;44558:5;44552:1;:5;;:12;;;;:::i;:::-;44548:16;;44506:74;44286:305;;;;44601:33;44620:10;44632:1;44601:5;;;;;;;;;;;:18;;;;:33;;;;;:::i;:::-;44645:23;44666:1;44645:20;:23::i;:::-;;34338:1;;33524::::0;34486:7;:22;;;;44011:665;:::o;18112:83::-;18153:5;18178:9;;;;;;;;;;;18171:16;;18112:83;:::o;20664:218::-;20752:4;20769:83;20778:12;:10;:12::i;:::-;20792:7;20801:50;20840:10;20801:11;:25;20813:12;:10;:12::i;:::-;20801:25;;;;;;;;;;;;;;;:34;20827:7;20801:34;;;;;;;;;;;;;;;;:38;;:50;;;;:::i;:::-;20769:8;:83::i;:::-;20870:4;20863:11;;20664:218;;;;:::o;36349:47::-;36391:5;36349:47;:::o;41381:107::-;41423:7;41450:5;;;;;;;;;;;:15;;;41474:4;41450:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41443:37;;41381:107;:::o;38061:56::-;;;;;;;;;;;;;;;;;;;;;;:::o;44846:268::-;30916:12;:10;:12::i;:::-;30906:22;;:6;;;;;;;;;;;:22;;;30898:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44938:118:::1;;;;;;;;44984:15;44938:118;;;;;;45028:15;44938:118;;::::0;44921:14:::1;:135;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45072:34;45090:15;45072:34;;;;;;;;;;;;;;;;;;;;44846:268:::0;:::o;36317:25::-;;;;:::o;18423:119::-;18489:7;18516:9;:18;18526:7;18516:18;;;;;;;;;;;;;;;;18509:25;;18423:119;;;:::o;31336:148::-;30916:12;:10;:12::i;:::-;30906:22;;:6;;;;;;;;;;;:22;;;30898:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31443:1:::1;31406:40;;31427:6;;;;;;;;;;;31406:40;;;;;;;;;;;;31474:1;31457:6;;:19;;;;;;;;;;;;;;;;;;31336:148::o:0;36190:36::-;;;;;;;;;;;;;;;;;;;;;;;:::o;41710:154::-;41763:7;41807:1;41790:13;:11;:13::i;:::-;:18;:66;;41818:38;41842:13;:11;:13::i;:::-;41818:19;41832:4;41818:9;:7;:9::i;:::-;:13;;:19;;;;:::i;:::-;:23;;:38;;;;:::i;:::-;41790:66;;;41811:4;41790:66;41783:73;;41710:154;:::o;43691:82::-;43734:31;43743:21;43753:10;43743:9;:21::i;:::-;43734:8;:31::i;:::-;43691:82::o;30694:79::-;30732:7;30759:6;;;;;;;;;;;30752:13;;30694:79;:::o;17387:87::-;17426:13;17459:7;17452:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17387:87;:::o;21385:269::-;21478:4;21495:129;21504:12;:10;:12::i;:::-;21518:7;21527:96;21566:15;21527:96;;;;;;;;;;;;;;;;;:11;:25;21539:12;:10;:12::i;:::-;21527:25;;;;;;;;;;;;;;;:34;21553:7;21527:34;;;;;;;;;;;;;;;;:38;;:96;;;;;:::i;:::-;21495:8;:129::i;:::-;21642:4;21635:11;;21385:269;;;;:::o;38353:54::-;;;;;;;;;;;;;;;;;:::o;36285:23::-;;;;;;;;;;;;;:::o;18755:175::-;18841:4;18858:42;18868:12;:10;:12::i;:::-;18882:9;18893:6;18858:9;:42::i;:::-;18918:4;18911:11;;18755:175;;;;:::o;38295:51::-;;;;;;;;;;;;;;;;;:::o;40951:139::-;40991:4;41015:67;41060:8;;;;;;;;;;;41050:29;;;:31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41015:5;;;;;;;;;;;:15;;;41039:4;41015:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:34;;:67;;;;:::i;:::-;41008:74;;40951:139;:::o;42484:785::-;33568:1;34174:7;;:19;;34166:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33568:1;34307:7;:18;;;;42564:1:::1;42554:7;:11;42546:45;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;42602:13;42618:9;:7;:9::i;:::-;42602:25;;42638:15;42656:5;;;;;;;;;;;:15;;;42680:4;42656:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;42638:48;;42697:58;42720:10;42740:4;42747:7;42697:5;;;;;;;;;;;:22;;;;:58;;;;;;:::i;:::-;42766:14;42783:5;;;;;;;;;;;:15;;;42807:4;42783:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;42766:47;;42834:19;42845:7;42834:6;:10;;:19;;;;:::i;:::-;42824:29;;42864:27;42894:67;36391:5;42895:44;42907:31;42927:10;;36391:5;42907:19;;:31;;;;:::i;:::-;42895:7;:11;;:44;;;;:::i;:::-;42894:50;;:67;;;;:::i;:::-;42864:97;;42972:14;43022:1:::0;43005:13:::1;:11;:13::i;:::-;:18;43001:171;;;43049:19;43040:28;;43001:171;;;43109:51;43154:5;43110:38;43134:13;:11;:13::i;:::-;43110:19;:23;;:38;;;;:::i;:::-;43109:44;;:51;;;;:::i;:::-;43100:60;;43001:171;43182:25;43188:10;43200:6;43182:5;:25::i;:::-;43218:6;:4;:6::i;:::-;43235:26;43253:7;43235:17;:26::i;:::-;;34338:1;;;;;33524::::0;34486:7;:22;;;;42484:785;:::o;39914:337::-;39979:4;30916:12;:10;:12::i;:::-;30906:22;;:6;;;;;;;;;;;:22;;;30898:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40005:11:::1;;;;;;;;;;;40004:12;39996:57;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;40111:4;40092:16;;:23;40072:15;:44;;40064:97;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40183:9;40172:8;;:20;;;;;;;;;;;;;;;;;;40217:4;40203:11;;:18;;;;;;;;;;;;;;;;;;40239:4;40232:11;;39914:337:::0;;;:::o;40409:265::-;40449:4;40475:23;:35;40499:10;40475:35;;;;;;;;;;;;;;;;;;;;;;;;;40474:36;40466:84;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40599:4;40561:23;:35;40585:10;40561:35;;;;;;;;;;;;;;;;:42;;;;;;;;;;;;;;;;;;40619:25;40633:10;40619:25;;;;;;;;;;;;;;;;;;;;40662:4;40655:11;;40409:265;:::o;43436:150::-;43470:9;43482:11;:9;:11::i;:::-;43470:23;;43504:34;43523:8;;;;;;;;;;;43533:4;43504:5;;;;;;;;;;;:18;;;;:34;;;;;:::i;:::-;43559:8;;;;;;;;;;;43549:27;;;:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;43436:150;:::o;18993:151::-;19082:7;19109:11;:18;19121:5;19109:18;;;;;;;;;;;;;;;:27;19128:7;19109:27;;;;;;;;;;;;;;;;19102:34;;18993:151;;;;:::o;41968:86::-;42010:36;42018:5;;;;;;;;;;;:15;;;42034:10;42018:27;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;42010:7;:36::i;:::-;41968:86::o;46939:254::-;30916:12;:10;:12::i;:::-;30906:22;;:6;;;;;;;;;;;:22;;;30898:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;47041:5:::1;;;;;;;;;;;47023:24;;:6;:24;;;;47015:43;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;47071:14;47095:6;47088:24;;;47121:4;47088:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;47071:56;;47138:47;47166:10;47178:6;47145;47138:27;;;;:47;;;;;:::i;:::-;30976:1;46939:254:::0;:::o;36830:38::-;;;:::o;45461:526::-;30916:12;:10;:12::i;:::-;30906:22;;:6;;;;;;;;;;;:22;;;30898:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45562:1:::1;45521:43;;:14;:29;;;;;;;;;;;;:43;;;;45513:77;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;45658:15;45609:46;45641:13;45609:14;:27;;;:31;;:46;;;;:::i;:::-;:64;45601:97;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;45716:43;45729:14;:29;;;;;;;;;;;;45716:43;;;;;;;;;;;;;;;;;;;;45782:8;;;;;;;;;;;45772:31;;;:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;45827:14;:29;;;;;;;;;;;;45816:8;;:40;;;;;;;;;;;;;;;;;;45907:1;45867:14;:29;;;:42;;;;;;;;;;;;;;;;;;45950:10;45920:14;:27;;:40;;;;45973:6;:4;:6::i;:::-;45461:526::o:0;36626:28::-;;;;:::o;31639:244::-;30916:12;:10;:12::i;:::-;30906:22;;:6;;;;;;;;;;;:22;;;30898:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31748:1:::1;31728:22;;:8;:22;;;;31720:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31838:8;31809:38;;31830:6;;;;;;;;;;;31809:38;;;;;;;;;;;;31867:8;31858:6;;:17;;;;;;;;;;;;;;;;;;31639:244:::0;:::o;36722:19::-;;;;;;;;;;;;;:::o;655:106::-;708:15;743:10;736:17;;655:106;:::o;24530:346::-;24649:1;24632:19;;:5;:19;;;;24624:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24730:1;24711:21;;:7;:21;;;;24703:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24814:6;24784:11;:18;24796:5;24784:18;;;;;;;;;;;;;;;:27;24803:7;24784:27;;;;;;;;;;;;;;;:36;;;;24852:7;24836:32;;24845:5;24836:32;;;24861:6;24836:32;;;;;;;;;;;;;;;;;;24530:346;;;:::o;22144:539::-;22268:1;22250:20;;:6;:20;;;;22242:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22352:1;22331:23;;:9;:23;;;;22323:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22407:47;22428:6;22436:9;22447:6;22407:20;:47::i;:::-;22487:71;22509:6;22487:71;;;;;;;;;;;;;;;;;:9;:17;22497:6;22487:17;;;;;;;;;;;;;;;;:21;;:71;;;;;:::i;:::-;22467:9;:17;22477:6;22467:17;;;;;;;;;;;;;;;:91;;;;22592:32;22617:6;22592:9;:20;22602:9;22592:20;;;;;;;;;;;;;;;;:24;;:32;;;;:::i;:::-;22569:9;:20;22579:9;22569:20;;;;;;;;;;;;;;;:55;;;;22657:9;22640:35;;22649:6;22640:35;;;22668:6;22640:35;;;;;;;;;;;;;;;;;;22144:539;;;:::o;5519:192::-;5605:7;5638:1;5633;:6;;5641:12;5625:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5665:9;5681:1;5677;:5;5665:17;;5702:1;5695:8;;;5519:192;;;;;:::o;5970:471::-;6028:7;6278:1;6273;:6;6269:47;;;6303:1;6296:8;;;;6269:47;6328:9;6344:1;6340;:5;6328:17;;6373:1;6368;6364;:5;;;;;;:10;6356:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6432:1;6425:8;;;5970:471;;;;;:::o;6917:132::-;6975:7;7002:39;7006:1;7009;7002:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;6995:46;;6917:132;;;;:::o;23674:418::-;23777:1;23758:21;;:7;:21;;;;23750:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23830:49;23851:7;23868:1;23872:6;23830:20;:49::i;:::-;23913:68;23936:6;23913:68;;;;;;;;;;;;;;;;;:9;:18;23923:7;23913:18;;;;;;;;;;;;;;;;:22;;:68;;;;;:::i;:::-;23892:9;:18;23902:7;23892:18;;;;;;;;;;;;;;;:89;;;;24007:24;24024:6;24007:12;;:16;;:24;;;;:::i;:::-;23992:12;:39;;;;24073:1;24047:37;;24056:7;24047:37;;;24077:6;24047:37;;;;;;;;;;;;;;;;;;23674:418;;:::o;5080:136::-;5138:7;5165:43;5169:1;5172;5165:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;5158:50;;5080:136;;;;:::o;4616:181::-;4674:7;4694:9;4710:1;4706;:5;4694:17;;4735:1;4730;:6;;4722:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4788:1;4781:8;;;4616:181;;;;:::o;26586:177::-;26669:86;26689:5;26719:23;;;26744:2;26748:5;26696:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26669:19;:86::i;:::-;26586:177;;;:::o;46468:312::-;46530:4;46545:12;46560:21;:32;46582:9;46560:32;;;;;;;;;;;;;;;;46545:47;;46601:13;46627:7;46617;:17;46601:33;;46678:8;46643:21;:32;46665:9;46643:32;;;;;;;;;;;;;;;:43;;;;46700:52;46723:9;46734:7;46743:8;46700:52;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;46768:4;46761:11;;;;46468:312;;;:::o;26771:205::-;26872:96;26892:5;26922:27;;;26951:4;26957:2;26961:5;26899:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26872:19;:96::i;:::-;26771:205;;;;:::o;22964:378::-;23067:1;23048:21;;:7;:21;;;;23040:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23118:49;23147:1;23151:7;23160:6;23118:20;:49::i;:::-;23195:24;23212:6;23195:12;;:16;;:24;;;;:::i;:::-;23180:12;:39;;;;23251:30;23274:6;23251:9;:18;23261:7;23251:18;;;;;;;;;;;;;;;;:22;;:30;;;;:::i;:::-;23230:9;:18;23240:7;23230:18;;;;;;;;;;;;;;;:51;;;;23318:7;23297:37;;23314:1;23297:37;;;23327:6;23297:37;;;;;;;;;;;;;;;;;;22964:378;;:::o;46158:300::-;46217:4;46232:12;46247:18;:29;46266:9;46247:29;;;;;;;;;;;;;;;;46232:44;;46285:13;46311:7;46301;:17;46285:33;;46359:8;46327:18;:29;46346:9;46327:29;;;;;;;;;;;;;;;:40;;;;46381:49;46401:9;46412:7;46421:8;46381:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;46446:4;46439:11;;;;46158:300;;;:::o;25901:92::-;;;;:::o;7545:278::-;7631:7;7663:1;7659;:5;7666:12;7651:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7690:9;7706:1;7702;:5;;;;;;7690:17;;7814:1;7807:8;;;7545:278;;;;;:::o;28891:761::-;29315:23;29341:69;29369:4;29341:69;;;;;;;;;;;;;;;;;29349:5;29341:27;;;;:69;;;;;:::i;:::-;29315:95;;29445:1;29425:10;:17;:21;29421:224;;;29567:10;29556:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29548:85;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29421:224;28891:761;;;:::o;12702:196::-;12805:12;12837:53;12860:6;12868:4;12874:1;12877:12;12837:22;:53::i;:::-;12830:60;;12702:196;;;;;:::o;14079:979::-;14209:12;14242:18;14253:6;14242:10;:18::i;:::-;14234:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14368:12;14382:23;14409:6;:11;;14429:8;14440:4;14409:36;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14367:78;;;;14460:7;14456:595;;;14491:10;14484:17;;;;;;14456:595;14625:1;14605:10;:17;:21;14601:439;;;14868:10;14862:17;14929:15;14916:10;14912:2;14908:19;14901:44;14816:148;15011:12;15004:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14079:979;;;;;;;:::o;9784:422::-;9844:4;10052:12;10163:7;10151:20;10143:28;;10197:1;10190:4;:8;10183:15;;;9784:422;;;:::o

Swarm Source

ipfs://39dbce9dc5afae0642eb85a87007f9e117619481a8502cef39cdef953f40f359

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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