ETH Price: $3,079.35 (-0.96%)
Gas: 3 Gwei

Contract

0x9aE236653325b29d5AB4A2C8CB285E8059c2C204
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Value
Leave197885042024-05-03 8:49:4716 days ago1714726187IN
0x9aE23665...059c2C204
0 ETH0.000536937.60978506
Leave197414192024-04-26 18:50:4722 days ago1714157447IN
0x9aE23665...059c2C204
0 ETH0.000405825.75256947
Leave197033022024-04-21 10:52:1128 days ago1713696731IN
0x9aE23665...059c2C204
0 ETH0.000597785.77571837
Leave196934462024-04-20 1:47:3529 days ago1713577655IN
0x9aE23665...059c2C204
0 ETH0.000465748.7140893
Leave196629272024-04-15 19:14:4733 days ago1713208487IN
0x9aE23665...059c2C204
0 ETH0.0021164130
Leave196279022024-04-10 21:25:4738 days ago1712784347IN
0x9aE23665...059c2C204
0 ETH0.0012431117.61807777
Leave196133122024-04-08 20:25:5940 days ago1712607959IN
0x9aE23665...059c2C204
0 ETH0.0019622827.81529813
Leave196099722024-04-08 9:10:3541 days ago1712567435IN
0x9aE23665...059c2C204
0 ETH0.0020397327.07986099
Leave195983732024-04-06 18:08:1142 days ago1712426891IN
0x9aE23665...059c2C204
0 ETH0.0008138615.22414815
Leave195206162024-03-26 19:15:5953 days ago1711480559IN
0x9aE23665...059c2C204
0 ETH0.0027114538.43477165
Leave195106022024-03-25 9:27:1155 days ago1711358831IN
0x9aE23665...059c2C204
0 ETH0.0013220124.72942969
Leave194960392024-03-23 8:13:4757 days ago1711181627IN
0x9aE23665...059c2C204
0 ETH0.0011954916.94326676
Leave194326512024-03-14 10:27:1166 days ago1710412031IN
0x9aE23665...059c2C204
0 ETH0.0031746145
Leave193991062024-03-09 17:42:5970 days ago1710006179IN
0x9aE23665...059c2C204
0 ETH0.0050382971.41757276
Leave193721972024-03-05 23:17:2374 days ago1709680643IN
0x9aE23665...059c2C204
0 ETH0.0047281667.02155327
Leave192667702024-02-20 5:15:1189 days ago1708406111IN
0x9aE23665...059c2C204
0 ETH0.0014790120.96857091
Leave192099342024-02-12 5:43:1197 days ago1707716591IN
0x9aE23665...059c2C204
0 ETH0.0013125924.55884341
Leave191947732024-02-10 2:35:4799 days ago1707532547IN
0x9aE23665...059c2C204
0 ETH0.0032002442.48024715
Leave191754392024-02-07 9:31:23102 days ago1707298283IN
0x9aE23665...059c2C204
0 ETH0.0019264827.30785719
Leave190948672024-01-27 2:13:59113 days ago1706321639IN
0x9aE23665...059c2C204
0 ETH0.0010673814.17071331
Leave190775482024-01-24 16:00:11115 days ago1706112011IN
0x9aE23665...059c2C204
0 ETH0.0009362217.51299162
Leave190578552024-01-21 21:28:47118 days ago1705872527IN
0x9aE23665...059c2C204
0 ETH0.0010921115.48067796
Leave190488942024-01-20 15:12:35119 days ago1705763555IN
0x9aE23665...059c2C204
0 ETH0.001040519.46789317
Leave189860432024-01-11 20:25:35128 days ago1705004735IN
0x9aE23665...059c2C204
0 ETH0.0023280533
Leave189508682024-01-06 21:42:35133 days ago1704577355IN
0x9aE23665...059c2C204
0 ETH0.0009131217.08465456
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
xCVP

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-07-28
*/

