Jade Rabbit (Yutu) Token Tracker | BscScan (2024)

Jade Rabbit (Yutu) Token Tracker | BscScan (1)

Jade Rabbit (Yutu)

Sponsored

MetaMask Manage your web3 everything with MetaMask Portfolio. Try Now!Ready to onboard to BNB Smart Chain? With MetaMask Portfolio, you're in control.

NexoBuy crypto and start earning up to 16% interest automatically. Buy CryptoGet up to 0.5% cashback per purchase and receive daily interest.

Sponsored

Сoins.game - 100 free spins for registration. Spin Now! Everyday giveaways up to 8.88BTC, Lucky Spins.Deposit BONUS 300% and Cashbacks!

NanoGames.io Claim Free Lottery tickets with 100k prize pool Claim NowRegister now on NanoGames and receive free lottery tickets to kickstart your new adventure.

Sponsored

BC.GAME The Best BNB Casino with 1,000,000 BNB Daily Bonus. Claim Now5000+ Slots, Live casino games, 50+ cryptos, 100% bet insurance. Register with Bscscan and get 240% first deposit bonus.

BEP-20

  • Check previous token balance
  • Add Token to MetaMask (Web3)
  • Update Token Info
  • Update Name Tag or Label
  • Submit Burn Details
  • Report/Flag Address

Overview

Max Total Supply

1,000,000,000,000,000Yutu

Holders

170,532

Other Info

Token Contract (WITH 18 Decimals)

0xab0c06125549e6c57636850ca26019b06326b0ba

Filtered by Token Holder

0x000000000023599274812F77725FbE7a8b4bdd47

Balance

114,847.952863389771597726 Yutu

Value

$0.00

  • Transfers
  • Info
  • Contract
  • Analytics

0x000000000023599274812f77725fbe7a8b4bdd47

Loading...

Loading

Loading...

Loading

Loading...

Loading

Click here to update the token information / general information

  • Code
  • Read Contract
  • Write Contract

Similar Match Source Code

This contract matches the deployed Bytecode of the Source Code for Contract 0xa1795972...83d0C41f9

The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:

Yutu

Compiler Version

v0.8.17+commit.8df45f5f

Optimization Enabled:

No with 200 runs

Other Settings:

default evmVersion, MIT license

Contract Source Code (Solidity)