/*
https://powerpool.finance/

          wrrrw r wrr
         ppwr rrr wppr0       prwwwrp                                 prwwwrp                   wr0
        rr 0rrrwrrprpwp0      pp   pr  prrrr0 pp   0r  prrrr0  0rwrrr pp   pr  prrrr0  prrrr0    r0
        rrp pr   wr00rrp      prwww0  pp   wr pp w00r prwwwpr  0rw    prwww0  pp   wr pp   wr    r0
        r0rprprwrrrp pr0      pp      wr   pr pp rwwr wr       0r     pp      wr   pr wr   pr    r0
         prwr wrr0wpwr        00        www0   0w0ww    www0   0w     00        www0    www0   0www0
          wrr ww0rrrr

*/

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;

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

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

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

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

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

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

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

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

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

pragma solidity >=0.6.0 <0.8.0;

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

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

// File: @openzeppelin/contracts/math/SafeMath.sol

pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev Wrappers over Solidity's arithmetic operations with added overflow
 * checks.
 *
 * Arithmetic operations in Solidity wrap on overflow. This can easily result
 * in bugs, because programmers usually assume that an overflow raises an
 * error, which is the standard behavior in high level programming languages.
 * `SafeMath` restores this intuition by reverting the transaction when an
 * operation overflows.
 *
 * Using this library instead of the unchecked operations eliminates an entire
 * class of bugs, so it's recommended to use it always.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        uint256 c = a + b;
        if (c < a) return (false, 0);
        return (true, c);
    }

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

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
        // benefit is lost if 'b' is also tested.
        // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
        if (a == 0) return (true, 0);
        uint256 c = a * b;
        if (c / a != b) return (false, 0);
        return (true, c);
    }

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

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

    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");
        return c;
    }

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

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        if (a == 0) return 0;
        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");
        return c;
    }

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

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

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        return a - b;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryDiv}.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting with custom message when dividing by zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryMod}.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        return a % b;
    }
}

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

pragma solidity >=0.6.0 <0.8.0;

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

    mapping (address => uint256) private _balances;

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

    uint256 private _totalSupply;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        _beforeTokenTransfer(sender, recipient, amount);

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

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

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

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

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

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

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

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

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

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

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

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

pragma solidity >=0.6.2 <0.8.0;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pragma solidity >=0.6.0 <0.8.0;

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

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

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

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

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

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

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

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

// File: contracts/pvp/xCVP.sol

pragma solidity 0.6.12;

contract xCVP is ERC20("", "") {
  using SafeMath for uint256;
  using SafeERC20 for IERC20;
  IERC20 public immutable cvp;

  constructor(IERC20 cvp_) public {
    cvp = cvp_;
  }

  /**
   * @notice Deposits CVP token to receive xCVP
   * @param _amount CVP amount to deposit
   * @return shareMinted The minted xCVP amount
   */
  function enter(uint256 _amount) external returns (uint256 shareMinted) {
    uint256 totalCVP = cvp.balanceOf(address(this));
    uint256 totalShares = totalSupply();
    if (totalShares == 0 || totalCVP == 0) {
      shareMinted = _amount;
    } else {
      shareMinted = _amount.mul(totalShares).div(totalCVP);
    }
    _mint(msg.sender, shareMinted);
    cvp.safeTransferFrom(msg.sender, address(this), _amount);
  }

  /**
   * @notice Burn xCVP token to withdraw CVP
   * @param _share xCVP amount to burn
   * @return cvpSent The sent CVP amount
   */
  function leave(uint256 _share) external returns (uint256 cvpSent) {
    uint256 totalShares = totalSupply();
    cvpSent = _share.mul(cvp.balanceOf(address(this))).div(totalShares);
    _burn(msg.sender, _share);
    cvp.safeTransfer(msg.sender, cvpSent);
  }

  function name() public view override returns (string memory) {
    return "Staked Concentrated Voting Power";
  }

  function symbol() public view override returns (string memory) {
    return "xCVP";
  }

  function decimals() public view override returns (uint8) {
    return uint8(18);
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"contract IERC20","name":"cvp_","type":"address"}],"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":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"},{"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":[{"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":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"cvp","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"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":"enter","outputs":[{"internalType":"uint256","name":"shareMinted","type":"uint256"}],"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":"uint256","name":"_share","type":"uint256"}],"name":"leave","outputs":[{"internalType":"uint256","name":"cvpSent","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"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"}]

60a06040523480156200001157600080fd5b506040516200149738038062001497833981810160405260208110156200003757600080fd5b5051604080516020818101808452600080845284519283019094529281528151919290916200006991600391620000a7565b5080516200007f906004906020840190620000a7565b505060058054601260ff199091161790555060601b6001600160601b03191660805262000143565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620000ea57805160ff19168380011785556200011a565b828001600101855582156200011a579182015b828111156200011a578251825591602001919060010190620000fd565b50620001289291506200012c565b5090565b5b808211156200012857600081556001016200012d565b60805160601c61132262000175600039806104a4528061056152806106345280610719528061075e52506113226000f3fe608060405234801561001057600080fd5b50600436106100ea5760003560e01c806370a082311161008c578063a59f3e0c11610066578063a59f3e0c146102bd578063a9059cbb146102da578063d8f14f2b14610306578063dd62ed3e1461032a576100ea565b806370a082311461026357806395d89b4114610289578063a457c2d714610291576100ea565b806323b872dd116100c857806323b872dd146101c6578063313ce567146101fc578063395093511461021a57806367dfd4c914610246576100ea565b806306fdde03146100ef578063095ea7b31461016c57806318160ddd146101ac575b600080fd5b6100f7610358565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610131578181015183820152602001610119565b50505050905090810190601f16801561015e5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101986004803603604081101561018257600080fd5b506001600160a01b03813516906020013561038f565b604080519115158252519081900360200190f35b6101b46103ad565b60408051918252519081900360200190f35b610198600480360360608110156101dc57600080fd5b506001600160a01b038135811691602081013590911690604001356103b3565b61020461043b565b6040805160ff9092168252519081900360200190f35b6101986004803603604081101561023057600080fd5b506001600160a01b038135169060200135610440565b6101b46004803603602081101561025c57600080fd5b503561048e565b6101b46004803603602081101561027957600080fd5b50356001600160a01b031661058e565b6100f76105a9565b610198600480360360408110156102a757600080fd5b506001600160a01b0381351690602001356105c7565b6101b4600480360360208110156102d357600080fd5b503561062f565b610198600480360360408110156102f057600080fd5b506001600160a01b038135169060200135610748565b61030e61075c565b604080516001600160a01b039092168252519081900360200190f35b6101b46004803603604081101561034057600080fd5b506001600160a01b0381358116916020013516610780565b6040805180820190915260208082527f5374616b656420436f6e63656e74726174656420566f74696e6720506f7765729082015290565b60006103a361039c6107ab565b84846107af565b5060015b92915050565b60025490565b60006103c084848461089b565b610430846103cc6107ab565b61042b8560405180606001604052806028815260200161120c602891396001600160a01b038a1660009081526001602052604081209061040a6107ab565b6001600160a01b0316815260208101919091526040016000205491906109f6565b6107af565b5060015b9392505050565b601290565b60006103a361044d6107ab565b8461042b856001600061045e6107ab565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490610a8d565b6000806104996103ad565b9050610548816105427f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561050f57600080fd5b505afa158015610523573d6000803e3d6000fd5b505050506040513d602081101561053957600080fd5b50518690610ae7565b90610b40565b91506105543384610ba7565b6105886001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000163384610ca3565b50919050565b6001600160a01b031660009081526020819052604090205490565b6040805180820190915260048152630784356560e41b602082015290565b60006103a36105d46107ab565b8461042b856040518060600160405280602581526020016112c860259139600160006105fe6107ab565b6001600160a01b03908116825260208083019390935260409182016000908120918d168152925290205491906109f6565b6000807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561069f57600080fd5b505afa1580156106b3573d6000803e3d6000fd5b505050506040513d60208110156106c957600080fd5b5051905060006106d76103ad565b90508015806106e4575081155b156106f157839250610702565b6106ff826105428684610ae7565b92505b61070c3384610cfa565b6107416001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016333087610dea565b5050919050565b60006103a36107556107ab565b848461089b565b7f000000000000000000000000000000000000000000000000000000000000000081565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b3390565b6001600160a01b0383166107f45760405162461bcd60e51b815260040180806020018281038252602481526020018061127a6024913960400191505060405180910390fd5b6001600160a01b0382166108395760405162461bcd60e51b815260040180806020018281038252602281526020018061117d6022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b0383166108e05760405162461bcd60e51b81526004018080602001828103825260258152602001806112556025913960400191505060405180910390fd5b6001600160a01b0382166109255760405162461bcd60e51b81526004018080602001828103825260238152602001806111386023913960400191505060405180910390fd5b610930838383610cf5565b61096d8160405180606001604052806026815260200161119f602691396001600160a01b03861660009081526020819052604090205491906109f6565b6001600160a01b03808516600090815260208190526040808220939093559084168152205461099c9082610a8d565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b60008184841115610a855760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015610a4a578181015183820152602001610a32565b50505050905090810190601f168015610a775780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b600082820183811015610434576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b600082610af6575060006103a7565b82820282848281610b0357fe5b04146104345760405162461bcd60e51b81526004018080602001828103825260218152602001806111eb6021913960400191505060405180910390fd5b6000808211610b96576040805162461bcd60e51b815260206004820152601a60248201527f536166654d6174683a206469766973696f6e206279207a65726f000000000000604482015290519081900360640190fd5b818381610b9f57fe5b049392505050565b6001600160a01b038216610bec5760405162461bcd60e51b81526004018080602001828103825260218152602001806112346021913960400191505060405180910390fd5b610bf882600083610cf5565b610c358160405180606001604052806022815260200161115b602291396001600160a01b03851660009081526020819052604090205491906109f6565b6001600160a01b038316600090815260208190526040902055600254610c5b9082610e4a565b6002556040805182815290516000916001600160a01b038516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9181900360200190a35050565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052610cf5908490610ea7565b505050565b6001600160a01b038216610d55576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b610d6160008383610cf5565b600254610d6e9082610a8d565b6002556001600160a01b038216600090815260208190526040902054610d949082610a8d565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b604080516001600160a01b0380861660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610e44908590610ea7565b50505050565b600082821115610ea1576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b6060610efc826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610f589092919063ffffffff16565b805190915015610cf557808060200190516020811015610f1b57600080fd5b5051610cf55760405162461bcd60e51b815260040180806020018281038252602a81526020018061129e602a913960400191505060405180910390fd5b6060610f678484600085610f6f565b949350505050565b606082471015610fb05760405162461bcd60e51b81526004018080602001828103825260268152602001806111c56026913960400191505060405180910390fd5b610fb9856110cb565b61100a576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b602083106110495780518252601f19909201916020918201910161102a565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d80600081146110ab576040519150601f19603f3d011682016040523d82523d6000602084013e6110b0565b606091505b50915091506110c08282866110d1565b979650505050505050565b3b151590565b606083156110e0575081610434565b8251156110f05782518084602001fd5b60405162461bcd60e51b8152602060048201818152845160248401528451859391928392604401919085019080838360008315610a4a578181015183820152602001610a3256fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a206275726e20616d6f756e7420657863656564732062616c616e636545524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a206275726e2066726f6d20746865207a65726f206164647265737345524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573735361666545524332303a204552433230206f7065726174696f6e20646964206e6f74207375636365656445524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa264697066735822122051e577f8949d1936140833041aef04a21070ea591a82a348d93675068d9223e264736f6c634300060c003300000000000000000000000038e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c806370a082311161008c578063a59f3e0c11610066578063a59f3e0c146102bd578063a9059cbb146102da578063d8f14f2b14610306578063dd62ed3e1461032a576100ea565b806370a082311461026357806395d89b4114610289578063a457c2d714610291576100ea565b806323b872dd116100c857806323b872dd146101c6578063313ce567146101fc578063395093511461021a57806367dfd4c914610246576100ea565b806306fdde03146100ef578063095ea7b31461016c57806318160ddd146101ac575b600080fd5b6100f7610358565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610131578181015183820152602001610119565b50505050905090810190601f16801561015e5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101986004803603604081101561018257600080fd5b506001600160a01b03813516906020013561038f565b604080519115158252519081900360200190f35b6101b46103ad565b60408051918252519081900360200190f35b610198600480360360608110156101dc57600080fd5b506001600160a01b038135811691602081013590911690604001356103b3565b61020461043b565b6040805160ff9092168252519081900360200190f35b6101986004803603604081101561023057600080fd5b506001600160a01b038135169060200135610440565b6101b46004803603602081101561025c57600080fd5b503561048e565b6101b46004803603602081101561027957600080fd5b50356001600160a01b031661058e565b6100f76105a9565b610198600480360360408110156102a757600080fd5b506001600160a01b0381351690602001356105c7565b6101b4600480360360208110156102d357600080fd5b503561062f565b610198600480360360408110156102f057600080fd5b506001600160a01b038135169060200135610748565b61030e61075c565b604080516001600160a01b039092168252519081900360200190f35b6101b46004803603604081101561034057600080fd5b506001600160a01b0381358116916020013516610780565b6040805180820190915260208082527f5374616b656420436f6e63656e74726174656420566f74696e6720506f7765729082015290565b60006103a361039c6107ab565b84846107af565b5060015b92915050565b60025490565b60006103c084848461089b565b610430846103cc6107ab565b61042b8560405180606001604052806028815260200161120c602891396001600160a01b038a1660009081526001602052604081209061040a6107ab565b6001600160a01b0316815260208101919091526040016000205491906109f6565b6107af565b5060015b9392505050565b601290565b60006103a361044d6107ab565b8461042b856001600061045e6107ab565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490610a8d565b6000806104996103ad565b9050610548816105427f00000000000000000000000038e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca16001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561050f57600080fd5b505afa158015610523573d6000803e3d6000fd5b505050506040513d602081101561053957600080fd5b50518690610ae7565b90610b40565b91506105543384610ba7565b6105886001600160a01b037f00000000000000000000000038e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1163384610ca3565b50919050565b6001600160a01b031660009081526020819052604090205490565b6040805180820190915260048152630784356560e41b602082015290565b60006103a36105d46107ab565b8461042b856040518060600160405280602581526020016112c860259139600160006105fe6107ab565b6001600160a01b03908116825260208083019390935260409182016000908120918d168152925290205491906109f6565b6000807f00000000000000000000000038e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca16001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b0316815260200191505060206040518083038186803b15801561069f57600080fd5b505afa1580156106b3573d6000803e3d6000fd5b505050506040513d60208110156106c957600080fd5b5051905060006106d76103ad565b90508015806106e4575081155b156106f157839250610702565b6106ff826105428684610ae7565b92505b61070c3384610cfa565b6107416001600160a01b037f00000000000000000000000038e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca116333087610dea565b5050919050565b60006103a36107556107ab565b848461089b565b7f00000000000000000000000038e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca181565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b3390565b6001600160a01b0383166107f45760405162461bcd60e51b815260040180806020018281038252602481526020018061127a6024913960400191505060405180910390fd5b6001600160a01b0382166108395760405162461bcd60e51b815260040180806020018281038252602281526020018061117d6022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b0383166108e05760405162461bcd60e51b81526004018080602001828103825260258152602001806112556025913960400191505060405180910390fd5b6001600160a01b0382166109255760405162461bcd60e51b81526004018080602001828103825260238152602001806111386023913960400191505060405180910390fd5b610930838383610cf5565b61096d8160405180606001604052806026815260200161119f602691396001600160a01b03861660009081526020819052604090205491906109f6565b6001600160a01b03808516600090815260208190526040808220939093559084168152205461099c9082610a8d565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b60008184841115610a855760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015610a4a578181015183820152602001610a32565b50505050905090810190601f168015610a775780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b600082820183811015610434576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b600082610af6575060006103a7565b82820282848281610b0357fe5b04146104345760405162461bcd60e51b81526004018080602001828103825260218152602001806111eb6021913960400191505060405180910390fd5b6000808211610b96576040805162461bcd60e51b815260206004820152601a60248201527f536166654d6174683a206469766973696f6e206279207a65726f000000000000604482015290519081900360640190fd5b818381610b9f57fe5b049392505050565b6001600160a01b038216610bec5760405162461bcd60e51b81526004018080602001828103825260218152602001806112346021913960400191505060405180910390fd5b610bf882600083610cf5565b610c358160405180606001604052806022815260200161115b602291396001600160a01b03851660009081526020819052604090205491906109f6565b6001600160a01b038316600090815260208190526040902055600254610c5b9082610e4a565b6002556040805182815290516000916001600160a01b038516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9181900360200190a35050565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052610cf5908490610ea7565b505050565b6001600160a01b038216610d55576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b610d6160008383610cf5565b600254610d6e9082610a8d565b6002556001600160a01b038216600090815260208190526040902054610d949082610a8d565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b604080516001600160a01b0380861660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610e44908590610ea7565b50505050565b600082821115610ea1576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b6060610efc826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610f589092919063ffffffff16565b805190915015610cf557808060200190516020811015610f1b57600080fd5b5051610cf55760405162461bcd60e51b815260040180806020018281038252602a81526020018061129e602a913960400191505060405180910390fd5b6060610f678484600085610f6f565b949350505050565b606082471015610fb05760405162461bcd60e51b81526004018080602001828103825260268152602001806111c56026913960400191505060405180910390fd5b610fb9856110cb565b61100a576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b602083106110495780518252601f19909201916020918201910161102a565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d80600081146110ab576040519150601f19603f3d011682016040523d82523d6000602084013e6110b0565b606091505b50915091506110c08282866110d1565b979650505050505050565b3b151590565b606083156110e0575081610434565b8251156110f05782518084602001fd5b60405162461bcd60e51b8152602060048201818152845160248401528451859391928392604401919085019080838360008315610a4a578181015183820152602001610a3256fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a206275726e20616d6f756e7420657863656564732062616c616e636545524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a206275726e2066726f6d20746865207a65726f206164647265737345524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573735361666545524332303a204552433230206f7065726174696f6e20646964206e6f74207375636365656445524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa264697066735822122051e577f8949d1936140833041aef04a21070ea591a82a348d93675068d9223e264736f6c634300060c0033

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

00000000000000000000000038e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1

-----Decoded View---------------
Arg [0] : cvp_ (address): 0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 00000000000000000000000038e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1


Deployed Bytecode Sourcemap

34674:1502:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35871:115;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16127:169;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;16127:169:0;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;15080:108;;;:::i;:::-;;;;;;;;;;;;;;;;16778:321;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;16778:321:0;;;;;;;;;;;;;;;;;:::i;36087:86::-;;;:::i;:::-;;;;;;;;;;;;;;;;;;;17508:218;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;17508:218:0;;;;;;;;:::i;35601:264::-;;;;;;;;;;;;;;;;-1:-1:-1;35601:264:0;;:::i;15251:127::-;;;;;;;;;;;;;;;;-1:-1:-1;15251:127:0;-1:-1:-1;;;;;15251:127:0;;:::i;35992:89::-;;;:::i;18229:269::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;18229:269:0;;;;;;;;:::i;35022:431::-;;;;;;;;;;;;;;;;-1:-1:-1;35022:431:0;;:::i;15591:175::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;15591:175:0;;;;;;;;:::i;34772:27::-;;;:::i;:::-;;;;-1:-1:-1;;;;;34772:27:0;;;;;;;;;;;;;;15829:151;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;15829:151:0;;;;;;;;;;:::i;35871:115::-;35939:41;;;;;;;;;;;;;;;;;;35871:115;:::o;16127:169::-;16210:4;16227:39;16236:12;:10;:12::i;:::-;16250:7;16259:6;16227:8;:39::i;:::-;-1:-1:-1;16284:4:0;16127:169;;;;;:::o;15080:108::-;15168:12;;15080:108;:::o;16778:321::-;16884:4;16901:36;16911:6;16919:9;16930:6;16901:9;:36::i;:::-;16948:121;16957:6;16965:12;:10;:12::i;:::-;16979:89;17017:6;16979:89;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;16979:19:0;;;;;;:11;:19;;;;;;16999:12;:10;:12::i;:::-;-1:-1:-1;;;;;16979:33:0;;;;;;;;;;;;-1:-1:-1;16979:33:0;;;:89;:37;:89::i;:::-;16948:8;:121::i;:::-;-1:-1:-1;17087:4:0;16778:321;;;;;;:::o;36087:86::-;36164:2;36087:86;:::o;17508:218::-;17596:4;17613:83;17622:12;:10;:12::i;:::-;17636:7;17645:50;17684:10;17645:11;:25;17657:12;:10;:12::i;:::-;-1:-1:-1;;;;;17645:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;17645:25:0;;;:34;;;;;;;;;;;:38;:50::i;35601:264::-;35650:15;35674:19;35696:13;:11;:13::i;:::-;35674:35;;35726:57;35771:11;35726:40;35737:3;-1:-1:-1;;;;;35737:13:0;;35759:4;35737:28;;;;;;;;;;;;;-1:-1:-1;;;;;35737:28:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;35737:28:0;35726:6;;:10;:40::i;:::-;:44;;:57::i;:::-;35716:67;;35790:25;35796:10;35808:6;35790:5;:25::i;:::-;35822:37;-1:-1:-1;;;;;35822:3:0;:16;35839:10;35851:7;35822:16;:37::i;:::-;35601:264;;;;:::o;15251:127::-;-1:-1:-1;;;;;15352:18:0;15325:7;15352:18;;;;;;;;;;;;15251:127::o;35992:89::-;36062:13;;;;;;;;;;;;-1:-1:-1;;;36062:13:0;;;;35992:89;:::o;18229:269::-;18322:4;18339:129;18348:12;:10;:12::i;:::-;18362:7;18371:96;18410:15;18371:96;;;;;;;;;;;;;;;;;:11;:25;18383:12;:10;:12::i;:::-;-1:-1:-1;;;;;18371:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;18371:25:0;;;:34;;;;;;;;;;;:96;:38;:96::i;35022:431::-;35072:19;35100:16;35119:3;-1:-1:-1;;;;;35119:13:0;;35141:4;35119:28;;;;;;;;;;;;;-1:-1:-1;;;;;35119:28:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;35119:28:0;;-1:-1:-1;35154:19:0;35176:13;:11;:13::i;:::-;35154:35;-1:-1:-1;35200:16:0;;;:33;;-1:-1:-1;35220:13:0;;35200:33;35196:152;;;35258:7;35244:21;;35196:152;;;35302:38;35331:8;35302:24;:7;35314:11;35302;:24::i;:38::-;35288:52;;35196:152;35354:30;35360:10;35372:11;35354:5;:30::i;:::-;35391:56;-1:-1:-1;;;;;35391:3:0;:20;35412:10;35432:4;35439:7;35391:20;:56::i;:::-;35022:431;;;;;:::o;15591:175::-;15677:4;15694:42;15704:12;:10;:12::i;:::-;15718:9;15729:6;15694:9;:42::i;34772:27::-;;;:::o;15829:151::-;-1:-1:-1;;;;;15945:18:0;;;15918:7;15945:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;15829:151::o;4009:106::-;4097:10;4009:106;:::o;21376:346::-;-1:-1:-1;;;;;21478:19:0;;21470:68;;;;-1:-1:-1;;;21470:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;21557:21:0;;21549:68;;;;-1:-1:-1;;;21549:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;21630:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;21682:32;;;;;;;;;;;;;;;;;21376:346;;;:::o;18988:539::-;-1:-1:-1;;;;;19094:20:0;;19086:70;;;;-1:-1:-1;;;19086:70:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;19175:23:0;;19167:71;;;;-1:-1:-1;;;19167:71:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19251:47;19272:6;19280:9;19291:6;19251:20;:47::i;:::-;19331:71;19353:6;19331:71;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;19331:17:0;;:9;:17;;;;;;;;;;;;:71;:21;:71::i;:::-;-1:-1:-1;;;;;19311:17:0;;;:9;:17;;;;;;;;;;;:91;;;;19436:20;;;;;;;:32;;19461:6;19436:24;:32::i;:::-;-1:-1:-1;;;;;19413:20:0;;;:9;:20;;;;;;;;;;;;:55;;;;19484:35;;;;;;;19413:20;;19484:35;;;;;;;;;;;;;18988:539;;;:::o;9983:166::-;10069:7;10105:12;10097:6;;;;10089:29;;;;-1:-1:-1;;;10089:29:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;10136:5:0;;;9983:166::o;7156:179::-;7214:7;7246:5;;;7270:6;;;;7262:46;;;;;-1:-1:-1;;;7262:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;8035:220;8093:7;8117:6;8113:20;;-1:-1:-1;8132:1:0;8125:8;;8113:20;8156:5;;;8160:1;8156;:5;:1;8180:5;;;;;:10;8172:56;;;;-1:-1:-1;;;8172:56:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8733:153;8791:7;8823:1;8819;:5;8811:44;;;;;-1:-1:-1;;;8811:44:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;8877:1;8873;:5;;;;;;;8733:153;-1:-1:-1;;;8733:153:0:o;20520:418::-;-1:-1:-1;;;;;20604:21:0;;20596:67;;;;-1:-1:-1;;;20596:67:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20676:49;20697:7;20714:1;20718:6;20676:20;:49::i;:::-;20759:68;20782:6;20759:68;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;20759:18:0;;:9;:18;;;;;;;;;;;;:68;:22;:68::i;:::-;-1:-1:-1;;;;;20738:18:0;;:9;:18;;;;;;;;;;:89;20853:12;;:24;;20870:6;20853:16;:24::i;:::-;20838:12;:39;20893:37;;;;;;;;20919:1;;-1:-1:-1;;;;;20893:37:0;;;;;;;;;;;;20520:418;;:::o;31539:177::-;31649:58;;;-1:-1:-1;;;;;31649:58:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;31649:58:0;-1:-1:-1;;;31649:58:0;;;31622:86;;31642:5;;31622:19;:86::i;:::-;31539:177;;;:::o;19809:378::-;-1:-1:-1;;;;;19893:21:0;;19885:65;;;;;-1:-1:-1;;;19885:65:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;19963:49;19992:1;19996:7;20005:6;19963:20;:49::i;:::-;20040:12;;:24;;20057:6;20040:16;:24::i;:::-;20025:12;:39;-1:-1:-1;;;;;20096:18:0;;:9;:18;;;;;;;;;;;:30;;20119:6;20096:22;:30::i;:::-;-1:-1:-1;;;;;20075:18:0;;:9;:18;;;;;;;;;;;:51;;;;20142:37;;;;;;;20075:18;;:9;;20142:37;;;;;;;;;;19809:378;;:::o;31724:205::-;31852:68;;;-1:-1:-1;;;;;31852:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;31852:68:0;-1:-1:-1;;;31852:68:0;;;31825:96;;31845:5;;31825:19;:96::i;:::-;31724:205;;;;:::o;7618:158::-;7676:7;7709:1;7704;:6;;7696:49;;;;;-1:-1:-1;;;7696:49:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;7763:5:0;;;7618:158::o;33844:761::-;34268:23;34294:69;34322:4;34294:69;;;;;;;;;;;;;;;;;34302:5;-1:-1:-1;;;;;34294:27:0;;;:69;;;;;:::i;:::-;34378:17;;34268:95;;-1:-1:-1;34378:21:0;34374:224;;34520:10;34509:30;;;;;;;;;;;;;;;-1:-1:-1;34509:30:0;34501:85;;;;-1:-1:-1;;;34501:85:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26542:195;26645:12;26677:52;26699:6;26707:4;26713:1;26716:12;26677:21;:52::i;:::-;26670:59;26542:195;-1:-1:-1;;;;26542:195:0:o;27594:530::-;27721:12;27779:5;27754:21;:30;;27746:81;;;;-1:-1:-1;;;27746:81:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27846:18;27857:6;27846:10;:18::i;:::-;27838:60;;;;;-1:-1:-1;;;27838:60:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;27972:12;27986:23;28013:6;-1:-1:-1;;;;;28013:11:0;28033:5;28041:4;28013:33;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;28013:33:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27971:75;;;;28064:52;28082:7;28091:10;28103:12;28064:17;:52::i;:::-;28057:59;27594:530;-1:-1:-1;;;;;;;27594:530:0:o;23624:422::-;23991:20;24030:8;;;23624:422::o;30134:742::-;30249:12;30278:7;30274:595;;;-1:-1:-1;30309:10:0;30302:17;;30274:595;30423:17;;:21;30419:439;;30686:10;30680:17;30747:15;30734:10;30730:2;30726:19;30719:44;30634:148;30822:20;;-1:-1:-1;;;30822:20:0;;;;;;;;;;;;;;;;;30829:12;;30822:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Swarm Source

ipfs://51e577f8949d1936140833041aef04a21070ea591a82a348d93675068d9223e2

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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