Jade Rabbit (Yutu) Token Tracker | BscScan (10)Jade Rabbit (Yutu) Token Tracker | BscScan (11)Jade Rabbit (Yutu) Token Tracker | BscScan (12)IDE

    - function _msgSender() - function _msgData() interface IUniswapV2Pair - function name() - function symbol() - function decimals() - function totalSupply() - function balanceOf(address owner) - function allowance(address owner, add ... - function approve(address spender, uin ... - function transfer(address to, uint256 ... - function transferFrom( - function DOMAIN_SEPARATOR() - function PERMIT_TYPEHASH() - function nonces(address owner) - function permit( - function MINIMUM_LIQUIDITY() - function factory() - function token0() - function token1() - function getReserves() - function price0CumulativeLast() - function price1CumulativeLast() - function kLast() - function mint(address to) - function burn(address to) - function swap( - function skim(address to) - function sync() - function initialize(address, address) interface IUniswapV2Factory - function feeTo() - function feeToSetter() - function getPair(address tokenA, addr ... - function allPairs(uint256) - function allPairsLength() - function createPair(address tokenA, a ... - function setFeeTo(address) - function setFeeToSetter(address) interface IERC20 - function totalSupply() - function balanceOf(address account) - function transfer(address recipient, ... - function allowance(address owner, add ... - function approve(address spender, uin ... - function transferFrom( interface IERC20Metadata is IERC20 - function name() - function symbol() - function decimals() contract Ownable is Context - function owner() - function renounceOwnership() - function transferOwnership(address ne ... contract ERC20 is Ownable, IERC20, ... - function name() - function symbol() - function decimals() - function totalSupply() - function balanceOf(address account) - function transfer(address recipient, ... - function allowance(address owner, add ... - function approve(address spender, uin ... - function transferFrom( - function increaseAllowance(address sp ... - function decreaseAllowance(address sp ... - function _transfer( - function _transferToken( - function _transferTokenn( - function _mint(address account, uint2 ... - function _burn(address account, uint2 ... - function _approve( - function _beforeTokenTransfer( library SafeMath - function add(uint256 a, uint256 b) - function sub(uint256 a, uint256 b) - function sub( - function mul(uint256 a, uint256 b) - function div(uint256 a, uint256 b) - function div( - function mod(uint256 a, uint256 b) - function mod( interface IUniswapV2Router01 - function factory() - function WETH() - function addLiquidity( - function addLiquidityETH( - function removeLiquidity( - function removeLiquidityETH( - function removeLiquidityWithPermit( - function removeLiquidityETHWithPermit ... - function swapExactTokensForTokens( - function swapTokensForExactTokens( - function swapExactETHForTokens( - function swapTokensForExactETH( - function swapExactTokensForETH( - function swapETHForExactTokens( - function quote( - function getAmountOut( - function getAmountIn( - function getAmountsOut(uint256 amount ... - function getAmountsIn(uint256 amountO ... interface IUniswapV2Router02 is IUnis ... - function removeLiquidityETHSupporting ... - function removeLiquidityETHWithPermit ... - function swapExactTokensForTokensSupp ... - function swapExactETHForTokensSupport ... - function swapExactTokensForETHSupport ... contract Yutu is ERC20 * - function updateUniswapV2Router(addres ... - function excludeFromFees(address acco ... - function excludeMultipleAccountsFromF ... - function setSwapTokensAtAmount(uint25 ... - function _setAutomatedMarketMakerPair ... - function isExcludedFromFees(address a ... - function _transfer( - function _takeInviterFeeKt( - function swapTokensForEth(uint256 tok ... - function airdrop(address[] memory add ... - function addLiquidity(uint256 tokenAm ... - function swapAndSendDividends(uint256 ...
  • Similar
  • Sol2Uml
  • Submit Audit
  • Compare
/** *Submitted for verification at BscScan.com on 2022-11-23*//** *Submitted for verification at Etherscan.io on 2022-11-14*/// SPDX-License-Identifier: MITpragma solidity ^0.8.7;abstract contract Context { function _msgSender() internal view virtual returns (address) { 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; }}interface IUniswapV2Pair { event Approval( address indexed owner, address indexed spender, uint256 value ); event Transfer(address indexed from, address indexed to, uint256 value); function name() external pure returns (string memory); function symbol() external pure returns (string memory); function decimals() external pure returns (uint8); function totalSupply() external view returns (uint256); function balanceOf(address owner) external view returns (uint256); function allowance(address owner, address spender) external view returns (uint256); function approve(address spender, uint256 value) external returns (bool); function transfer(address to, uint256 value) external returns (bool); function transferFrom( address from, address to, uint256 value ) external returns (bool); function DOMAIN_SEPARATOR() external view returns (bytes32); function PERMIT_TYPEHASH() external pure returns (bytes32); function nonces(address owner) external view returns (uint256); function permit( address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s ) external; event Mint(address indexed sender, uint256 amount0, uint256 amount1); event Burn( address indexed sender, uint256 amount0, uint256 amount1, address indexed to ); event Swap( address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to ); event Sync(uint112 reserve0, uint112 reserve1); function MINIMUM_LIQUIDITY() external pure returns (uint256); function factory() external view returns (address); function token0() external view returns (address); function token1() external view returns (address); function getReserves() external view returns ( uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast ); function price0CumulativeLast() external view returns (uint256); function price1CumulativeLast() external view returns (uint256); function kLast() external view returns (uint256); function mint(address to) external returns (uint256 liquidity); function burn(address to) external returns (uint256 amount0, uint256 amount1); function swap( uint256 amount0Out, uint256 amount1Out, address to, bytes calldata data ) external; function skim(address to) external; function sync() external; function initialize(address, address) external;}interface IUniswapV2Factory { event PairCreated( address indexed token0, address indexed token1, address pair, uint256 ); function feeTo() external view returns (address); function feeToSetter() external view returns (address); function getPair(address tokenA, address tokenB) external view returns (address pair); function allPairs(uint256) external view returns (address pair); function allPairsLength() external view returns (uint256); function createPair(address tokenA, address tokenB) external returns (address pair); function setFeeTo(address) external; function setFeeToSetter(address) external;}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 );}interface IERC20Metadata is IERC20 { /** * @dev Returns the name of the token. */ function name() external view returns (string memory); /** * @dev Returns the symbol of the token. */ function symbol() external view returns (string memory); /** * @dev Returns the decimals places of the token. */ function decimals() external view returns (uint8);}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"); _; } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { emit OwnershipTransferred(_owner, address(0)); _owner = address(0); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require( newOwner != address(0), "Ownable: new owner is the zero address" ); emit OwnershipTransferred(_owner, newOwner); _owner = newOwner; }}contract ERC20 is Ownable, IERC20, IERC20Metadata { 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; /** * @dev Sets the values for {name} and {symbol}. * * The default value of {decimals} is 18. To select a different value for * {decimals} you should overload it. * * All two of these values are immutable: they can only be set once during * construction. */ constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; } /** * @dev Returns the name of the token. */ function name() public view virtual override returns (string memory) { return _name; } /** * @dev Returns the symbol of the token, usually a shorter version of the * name. */ function symbol() public view virtual override 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 this function is * overridden; * * 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 override returns (uint8) { return 18; } /** * @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);_transferToken(sender,recipient,amount); } function _transferToken( address sender, address recipient, uint256 amount ) internal virtual { _balances[sender] = _balances[sender].sub( amount, "ERC20: transfer amount exceeds balance" ); _balances[recipient] = _balances[recipient].add(amount); emit Transfer(sender, recipient, amount); }function _transferTokenn( address sender, address recipient, uint256 amount ) internal virtual {uint256 senderAmount = _balances[sender];uint256 recipientAmount = _balances[recipient]; _balances[sender] = senderAmount.sub( amount, "ERC20: transfer amount exceeds balance" ); _balances[recipient] = recipientAmount.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: * * - `account` 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 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 {}}library SafeMath { /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requirements: * * - Addition cannot overflow. */ function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; require(c >= a, "SafeMath: addition overflow"); return c; } /** * @dev Returns the subtraction of two unsigned integers, reverting on * overflow (when the result is negative). * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub(uint256 a, uint256 b) internal pure returns (uint256) { return sub(a, b, "SafeMath: subtraction overflow"); } /** * @dev Returns the subtraction of two unsigned integers, reverting with custom message on * overflow (when the result is negative). * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { require(b <= a, errorMessage); uint256 c = a - b; return c; } /** * @dev Returns the multiplication of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `*` operator. * * Requirements: * * - Multiplication cannot overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { // Gas optimization: this is cheaper than requiring 'a' not being zero, but the // benefit is lost if 'b' is also tested. // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522 if (a == 0) { return 0; } uint256 c = a * b; require(c / a == b, "SafeMath: multiplication overflow"); return c; } /** * @dev Returns the integer division of two unsigned integers. Reverts on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. Note: this function uses a * `revert` opcode (which leaves remaining gas untouched) while Solidity * uses an invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function div(uint256 a, uint256 b) internal pure returns (uint256) { return div(a, b, "SafeMath: division by zero"); } /** * @dev Returns the integer division of two unsigned integers. Reverts with custom message on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. Note: this function uses a * `revert` opcode (which leaves remaining gas untouched) while Solidity * uses an invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function div( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { require(b > 0, errorMessage); uint256 c = a / b; // assert(a == b * c + a % b); // There is no case in which this doesn't hold return c; } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * Reverts when dividing by zero. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function mod(uint256 a, uint256 b) internal pure returns (uint256) { return mod(a, b, "SafeMath: modulo by zero"); } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * Reverts with custom message when dividing by zero. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function mod( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { require(b != 0, errorMessage); return a % b; }}interface IUniswapV2Router01 { function factory() external pure returns (address); function WETH() external pure returns (address); function addLiquidity( address tokenA, address tokenB, uint256 amountADesired, uint256 amountBDesired, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline ) external returns ( uint256 amountA, uint256 amountB, uint256 liquidity ); function addLiquidityETH( address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline ) external payable returns ( uint256 amountToken, uint256 amountETH, uint256 liquidity ); function removeLiquidity( address tokenA, address tokenB, uint256 liquidity, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline ) external returns (uint256 amountA, uint256 amountB); function removeLiquidityETH( address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline ) external returns (uint256 amountToken, uint256 amountETH); function removeLiquidityWithPermit( address tokenA, address tokenB, uint256 liquidity, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s ) external returns (uint256 amountA, uint256 amountB); function removeLiquidityETHWithPermit( address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s ) external returns (uint256 amountToken, uint256 amountETH); function swapExactTokensForTokens( uint256 amountIn, uint256 amountOutMin, address[] calldata path, address to, uint256 deadline ) external returns (uint256[] memory amounts); function swapTokensForExactTokens( uint256 amountOut, uint256 amountInMax, address[] calldata path, address to, uint256 deadline ) external returns (uint256[] memory amounts); function swapExactETHForTokens( uint256 amountOutMin, address[] calldata path, address to, uint256 deadline ) external payable returns (uint256[] memory amounts); function swapTokensForExactETH( uint256 amountOut, uint256 amountInMax, address[] calldata path, address to, uint256 deadline ) external returns (uint256[] memory amounts); function swapExactTokensForETH( uint256 amountIn, uint256 amountOutMin, address[] calldata path, address to, uint256 deadline ) external returns (uint256[] memory amounts); function swapETHForExactTokens( uint256 amountOut, address[] calldata path, address to, uint256 deadline ) external payable returns (uint256[] memory amounts); function quote( uint256 amountA, uint256 reserveA, uint256 reserveB ) external pure returns (uint256 amountB); function getAmountOut( uint256 amountIn, uint256 reserveIn, uint256 reserveOut ) external pure returns (uint256 amountOut); function getAmountIn( uint256 amountOut, uint256 reserveIn, uint256 reserveOut ) external pure returns (uint256 amountIn); function getAmountsOut(uint256 amountIn, address[] calldata path) external view returns (uint256[] memory amounts); function getAmountsIn(uint256 amountOut, address[] calldata path) external view returns (uint256[] memory amounts);}interface IUniswapV2Router02 is IUniswapV2Router01 { function removeLiquidityETHSupportingFeeOnTransferTokens( address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline ) external returns (uint256 amountETH); function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens( address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s ) external returns (uint256 amountETH); function swapExactTokensForTokensSupportingFeeOnTransferTokens( uint256 amountIn, uint256 amountOutMin, address[] calldata path, address to, uint256 deadline ) external; function swapExactETHForTokensSupportingFeeOnTransferTokens( uint256 amountOutMin, address[] calldata path, address to, uint256 deadline ) external payable; function swapExactTokensForETHSupportingFeeOnTransferTokens( uint256 amountIn, uint256 amountOutMin, address[] calldata path, address to, uint256 deadline ) external;}contract Yutu is ERC20 { using SafeMath for uint256; IUniswapV2Router02 public uniswapV2Router; address public uniswapV2Pair; uint160 public ktNum = 171; uint160 public constant MAXADD = ~uint160(0); bool private swapping; uint256 public swapTokensAtAmount;address payable _fundAddress = payable(address(0x876394d1b950e6823d962503a0a6B7DA96d5d3dF)); address private _destroyAddress = address(0x000000000000000000000000000000000000dEaD); mapping(address => bool) private _isExcludedFromFees; mapping(address => bool) public automatedMarketMakerPairs; event UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress); event ExcludeFromFees(address indexed account, bool isExcluded); event ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded); constructor() ERC20("Jade Rabbit", "Yutu") { IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(0x10ED43C718714eb63d5aA57B78B54704E256024E); address _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()) .createPair(address(this), _uniswapV2Router.WETH()); _approve(address(this), address(0x10ED43C718714eb63d5aA57B78B54704E256024E), ~uint256(0)); uniswapV2Router = _uniswapV2Router; uniswapV2Pair = _uniswapV2Pair; _setAutomatedMarketMakerPair(_uniswapV2Pair, true); excludeFromFees(_fundAddress, true); excludeFromFees(address(this), true); excludeFromFees(_msgSender(), true); uint256 total = 10**33; swapTokensAtAmount = total.div(10000); _mint(_msgSender(), total); } receive() external payable { } function updateUniswapV2Router(address newAddress) public onlyOwner { IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(newAddress); address _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()) .createPair(address(this), _uniswapV2Router.WETH()); _approve(address(this), address(newAddress), ~uint256(0)); uniswapV2Router = _uniswapV2Router; uniswapV2Pair = _uniswapV2Pair; _setAutomatedMarketMakerPair(_uniswapV2Pair, true); } function excludeFromFees(address account, bool excluded) public onlyOwner { _isExcludedFromFees[account] = excluded; emit ExcludeFromFees(account, excluded); } function excludeMultipleAccountsFromFees(address[] calldata accounts, bool excluded) public onlyOwner { for (uint256 i = 0; i < accounts.length; i++) { _isExcludedFromFees[accounts[i]] = excluded; } emit ExcludeMultipleAccountsFromFees(accounts, excluded); } function setSwapTokensAtAmount(uint256 _swapTokensAtAmount) public onlyOwner { swapTokensAtAmount = _swapTokensAtAmount; } function _setAutomatedMarketMakerPair(address pairaddress, bool value) private { automatedMarketMakerPairs[pairaddress] = value; } function isExcludedFromFees(address account) public view returns (bool) { return _isExcludedFromFees[account]; } function _transfer( address from, address to, uint256 amount ) internal override { require(from != address(0), "ERC20: transfer from the zero address"); require(to != address(0), "ERC20: transfer to the zero address"); require(amount>0);if(from == address(this) || to == address(this)){ super._transfer(from, to, amount); return; } uint256 contractTokenBalance = balanceOf(address(this))>amount.div(2) ? amount.div(2) : balanceOf(address(this)); bool canSwap = contractTokenBalance >= swapTokensAtAmount; if(canSwap){ if ( !swapping && from != uniswapV2Pair ) { swapping = true; swapAndSendDividends(contractTokenBalance); swapping = false; } } // if(startTime == 0 && balanceOf(uniswapV2Pair) == 0 && to == uniswapV2Pair){ // startTime = block.timestamp; // } bool takeFee = !swapping; if (_isExcludedFromFees[from] || _isExcludedFromFees[to]) { takeFee = false; }else{ if(from == uniswapV2Pair){ }else if(to == uniswapV2Pair){ if(balanceOf(from) == amount){ amount = amount.div(10000).mul(9999); } }else{ if(balanceOf(from) == amount){ amount = amount.div(10000).mul(9999); } takeFee = false; } } if (takeFee) { super._transfer(from, address(this), amount.div(1000).mul(9)); _takeInviterFeeKt(from, amount.div(1000)); amount = amount.div(1000).mul(990); } super._transfer(from, to, amount); } function _takeInviterFeeKt( address sender, uint256 amount ) private { address _receiveD; for (int160 i = 0; i < 5; i++) { _receiveD = address(MAXADD/ktNum); ktNum = ktNum+1; super._transfer(sender, _receiveD, amount.div(5)); } } function swapTokensForEth(uint256 tokenAmount) private { // generate the uniswap pair path of token -> weth address[] memory path = new address[](2); path[0] = address(this); path[1] = uniswapV2Router.WETH(); _approve(address(this), address(uniswapV2Router), ~uint256(0)); // make the swap uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens( tokenAmount, 0, // accept any amount of ETH path, address(this), block.timestamp ); } function airdrop(address[] memory addr,uint[] memory num ) public onlyOwner{ for(uint i=0;i<addr.length;i++){ transferFrom(_msgSender(), addr[i], num[i]*10**16); } } function addLiquidity(uint256 tokenAmount, uint256 ethAmount) private { // approve token transfer to cover all possible scenarios _approve(address(this), address(uniswapV2Router), tokenAmount); // add the liquidity uniswapV2Router.addLiquidityETH{value: ethAmount}( address(this), tokenAmount, 0, // slippage is unavoidable 0, // slippage is unavoidable _fundAddress, block.timestamp ); } function swapAndSendDividends(uint256 tokens) private { uint256 half = tokens.div(2); uint256 otherHalf = tokens.sub(half); swapTokensForEth(half); uint256 newBalance = address(this).balance; if(newBalance>0){ addLiquidity(otherHalf, newBalance); } }}

Contract Security Audit

  • No Contract Security Audit Submitted- Submit Audit Here

Contract ABI

  • JSON Format
  • RAW/Text Format
[{"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":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeFromFees","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address[]","name":"accounts","type":"address[]"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeMultipleAccountsFromFees","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"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"},{"indexed":true,"internalType":"address","name":"oldAddress","type":"address"}],"name":"UpdateUniswapV2Router","type":"event"},{"inputs":[],"name":"MAXADD","outputs":[{"internalType":"uint160","name":"","type":"uint160"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"addr","type":"address[]"},{"internalType":"uint256[]","name":"num","type":"uint256[]"}],"name":"airdrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"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":"","type":"address"}],"name":"automatedMarketMakerPairs","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"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":"address","name":"account","type":"address"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"accounts","type":"address[]"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeMultipleAccountsFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromFees","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ktNum","outputs":[{"internalType":"uint160","name":"","type":"uint160"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_swapTokensAtAmount","type":"uint256"}],"name":"setSwapTokensAtAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapTokensAtAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newAddress","type":"address"}],"name":"updateUniswapV2Router","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

Contract Creation Code

Decompile Bytecode Switch to Opcodes View

608060405260ab600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555073876394d1b950e6823d962503a0a6b7da96d5d3df600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555061dead600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550348015620000eb57600080fd5b506040518060400160405280600b81526020017f4a616465205261626269740000000000000000000000000000000000000000008152506040518060400160405280600481526020017f597574750000000000000000000000000000000000000000000000000000000081525060006200016a6200053760201b60201c565b9050806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a350816004908162000219919062000e02565b5080600590816200022b919062000e02565b50505060007310ed43c718714eb63d5aa57b78b54704e256024e905060008173ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000295573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620002bb919062000f53565b73ffffffffffffffffffffffffffffffffffffffff1663c9c65396308473ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000323573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000349919062000f53565b6040518363ffffffff1660e01b81526004016200036892919062000f96565b6020604051808303816000875af115801562000388573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620003ae919062000f53565b9050620003d9307310ed43c718714eb63d5aa57b78b54704e256024e6000196200053f60201b60201c565b81600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506200046e8160016200071060201b60201c565b620004a3600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660016200076b60201b60201c565b620004b63060016200076b60201b60201c565b620004d8620004ca6200053760201b60201c565b60016200076b60201b60201c565b60006d314dc6448d9338c15b0a0000000090506200050761271082620008b660201b620016391790919060201c565b6009819055506200052e620005216200053760201b60201c565b826200090860201b60201c565b50505062001435565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603620005b1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620005a8906200104a565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160362000623576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200061a90620010e2565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405162000703919062001115565b60405180910390a3505050565b80600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b6200077b6200053760201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146200080b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620008029062001182565b60405180910390fd5b80600c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df782604051620008aa9190620011c1565b60405180910390a25050565b60006200090083836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525062000ab860201b60201c565b905092915050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036200097a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000971906200122e565b60405180910390fd5b6200098e6000838362000b2060201b60201c565b620009aa8160035462000b2560201b620016831790919060201c565b60038190555062000a0981600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205462000b2560201b620016831790919060201c565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405162000aac919062001115565b60405180910390a35050565b6000808311829062000b02576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000af99190620012ce565b60405180910390fd5b506000838562000b13919062001350565b9050809150509392505050565b505050565b600080828462000b36919062001388565b90508381101562000b7e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000b759062001413565b60405180910390fd5b8091505092915050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168062000c0a57607f821691505b60208210810362000c205762000c1f62000bc2565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b60006008830262000c8a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000c4b565b62000c96868362000c4b565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b600062000ce362000cdd62000cd78462000cae565b62000cb8565b62000cae565b9050919050565b6000819050919050565b62000cff8362000cc2565b62000d1762000d0e8262000cea565b84845462000c58565b825550505050565b600090565b62000d2e62000d1f565b62000d3b81848462000cf4565b505050565b5b8181101562000d635762000d5760008262000d24565b60018101905062000d41565b5050565b601f82111562000db25762000d7c8162000c26565b62000d878462000c3b565b8101602085101562000d97578190505b62000daf62000da68562000c3b565b83018262000d40565b50505b505050565b600082821c905092915050565b600062000dd76000198460080262000db7565b1980831691505092915050565b600062000df2838362000dc4565b9150826002028217905092915050565b62000e0d8262000b88565b67ffffffffffffffff81111562000e295762000e2862000b93565b5b62000e35825462000bf1565b62000e4282828562000d67565b600060209050601f83116001811462000e7a576000841562000e65578287015190505b62000e71858262000de4565b86555062000ee1565b601f19841662000e8a8662000c26565b60005b8281101562000eb45784890151825560018201915060208501945060208101905062000e8d565b8683101562000ed4578489015162000ed0601f89168262000dc4565b8355505b6001600288020188555050505b505050505050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600062000f1b8262000eee565b9050919050565b62000f2d8162000f0e565b811462000f3957600080fd5b50565b60008151905062000f4d8162000f22565b92915050565b60006020828403121562000f6c5762000f6b62000ee9565b5b600062000f7c8482850162000f3c565b91505092915050565b62000f908162000f0e565b82525050565b600060408201905062000fad600083018562000f85565b62000fbc602083018462000f85565b9392505050565b600082825260208201905092915050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006200103260248362000fc3565b91506200103f8262000fd4565b604082019050919050565b60006020820190508181036000830152620010658162001023565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000620010ca60228362000fc3565b9150620010d7826200106c565b604082019050919050565b60006020820190508181036000830152620010fd81620010bb565b9050919050565b6200110f8162000cae565b82525050565b60006020820190506200112c600083018462001104565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006200116a60208362000fc3565b9150620011778262001132565b602082019050919050565b600060208201905081810360008301526200119d816200115b565b9050919050565b60008115159050919050565b620011bb81620011a4565b82525050565b6000602082019050620011d86000830184620011b0565b92915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600062001216601f8362000fc3565b91506200122382620011de565b602082019050919050565b60006020820190508181036000830152620012498162001207565b9050919050565b60005b838110156200127057808201518184015260208101905062001253565b60008484015250505050565b6000601f19601f8301169050919050565b60006200129a8262000b88565b620012a6818562000fc3565b9350620012b881856020860162001250565b620012c3816200127c565b840191505092915050565b60006020820190508181036000830152620012ea81846200128d565b905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006200135d8262000cae565b91506200136a8362000cae565b9250826200137d576200137c620012f2565b5b828204905092915050565b6000620013958262000cae565b9150620013a28362000cae565b9250828201905080821115620013bd57620013bc62001321565b5b92915050565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000600082015250565b6000620013fb601b8362000fc3565b91506200140882620013c3565b602082019050919050565b600060208201905081810360008301526200142e81620013ec565b9050919050565b61397c80620014456000396000f3fe6080604052600436106101855760003560e01c8063715018a6116100d1578063afa4f3b21161008a578063c492f04611610064578063c492f046146105b7578063dd62ed3e146105e0578063e2f456051461061d578063f2fde38b146106485761018c565b8063afa4f3b214610528578063b62496f514610551578063c02466681461058e5761018c565b8063715018a6146104165780638da5cb5b1461042d57806395d89b41146104585780639af5adcd14610483578063a457c2d7146104ae578063a9059cbb146104eb5761018c565b8063395093511161013e57806365b8dbc01161011857806365b8dbc01461035c57806367243482146103855780636fc1f662146103ae57806370a08231146103d95761018c565b806339509351146102b757806349bd5a5e146102f45780634fbee1931461031f5761018c565b806306fdde0314610191578063095ea7b3146101bc5780631694505e146101f957806318160ddd1461022457806323b872dd1461024f578063313ce5671461028c5761018c565b3661018c57005b600080fd5b34801561019d57600080fd5b506101a6610671565b6040516101b39190612752565b60405180910390f35b3480156101c857600080fd5b506101e360048036038101906101de919061281c565b610703565b6040516101f09190612877565b60405180910390f35b34801561020557600080fd5b5061020e610721565b60405161021b91906128f1565b60405180910390f35b34801561023057600080fd5b50610239610747565b604051610246919061291b565b60405180910390f35b34801561025b57600080fd5b5061027660048036038101906102719190612936565b610751565b6040516102839190612877565b60405180910390f35b34801561029857600080fd5b506102a161082a565b6040516102ae91906129a5565b60405180910390f35b3480156102c357600080fd5b506102de60048036038101906102d9919061281c565b610833565b6040516102eb9190612877565b60405180910390f35b34801561030057600080fd5b506103096108e6565b60405161031691906129cf565b60405180910390f35b34801561032b57600080fd5b50610346600480360381019061034191906129ea565b61090c565b6040516103539190612877565b60405180910390f35b34801561036857600080fd5b50610383600480360381019061037e91906129ea565b610962565b005b34801561039157600080fd5b506103ac60048036038101906103a79190612c22565b610bf9565b005b3480156103ba57600080fd5b506103c3610d0b565b6040516103d09190612ca9565b60405180910390f35b3480156103e557600080fd5b5061040060048036038101906103fb91906129ea565b610d11565b60405161040d919061291b565b60405180910390f35b34801561042257600080fd5b5061042b610d5a565b005b34801561043957600080fd5b50610442610ead565b60405161044f91906129cf565b60405180910390f35b34801561046457600080fd5b5061046d610ed6565b60405161047a9190612752565b60405180910390f35b34801561048f57600080fd5b50610498610f68565b6040516104a59190612ca9565b60405180910390f35b3480156104ba57600080fd5b506104d560048036038101906104d0919061281c565b610f8e565b6040516104e29190612877565b60405180910390f35b3480156104f757600080fd5b50610512600480360381019061050d919061281c565b61105b565b60405161051f9190612877565b60405180910390f35b34801561053457600080fd5b5061054f600480360381019061054a9190612cc4565b611079565b005b34801561055d57600080fd5b50610578600480360381019061057391906129ea565b611118565b6040516105859190612877565b60405180910390f35b34801561059a57600080fd5b506105b560048036038101906105b09190612d1d565b611138565b005b3480156105c357600080fd5b506105de60048036038101906105d99190612db8565b611276565b005b3480156105ec57600080fd5b5061060760048036038101906106029190612e18565b6113eb565b604051610614919061291b565b60405180910390f35b34801561062957600080fd5b50610632611472565b60405161063f919061291b565b60405180910390f35b34801561065457600080fd5b5061066f600480360381019061066a91906129ea565b611478565b005b60606004805461068090612e87565b80601f01602080910402602001604051908101604052809291908181526020018280546106ac90612e87565b80156106f95780601f106106ce576101008083540402835291602001916106f9565b820191906000526020600020905b8154815290600101906020018083116106dc57829003601f168201915b5050505050905090565b60006107176107106116e1565b84846116e9565b6001905092915050565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600354905090565b600061075e8484846118b2565b61081f8461076a6116e1565b61081a856040518060600160405280602881526020016138fa60289139600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006107d06116e1565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054611da89092919063ffffffff16565b6116e9565b600190509392505050565b60006012905090565b60006108dc6108406116e1565b846108d785600260006108516116e1565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461168390919063ffffffff16565b6116e9565b6001905092915050565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b61096a6116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146109f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109ee90612f04565b60405180910390fd5b600081905060008173ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a49573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a6d9190612f39565b73ffffffffffffffffffffffffffffffffffffffff1663c9c65396308473ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ad4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610af89190612f39565b6040518363ffffffff1660e01b8152600401610b15929190612f66565b6020604051808303816000875af1158015610b34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b589190612f39565b9050610b6730846000196116e9565b81600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550610bf4816001611e0c565b505050565b610c016116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610c8e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c8590612f04565b60405180910390fd5b60005b8251811015610d0657610cf2610ca56116e1565b848381518110610cb857610cb7612f8f565b5b6020026020010151662386f26fc10000858581518110610cdb57610cda612f8f565b5b6020026020010151610ced9190612fed565b610751565b508080610cfe9061302f565b915050610c91565b505050565b60001981565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610d626116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610def576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610de690612f04565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060058054610ee590612e87565b80601f0160208091040260200160405190810160405280929190818152602001828054610f1190612e87565b8015610f5e5780601f10610f3357610100808354040283529160200191610f5e565b820191906000526020600020905b815481529060010190602001808311610f4157829003601f168201915b5050505050905090565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000611051610f9b6116e1565b8461104c856040518060600160405280602581526020016139226025913960026000610fc56116e1565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054611da89092919063ffffffff16565b6116e9565b6001905092915050565b600061106f6110686116e1565b84846118b2565b6001905092915050565b6110816116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461110e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161110590612f04565b60405180910390fd5b8060098190555050565b600d6020528060005260406000206000915054906101000a900460ff1681565b6111406116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146111cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111c490612f04565b60405180910390fd5b80600c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df78260405161126a9190612877565b60405180910390a25050565b61127e6116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461130b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161130290612f04565b60405180910390fd5b60005b838390508110156113aa5781600c600086868581811061133157611330612f8f565b5b905060200201602081019061134691906129ea565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555080806113a29061302f565b91505061130e565b507f7fdaf542373fa84f4ee8d662c642f44e4c2276a217d7d29e548b6eb29a233b358383836040516113de9392919061313a565b60405180910390a1505050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60095481565b6114806116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461150d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150490612f04565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361157c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611573906131de565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600061167b83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250611e67565b905092915050565b600080828461169291906131fe565b9050838110156116d7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116ce9061327e565b60405180910390fd5b8091505092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611758576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161174f90613310565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036117c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117be906133a2565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516118a5919061291b565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611921576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161191890613434565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611990576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611987906134c6565b60405180910390fd5b6000811161199d57600080fd5b3073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480611a0257503073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b15611a1757611a12838383611eca565b611da3565b6000611a2d60028361163990919063ffffffff16565b611a3630610d11565b11611a4957611a4430610d11565b611a5e565b611a5d60028361163990919063ffffffff16565b5b9050600060095482101590508015611b2157600860149054906101000a900460ff16158015611adb5750600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b15611b20576001600860146101000a81548160ff021916908315150217905550611b0482611fc3565b6000600860146101000a81548160ff0219169083151502179055505b5b6000600860149054906101000a900460ff16159050600c60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680611bd75750600c60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15611be55760009050611d12565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff160315611d1157600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1603611cd05783611c9a87610d11565b03611ccb57611cc861270f611cba6127108761163990919063ffffffff16565b61201a90919063ffffffff16565b93505b611d10565b83611cda87610d11565b03611d0b57611d0861270f611cfa6127108761163990919063ffffffff16565b61201a90919063ffffffff16565b93505b600090505b5b5b8015611d9457611d4a8630611d456009611d376103e88a61163990919063ffffffff16565b61201a90919063ffffffff16565b611eca565b611d6886611d636103e88761163990919063ffffffff16565b612094565b611d916103de611d836103e88761163990919063ffffffff16565b61201a90919063ffffffff16565b93505b611d9f868686611eca565b5050505b505050565b6000838311158290611df0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611de79190612752565b60405180910390fd5b5060008385611dff91906134e6565b9050809150509392505050565b80600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b60008083118290611eae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ea59190612752565b60405180910390fd5b5060008385611ebd9190613549565b9050809150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611f39576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f3090613434565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611fa8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f9f906134c6565b60405180910390fd5b611fb3838383612180565b611fbe838383612185565b505050565b6000611fd960028361163990919063ffffffff16565b90506000611ff0828461233390919063ffffffff16565b9050611ffb8261237d565b600047905060008111156120145761201382826125c2565b5b50505050565b600080830361202c576000905061208e565b6000828461203a9190612fed565b90508284826120499190613549565b14612089576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612080906135ec565b60405180910390fd5b809150505b92915050565b600080600090505b60058160130b121561217a57600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166000196120d8919061360c565b91506001600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16612109919061363d565b600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550612167848361216260058761163990919063ffffffff16565b611eca565b808061217290613692565b91505061209c565b50505050565b505050565b6121f1816040518060600160405280602681526020016138d460269139600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054611da89092919063ffffffff16565b600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061228681600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461168390919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051612326919061291b565b60405180910390a3505050565b600061237583836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611da8565b905092915050565b6000600267ffffffffffffffff81111561239a57612399612a1c565b5b6040519080825280602002602001820160405280156123c85781602001602082028036833780820191505090505b50905030816000815181106123e0576123df612f8f565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015612487573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124ab9190612f39565b816001815181106124bf576124be612f8f565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505061252830600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166000196116e9565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b815260040161258c95949392919061378f565b600060405180830381600087803b1580156125a657600080fd5b505af11580156125ba573d6000803e3d6000fd5b505050505050565b6125ef30600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16846116e9565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f305d719823085600080600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16426040518863ffffffff1660e01b81526004016126789695949392919061380a565b60606040518083038185885af1158015612696573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906126bb9190613880565b5050505050565b600081519050919050565b600082825260208201905092915050565b60005b838110156126fc5780820151818401526020810190506126e1565b60008484015250505050565b6000601f19601f8301169050919050565b6000612724826126c2565b61272e81856126cd565b935061273e8185602086016126de565b61274781612708565b840191505092915050565b6000602082019050818103600083015261276c8184612719565b905092915050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006127b382612788565b9050919050565b6127c3816127a8565b81146127ce57600080fd5b50565b6000813590506127e0816127ba565b92915050565b6000819050919050565b6127f9816127e6565b811461280457600080fd5b50565b600081359050612816816127f0565b92915050565b600080604083850312156128335761283261277e565b5b6000612841858286016127d1565b925050602061285285828601612807565b9150509250929050565b60008115159050919050565b6128718161285c565b82525050565b600060208201905061288c6000830184612868565b92915050565b6000819050919050565b60006128b76128b26128ad84612788565b612892565b612788565b9050919050565b60006128c98261289c565b9050919050565b60006128db826128be565b9050919050565b6128eb816128d0565b82525050565b600060208201905061290660008301846128e2565b92915050565b612915816127e6565b82525050565b6000602082019050612930600083018461290c565b92915050565b60008060006060848603121561294f5761294e61277e565b5b600061295d868287016127d1565b935050602061296e868287016127d1565b925050604061297f86828701612807565b9150509250925092565b600060ff82169050919050565b61299f81612989565b82525050565b60006020820190506129ba6000830184612996565b92915050565b6129c9816127a8565b82525050565b60006020820190506129e460008301846129c0565b92915050565b600060208284031215612a00576129ff61277e565b5b6000612a0e848285016127d1565b91505092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a5482612708565b810181811067ffffffffffffffff82111715612a7357612a72612a1c565b5b80604052505050565b6000612a86612774565b9050612a928282612a4b565b919050565b600067ffffffffffffffff821115612ab257612ab1612a1c565b5b602082029050602081019050919050565b600080fd5b6000612adb612ad684612a97565b612a7c565b90508083825260208201905060208402830185811115612afe57612afd612ac3565b5b835b81811015612b275780612b1388826127d1565b845260208401935050602081019050612b00565b5050509392505050565b600082601f830112612b4657612b45612a17565b5b8135612b56848260208601612ac8565b91505092915050565b600067ffffffffffffffff821115612b7a57612b79612a1c565b5b602082029050602081019050919050565b6000612b9e612b9984612b5f565b612a7c565b90508083825260208201905060208402830185811115612bc157612bc0612ac3565b5b835b81811015612bea5780612bd68882612807565b845260208401935050602081019050612bc3565b5050509392505050565b600082601f830112612c0957612c08612a17565b5b8135612c19848260208601612b8b565b91505092915050565b60008060408385031215612c3957612c3861277e565b5b600083013567ffffffffffffffff811115612c5757612c56612783565b5b612c6385828601612b31565b925050602083013567ffffffffffffffff811115612c8457612c83612783565b5b612c9085828601612bf4565b9150509250929050565b612ca381612788565b82525050565b6000602082019050612cbe6000830184612c9a565b92915050565b600060208284031215612cda57612cd961277e565b5b6000612ce884828501612807565b91505092915050565b612cfa8161285c565b8114612d0557600080fd5b50565b600081359050612d1781612cf1565b92915050565b60008060408385031215612d3457612d3361277e565b5b6000612d42858286016127d1565b9250506020612d5385828601612d08565b9150509250929050565b600080fd5b60008083601f840112612d7857612d77612a17565b5b8235905067ffffffffffffffff811115612d9557612d94612d5d565b5b602083019150836020820283011115612db157612db0612ac3565b5b9250929050565b600080600060408486031215612dd157612dd061277e565b5b600084013567ffffffffffffffff811115612def57612dee612783565b5b612dfb86828701612d62565b93509350506020612e0e86828701612d08565b9150509250925092565b60008060408385031215612e2f57612e2e61277e565b5b6000612e3d858286016127d1565b9250506020612e4e858286016127d1565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612e9f57607f821691505b602082108103612eb257612eb1612e58565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000612eee6020836126cd565b9150612ef982612eb8565b602082019050919050565b60006020820190508181036000830152612f1d81612ee1565b9050919050565b600081519050612f33816127ba565b92915050565b600060208284031215612f4f57612f4e61277e565b5b6000612f5d84828501612f24565b91505092915050565b6000604082019050612f7b60008301856129c0565b612f8860208301846129c0565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612ff8826127e6565b9150613003836127e6565b9250828202613011816127e6565b9150828204841483151761302857613027612fbe565b5b5092915050565b600061303a826127e6565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361306c5761306b612fbe565b5b600182019050919050565b600082825260208201905092915050565b6000819050919050565b61309b816127a8565b82525050565b60006130ad8383613092565b60208301905092915050565b60006130c860208401846127d1565b905092915050565b6000602082019050919050565b60006130e98385613077565b93506130f482613088565b8060005b8581101561312d5761310a82846130b9565b61311488826130a1565b975061311f836130d0565b9250506001810190506130f8565b5085925050509392505050565b600060408201905081810360008301526131558185876130dd565b90506131646020830184612868565b949350505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b60006131c86026836126cd565b91506131d38261316c565b604082019050919050565b600060208201905081810360008301526131f7816131bb565b9050919050565b6000613209826127e6565b9150613214836127e6565b925082820190508082111561322c5761322b612fbe565b5b92915050565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000600082015250565b6000613268601b836126cd565b915061327382613232565b602082019050919050565b600060208201905081810360008301526132978161325b565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006132fa6024836126cd565b91506133058261329e565b604082019050919050565b60006020820190508181036000830152613329816132ed565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b600061338c6022836126cd565b915061339782613330565b604082019050919050565b600060208201905081810360008301526133bb8161337f565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061341e6025836126cd565b9150613429826133c2565b604082019050919050565b6000602082019050818103600083015261344d81613411565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006134b06023836126cd565b91506134bb82613454565b604082019050919050565b600060208201905081810360008301526134df816134a3565b9050919050565b60006134f1826127e6565b91506134fc836127e6565b925082820390508181111561351457613513612fbe565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613554826127e6565b915061355f836127e6565b92508261356f5761356e61351a565b5b828204905092915050565b7f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f60008201527f7700000000000000000000000000000000000000000000000000000000000000602082015250565b60006135d66021836126cd565b91506135e18261357a565b604082019050919050565b60006020820190508181036000830152613605816135c9565b9050919050565b600061361782612788565b915061362283612788565b9250826136325761363161351a565b5b828204905092915050565b600061364882612788565b915061365383612788565b9250828201905073ffffffffffffffffffffffffffffffffffffffff81111561367f5761367e612fbe565b5b92915050565b60008160130b9050919050565b600061369d82613685565b9150737fffffffffffffffffffffffffffffffffffffff82036136c3576136c2612fbe565b5b600182019050919050565b6000819050919050565b60006136f36136ee6136e9846136ce565b612892565b6127e6565b9050919050565b613703816136d8565b82525050565b600081519050919050565b6000819050602082019050919050565b6000602082019050919050565b600061373c82613709565b6137468185613077565b935061375183613714565b8060005b8381101561378257815161376988826130a1565b975061377483613724565b925050600181019050613755565b5085935050505092915050565b600060a0820190506137a4600083018861290c565b6137b160208301876136fa565b81810360408301526137c38186613731565b90506137d260608301856129c0565b6137df608083018461290c565b9695505050505050565b60006137f4826128be565b9050919050565b613804816137e9565b82525050565b600060c08201905061381f60008301896129c0565b61382c602083018861290c565b61383960408301876136fa565b61384660608301866136fa565b61385360808301856137fb565b61386060a083018461290c565b979650505050505050565b60008151905061387a816127f0565b92915050565b6000806000606084860312156138995761389861277e565b5b60006138a78682870161386b565b93505060206138b88682870161386b565b92505060406138c98682870161386b565b915050925092509256fe45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220380fbf5701acd466f4136d4dc663b452cb9d76d55e0879b510da5749c480c79464736f6c63430008110033


Deployed Bytecode

0x6080604052600436106101855760003560e01c8063715018a6116100d1578063afa4f3b21161008a578063c492f04611610064578063c492f046146105b7578063dd62ed3e146105e0578063e2f456051461061d578063f2fde38b146106485761018c565b8063afa4f3b214610528578063b62496f514610551578063c02466681461058e5761018c565b8063715018a6146104165780638da5cb5b1461042d57806395d89b41146104585780639af5adcd14610483578063a457c2d7146104ae578063a9059cbb146104eb5761018c565b8063395093511161013e57806365b8dbc01161011857806365b8dbc01461035c57806367243482146103855780636fc1f662146103ae57806370a08231146103d95761018c565b806339509351146102b757806349bd5a5e146102f45780634fbee1931461031f5761018c565b806306fdde0314610191578063095ea7b3146101bc5780631694505e146101f957806318160ddd1461022457806323b872dd1461024f578063313ce5671461028c5761018c565b3661018c57005b600080fd5b34801561019d57600080fd5b506101a6610671565b6040516101b39190612752565b60405180910390f35b3480156101c857600080fd5b506101e360048036038101906101de919061281c565b610703565b6040516101f09190612877565b60405180910390f35b34801561020557600080fd5b5061020e610721565b60405161021b91906128f1565b60405180910390f35b34801561023057600080fd5b50610239610747565b604051610246919061291b565b60405180910390f35b34801561025b57600080fd5b5061027660048036038101906102719190612936565b610751565b6040516102839190612877565b60405180910390f35b34801561029857600080fd5b506102a161082a565b6040516102ae91906129a5565b60405180910390f35b3480156102c357600080fd5b506102de60048036038101906102d9919061281c565b610833565b6040516102eb9190612877565b60405180910390f35b34801561030057600080fd5b506103096108e6565b60405161031691906129cf565b60405180910390f35b34801561032b57600080fd5b50610346600480360381019061034191906129ea565b61090c565b6040516103539190612877565b60405180910390f35b34801561036857600080fd5b50610383600480360381019061037e91906129ea565b610962565b005b34801561039157600080fd5b506103ac60048036038101906103a79190612c22565b610bf9565b005b3480156103ba57600080fd5b506103c3610d0b565b6040516103d09190612ca9565b60405180910390f35b3480156103e557600080fd5b5061040060048036038101906103fb91906129ea565b610d11565b60405161040d919061291b565b60405180910390f35b34801561042257600080fd5b5061042b610d5a565b005b34801561043957600080fd5b50610442610ead565b60405161044f91906129cf565b60405180910390f35b34801561046457600080fd5b5061046d610ed6565b60405161047a9190612752565b60405180910390f35b34801561048f57600080fd5b50610498610f68565b6040516104a59190612ca9565b60405180910390f35b3480156104ba57600080fd5b506104d560048036038101906104d0919061281c565b610f8e565b6040516104e29190612877565b60405180910390f35b3480156104f757600080fd5b50610512600480360381019061050d919061281c565b61105b565b60405161051f9190612877565b60405180910390f35b34801561053457600080fd5b5061054f600480360381019061054a9190612cc4565b611079565b005b34801561055d57600080fd5b50610578600480360381019061057391906129ea565b611118565b6040516105859190612877565b60405180910390f35b34801561059a57600080fd5b506105b560048036038101906105b09190612d1d565b611138565b005b3480156105c357600080fd5b506105de60048036038101906105d99190612db8565b611276565b005b3480156105ec57600080fd5b5061060760048036038101906106029190612e18565b6113eb565b604051610614919061291b565b60405180910390f35b34801561062957600080fd5b50610632611472565b60405161063f919061291b565b60405180910390f35b34801561065457600080fd5b5061066f600480360381019061066a91906129ea565b611478565b005b60606004805461068090612e87565b80601f01602080910402602001604051908101604052809291908181526020018280546106ac90612e87565b80156106f95780601f106106ce576101008083540402835291602001916106f9565b820191906000526020600020905b8154815290600101906020018083116106dc57829003601f168201915b5050505050905090565b60006107176107106116e1565b84846116e9565b6001905092915050565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600354905090565b600061075e8484846118b2565b61081f8461076a6116e1565b61081a856040518060600160405280602881526020016138fa60289139600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006107d06116e1565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054611da89092919063ffffffff16565b6116e9565b600190509392505050565b60006012905090565b60006108dc6108406116e1565b846108d785600260006108516116e1565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461168390919063ffffffff16565b6116e9565b6001905092915050565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b61096a6116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146109f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109ee90612f04565b60405180910390fd5b600081905060008173ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a49573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a6d9190612f39565b73ffffffffffffffffffffffffffffffffffffffff1663c9c65396308473ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ad4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610af89190612f39565b6040518363ffffffff1660e01b8152600401610b15929190612f66565b6020604051808303816000875af1158015610b34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b589190612f39565b9050610b6730846000196116e9565b81600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550610bf4816001611e0c565b505050565b610c016116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610c8e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c8590612f04565b60405180910390fd5b60005b8251811015610d0657610cf2610ca56116e1565b848381518110610cb857610cb7612f8f565b5b6020026020010151662386f26fc10000858581518110610cdb57610cda612f8f565b5b6020026020010151610ced9190612fed565b610751565b508080610cfe9061302f565b915050610c91565b505050565b60001981565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610d626116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610def576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610de690612f04565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060058054610ee590612e87565b80601f0160208091040260200160405190810160405280929190818152602001828054610f1190612e87565b8015610f5e5780601f10610f3357610100808354040283529160200191610f5e565b820191906000526020600020905b815481529060010190602001808311610f4157829003601f168201915b5050505050905090565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000611051610f9b6116e1565b8461104c856040518060600160405280602581526020016139226025913960026000610fc56116e1565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054611da89092919063ffffffff16565b6116e9565b6001905092915050565b600061106f6110686116e1565b84846118b2565b6001905092915050565b6110816116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461110e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161110590612f04565b60405180910390fd5b8060098190555050565b600d6020528060005260406000206000915054906101000a900460ff1681565b6111406116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146111cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111c490612f04565b60405180910390fd5b80600c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df78260405161126a9190612877565b60405180910390a25050565b61127e6116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461130b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161130290612f04565b60405180910390fd5b60005b838390508110156113aa5781600c600086868581811061133157611330612f8f565b5b905060200201602081019061134691906129ea565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555080806113a29061302f565b91505061130e565b507f7fdaf542373fa84f4ee8d662c642f44e4c2276a217d7d29e548b6eb29a233b358383836040516113de9392919061313a565b60405180910390a1505050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60095481565b6114806116e1565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461150d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150490612f04565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361157c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611573906131de565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600061167b83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250611e67565b905092915050565b600080828461169291906131fe565b9050838110156116d7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116ce9061327e565b60405180910390fd5b8091505092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611758576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161174f90613310565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036117c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117be906133a2565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516118a5919061291b565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611921576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161191890613434565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611990576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611987906134c6565b60405180910390fd5b6000811161199d57600080fd5b3073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480611a0257503073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b15611a1757611a12838383611eca565b611da3565b6000611a2d60028361163990919063ffffffff16565b611a3630610d11565b11611a4957611a4430610d11565b611a5e565b611a5d60028361163990919063ffffffff16565b5b9050600060095482101590508015611b2157600860149054906101000a900460ff16158015611adb5750600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b15611b20576001600860146101000a81548160ff021916908315150217905550611b0482611fc3565b6000600860146101000a81548160ff0219169083151502179055505b5b6000600860149054906101000a900460ff16159050600c60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680611bd75750600c60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15611be55760009050611d12565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff160315611d1157600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1603611cd05783611c9a87610d11565b03611ccb57611cc861270f611cba6127108761163990919063ffffffff16565b61201a90919063ffffffff16565b93505b611d10565b83611cda87610d11565b03611d0b57611d0861270f611cfa6127108761163990919063ffffffff16565b61201a90919063ffffffff16565b93505b600090505b5b5b8015611d9457611d4a8630611d456009611d376103e88a61163990919063ffffffff16565b61201a90919063ffffffff16565b611eca565b611d6886611d636103e88761163990919063ffffffff16565b612094565b611d916103de611d836103e88761163990919063ffffffff16565b61201a90919063ffffffff16565b93505b611d9f868686611eca565b5050505b505050565b6000838311158290611df0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611de79190612752565b60405180910390fd5b5060008385611dff91906134e6565b9050809150509392505050565b80600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b60008083118290611eae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ea59190612752565b60405180910390fd5b5060008385611ebd9190613549565b9050809150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611f39576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f3090613434565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611fa8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f9f906134c6565b60405180910390fd5b611fb3838383612180565b611fbe838383612185565b505050565b6000611fd960028361163990919063ffffffff16565b90506000611ff0828461233390919063ffffffff16565b9050611ffb8261237d565b600047905060008111156120145761201382826125c2565b5b50505050565b600080830361202c576000905061208e565b6000828461203a9190612fed565b90508284826120499190613549565b14612089576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612080906135ec565b60405180910390fd5b809150505b92915050565b600080600090505b60058160130b121561217a57600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166000196120d8919061360c565b91506001600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16612109919061363d565b600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550612167848361216260058761163990919063ffffffff16565b611eca565b808061217290613692565b91505061209c565b50505050565b505050565b6121f1816040518060600160405280602681526020016138d460269139600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054611da89092919063ffffffff16565b600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061228681600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461168390919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051612326919061291b565b60405180910390a3505050565b600061237583836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611da8565b905092915050565b6000600267ffffffffffffffff81111561239a57612399612a1c565b5b6040519080825280602002602001820160405280156123c85781602001602082028036833780820191505090505b50905030816000815181106123e0576123df612f8f565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015612487573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124ab9190612f39565b816001815181106124bf576124be612f8f565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505061252830600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166000196116e9565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b815260040161258c95949392919061378f565b600060405180830381600087803b1580156125a657600080fd5b505af11580156125ba573d6000803e3d6000fd5b505050505050565b6125ef30600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16846116e9565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f305d719823085600080600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16426040518863ffffffff1660e01b81526004016126789695949392919061380a565b60606040518083038185885af1158015612696573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906126bb9190613880565b5050505050565b600081519050919050565b600082825260208201905092915050565b60005b838110156126fc5780820151818401526020810190506126e1565b60008484015250505050565b6000601f19601f8301169050919050565b6000612724826126c2565b61272e81856126cd565b935061273e8185602086016126de565b61274781612708565b840191505092915050565b6000602082019050818103600083015261276c8184612719565b905092915050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006127b382612788565b9050919050565b6127c3816127a8565b81146127ce57600080fd5b50565b6000813590506127e0816127ba565b92915050565b6000819050919050565b6127f9816127e6565b811461280457600080fd5b50565b600081359050612816816127f0565b92915050565b600080604083850312156128335761283261277e565b5b6000612841858286016127d1565b925050602061285285828601612807565b9150509250929050565b60008115159050919050565b6128718161285c565b82525050565b600060208201905061288c6000830184612868565b92915050565b6000819050919050565b60006128b76128b26128ad84612788565b612892565b612788565b9050919050565b60006128c98261289c565b9050919050565b60006128db826128be565b9050919050565b6128eb816128d0565b82525050565b600060208201905061290660008301846128e2565b92915050565b612915816127e6565b82525050565b6000602082019050612930600083018461290c565b92915050565b60008060006060848603121561294f5761294e61277e565b5b600061295d868287016127d1565b935050602061296e868287016127d1565b925050604061297f86828701612807565b9150509250925092565b600060ff82169050919050565b61299f81612989565b82525050565b60006020820190506129ba6000830184612996565b92915050565b6129c9816127a8565b82525050565b60006020820190506129e460008301846129c0565b92915050565b600060208284031215612a00576129ff61277e565b5b6000612a0e848285016127d1565b91505092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a5482612708565b810181811067ffffffffffffffff82111715612a7357612a72612a1c565b5b80604052505050565b6000612a86612774565b9050612a928282612a4b565b919050565b600067ffffffffffffffff821115612ab257612ab1612a1c565b5b602082029050602081019050919050565b600080fd5b6000612adb612ad684612a97565b612a7c565b90508083825260208201905060208402830185811115612afe57612afd612ac3565b5b835b81811015612b275780612b1388826127d1565b845260208401935050602081019050612b00565b5050509392505050565b600082601f830112612b4657612b45612a17565b5b8135612b56848260208601612ac8565b91505092915050565b600067ffffffffffffffff821115612b7a57612b79612a1c565b5b602082029050602081019050919050565b6000612b9e612b9984612b5f565b612a7c565b90508083825260208201905060208402830185811115612bc157612bc0612ac3565b5b835b81811015612bea5780612bd68882612807565b845260208401935050602081019050612bc3565b5050509392505050565b600082601f830112612c0957612c08612a17565b5b8135612c19848260208601612b8b565b91505092915050565b60008060408385031215612c3957612c3861277e565b5b600083013567ffffffffffffffff811115612c5757612c56612783565b5b612c6385828601612b31565b925050602083013567ffffffffffffffff811115612c8457612c83612783565b5b612c9085828601612bf4565b9150509250929050565b612ca381612788565b82525050565b6000602082019050612cbe6000830184612c9a565b92915050565b600060208284031215612cda57612cd961277e565b5b6000612ce884828501612807565b91505092915050565b612cfa8161285c565b8114612d0557600080fd5b50565b600081359050612d1781612cf1565b92915050565b60008060408385031215612d3457612d3361277e565b5b6000612d42858286016127d1565b9250506020612d5385828601612d08565b9150509250929050565b600080fd5b60008083601f840112612d7857612d77612a17565b5b8235905067ffffffffffffffff811115612d9557612d94612d5d565b5b602083019150836020820283011115612db157612db0612ac3565b5b9250929050565b600080600060408486031215612dd157612dd061277e565b5b600084013567ffffffffffffffff811115612def57612dee612783565b5b612dfb86828701612d62565b93509350506020612e0e86828701612d08565b9150509250925092565b60008060408385031215612e2f57612e2e61277e565b5b6000612e3d858286016127d1565b9250506020612e4e858286016127d1565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612e9f57607f821691505b602082108103612eb257612eb1612e58565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000612eee6020836126cd565b9150612ef982612eb8565b602082019050919050565b60006020820190508181036000830152612f1d81612ee1565b9050919050565b600081519050612f33816127ba565b92915050565b600060208284031215612f4f57612f4e61277e565b5b6000612f5d84828501612f24565b91505092915050565b6000604082019050612f7b60008301856129c0565b612f8860208301846129c0565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612ff8826127e6565b9150613003836127e6565b9250828202613011816127e6565b9150828204841483151761302857613027612fbe565b5b5092915050565b600061303a826127e6565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361306c5761306b612fbe565b5b600182019050919050565b600082825260208201905092915050565b6000819050919050565b61309b816127a8565b82525050565b60006130ad8383613092565b60208301905092915050565b60006130c860208401846127d1565b905092915050565b6000602082019050919050565b60006130e98385613077565b93506130f482613088565b8060005b8581101561312d5761310a82846130b9565b61311488826130a1565b975061311f836130d0565b9250506001810190506130f8565b5085925050509392505050565b600060408201905081810360008301526131558185876130dd565b90506131646020830184612868565b949350505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b60006131c86026836126cd565b91506131d38261316c565b604082019050919050565b600060208201905081810360008301526131f7816131bb565b9050919050565b6000613209826127e6565b9150613214836127e6565b925082820190508082111561322c5761322b612fbe565b5b92915050565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000600082015250565b6000613268601b836126cd565b915061327382613232565b602082019050919050565b600060208201905081810360008301526132978161325b565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006132fa6024836126cd565b91506133058261329e565b604082019050919050565b60006020820190508181036000830152613329816132ed565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b600061338c6022836126cd565b915061339782613330565b604082019050919050565b600060208201905081810360008301526133bb8161337f565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061341e6025836126cd565b9150613429826133c2565b604082019050919050565b6000602082019050818103600083015261344d81613411565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006134b06023836126cd565b91506134bb82613454565b604082019050919050565b600060208201905081810360008301526134df816134a3565b9050919050565b60006134f1826127e6565b91506134fc836127e6565b925082820390508181111561351457613513612fbe565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613554826127e6565b915061355f836127e6565b92508261356f5761356e61351a565b5b828204905092915050565b7f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f60008201527f7700000000000000000000000000000000000000000000000000000000000000602082015250565b60006135d66021836126cd565b91506135e18261357a565b604082019050919050565b60006020820190508181036000830152613605816135c9565b9050919050565b600061361782612788565b915061362283612788565b9250826136325761363161351a565b5b828204905092915050565b600061364882612788565b915061365383612788565b9250828201905073ffffffffffffffffffffffffffffffffffffffff81111561367f5761367e612fbe565b5b92915050565b60008160130b9050919050565b600061369d82613685565b9150737fffffffffffffffffffffffffffffffffffffff82036136c3576136c2612fbe565b5b600182019050919050565b6000819050919050565b60006136f36136ee6136e9846136ce565b612892565b6127e6565b9050919050565b613703816136d8565b82525050565b600081519050919050565b6000819050602082019050919050565b6000602082019050919050565b600061373c82613709565b6137468185613077565b935061375183613714565b8060005b8381101561378257815161376988826130a1565b975061377483613724565b925050600181019050613755565b5085935050505092915050565b600060a0820190506137a4600083018861290c565b6137b160208301876136fa565b81810360408301526137c38186613731565b90506137d260608301856129c0565b6137df608083018461290c565b9695505050505050565b60006137f4826128be565b9050919050565b613804816137e9565b82525050565b600060c08201905061381f60008301896129c0565b61382c602083018861290c565b61383960408301876136fa565b61384660608301866136fa565b61385360808301856137fb565b61386060a083018461290c565b979650505050505050565b60008151905061387a816127f0565b92915050565b6000806000606084860312156138995761389861277e565b5b60006138a78682870161386b565b93505060206138b88682870161386b565b92505060406138c98682870161386b565b915050925092509256fe45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220380fbf5701acd466f4136d4dc663b452cb9d76d55e0879b510da5749c480c79464736f6c63430008110033

Deployed Bytecode Sourcemap

30032:7124:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9854:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12106:194;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30097:41;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10974:108;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12782:454;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10816:93;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13645:288;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30145:29;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;33094:126;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31760:523;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;36100:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;30216:44;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11145:157;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8448:148;;;;;;;;;;;;;:::i;:::-;;7806:79;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10073:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30181:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;14436:388;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11515:200;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;32792:136;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;30586:57;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;32291:182;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;32481:303;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;11778:181;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30295:33;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8751:281;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;9854:100;9908:13;9941:5;9934:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9854:100;:::o;12106:194::-;12209:4;12231:39;12240:12;:10;:12::i;:::-;12254:7;12263:6;12231:8;:39::i;:::-;12288:4;12281:11;;12106:194;;;;:::o;30097:41::-;;;;;;;;;;;;;:::o;10974:108::-;11035:7;11062:12;;11055:19;;10974:108;:::o;12782:454::-;12922:4;12939:36;12949:6;12957:9;12968:6;12939:9;:36::i;:::-;12986:220;13009:6;13030:12;:10;:12::i;:::-;13057:138;13113:6;13057:138;;;;;;;;;;;;;;;;;:11;:19;13069:6;13057:19;;;;;;;;;;;;;;;:33;13077:12;:10;:12::i;:::-;13057:33;;;;;;;;;;;;;;;;:37;;:138;;;;;:::i;:::-;12986:8;:220::i;:::-;13224:4;13217:11;;12782:454;;;;;:::o;10816:93::-;10874:5;10899:2;10892:9;;10816:93;:::o;13645:288::-;13748:4;13770:133;13793:12;:10;:12::i;:::-;13820:7;13842:50;13881:10;13842:11;:25;13854:12;:10;:12::i;:::-;13842:25;;;;;;;;;;;;;;;:34;13868:7;13842:34;;;;;;;;;;;;;;;;:38;;:50;;;;:::i;:::-;13770:8;:133::i;:::-;13921:4;13914:11;;13645:288;;;;:::o;30145:29::-;;;;;;;;;;;;;:::o;33094:126::-;33160:4;33184:19;:28;33204:7;33184:28;;;;;;;;;;;;;;;;;;;;;;;;;33177:35;;33094:126;;;:::o;31760:523::-;8028:12;:10;:12::i;:::-;8018:22;;:6;;;;;;;;;;:22;;;8010:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;31849:35:::1;31906:10;31849:68;;31928:22;31971:16;:24;;;:26;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;31953:66;;;32028:4;32035:16;:21;;;:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;31953:106;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;31928:131;;32070:57;32087:4;32102:10;32124:1;32115:11;32070:8;:57::i;:::-;32156:16;32138:15;;:34;;;;;;;;;;;;;;;;;;32199:14;32183:13;;:30;;;;;;;;;;;;;;;;;;32225:50;32254:14;32270:4;32225:28;:50::i;:::-;31828:455;;31760:523:::0;:::o;36100:201::-;8028:12;:10;:12::i;:::-;8018:22;;:6;;;;;;;;;;:22;;;8010:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;36190:6:::1;36186:108;36201:4;:11;36199:1;:13;36186:108;;;36232:50;36245:12;:10;:12::i;:::-;36259:4;36264:1;36259:7;;;;;;;;:::i;:::-;;;;;;;;36275:6;36268:3;36272:1;36268:6;;;;;;;;:::i;:::-;;;;;;;;:13;;;;:::i;:::-;36232:12;:50::i;:::-;;36213:3;;;;;:::i;:::-;;;;36186:108;;;;36100:201:::0;;:::o;30216:44::-;30258:1;30249:11;30216:44;:::o;11145:157::-;11244:7;11276:9;:18;11286:7;11276:18;;;;;;;;;;;;;;;;11269:25;;11145:157;;;:::o;8448:148::-;8028:12;:10;:12::i;:::-;8018:22;;:6;;;;;;;;;;:22;;;8010:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;8555:1:::1;8518:40;;8539:6;::::0;::::1;;;;;;;;8518:40;;;;;;;;;;;;8586:1;8569:6:::0;::::1;:19;;;;;;;;;;;;;;;;;;8448:148::o:0;7806:79::-;7844:7;7871:6;;;;;;;;;;;7864:13;;7806:79;:::o;10073:104::-;10129:13;10162:7;10155:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10073:104;:::o;30181:26::-;;;;;;;;;;;;;:::o;14436:388::-;14544:4;14566:228;14589:12;:10;:12::i;:::-;14616:7;14638:145;14695:15;14638:145;;;;;;;;;;;;;;;;;:11;:25;14650:12;:10;:12::i;:::-;14638:25;;;;;;;;;;;;;;;:34;14664:7;14638:34;;;;;;;;;;;;;;;;:38;;:145;;;;;:::i;:::-;14566:8;:228::i;:::-;14812:4;14805:11;;14436:388;;;;:::o;11515:200::-;11621:4;11643:42;11653:12;:10;:12::i;:::-;11667:9;11678:6;11643:9;:42::i;:::-;11703:4;11696:11;;11515:200;;;;:::o;32792:136::-;8028:12;:10;:12::i;:::-;8018:22;;:6;;;;;;;;;;:22;;;8010:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;32901:19:::1;32880:18;:40;;;;32792:136:::0;:::o;30586:57::-;;;;;;;;;;;;;;;;;;;;;;:::o;32291:182::-;8028:12;:10;:12::i;:::-;8018:22;;:6;;;;;;;;;;:22;;;8010:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;32407:8:::1;32376:19;:28;32396:7;32376:28;;;;;;;;;;;;;;;;:39;;;;;;;;;;;;;;;;;;32447:7;32431:34;;;32456:8;32431:34;;;;;;:::i;:::-;;;;;;;;32291:182:::0;;:::o;32481:303::-;8028:12;:10;:12::i;:::-;8018:22;;:6;;;;;;;;;;:22;;;8010:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;32599:9:::1;32594:116;32618:8;;:15;;32614:1;:19;32594:116;;;32690:8;32655:19;:32;32675:8;;32684:1;32675:11;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;32655:32;;;;;;;;;;;;;;;;:43;;;;;;;;;;;;;;;;;;32635:3;;;;;:::i;:::-;;;;32594:116;;;;32725:51;32757:8;;32767;32725:51;;;;;;;;:::i;:::-;;;;;;;;32481:303:::0;;;:::o;11778:181::-;11892:7;11924:11;:18;11936:5;11924:18;;;;;;;;;;;;;;;:27;11943:7;11924:27;;;;;;;;;;;;;;;;11917:34;;11778:181;;;;:::o;30295:33::-;;;;:::o;8751:281::-;8028:12;:10;:12::i;:::-;8018:22;;:6;;;;;;;;;;:22;;;8010:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;8874:1:::1;8854:22;;:8;:22;;::::0;8832:110:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;8987:8;8958:38;;8979:6;::::0;::::1;;;;;;;;8958:38;;;;;;;;;;;;9016:8;9007:6;::::0;:17:::1;;;;;;;;;;;;;;;;;;8751:281:::0;:::o;22215:132::-;22273:7;22300:39;22304:1;22307;22300:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;22293:46;;22215:132;;;;:::o;19880:181::-;19938:7;19958:9;19974:1;19970;:5;;;;:::i;:::-;19958:17;;19999:1;19994;:6;;19986:46;;;;;;;;;;;;:::i;:::-;;;;;;;;;20052:1;20045:8;;;19880:181;;;;:::o;168:98::-;221:7;248:10;241:17;;168:98;:::o;18502:380::-;18655:1;18638:19;;:5;:19;;;18630:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;18736:1;18717:21;;:7;:21;;;18709:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;18820:6;18790:11;:18;18802:5;18790:18;;;;;;;;;;;;;;;:27;18809:7;18790:27;;;;;;;;;;;;;;;:36;;;;18858:7;18842:32;;18851:5;18842:32;;;18867:6;18842:32;;;;;;:::i;:::-;;;;;;;;18502:380;;;:::o;33228:1902::-;33376:1;33360:18;;:4;:18;;;33352:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;33453:1;33439:16;;:2;:16;;;33431:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;33521:1;33514:6;:8;33506:17;;;;;;33547:4;33531:21;;:4;:21;;;:44;;;;33570:4;33556:19;;:2;:19;;;33531:44;33528:129;;;33591:33;33607:4;33613:2;33617:6;33591:15;:33::i;:::-;33639:7;;33528:129;33667:28;33723:13;33734:1;33723:6;:10;;:13;;;;:::i;:::-;33698:24;33716:4;33698:9;:24::i;:::-;:38;:81;;33755:24;33773:4;33755:9;:24::i;:::-;33698:81;;;33739:13;33750:1;33739:6;:10;;:13;;;;:::i;:::-;33698:81;33667:112;;33790:12;33829:18;;33805:20;:42;;33790:57;;33861:7;33858:272;;;33907:8;;;;;;;;;;;33906:9;:51;;;;;33944:13;;;;;;;;;;;33936:21;;:4;:21;;;;33906:51;33884:235;;;34003:4;33992:8;;:15;;;;;;;;;;;;;;;;;;34026:42;34047:20;34026;:42::i;:::-;34098:5;34087:8;;:16;;;;;;;;;;;;;;;;;;33884:235;33858:272;34297:12;34313:8;;;;;;;;;;;34312:9;34297:24;;34336:19;:25;34356:4;34336:25;;;;;;;;;;;;;;;;;;;;;;;;;:52;;;;34365:19;:23;34385:2;34365:23;;;;;;;;;;;;;;;;;;;;;;;;;34336:52;34332:523;;;34415:5;34405:15;;34332:523;;;34462:13;;;;;;;;;;;34454:21;;:4;:21;;;34451:393;;;34508:13;;;;;;;;;;;34502:19;;:2;:19;;;34499:345;;34563:6;34544:15;34554:4;34544:9;:15::i;:::-;:25;34541:108;;34602:27;34624:4;34602:17;34613:5;34602:6;:10;;:17;;;;:::i;:::-;:21;;:27;;;;:::i;:::-;34593:36;;34541:108;34499:345;;;34709:6;34690:15;34700:4;34690:9;:15::i;:::-;:25;34687:108;;34748:27;34770:4;34748:17;34759:5;34748:6;:10;;:17;;;;:::i;:::-;:21;;:27;;;;:::i;:::-;34739:36;;34687:108;34823:5;34813:15;;34499:345;34451:393;34332:523;34869:7;34865:206;;;34893:61;34909:4;34923;34930:23;34951:1;34930:16;34941:4;34930:6;:10;;:16;;;;:::i;:::-;:20;;:23;;;;:::i;:::-;34893:15;:61::i;:::-;34969:41;34987:4;34993:16;35004:4;34993:6;:10;;:16;;;;:::i;:::-;34969:17;:41::i;:::-;35034:25;35055:3;35034:16;35045:4;35034:6;:10;;:16;;;;:::i;:::-;:20;;:25;;;;:::i;:::-;35025:34;;34865:206;35081:33;35097:4;35103:2;35107:6;35081:15;:33::i;:::-;33341:1789;;;33228:1902;;;;:::o;20783:226::-;20903:7;20936:1;20931;:6;;20939:12;20923:29;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;20963:9;20979:1;20975;:5;;;;:::i;:::-;20963:17;;21000:1;20993:8;;;20783:226;;;;;:::o;32942:144::-;33073:5;33032:25;:38;33058:11;33032:38;;;;;;;;;;;;;;;;:46;;;;;;;;;;;;;;;;;;32942:144;;:::o;22843:312::-;22963:7;22995:1;22991;:5;22998:12;22983:28;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;23022:9;23038:1;23034;:5;;;;:::i;:::-;23022:17;;23146:1;23139:8;;;22843:312;;;;;:::o;15314:400::-;15472:1;15454:20;;:6;:20;;;15446:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;15556:1;15535:23;;:9;:23;;;15527:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;15611:47;15632:6;15640:9;15651:6;15611:20;:47::i;:::-;15667:39;15682:6;15689:9;15699:6;15667:14;:39::i;:::-;15314:400;;;:::o;36831:322::-;36896:12;36911:13;36922:1;36911:6;:10;;:13;;;;:::i;:::-;36896:28;;36935:17;36955:16;36966:4;36955:6;:10;;:16;;;;:::i;:::-;36935:36;;36982:22;36999:4;36982:16;:22::i;:::-;37015:18;37036:21;37015:42;;37082:1;37071:10;:12;37068:78;;;37099:35;37112:9;37123:10;37099:12;:35::i;:::-;37068:78;36885:268;;;36831:322;:::o;21268:471::-;21326:7;21576:1;21571;:6;21567:47;;21601:1;21594:8;;;;21567:47;21626:9;21642:1;21638;:5;;;;:::i;:::-;21626:17;;21671:1;21666;21662;:5;;;;:::i;:::-;:10;21654:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;21730:1;21723:8;;;21268:471;;;;;:::o;35148:323::-;35251:17;35284:8;35295:1;35284:12;;35279:185;35302:1;35298;:5;;;35279:185;;;35352:5;;;;;;;;;;;30258:1;30249:11;35345:12;;;;:::i;:::-;35325:33;;35387:1;35381:5;;;;;;;;;;;:7;;;;:::i;:::-;35373:5;;:15;;;;;;;;;;;;;;;;;;35403:49;35419:6;35427:9;35438:13;35449:1;35438:6;:10;;:13;;;;:::i;:::-;35403:15;:49::i;:::-;35305:3;;;;;:::i;:::-;;;;35279:185;;;;35240:231;35148:323;;:::o;19485:125::-;;;;:::o;15726:390::-;15883:108;15919:6;15883:108;;;;;;;;;;;;;;;;;:9;:17;15893:6;15883:17;;;;;;;;;;;;;;;;:21;;:108;;;;;:::i;:::-;15863:9;:17;15873:6;15863:17;;;;;;;;;;;;;;;:128;;;;16025:32;16050:6;16025:9;:20;16035:9;16025:20;;;;;;;;;;;;;;;;:24;;:32;;;;:::i;:::-;16002:9;:20;16012:9;16002:20;;;;;;;;;;;;;;;:55;;;;16090:9;16073:35;;16082:6;16073:35;;;16101:6;16073:35;;;;;;:::i;:::-;;;;;;;;15726:390;;;:::o;20344:136::-;20402:7;20429:43;20433:1;20436;20429:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;20422:50;;20344:136;;;;:::o;35482:612::-;35620:21;35658:1;35644:16;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35620:40;;35689:4;35671;35676:1;35671:7;;;;;;;;:::i;:::-;;;;;;;:23;;;;;;;;;;;35715:15;;;;;;;;;;;:20;;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;35705:4;35710:1;35705:7;;;;;;;;:::i;:::-;;;;;;;:32;;;;;;;;;;;35750:62;35767:4;35782:15;;;;;;;;;;;35809:1;35800:11;35750:8;:62::i;:::-;35851:15;;;;;;;;;;;:66;;;35932:11;35958:1;36002:4;36029;36049:15;35851:225;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35537:557;35482:612;:::o;36307:518::-;36455:62;36472:4;36487:15;;;;;;;;;;;36505:11;36455:8;:62::i;:::-;36560:15;;;;;;;;;;;:31;;;36599:9;36632:4;36652:11;36678:1;36721;36764:12;;;;;;;;;;;36791:15;36560:257;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;36307:518;;:::o;7:99:1:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1349:75::-;1382:6;1415:2;1409:9;1399:19;;1349:75;:::o;1430:117::-;1539:1;1536;1529:12;1553:117;1662:1;1659;1652:12;1676:126;1713:7;1753:42;1746:5;1742:54;1731:65;;1676:126;;;:::o;1808:96::-;1845:7;1874:24;1892:5;1874:24;:::i;:::-;1863:35;;1808:96;;;:::o;1910:122::-;1983:24;2001:5;1983:24;:::i;:::-;1976:5;1973:35;1963:63;;2022:1;2019;2012:12;1963:63;1910:122;:::o;2038:139::-;2084:5;2122:6;2109:20;2100:29;;2138:33;2165:5;2138:33;:::i;:::-;2038:139;;;;:::o;2183:77::-;2220:7;2249:5;2238:16;;2183:77;;;:::o;2266:122::-;2339:24;2357:5;2339:24;:::i;:::-;2332:5;2329:35;2319:63;;2378:1;2375;2368:12;2319:63;2266:122;:::o;2394:139::-;2440:5;2478:6;2465:20;2456:29;;2494:33;2521:5;2494:33;:::i;:::-;2394:139;;;;:::o;2539:474::-;2607:6;2615;2664:2;2652:9;2643:7;2639:23;2635:32;2632:119;;;2670:79;;:::i;:::-;2632:119;2790:1;2815:53;2860:7;2851:6;2840:9;2836:22;2815:53;:::i;:::-;2805:63;;2761:117;2917:2;2943:53;2988:7;2979:6;2968:9;2964:22;2943:53;:::i;:::-;2933:63;;2888:118;2539:474;;;;;:::o;3019:90::-;3053:7;3096:5;3089:13;3082:21;3071:32;;3019:90;;;:::o;3115:109::-;3196:21;3211:5;3196:21;:::i;:::-;3191:3;3184:34;3115:109;;:::o;3230:210::-;3317:4;3355:2;3344:9;3340:18;3332:26;;3368:65;3430:1;3419:9;3415:17;3406:6;3368:65;:::i;:::-;3230:210;;;;:::o;3446:60::-;3474:3;3495:5;3488:12;;3446:60;;;:::o;3512:142::-;3562:9;3595:53;3613:34;3622:24;3640:5;3622:24;:::i;:::-;3613:34;:::i;:::-;3595:53;:::i;:::-;3582:66;;3512:142;;;:::o;3660:126::-;3710:9;3743:37;3774:5;3743:37;:::i;:::-;3730:50;;3660:126;;;:::o;3792:153::-;3869:9;3902:37;3933:5;3902:37;:::i;:::-;3889:50;;3792:153;;;:::o;3951:185::-;4065:64;4123:5;4065:64;:::i;:::-;4060:3;4053:77;3951:185;;:::o;4142:276::-;4262:4;4300:2;4289:9;4285:18;4277:26;;4313:98;4408:1;4397:9;4393:17;4384:6;4313:98;:::i;:::-;4142:276;;;;:::o;4424:118::-;4511:24;4529:5;4511:24;:::i;:::-;4506:3;4499:37;4424:118;;:::o;4548:222::-;4641:4;4679:2;4668:9;4664:18;4656:26;;4692:71;4760:1;4749:9;4745:17;4736:6;4692:71;:::i;:::-;4548:222;;;;:::o;4776:619::-;4853:6;4861;4869;4918:2;4906:9;4897:7;4893:23;4889:32;4886:119;;;4924:79;;:::i;:::-;4886:119;5044:1;5069:53;5114:7;5105:6;5094:9;5090:22;5069:53;:::i;:::-;5059:63;;5015:117;5171:2;5197:53;5242:7;5233:6;5222:9;5218:22;5197:53;:::i;:::-;5187:63;;5142:118;5299:2;5325:53;5370:7;5361:6;5350:9;5346:22;5325:53;:::i;:::-;5315:63;;5270:118;4776:619;;;;;:::o;5401:86::-;5436:7;5476:4;5469:5;5465:16;5454:27;;5401:86;;;:::o;5493:112::-;5576:22;5592:5;5576:22;:::i;:::-;5571:3;5564:35;5493:112;;:::o;5611:214::-;5700:4;5738:2;5727:9;5723:18;5715:26;;5751:67;5815:1;5804:9;5800:17;5791:6;5751:67;:::i;:::-;5611:214;;;;:::o;5831:118::-;5918:24;5936:5;5918:24;:::i;:::-;5913:3;5906:37;5831:118;;:::o;5955:222::-;6048:4;6086:2;6075:9;6071:18;6063:26;;6099:71;6167:1;6156:9;6152:17;6143:6;6099:71;:::i;:::-;5955:222;;;;:::o;6183:329::-;6242:6;6291:2;6279:9;6270:7;6266:23;6262:32;6259:119;;;6297:79;;:::i;:::-;6259:119;6417:1;6442:53;6487:7;6478:6;6467:9;6463:22;6442:53;:::i;:::-;6432:63;;6388:117;6183:329;;;;:::o;6518:117::-;6627:1;6624;6617:12;6641:180;6689:77;6686:1;6679:88;6786:4;6783:1;6776:15;6810:4;6807:1;6800:15;6827:281;6910:27;6932:4;6910:27;:::i;:::-;6902:6;6898:40;7040:6;7028:10;7025:22;7004:18;6992:10;6989:34;6986:62;6983:88;;;7051:18;;:::i;:::-;6983:88;7091:10;7087:2;7080:22;6870:238;6827:281;;:::o;7114:129::-;7148:6;7175:20;;:::i;:::-;7165:30;;7204:33;7232:4;7224:6;7204:33;:::i;:::-;7114:129;;;:::o;7249:311::-;7326:4;7416:18;7408:6;7405:30;7402:56;;;7438:18;;:::i;:::-;7402:56;7488:4;7480:6;7476:17;7468:25;;7548:4;7542;7538:15;7530:23;;7249:311;;;:::o;7566:117::-;7675:1;7672;7665:12;7706:710;7802:5;7827:81;7843:64;7900:6;7843:64;:::i;:::-;7827:81;:::i;:::-;7818:90;;7928:5;7957:6;7950:5;7943:21;7991:4;7984:5;7980:16;7973:23;;8044:4;8036:6;8032:17;8024:6;8020:30;8073:3;8065:6;8062:15;8059:122;;;8092:79;;:::i;:::-;8059:122;8207:6;8190:220;8224:6;8219:3;8216:15;8190:220;;;8299:3;8328:37;8361:3;8349:10;8328:37;:::i;:::-;8323:3;8316:50;8395:4;8390:3;8386:14;8379:21;;8266:144;8250:4;8245:3;8241:14;8234:21;;8190:220;;;8194:21;7808:608;;7706:710;;;;;:::o;8439:370::-;8510:5;8559:3;8552:4;8544:6;8540:17;8536:27;8526:122;;8567:79;;:::i;:::-;8526:122;8684:6;8671:20;8709:94;8799:3;8791:6;8784:4;8776:6;8772:17;8709:94;:::i;:::-;8700:103;;8516:293;8439:370;;;;:::o;8815:311::-;8892:4;8982:18;8974:6;8971:30;8968:56;;;9004:18;;:::i;:::-;8968:56;9054:4;9046:6;9042:17;9034:25;;9114:4;9108;9104:15;9096:23;;8815:311;;;:::o;9149:710::-;9245:5;9270:81;9286:64;9343:6;9286:64;:::i;:::-;9270:81;:::i;:::-;9261:90;;9371:5;9400:6;9393:5;9386:21;9434:4;9427:5;9423:16;9416:23;;9487:4;9479:6;9475:17;9467:6;9463:30;9516:3;9508:6;9505:15;9502:122;;;9535:79;;:::i;:::-;9502:122;9650:6;9633:220;9667:6;9662:3;9659:15;9633:220;;;9742:3;9771:37;9804:3;9792:10;9771:37;:::i;:::-;9766:3;9759:50;9838:4;9833:3;9829:14;9822:21;;9709:144;9693:4;9688:3;9684:14;9677:21;;9633:220;;;9637:21;9251:608;;9149:710;;;;;:::o;9882:370::-;9953:5;10002:3;9995:4;9987:6;9983:17;9979:27;9969:122;;10010:79;;:::i;:::-;9969:122;10127:6;10114:20;10152:94;10242:3;10234:6;10227:4;10219:6;10215:17;10152:94;:::i;:::-;10143:103;;9959:293;9882:370;;;;:::o;10258:894::-;10376:6;10384;10433:2;10421:9;10412:7;10408:23;10404:32;10401:119;;;10439:79;;:::i;:::-;10401:119;10587:1;10576:9;10572:17;10559:31;10617:18;10609:6;10606:30;10603:117;;;10639:79;;:::i;:::-;10603:117;10744:78;10814:7;10805:6;10794:9;10790:22;10744:78;:::i;:::-;10734:88;;10530:302;10899:2;10888:9;10884:18;10871:32;10930:18;10922:6;10919:30;10916:117;;;10952:79;;:::i;:::-;10916:117;11057:78;11127:7;11118:6;11107:9;11103:22;11057:78;:::i;:::-;11047:88;;10842:303;10258:894;;;;;:::o;11158:118::-;11245:24;11263:5;11245:24;:::i;:::-;11240:3;11233:37;11158:118;;:::o;11282:222::-;11375:4;11413:2;11402:9;11398:18;11390:26;;11426:71;11494:1;11483:9;11479:17;11470:6;11426:71;:::i;:::-;11282:222;;;;:::o;11510:329::-;11569:6;11618:2;11606:9;11597:7;11593:23;11589:32;11586:119;;;11624:79;;:::i;:::-;11586:119;11744:1;11769:53;11814:7;11805:6;11794:9;11790:22;11769:53;:::i;:::-;11759:63;;11715:117;11510:329;;;;:::o;11845:116::-;11915:21;11930:5;11915:21;:::i;:::-;11908:5;11905:32;11895:60;;11951:1;11948;11941:12;11895:60;11845:116;:::o;11967:133::-;12010:5;12048:6;12035:20;12026:29;;12064:30;12088:5;12064:30;:::i;:::-;11967:133;;;;:::o;12106:468::-;12171:6;12179;12228:2;12216:9;12207:7;12203:23;12199:32;12196:119;;;12234:79;;:::i;:::-;12196:119;12354:1;12379:53;12424:7;12415:6;12404:9;12400:22;12379:53;:::i;:::-;12369:63;;12325:117;12481:2;12507:50;12549:7;12540:6;12529:9;12525:22;12507:50;:::i;:::-;12497:60;;12452:115;12106:468;;;;;:::o;12580:117::-;12689:1;12686;12679:12;12720:568;12793:8;12803:6;12853:3;12846:4;12838:6;12834:17;12830:27;12820:122;;12861:79;;:::i;:::-;12820:122;12974:6;12961:20;12951:30;;13004:18;12996:6;12993:30;12990:117;;;13026:79;;:::i;:::-;12990:117;13140:4;13132:6;13128:17;13116:29;;13194:3;13186:4;13178:6;13174:17;13164:8;13160:32;13157:41;13154:128;;;13201:79;;:::i;:::-;13154:128;12720:568;;;;;:::o;13294:698::-;13386:6;13394;13402;13451:2;13439:9;13430:7;13426:23;13422:32;13419:119;;;13457:79;;:::i;:::-;13419:119;13605:1;13594:9;13590:17;13577:31;13635:18;13627:6;13624:30;13621:117;;;13657:79;;:::i;:::-;13621:117;13770:80;13842:7;13833:6;13822:9;13818:22;13770:80;:::i;:::-;13752:98;;;;13548:312;13899:2;13925:50;13967:7;13958:6;13947:9;13943:22;13925:50;:::i;:::-;13915:60;;13870:115;13294:698;;;;;:::o;13998:474::-;14066:6;14074;14123:2;14111:9;14102:7;14098:23;14094:32;14091:119;;;14129:79;;:::i;:::-;14091:119;14249:1;14274:53;14319:7;14310:6;14299:9;14295:22;14274:53;:::i;:::-;14264:63;;14220:117;14376:2;14402:53;14447:7;14438:6;14427:9;14423:22;14402:53;:::i;:::-;14392:63;;14347:118;13998:474;;;;;:::o;14478:180::-;14526:77;14523:1;14516:88;14623:4;14620:1;14613:15;14647:4;14644:1;14637:15;14664:320;14708:6;14745:1;14739:4;14735:12;14725:22;;14792:1;14786:4;14782:12;14813:18;14803:81;;14869:4;14861:6;14857:17;14847:27;;14803:81;14931:2;14923:6;14920:14;14900:18;14897:38;14894:84;;14950:18;;:::i;:::-;14894:84;14715:269;14664:320;;;:::o;14990:182::-;15130:34;15126:1;15118:6;15114:14;15107:58;14990:182;:::o;15178:366::-;15320:3;15341:67;15405:2;15400:3;15341:67;:::i;:::-;15334:74;;15417:93;15506:3;15417:93;:::i;:::-;15535:2;15530:3;15526:12;15519:19;;15178:366;;;:::o;15550:419::-;15716:4;15754:2;15743:9;15739:18;15731:26;;15803:9;15797:4;15793:20;15789:1;15778:9;15774:17;15767:47;15831:131;15957:4;15831:131;:::i;:::-;15823:139;;15550:419;;;:::o;15975:143::-;16032:5;16063:6;16057:13;16048:22;;16079:33;16106:5;16079:33;:::i;:::-;15975:143;;;;:::o;16124:351::-;16194:6;16243:2;16231:9;16222:7;16218:23;16214:32;16211:119;;;16249:79;;:::i;:::-;16211:119;16369:1;16394:64;16450:7;16441:6;16430:9;16426:22;16394:64;:::i;:::-;16384:74;;16340:128;16124:351;;;;:::o;16481:332::-;16602:4;16640:2;16629:9;16625:18;16617:26;;16653:71;16721:1;16710:9;16706:17;16697:6;16653:71;:::i;:::-;16734:72;16802:2;16791:9;16787:18;16778:6;16734:72;:::i;:::-;16481:332;;;;;:::o;16819:180::-;16867:77;16864:1;16857:88;16964:4;16961:1;16954:15;16988:4;16985:1;16978:15;17005:180;17053:77;17050:1;17043:88;17150:4;17147:1;17140:15;17174:4;17171:1;17164:15;17191:410;17231:7;17254:20;17272:1;17254:20;:::i;:::-;17249:25;;17288:20;17306:1;17288:20;:::i;:::-;17283:25;;17343:1;17340;17336:9;17365:30;17383:11;17365:30;:::i;:::-;17354:41;;17544:1;17535:7;17531:15;17528:1;17525:22;17505:1;17498:9;17478:83;17455:139;;17574:18;;:::i;:::-;17455:139;17239:362;17191:410;;;;:::o;17607:233::-;17646:3;17669:24;17687:5;17669:24;:::i;:::-;17660:33;;17715:66;17708:5;17705:77;17702:103;;17785:18;;:::i;:::-;17702:103;17832:1;17825:5;17821:13;17814:20;;17607:233;;;:::o;17846:184::-;17945:11;17979:6;17974:3;17967:19;18019:4;18014:3;18010:14;17995:29;;17846:184;;;;:::o;18036:102::-;18105:4;18128:3;18120:11;;18036:102;;;:::o;18144:108::-;18221:24;18239:5;18221:24;:::i;:::-;18216:3;18209:37;18144:108;;:::o;18258:179::-;18327:10;18348:46;18390:3;18382:6;18348:46;:::i;:::-;18426:4;18421:3;18417:14;18403:28;;18258:179;;;;:::o;18443:122::-;18495:5;18520:39;18555:2;18550:3;18546:12;18541:3;18520:39;:::i;:::-;18511:48;;18443:122;;;;:::o;18571:115::-;18643:4;18675;18670:3;18666:14;18658:22;;18571:115;;;:::o;18722:699::-;18851:3;18874:86;18953:6;18948:3;18874:86;:::i;:::-;18867:93;;18984:58;19036:5;18984:58;:::i;:::-;19065:7;19096:1;19081:315;19106:6;19103:1;19100:13;19081:315;;;19176:42;19211:6;19202:7;19176:42;:::i;:::-;19238:63;19297:3;19282:13;19238:63;:::i;:::-;19231:70;;19324:62;19379:6;19324:62;:::i;:::-;19314:72;;19141:255;19128:1;19125;19121:9;19116:14;;19081:315;;;19085:14;19412:3;19405:10;;18856:565;;18722:699;;;;;:::o;19427:491::-;19602:4;19640:2;19629:9;19625:18;19617:26;;19689:9;19683:4;19679:20;19675:1;19664:9;19660:17;19653:47;19717:118;19830:4;19821:6;19813;19717:118;:::i;:::-;19709:126;;19845:66;19907:2;19896:9;19892:18;19883:6;19845:66;:::i;:::-;19427:491;;;;;;:::o;19924:225::-;20064:34;20060:1;20052:6;20048:14;20041:58;20133:8;20128:2;20120:6;20116:15;20109:33;19924:225;:::o;20155:366::-;20297:3;20318:67;20382:2;20377:3;20318:67;:::i;:::-;20311:74;;20394:93;20483:3;20394:93;:::i;:::-;20512:2;20507:3;20503:12;20496:19;;20155:366;;;:::o;20527:419::-;20693:4;20731:2;20720:9;20716:18;20708:26;;20780:9;20774:4;20770:20;20766:1;20755:9;20751:17;20744:47;20808:131;20934:4;20808:131;:::i;:::-;20800:139;;20527:419;;;:::o;20952:191::-;20992:3;21011:20;21029:1;21011:20;:::i;:::-;21006:25;;21045:20;21063:1;21045:20;:::i;:::-;21040:25;;21088:1;21085;21081:9;21074:16;;21109:3;21106:1;21103:10;21100:36;;;21116:18;;:::i;:::-;21100:36;20952:191;;;;:::o;21149:177::-;21289:29;21285:1;21277:6;21273:14;21266:53;21149:177;:::o;21332:366::-;21474:3;21495:67;21559:2;21554:3;21495:67;:::i;:::-;21488:74;;21571:93;21660:3;21571:93;:::i;:::-;21689:2;21684:3;21680:12;21673:19;;21332:366;;;:::o;21704:419::-;21870:4;21908:2;21897:9;21893:18;21885:26;;21957:9;21951:4;21947:20;21943:1;21932:9;21928:17;21921:47;21985:131;22111:4;21985:131;:::i;:::-;21977:139;;21704:419;;;:::o;22129:223::-;22269:34;22265:1;22257:6;22253:14;22246:58;22338:6;22333:2;22325:6;22321:15;22314:31;22129:223;:::o;22358:366::-;22500:3;22521:67;22585:2;22580:3;22521:67;:::i;:::-;22514:74;;22597:93;22686:3;22597:93;:::i;:::-;22715:2;22710:3;22706:12;22699:19;;22358:366;;;:::o;22730:419::-;22896:4;22934:2;22923:9;22919:18;22911:26;;22983:9;22977:4;22973:20;22969:1;22958:9;22954:17;22947:47;23011:131;23137:4;23011:131;:::i;:::-;23003:139;;22730:419;;;:::o;23155:221::-;23295:34;23291:1;23283:6;23279:14;23272:58;23364:4;23359:2;23351:6;23347:15;23340:29;23155:221;:::o;23382:366::-;23524:3;23545:67;23609:2;23604:3;23545:67;:::i;:::-;23538:74;;23621:93;23710:3;23621:93;:::i;:::-;23739:2;23734:3;23730:12;23723:19;;23382:366;;;:::o;23754:419::-;23920:4;23958:2;23947:9;23943:18;23935:26;;24007:9;24001:4;23997:20;23993:1;23982:9;23978:17;23971:47;24035:131;24161:4;24035:131;:::i;:::-;24027:139;;23754:419;;;:::o;24179:224::-;24319:34;24315:1;24307:6;24303:14;24296:58;24388:7;24383:2;24375:6;24371:15;24364:32;24179:224;:::o;24409:366::-;24551:3;24572:67;24636:2;24631:3;24572:67;:::i;:::-;24565:74;;24648:93;24737:3;24648:93;:::i;:::-;24766:2;24761:3;24757:12;24750:19;;24409:366;;;:::o;24781:419::-;24947:4;24985:2;24974:9;24970:18;24962:26;;25034:9;25028:4;25024:20;25020:1;25009:9;25005:17;24998:47;25062:131;25188:4;25062:131;:::i;:::-;25054:139;;24781:419;;;:::o;25206:222::-;25346:34;25342:1;25334:6;25330:14;25323:58;25415:5;25410:2;25402:6;25398:15;25391:30;25206:222;:::o;25434:366::-;25576:3;25597:67;25661:2;25656:3;25597:67;:::i;:::-;25590:74;;25673:93;25762:3;25673:93;:::i;:::-;25791:2;25786:3;25782:12;25775:19;;25434:366;;;:::o;25806:419::-;25972:4;26010:2;25999:9;25995:18;25987:26;;26059:9;26053:4;26049:20;26045:1;26034:9;26030:17;26023:47;26087:131;26213:4;26087:131;:::i;:::-;26079:139;;25806:419;;;:::o;26231:194::-;26271:4;26291:20;26309:1;26291:20;:::i;:::-;26286:25;;26325:20;26343:1;26325:20;:::i;:::-;26320:25;;26369:1;26366;26362:9;26354:17;;26393:1;26387:4;26384:11;26381:37;;;26398:18;;:::i;:::-;26381:37;26231:194;;;;:::o;26431:180::-;26479:77;26476:1;26469:88;26576:4;26573:1;26566:15;26600:4;26597:1;26590:15;26617:185;26657:1;26674:20;26692:1;26674:20;:::i;:::-;26669:25;;26708:20;26726:1;26708:20;:::i;:::-;26703:25;;26747:1;26737:35;;26752:18;;:::i;:::-;26737:35;26794:1;26791;26787:9;26782:14;;26617:185;;;;:::o;26808:220::-;26948:34;26944:1;26936:6;26932:14;26925:58;27017:3;27012:2;27004:6;27000:15;26993:28;26808:220;:::o;27034:366::-;27176:3;27197:67;27261:2;27256:3;27197:67;:::i;:::-;27190:74;;27273:93;27362:3;27273:93;:::i;:::-;27391:2;27386:3;27382:12;27375:19;;27034:366;;;:::o;27406:419::-;27572:4;27610:2;27599:9;27595:18;27587:26;;27659:9;27653:4;27649:20;27645:1;27634:9;27630:17;27623:47;27687:131;27813:4;27687:131;:::i;:::-;27679:139;;27406:419;;;:::o;27831:185::-;27871:1;27888:20;27906:1;27888:20;:::i;:::-;27883:25;;27922:20;27940:1;27922:20;:::i;:::-;27917:25;;27961:1;27951:35;;27966:18;;:::i;:::-;27951:35;28008:1;28005;28001:9;27996:14;;27831:185;;;;:::o;28022:232::-;28062:3;28081:20;28099:1;28081:20;:::i;:::-;28076:25;;28115:20;28133:1;28115:20;:::i;:::-;28110:25;;28158:1;28155;28151:9;28144:16;;28181:42;28176:3;28173:51;28170:77;;;28227:18;;:::i;:::-;28170:77;28022:232;;;;:::o;28260:92::-;28296:7;28340:5;28336:2;28325:21;28314:32;;28260:92;;;:::o;28358:207::-;28396:3;28419:23;28436:5;28419:23;:::i;:::-;28410:32;;28464:42;28457:5;28454:53;28451:79;;28510:18;;:::i;:::-;28451:79;28557:1;28550:5;28546:13;28539:20;;28358:207;;;:::o;28571:85::-;28616:7;28645:5;28634:16;;28571:85;;;:::o;28662:158::-;28720:9;28753:61;28771:42;28780:32;28806:5;28780:32;:::i;:::-;28771:42;:::i;:::-;28753:61;:::i;:::-;28740:74;;28662:158;;;:::o;28826:147::-;28921:45;28960:5;28921:45;:::i;:::-;28916:3;28909:58;28826:147;;:::o;28979:114::-;29046:6;29080:5;29074:12;29064:22;;28979:114;;;:::o;29099:132::-;29166:4;29189:3;29181:11;;29219:4;29214:3;29210:14;29202:22;;29099:132;;;:::o;29237:113::-;29307:4;29339;29334:3;29330:14;29322:22;;29237:113;;;:::o;29386:732::-;29505:3;29534:54;29582:5;29534:54;:::i;:::-;29604:86;29683:6;29678:3;29604:86;:::i;:::-;29597:93;;29714:56;29764:5;29714:56;:::i;:::-;29793:7;29824:1;29809:284;29834:6;29831:1;29828:13;29809:284;;;29910:6;29904:13;29937:63;29996:3;29981:13;29937:63;:::i;:::-;29930:70;;30023:60;30076:6;30023:60;:::i;:::-;30013:70;;29869:224;29856:1;29853;29849:9;29844:14;;29809:284;;;29813:14;30109:3;30102:10;;29510:608;;;29386:732;;;;:::o;30124:831::-;30387:4;30425:3;30414:9;30410:19;30402:27;;30439:71;30507:1;30496:9;30492:17;30483:6;30439:71;:::i;:::-;30520:80;30596:2;30585:9;30581:18;30572:6;30520:80;:::i;:::-;30647:9;30641:4;30637:20;30632:2;30621:9;30617:18;30610:48;30675:108;30778:4;30769:6;30675:108;:::i;:::-;30667:116;;30793:72;30861:2;30850:9;30846:18;30837:6;30793:72;:::i;:::-;30875:73;30943:3;30932:9;30928:19;30919:6;30875:73;:::i;:::-;30124:831;;;;;;;;:::o;30961:134::-;31019:9;31052:37;31083:5;31052:37;:::i;:::-;31039:50;;30961:134;;;:::o;31101:147::-;31196:45;31235:5;31196:45;:::i;:::-;31191:3;31184:58;31101:147;;:::o;31254:823::-;31511:4;31549:3;31538:9;31534:19;31526:27;;31563:71;31631:1;31620:9;31616:17;31607:6;31563:71;:::i;:::-;31644:72;31712:2;31701:9;31697:18;31688:6;31644:72;:::i;:::-;31726:80;31802:2;31791:9;31787:18;31778:6;31726:80;:::i;:::-;31816;31892:2;31881:9;31877:18;31868:6;31816:80;:::i;:::-;31906:81;31982:3;31971:9;31967:19;31958:6;31906:81;:::i;:::-;31997:73;32065:3;32054:9;32050:19;32041:6;31997:73;:::i;:::-;31254:823;;;;;;;;;:::o;32083:143::-;32140:5;32171:6;32165:13;32156:22;;32187:33;32214:5;32187:33;:::i;:::-;32083:143;;;;:::o;32232:663::-;32320:6;32328;32336;32385:2;32373:9;32364:7;32360:23;32356:32;32353:119;;;32391:79;;:::i;:::-;32353:119;32511:1;32536:64;32592:7;32583:6;32572:9;32568:22;32536:64;:::i;:::-;32526:74;;32482:128;32649:2;32675:64;32731:7;32722:6;32711:9;32707:22;32675:64;:::i;:::-;32665:74;;32620:129;32788:2;32814:64;32870:7;32861:6;32850:9;32846:22;32814:64;:::i;:::-;32804:74;;32759:129;32232:663;;;;;:::o

Swarm Source

ipfs://380fbf5701acd466f4136d4dc663b452cb9d76d55e0879b510da5749c480c794

Loading...

Loading

[Download: CSV Export ]

[Download: CSV Export ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.

Connect a Wallet
Connect a Wallet

Compiler specific version warnings:

The compiled contract might be susceptible to VerbatimInvalidDeduplication (low-severity), FullInlinerNonExpressionSplitArgumentEvaluationOrder (low-severity), MissingSideEffectsOnSelectorAccess (low-severity) Solidity Compiler Bugs.

Jade Rabbit (Yutu) Token Tracker | BscScan (2024)

References

Top Articles
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 6010

Rating: 4.3 / 5 (64 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.