Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 102 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Approve | 15802826 | 1234 days ago | IN | 0 ETH | 0.0004165 | ||||
| Set Liquidity Fe... | 14357859 | 1460 days ago | IN | 0 ETH | 0.00044384 | ||||
| Set Tax Fee Perc... | 14357850 | 1460 days ago | IN | 0 ETH | 0.00062722 | ||||
| Set Max Tx Perce... | 14338933 | 1463 days ago | IN | 0 ETH | 0.0009354 | ||||
| Set Liquidity Fe... | 14338929 | 1463 days ago | IN | 0 ETH | 0.00063365 | ||||
| Set Tax Fee Perc... | 14338924 | 1463 days ago | IN | 0 ETH | 0.00062698 | ||||
| Approve | 14312997 | 1467 days ago | IN | 0 ETH | 0.00115968 | ||||
| Approve | 14312991 | 1467 days ago | IN | 0 ETH | 0.00156919 | ||||
| Approve | 14282317 | 1472 days ago | IN | 0 ETH | 0.00194587 | ||||
| Approve | 14237832 | 1479 days ago | IN | 0 ETH | 0.00345324 | ||||
| Approve | 14224018 | 1481 days ago | IN | 0 ETH | 0.00272453 | ||||
| Approve | 14203361 | 1484 days ago | IN | 0 ETH | 0.00172748 | ||||
| Approve | 14192048 | 1486 days ago | IN | 0 ETH | 0.00458272 | ||||
| Approve | 14191859 | 1486 days ago | IN | 0 ETH | 0.00324508 | ||||
| Approve | 14190116 | 1486 days ago | IN | 0 ETH | 0.00263082 | ||||
| Approve | 14189515 | 1486 days ago | IN | 0 ETH | 0.00210922 | ||||
| Approve | 14189461 | 1486 days ago | IN | 0 ETH | 0.00241009 | ||||
| Approve | 14189114 | 1486 days ago | IN | 0 ETH | 0.00334405 | ||||
| Approve | 14189093 | 1486 days ago | IN | 0 ETH | 0.00371451 | ||||
| Approve | 14186741 | 1487 days ago | IN | 0 ETH | 0.00590097 | ||||
| Approve | 14186619 | 1487 days ago | IN | 0 ETH | 0.00517235 | ||||
| Approve | 14186342 | 1487 days ago | IN | 0 ETH | 0.00328032 | ||||
| Approve | 14186221 | 1487 days ago | IN | 0 ETH | 0.00420837 | ||||
| Approve | 14185624 | 1487 days ago | IN | 0 ETH | 0.00984272 | ||||
| Approve | 14185624 | 1487 days ago | IN | 0 ETH | 0.00984272 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| - | 14338965 | 1463 days ago | 0.00340712 ETH | ||||
| - | 14338965 | 1463 days ago | 0.00340712 ETH | ||||
| - | 14338965 | 1463 days ago | 0.00170476 ETH | ||||
| - | 14338965 | 1463 days ago | 0.00170476 ETH | ||||
| - | 14326271 | 1465 days ago | 0.00342778 ETH | ||||
| - | 14326271 | 1465 days ago | 0.00342778 ETH | ||||
| - | 14326271 | 1465 days ago | 0.00171511 ETH | ||||
| - | 14326271 | 1465 days ago | 0.00171511 ETH | ||||
| - | 14313017 | 1467 days ago | 0.00347659 ETH | ||||
| - | 14313017 | 1467 days ago | 0.00347659 ETH | ||||
| - | 14313017 | 1467 days ago | 0.00173954 ETH | ||||
| - | 14313017 | 1467 days ago | 0.00173954 ETH | ||||
| - | 14312998 | 1467 days ago | 0.00347659 ETH | ||||
| - | 14312998 | 1467 days ago | 0.00347659 ETH | ||||
| - | 14312998 | 1467 days ago | 0.00173954 ETH | ||||
| - | 14312998 | 1467 days ago | 0.00173954 ETH | ||||
| - | 14288240 | 1471 days ago | 0.00349872 ETH | ||||
| - | 14288240 | 1471 days ago | 0.00349872 ETH | ||||
| - | 14288240 | 1471 days ago | 0.00175061 ETH | ||||
| - | 14288240 | 1471 days ago | 0.00175061 ETH | ||||
| - | 14247465 | 1477 days ago | 0.0035492 ETH | ||||
| - | 14247465 | 1477 days ago | 0.0035492 ETH | ||||
| - | 14247465 | 1477 days ago | 0.00177588 ETH | ||||
| - | 14247465 | 1477 days ago | 0.00177588 ETH | ||||
| - | 14237925 | 1479 days ago | 0.00361185 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
RazzleKhoin
Compiler Version
v0.6.12+commit.27d51765
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2022-02-11
*/
/**
*Submitted for verification at Etherscan.io on 2021-11-08
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.6.12;
interface IERC20 {
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);
}
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an overflow raises an
* error, which is the standard behavior in high level programming languages.
* `SafeMath` restores this intuition by reverting the transaction when an
* operation overflows.
*
* Using this library instead of the unchecked operations eliminates an entire
* class of bugs, so it's recommended to use it always.
*/
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
*
* - Addition cannot overflow.
*/
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a, "SafeMath: addition overflow");
return c;
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
*
* - Subtraction cannot overflow.
*/
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
return sub(a, b, "SafeMath: subtraction overflow");
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting with custom message on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
*
* - Subtraction cannot overflow.
*/
function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b <= a, errorMessage);
uint256 c = a - b;
return c;
}
/**
* @dev Returns the multiplication of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `*` operator.
*
* Requirements:
*
* - Multiplication cannot overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
// Gas optimization: this is cheaper than requiring 'a' not being zero, but the
// benefit is lost if 'b' is also tested.
// See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
if (a == 0) {
return 0;
}
uint256 c = a * b;
require(c / a == b, "SafeMath: multiplication overflow");
return c;
}
/**
* @dev Returns the integer division of two unsigned integers. Reverts on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function div(uint256 a, uint256 b) internal pure returns (uint256) {
return div(a, b, "SafeMath: division by zero");
}
/**
* @dev Returns the integer division of two unsigned integers. Reverts with custom message on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b > 0, errorMessage);
uint256 c = a / b;
// assert(a == b * c + a % b); // There is no case in which this doesn't hold
return c;
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* Reverts when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function mod(uint256 a, uint256 b) internal pure returns (uint256) {
return mod(a, b, "SafeMath: modulo by zero");
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* Reverts with custom message when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b != 0, errorMessage);
return a % b;
}
}
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a contract.
*
* Among others, `isContract` will return false for the following
* types of addresses:
*
* - an externally-owned account
* - a contract in construction
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
* ====
*/
function isContract(address account) internal view returns (bool) {
// According to EIP-1052, 0x0 is the value returned for not-yet created accounts
// and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned
// for accounts without code, i.e. `keccak256('')`
bytes32 codehash;
bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470;
// solhint-disable-next-line no-inline-assembly
assembly { codehash := extcodehash(account) }
return (codehash != accountHash && codehash != 0x0);
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
// solhint-disable-next-line avoid-low-level-calls, avoid-call-value
(bool success, ) = recipient.call{ value: amount }("");
require(success, "Address: unable to send value, recipient may have reverted");
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain`call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason, it is bubbled up by this
* function (like regular Solidity function calls).
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCall(target, data, "Address: low-level call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
* `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
return _functionCallWithValue(target, data, 0, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but also transferring `value` wei to `target`.
*
* Requirements:
*
* - the calling contract must have an ETH balance of at least `value`.
* - the called Solidity function must be `payable`.
*
* _Available since v3.1._
*/
function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
}
/**
* @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
* with `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) {
require(address(this).balance >= value, "Address: insufficient balance for call");
return _functionCallWithValue(target, data, value, errorMessage);
}
function _functionCallWithValue(address target, bytes memory data, uint256 weiValue, string memory errorMessage) private returns (bytes memory) {
require(isContract(target), "Address: call to non-contract");
// solhint-disable-next-line avoid-low-level-calls
(bool success, bytes memory returndata) = target.call{ value: weiValue }(data);
if (success) {
return returndata;
} else {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
// solhint-disable-next-line no-inline-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}
}
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
contract Ownable is Context {
address private _owner;
address private _previousOwner;
uint256 private _lockTime;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor () internal {
address msgSender = _msgSender();
_owner = msgSender;
emit OwnershipTransferred(address(0), msgSender);
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view returns (address) {
return _owner;
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
require(_owner == _msgSender(), "Ownable: caller is not the owner");
_;
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions anymore. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby removing any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
emit OwnershipTransferred(_owner, address(0));
_owner = address(0);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
emit OwnershipTransferred(_owner, newOwner);
_owner = newOwner;
}
function geUnlockTime() public view returns (uint256) {
return _lockTime;
}
//Locks the contract for owner for the amount of time provided
function lock(uint256 time) public virtual onlyOwner {
_previousOwner = _owner;
_owner = address(0);
_lockTime = now + time;
emit OwnershipTransferred(_owner, address(0));
}
//Unlocks the contract for owner when _lockTime is exceeds
function unlock() public virtual {
require(_previousOwner == msg.sender, "You don't have permission to unlock");
require(now > _lockTime , "Contract is locked until 7 days");
emit OwnershipTransferred(_owner, _previousOwner);
_owner = _previousOwner;
}
}
// pragma solidity >=0.5.0;
interface IUniswapV2Factory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
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(uint) external view returns (address pair);
function allPairsLength() external view returns (uint);
function createPair(address tokenA, address tokenB) external returns (address pair);
function setFeeTo(address) external;
function setFeeToSetter(address) external;
}
// pragma solidity >=0.5.0;
interface IUniswapV2Pair {
event Approval(address indexed owner, address indexed spender, uint value);
event Transfer(address indexed from, address indexed to, uint 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 (uint);
function balanceOf(address owner) external view returns (uint);
function allowance(address owner, address spender) external view returns (uint);
function approve(address spender, uint value) external returns (bool);
function transfer(address to, uint value) external returns (bool);
function transferFrom(address from, address to, uint 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 (uint);
function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external;
event Mint(address indexed sender, uint amount0, uint amount1);
event Burn(address indexed sender, uint amount0, uint amount1, address indexed to);
event Swap(
address indexed sender,
uint amount0In,
uint amount1In,
uint amount0Out,
uint amount1Out,
address indexed to
);
event Sync(uint112 reserve0, uint112 reserve1);
function MINIMUM_LIQUIDITY() external pure returns (uint);
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 (uint);
function price1CumulativeLast() external view returns (uint);
function kLast() external view returns (uint);
function mint(address to) external returns (uint liquidity);
function burn(address to) external returns (uint amount0, uint amount1);
function swap(uint amount0Out, uint amount1Out, address to, bytes calldata data) external;
function skim(address to) external;
function sync() external;
function initialize(address, address) external;
}
// pragma solidity >=0.6.2;
interface IUniswapV2Router01 {
function factory() external pure returns (address);
function WETH() external pure returns (address);
function addLiquidity(
address tokenA,
address tokenB,
uint amountADesired,
uint amountBDesired,
uint amountAMin,
uint amountBMin,
address to,
uint deadline
) external returns (uint amountA, uint amountB, uint liquidity);
function addLiquidityETH(
address token,
uint amountTokenDesired,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external payable returns (uint amountToken, uint amountETH, uint liquidity);
function removeLiquidity(
address tokenA,
address tokenB,
uint liquidity,
uint amountAMin,
uint amountBMin,
address to,
uint deadline
) external returns (uint amountA, uint amountB);
function removeLiquidityETH(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external returns (uint amountToken, uint amountETH);
function removeLiquidityWithPermit(
address tokenA,
address tokenB,
uint liquidity,
uint amountAMin,
uint amountBMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountA, uint amountB);
function removeLiquidityETHWithPermit(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountToken, uint amountETH);
function swapExactTokensForTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external returns (uint[] memory amounts);
function swapTokensForExactTokens(
uint amountOut,
uint amountInMax,
address[] calldata path,
address to,
uint deadline
) external returns (uint[] memory amounts);
function swapExactETHForTokens(uint amountOutMin, address[] calldata path, address to, uint deadline)
external
payable
returns (uint[] memory amounts);
function swapTokensForExactETH(uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline)
external
returns (uint[] memory amounts);
function swapExactTokensForETH(uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline)
external
returns (uint[] memory amounts);
function swapETHForExactTokens(uint amountOut, address[] calldata path, address to, uint deadline)
external
payable
returns (uint[] memory amounts);
function quote(uint amountA, uint reserveA, uint reserveB) external pure returns (uint amountB);
function getAmountOut(uint amountIn, uint reserveIn, uint reserveOut) external pure returns (uint amountOut);
function getAmountIn(uint amountOut, uint reserveIn, uint reserveOut) external pure returns (uint amountIn);
function getAmountsOut(uint amountIn, address[] calldata path) external view returns (uint[] memory amounts);
function getAmountsIn(uint amountOut, address[] calldata path) external view returns (uint[] memory amounts);
}
// pragma solidity >=0.6.2;
interface IUniswapV2Router02 is IUniswapV2Router01 {
function removeLiquidityETHSupportingFeeOnTransferTokens(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external returns (uint amountETH);
function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountETH);
function swapExactTokensForTokensSupportingFeeOnTransferTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external;
function swapExactETHForTokensSupportingFeeOnTransferTokens(
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external payable;
function swapExactTokensForETHSupportingFeeOnTransferTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external;
}
contract RazzleKhoin is Context, IERC20, Ownable {
using SafeMath for uint256;
using Address for address;
mapping (address => uint256) private _rOwned;
mapping (address => uint256) private _tOwned;
mapping (address => mapping (address => uint256)) private _allowances;
mapping (address => bool) private _isExcludedFromFee;
mapping (address => bool) private _isExcluded;
address[] private _excluded;
uint256 private constant MAX = ~uint256(0);
uint256 private _tTotal = 450000000000 * 10**1 * 10**9;
uint256 private _rTotal = (MAX - (MAX % _tTotal));
uint256 private _tFeeTotal;
string private _name = "RazzleKhoin";
string private _symbol = "KHOIN";
uint8 private _decimals = 9;
uint256 public _taxFee = 2;
uint256 private _previousTaxFee = _taxFee;
uint256 public _liquidityFee = 8;
uint256 private _previousLiquidityFee = _liquidityFee;
IUniswapV2Router02 public immutable uniswapV2Router;
address public immutable uniswapV2Pair;
address payable public _devWalletAddress;
bool inSwapAndLiquify;
bool public swapAndLiquifyEnabled = true;
uint256 public _maxTxAmount = 1000000000 * 10**1 * 10**9;
uint256 private numTokensSellToAddToLiquidity = 300000000 * 10**1 * 10**9;
event MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap);
event SwapAndLiquifyEnabledUpdated(bool enabled);
event SwapAndLiquify(
uint256 tokensSwapped,
uint256 ethReceived,
uint256 tokensIntoLiqudity
);
modifier lockTheSwap {
inSwapAndLiquify = true;
_;
inSwapAndLiquify = false;
}
constructor (address payable devWalletAddress) public {
_devWalletAddress = devWalletAddress;
_rOwned[_msgSender()] = _rTotal;
IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);
// Create a uniswap pair for this new token
uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())
.createPair(address(this), _uniswapV2Router.WETH());
// set the rest of the contract variables
uniswapV2Router = _uniswapV2Router;
//exclude owner and this contract from fee
_isExcludedFromFee[owner()] = true;
_isExcludedFromFee[address(this)] = true;
emit Transfer(address(0), _msgSender(), _tTotal);
}
function name() public view returns (string memory) {
return _name;
}
function symbol() public view returns (string memory) {
return _symbol;
}
function decimals() public view returns (uint8) {
return _decimals;
}
function totalSupply() public view override returns (uint256) {
return _tTotal;
}
function balanceOf(address account) public view override returns (uint256) {
if (_isExcluded[account]) return _tOwned[account];
return tokenFromReflection(_rOwned[account]);
}
function transfer(address recipient, uint256 amount) public override returns (bool) {
_transfer(_msgSender(), recipient, amount);
return true;
}
function allowance(address owner, address spender) public view override returns (uint256) {
return _allowances[owner][spender];
}
function approve(address spender, uint256 amount) public override returns (bool) {
_approve(_msgSender(), spender, amount);
return true;
}
function transferFrom(address sender, address recipient, uint256 amount) public override returns (bool) {
_transfer(sender, recipient, amount);
_approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance"));
return true;
}
function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
_approve(_msgSender(), spender, _allowances[_msgSender()][spender].add(addedValue));
return true;
}
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;
}
function isExcludedFromReward(address account) public view returns (bool) {
return _isExcluded[account];
}
function totalFees() public view returns (uint256) {
return _tFeeTotal;
}
function deliver(uint256 tAmount) public {
address sender = _msgSender();
require(!_isExcluded[sender], "Excluded addresses cannot call this function");
(uint256 rAmount,,,,,) = _getValues(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_rTotal = _rTotal.sub(rAmount);
_tFeeTotal = _tFeeTotal.add(tAmount);
}
function reflectionFromToken(uint256 tAmount, bool deductTransferFee) public view returns(uint256) {
require(tAmount <= _tTotal, "Amount must be less than supply");
if (!deductTransferFee) {
(uint256 rAmount,,,,,) = _getValues(tAmount);
return rAmount;
} else {
(,uint256 rTransferAmount,,,,) = _getValues(tAmount);
return rTransferAmount;
}
}
function tokenFromReflection(uint256 rAmount) public view returns(uint256) {
require(rAmount <= _rTotal, "Amount must be less than total reflections");
uint256 currentRate = _getRate();
return rAmount.div(currentRate);
}
function excludeFromReward(address account) public onlyOwner() {
// require(account != 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, 'We can not exclude Uniswap router.');
require(!_isExcluded[account], "Account is already excluded");
if(_rOwned[account] > 0) {
_tOwned[account] = tokenFromReflection(_rOwned[account]);
}
_isExcluded[account] = true;
_excluded.push(account);
}
function includeInReward(address account) external onlyOwner() {
require(_isExcluded[account], "Account is already excluded");
for (uint256 i = 0; i < _excluded.length; i++) {
if (_excluded[i] == account) {
_excluded[i] = _excluded[_excluded.length - 1];
_tOwned[account] = 0;
_isExcluded[account] = false;
_excluded.pop();
break;
}
}
}
function _transferBothExcluded(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_tOwned[sender] = _tOwned[sender].sub(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_tOwned[recipient] = _tOwned[recipient].add(tTransferAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
function excludeFromFee(address account) public onlyOwner {
_isExcludedFromFee[account] = true;
}
function includeInFee(address account) public onlyOwner {
_isExcludedFromFee[account] = false;
}
function setTaxFeePercent(uint256 taxFee) external onlyOwner() {
_taxFee = taxFee;
}
function setLiquidityFeePercent(uint256 liquidityFee) external onlyOwner() {
_liquidityFee = liquidityFee;
}
function setMaxTxPercent(uint256 maxTxPercent) external onlyOwner() {
_maxTxAmount = _tTotal.mul(maxTxPercent).div(
10**2
);
}
function setSwapAndLiquifyEnabled(bool _enabled) public onlyOwner {
swapAndLiquifyEnabled = _enabled;
emit SwapAndLiquifyEnabledUpdated(_enabled);
}
//to recieve ETH from uniswapV2Router when swaping
receive() external payable {}
function _reflectFee(uint256 rFee, uint256 tFee) private {
_rTotal = _rTotal.sub(rFee);
_tFeeTotal = _tFeeTotal.add(tFee);
}
function _getValues(uint256 tAmount) private view returns (uint256, uint256, uint256, uint256, uint256, uint256) {
(uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getTValues(tAmount);
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee) = _getRValues(tAmount, tFee, tLiquidity, _getRate());
return (rAmount, rTransferAmount, rFee, tTransferAmount, tFee, tLiquidity);
}
function _getTValues(uint256 tAmount) private view returns (uint256, uint256, uint256) {
uint256 tFee = calculateTaxFee(tAmount);
uint256 tLiquidity = calculateLiquidityFee(tAmount);
uint256 tTransferAmount = tAmount.sub(tFee).sub(tLiquidity);
return (tTransferAmount, tFee, tLiquidity);
}
function _getRValues(uint256 tAmount, uint256 tFee, uint256 tLiquidity, uint256 currentRate) private pure returns (uint256, uint256, uint256) {
uint256 rAmount = tAmount.mul(currentRate);
uint256 rFee = tFee.mul(currentRate);
uint256 rLiquidity = tLiquidity.mul(currentRate);
uint256 rTransferAmount = rAmount.sub(rFee).sub(rLiquidity);
return (rAmount, rTransferAmount, rFee);
}
function _getRate() private view returns(uint256) {
(uint256 rSupply, uint256 tSupply) = _getCurrentSupply();
return rSupply.div(tSupply);
}
function _getCurrentSupply() private view returns(uint256, uint256) {
uint256 rSupply = _rTotal;
uint256 tSupply = _tTotal;
for (uint256 i = 0; i < _excluded.length; i++) {
if (_rOwned[_excluded[i]] > rSupply || _tOwned[_excluded[i]] > tSupply) return (_rTotal, _tTotal);
rSupply = rSupply.sub(_rOwned[_excluded[i]]);
tSupply = tSupply.sub(_tOwned[_excluded[i]]);
}
if (rSupply < _rTotal.div(_tTotal)) return (_rTotal, _tTotal);
return (rSupply, tSupply);
}
function _takeLiquidity(uint256 tLiquidity) private {
uint256 currentRate = _getRate();
uint256 rLiquidity = tLiquidity.mul(currentRate);
_rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity);
if(_isExcluded[address(this)])
_tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity);
}
function calculateTaxFee(uint256 _amount) private view returns (uint256) {
return _amount.mul(_taxFee).div(
10**2
);
}
function calculateLiquidityFee(uint256 _amount) private view returns (uint256) {
return _amount.mul(_liquidityFee).div(
10**2
);
}
function removeAllFee() private {
if(_taxFee == 0 && _liquidityFee == 0) return;
_previousTaxFee = _taxFee;
_previousLiquidityFee = _liquidityFee;
_taxFee = 0;
_liquidityFee = 0;
}
function restoreAllFee() private {
_taxFee = _previousTaxFee;
_liquidityFee = _previousLiquidityFee;
}
function isExcludedFromFee(address account) public view returns(bool) {
return _isExcludedFromFee[account];
}
function sendETHToDev(uint256 amount) private {
swapTokensForEth(amount);
_devWalletAddress.transfer(address(this).balance);
}
function _setDevWallet(address payable devWalletAddress) external onlyOwner() {
_devWalletAddress = devWalletAddress;
}
function _approve(address owner, address spender, uint256 amount) private {
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);
}
function _transfer(
address from,
address to,
uint256 amount
) private {
require(from != address(0), "ERC20: transfer from the zero address");
require(to != address(0), "ERC20: transfer to the zero address");
require(amount > 0, "Transfer amount must be greater than zero");
if(from != owner() && to != owner())
require(amount <= _maxTxAmount, "Transfer amount exceeds the maxTxAmount.");
// is the token balance of this contract address over the min number of
// tokens that we need to initiate a swap + liquidity lock?
// also, don't get caught in a circular liquidity event.
// also, don't swap & liquify if sender is uniswap pair.
uint256 contractTokenBalance = balanceOf(address(this));
if(contractTokenBalance >= _maxTxAmount)
{
contractTokenBalance = _maxTxAmount;
}
bool overMinTokenBalance = contractTokenBalance >= numTokensSellToAddToLiquidity;
if (
overMinTokenBalance &&
!inSwapAndLiquify &&
from != uniswapV2Pair &&
swapAndLiquifyEnabled
) {
contractTokenBalance = numTokensSellToAddToLiquidity;
//add liquidity
swapAndLiquify(contractTokenBalance);
}
//indicates if fee should be deducted from transfer
bool takeFee = true;
//if any account belongs to _isExcludedFromFee account then remove the fee
if(_isExcludedFromFee[from] || _isExcludedFromFee[to]){
takeFee = false;
}
//transfer amount, it will take tax, burn, liquidity fee
_tokenTransfer(from,to,amount,takeFee);
}
function swapAndLiquify(uint256 contractTokenBalance) private lockTheSwap {
// split the contract balance into thirds
uint256 halfOfLiquify = contractTokenBalance.div(4);
uint256 otherHalfOfLiquify = contractTokenBalance.div(4);
uint256 portionForFees = contractTokenBalance.sub(halfOfLiquify).sub(otherHalfOfLiquify);
// capture the contract's current ETH balance.
// this is so that we can capture exactly the amount of ETH that the
// swap creates, and not make the liquidity event include any ETH that
// has been manually sent to the contract
uint256 initialBalance = address(this).balance;
// swap tokens for ETH
swapTokensForEth(halfOfLiquify); // <- this breaks the ETH -> HATE swap when swap+liquify is triggered
// how much ETH did we just swap into?
uint256 newBalance = address(this).balance.sub(initialBalance);
// add liquidity to uniswap
addLiquidity(otherHalfOfLiquify, newBalance);
sendETHToDev(portionForFees);
emit SwapAndLiquify(halfOfLiquify, newBalance, otherHalfOfLiquify);
}
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), tokenAmount);
// make the swap
uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(
tokenAmount,
0, // accept any amount of ETH
path,
address(this),
block.timestamp
);
}
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
owner(),
block.timestamp
);
}
//this method is responsible for taking all fee, if takeFee is true
function _tokenTransfer(address sender, address recipient, uint256 amount,bool takeFee) private {
if(!takeFee)
removeAllFee();
if (_isExcluded[sender] && !_isExcluded[recipient]) {
_transferFromExcluded(sender, recipient, amount);
} else if (!_isExcluded[sender] && _isExcluded[recipient]) {
_transferToExcluded(sender, recipient, amount);
} else if (!_isExcluded[sender] && !_isExcluded[recipient]) {
_transferStandard(sender, recipient, amount);
} else if (_isExcluded[sender] && _isExcluded[recipient]) {
_transferBothExcluded(sender, recipient, amount);
} else {
_transferStandard(sender, recipient, amount);
}
if(!takeFee)
restoreAllFee();
}
function _transferStandard(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
function _transferToExcluded(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_tOwned[recipient] = _tOwned[recipient].add(tTransferAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
function _transferFromExcluded(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_tOwned[sender] = _tOwned[sender].sub(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address payable","name":"devWalletAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"minTokensBeforeSwap","type":"uint256"}],"name":"MinTokensBeforeSwapUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethReceived","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokensIntoLiqudity","type":"uint256"}],"name":"SwapAndLiquify","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"enabled","type":"bool"}],"name":"SwapAndLiquifyEnabledUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"_devWalletAddress","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_liquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxTxAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address payable","name":"devWalletAddress","type":"address"}],"name":"_setDevWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"_taxFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tAmount","type":"uint256"}],"name":"deliver","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeFromFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeFromReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"geUnlockTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeInFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeInReward","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":"isExcludedFromFee","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromReward","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"time","type":"uint256"}],"name":"lock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tAmount","type":"uint256"},{"internalType":"bool","name":"deductTransferFee","type":"bool"}],"name":"reflectionFromToken","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"liquidityFee","type":"uint256"}],"name":"setLiquidityFeePercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"maxTxPercent","type":"uint256"}],"name":"setMaxTxPercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_enabled","type":"bool"}],"name":"setSwapAndLiquifyEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"taxFee","type":"uint256"}],"name":"setTaxFeePercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapAndLiquifyEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"rAmount","type":"uint256"}],"name":"tokenFromReflection","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":[],"name":"unlock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
60c060405268f3f20b8dfa69d00000600955600954600019816200001f57fe5b0660001903600a556040518060400160405280600b81526020017f52617a7a6c654b686f696e000000000000000000000000000000000000000000815250600c90805190602001906200007492919062000672565b506040518060400160405280600581526020017f4b484f494e000000000000000000000000000000000000000000000000000000815250600d9080519060200190620000c292919062000672565b506009600e60006101000a81548160ff021916908360ff1602179055506002600f55600f5460105560086011556011546012556001601360156101000a81548160ff021916908315150217905550678ac7230489e800006014556729a2241af62c00006015553480156200013557600080fd5b506040516200581038038062005810833981810160405260208110156200015b57600080fd5b810190808051906020019092919050505060006200017e6200064160201b60201c565b9050806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35080601360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600a5460036000620002746200064160201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506000737a250d5630b4cf539739df2c5dacb4c659f2488d90508073ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b1580156200031257600080fd5b505afa15801562000327573d6000803e3d6000fd5b505050506040513d60208110156200033e57600080fd5b810190808051906020019092919050505073ffffffffffffffffffffffffffffffffffffffff1663c9c65396308373ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b158015620003b257600080fd5b505afa158015620003c7573d6000803e3d6000fd5b505050506040513d6020811015620003de57600080fd5b81019080805190602001909291905050506040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1681526020018273ffffffffffffffffffffffffffffffffffffffff16815260200192505050602060405180830381600087803b1580156200045957600080fd5b505af11580156200046e573d6000803e3d6000fd5b505050506040513d60208110156200048557600080fd5b810190808051906020019092919050505073ffffffffffffffffffffffffffffffffffffffff1660a08173ffffffffffffffffffffffffffffffffffffffff1660601b815250508073ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff1660601b81525050600160066000620005196200064960201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506001600660003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550620005d26200064160201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6009546040518082815260200191505060405180910390a3505062000718565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620006b557805160ff1916838001178555620006e6565b82800160010185558215620006e6579182015b82811115620006e5578251825591602001919060010190620006c8565b5b509050620006f59190620006f9565b5090565b5b8082111562000714576000816000905550600101620006fa565b5090565b60805160601c60a05160601c6150b062000760600039806119ea528061317852508061109a5280613e985280613f845280613fab52806140b652806140dd52506150b06000f3fe6080604052600436106102345760003560e01c80635342acb41161012e578063a69df4b5116100ab578063d543dbeb1161006f578063d543dbeb14610c53578063dd46706414610c8e578063dd62ed3e14610cc9578063ea2f0b3714610d4e578063f2fde38b14610d9f5761023b565b8063a69df4b514610b22578063a9059cbb14610b39578063b425bac314610baa578063b6c5232414610beb578063c49b9a8014610c165761023b565b806388f82020116100f257806388f820201461093e5780638da5cb5b146109a55780638ee88c53146109e657806395d89b4114610a21578063a457c2d714610ab15761023b565b80635342acb4146108055780636bc87c3a1461086c57806370a0823114610897578063715018a6146108fc5780637d1db4a5146109135761023b565b8063313ce567116101bc578063437823ec11610180578063437823ec1461069a5780634549b039146106eb57806349bd5a5e146107465780634a74bb021461078757806352390c02146107b45761023b565b8063313ce567146105445780633685d4191461057257806339509351146105c35780633b124fe7146106345780633bd5d1731461065f5761023b565b806313114a9d1161020357806313114a9d146103cd5780631694505e146103f857806318160ddd1461043957806323b872dd146104645780632d838119146104f55761023b565b8063061c82d01461024057806306fdde031461027b578063095ea7b31461030b5780630a1f8ea81461037c5761023b565b3661023b57005b600080fd5b34801561024c57600080fd5b506102796004803603602081101561026357600080fd5b8101908080359060200190929190505050610df0565b005b34801561028757600080fd5b50610290610ec2565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156102d05780820151818401526020810190506102b5565b50505050905090810190601f1680156102fd5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561031757600080fd5b506103646004803603604081101561032e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610f64565b60405180821515815260200191505060405180910390f35b34801561038857600080fd5b506103cb6004803603602081101561039f57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610f82565b005b3480156103d957600080fd5b506103e261108e565b6040518082815260200191505060405180910390f35b34801561040457600080fd5b5061040d611098565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561044557600080fd5b5061044e6110bc565b6040518082815260200191505060405180910390f35b34801561047057600080fd5b506104dd6004803603606081101561048757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506110c6565b60405180821515815260200191505060405180910390f35b34801561050157600080fd5b5061052e6004803603602081101561051857600080fd5b810190808035906020019092919050505061119f565b6040518082815260200191505060405180910390f35b34801561055057600080fd5b50610559611223565b604051808260ff16815260200191505060405180910390f35b34801561057e57600080fd5b506105c16004803603602081101561059557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061123a565b005b3480156105cf57600080fd5b5061061c600480360360408110156105e657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506115c4565b60405180821515815260200191505060405180910390f35b34801561064057600080fd5b50610649611677565b6040518082815260200191505060405180910390f35b34801561066b57600080fd5b506106986004803603602081101561068257600080fd5b810190808035906020019092919050505061167d565b005b3480156106a657600080fd5b506106e9600480360360208110156106bd57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061180e565b005b3480156106f757600080fd5b506107306004803603604081101561070e57600080fd5b8101908080359060200190929190803515159060200190929190505050611931565b6040518082815260200191505060405180910390f35b34801561075257600080fd5b5061075b6119e8565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561079357600080fd5b5061079c611a0c565b60405180821515815260200191505060405180910390f35b3480156107c057600080fd5b50610803600480360360208110156107d757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611a1f565b005b34801561081157600080fd5b506108546004803603602081101561082857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611d39565b60405180821515815260200191505060405180910390f35b34801561087857600080fd5b50610881611d8f565b6040518082815260200191505060405180910390f35b3480156108a357600080fd5b506108e6600480360360208110156108ba57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611d95565b6040518082815260200191505060405180910390f35b34801561090857600080fd5b50610911611e80565b005b34801561091f57600080fd5b50610928612006565b6040518082815260200191505060405180910390f35b34801561094a57600080fd5b5061098d6004803603602081101561096157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061200c565b60405180821515815260200191505060405180910390f35b3480156109b157600080fd5b506109ba612062565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156109f257600080fd5b50610a1f60048036036020811015610a0957600080fd5b810190808035906020019092919050505061208b565b005b348015610a2d57600080fd5b50610a3661215d565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610a76578082015181840152602081019050610a5b565b50505050905090810190601f168015610aa35780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b348015610abd57600080fd5b50610b0a60048036036040811015610ad457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506121ff565b60405180821515815260200191505060405180910390f35b348015610b2e57600080fd5b50610b376122cc565b005b348015610b4557600080fd5b50610b9260048036036040811015610b5c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506124e9565b60405180821515815260200191505060405180910390f35b348015610bb657600080fd5b50610bbf612507565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b348015610bf757600080fd5b50610c0061252d565b6040518082815260200191505060405180910390f35b348015610c2257600080fd5b50610c5160048036036020811015610c3957600080fd5b81019080803515159060200190929190505050612537565b005b348015610c5f57600080fd5b50610c8c60048036036020811015610c7657600080fd5b8101908080359060200190929190505050612655565b005b348015610c9a57600080fd5b50610cc760048036036020811015610cb157600080fd5b810190808035906020019092919050505061274e565b005b348015610cd557600080fd5b50610d3860048036036040811015610cec57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061293f565b6040518082815260200191505060405180910390f35b348015610d5a57600080fd5b50610d9d60048036036020811015610d7157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506129c6565b005b348015610dab57600080fd5b50610dee60048036036020811015610dc257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612ae9565b005b610df8612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610eb8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600f8190555050565b6060600c8054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610f5a5780601f10610f2f57610100808354040283529160200191610f5a565b820191906000526020600020905b815481529060010190602001808311610f3d57829003601f168201915b5050505050905090565b6000610f78610f71612cf4565b8484612cfc565b6001905092915050565b610f8a612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461104a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80601360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600b54905090565b7f000000000000000000000000000000000000000000000000000000000000000081565b6000600954905090565b60006110d3848484612ef3565b611194846110df612cf4565b61118f85604051806060016040528060288152602001614f6d60289139600560008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000611145612cf4565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546132b89092919063ffffffff16565b612cfc565b600190509392505050565b6000600a548211156111fc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180614eb2602a913960400191505060405180910390fd5b6000611206613378565b905061121b81846133a390919063ffffffff16565b915050919050565b6000600e60009054906101000a900460ff16905090565b611242612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611302576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600760008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166113c1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b60005b6008805490508110156115c0578173ffffffffffffffffffffffffffffffffffffffff16600882815481106113f557fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614156115b35760086001600880549050038154811061145157fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166008828154811061148957fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550600880548061157957fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905590556115c0565b80806001019150506113c4565b5050565b600061166d6115d1612cf4565b8461166885600560006115e2612cf4565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b612cfc565b6001905092915050565b600f5481565b6000611687612cf4565b9050600760008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161561172c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180615007602c913960400191505060405180910390fd5b600061173783613475565b5050505050905061179081600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506117e881600a546134d190919063ffffffff16565b600a8190555061180383600b546133ed90919063ffffffff16565b600b81905550505050565b611816612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146118d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6001600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b60006009548311156119ab576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f416d6f756e74206d757374206265206c657373207468616e20737570706c790081525060200191505060405180910390fd5b816119cb5760006119bb84613475565b50505050509050809150506119e2565b60006119d684613475565b50505050915050809150505b92915050565b7f000000000000000000000000000000000000000000000000000000000000000081565b601360159054906101000a900460ff1681565b611a27612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611ae7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600760008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611ba7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b6000600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541115611c7b57611c37600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461119f565b600460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b6001600760008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506008819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b60115481565b6000600760008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611e3057600460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050611e7b565b611e78600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461119f565b90505b919050565b611e88612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611f48576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60145481565b6000600760008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b612093612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612153576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b8060118190555050565b6060600d8054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156121f55780601f106121ca576101008083540402835291602001916121f5565b820191906000526020600020905b8154815290600101906020018083116121d857829003601f168201915b5050505050905090565b60006122c261220c612cf4565b846122bd856040518060600160405280602581526020016150566025913960056000612236612cf4565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546132b89092919063ffffffff16565b612cfc565b6001905092915050565b3373ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612372576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806150336023913960400191505060405180910390fd5b60025442116123e9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f436f6e7472616374206973206c6f636b656420756e74696c203720646179730081525060200191505060405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60006124fd6124f6612cf4565b8484612ef3565b6001905092915050565b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600254905090565b61253f612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146125ff576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80601360156101000a81548160ff0219169083151502179055507f53726dfcaf90650aa7eb35524f4d3220f07413c8d6cb404cc8c18bf5591bc1598160405180821515815260200191505060405180910390a150565b61265d612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461271d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b61274560646127378360095461351b90919063ffffffff16565b6133a390919063ffffffff16565b60148190555050565b612756612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612816576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550804201600281905550600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a350565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b6129ce612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612a8e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b612af1612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612bb1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612c37576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180614edc6026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612d82576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180614fe36024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612e08576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180614f026022913960400191505060405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612f79576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180614fbe6025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612fff576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180614e8f6023913960400191505060405180910390fd5b60008111613058576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526029815260200180614f956029913960400191505060405180910390fd5b613060612062565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156130ce575061309e612062565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b1561312f5760145481111561312e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526028815260200180614f246028913960400191505060405180910390fd5b5b600061313a30611d95565b9050601454811061314b5760145490505b6000601554821015905080801561316f5750601360149054906101000a900460ff16155b80156131c757507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b80156131df5750601360159054906101000a900460ff165b156131f35760155491506131f2826135a1565b5b600060019050600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff168061329a5750600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b156132a457600090505b6132b0868686846136b7565b505050505050565b6000838311158290613365576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561332a57808201518184015260208101905061330f565b50505050905090810190601f1680156133575780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b60008060006133856139c8565b9150915061339c81836133a390919063ffffffff16565b9250505090565b60006133e583836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250613c59565b905092915050565b60008082840190508381101561346b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600080600080600080600080600061348c8a613d1f565b92509250925060008060006134aa8d86866134a5613378565b613d79565b9250925092508282828888889b509b509b509b509b509b5050505050505091939550919395565b600061351383836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506132b8565b905092915050565b60008083141561352e576000905061359b565b600082840290508284828161353f57fe5b0414613596576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180614f4c6021913960400191505060405180910390fd5b809150505b92915050565b6001601360146101000a81548160ff02191690831515021790555060006135d26004836133a390919063ffffffff16565b905060006135ea6004846133a390919063ffffffff16565b905060006136138261360585876134d190919063ffffffff16565b6134d190919063ffffffff16565b9050600047905061362384613e02565b600061363882476134d190919063ffffffff16565b905061364484826140b0565b61364d83614201565b7f17bbfb9a6069321b6ded73bd96327c9e6b7212a5cd51ff219cd61370acafb56185828660405180848152602001838152602001828152602001935050505060405180910390a150505050506000601360146101000a81548160ff02191690831515021790555050565b806136c5576136c4614276565b5b600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156137685750600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b1561377d576137788484846142b9565b6139b4565b600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156138205750600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b1561383557613830848484614519565b6139b3565b600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156138d95750600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156138ee576138e9848484614779565b6139b2565b600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156139905750600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b156139a5576139a0848484614944565b6139b1565b6139b0848484614779565b5b5b5b5b806139c2576139c1614c39565b5b50505050565b6000806000600a5490506000600954905060005b600880549050811015613c1c578260036000600884815481106139fb57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541180613ae25750816004600060088481548110613a7a57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054115b15613af957600a5460095494509450505050613c55565b613b826003600060088481548110613b0d57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054846134d190919063ffffffff16565b9250613c0d6004600060088481548110613b9857fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054836134d190919063ffffffff16565b915080806001019150506139dc565b50613c34600954600a546133a390919063ffffffff16565b821015613c4c57600a54600954935093505050613c55565b81819350935050505b9091565b60008083118290613d05576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613cca578082015181840152602081019050613caf565b50505050905090810190601f168015613cf75780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838581613d1157fe5b049050809150509392505050565b600080600080613d2e85614c4d565b90506000613d3b86614c7e565b90506000613d6482613d56858a6134d190919063ffffffff16565b6134d190919063ffffffff16565b90508083839550955095505050509193909250565b600080600080613d92858961351b90919063ffffffff16565b90506000613da9868961351b90919063ffffffff16565b90506000613dc0878961351b90919063ffffffff16565b90506000613de982613ddb85876134d190919063ffffffff16565b6134d190919063ffffffff16565b9050838184965096509650505050509450945094915050565b6060600267ffffffffffffffff81118015613e1c57600080fd5b50604051908082528060200260200182016040528015613e4b5781602001602082028036833780820191505090505b5090503081600081518110613e5c57fe5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b158015613efc57600080fd5b505afa158015613f10573d6000803e3d6000fd5b505050506040513d6020811015613f2657600080fd5b810190808051906020019092919050505081600181518110613f4457fe5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050613fa9307f000000000000000000000000000000000000000000000000000000000000000084612cfc565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b815260040180868152602001858152602001806020018473ffffffffffffffffffffffffffffffffffffffff168152602001838152602001828103825285818151815260200191508051906020019060200280838360005b8381101561406b578082015181840152602081019050614050565b505050509050019650505050505050600060405180830381600087803b15801561409457600080fd5b505af11580156140a8573d6000803e3d6000fd5b505050505050565b6140db307f000000000000000000000000000000000000000000000000000000000000000084612cfc565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663f305d719823085600080614125612062565b426040518863ffffffff1660e01b8152600401808773ffffffffffffffffffffffffffffffffffffffff1681526020018681526020018581526020018481526020018373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200196505050505050506060604051808303818588803b1580156141aa57600080fd5b505af11580156141be573d6000803e3d6000fd5b50505050506040513d60608110156141d557600080fd5b810190808051906020019092919080519060200190929190805190602001909291905050505050505050565b61420a81613e02565b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015614272573d6000803e3d6000fd5b5050565b6000600f5414801561428a57506000601154145b15614294576142b7565b600f546010819055506011546012819055506000600f8190555060006011819055505b565b6000806000806000806142cb87613475565b95509550955095509550955061432987600460008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506143be86600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061445385600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061449f81614caf565b6144a98483614e54565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061452b87613475565b95509550955095509550955061458986600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061461e83600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600460008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506146b385600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506146ff81614caf565b6147098483614e54565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061478b87613475565b9550955095509550955095506147e986600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061487e85600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506148ca81614caf565b6148d48483614e54565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061495687613475565b9550955095509550955095506149b487600460008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550614a4986600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550614ade83600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600460008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550614b7385600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550614bbf81614caf565b614bc98483614e54565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b601054600f81905550601254601181905550565b6000614c776064614c69600f548561351b90919063ffffffff16565b6133a390919063ffffffff16565b9050919050565b6000614ca86064614c9a6011548561351b90919063ffffffff16565b6133a390919063ffffffff16565b9050919050565b6000614cb9613378565b90506000614cd0828461351b90919063ffffffff16565b9050614d2481600360003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600360003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600760003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615614e4f57614e0b83600460003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600460003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b505050565b614e6982600a546134d190919063ffffffff16565b600a81905550614e8481600b546133ed90919063ffffffff16565b600b81905550505056fe45524332303a207472616e7366657220746f20746865207a65726f2061646472657373416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573735472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63655472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f45524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573734578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e596f7520646f6e27742068617665207065726d697373696f6e20746f20756e6c6f636b45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212208afe1e00404095f242b2a826f5884d70b24121646ee115fce7b4ae9c18e947ce64736f6c634300060c00330000000000000000000000006dcc5c7543301ef854352479e5ad13ed63022631
Deployed Bytecode
0x6080604052600436106102345760003560e01c80635342acb41161012e578063a69df4b5116100ab578063d543dbeb1161006f578063d543dbeb14610c53578063dd46706414610c8e578063dd62ed3e14610cc9578063ea2f0b3714610d4e578063f2fde38b14610d9f5761023b565b8063a69df4b514610b22578063a9059cbb14610b39578063b425bac314610baa578063b6c5232414610beb578063c49b9a8014610c165761023b565b806388f82020116100f257806388f820201461093e5780638da5cb5b146109a55780638ee88c53146109e657806395d89b4114610a21578063a457c2d714610ab15761023b565b80635342acb4146108055780636bc87c3a1461086c57806370a0823114610897578063715018a6146108fc5780637d1db4a5146109135761023b565b8063313ce567116101bc578063437823ec11610180578063437823ec1461069a5780634549b039146106eb57806349bd5a5e146107465780634a74bb021461078757806352390c02146107b45761023b565b8063313ce567146105445780633685d4191461057257806339509351146105c35780633b124fe7146106345780633bd5d1731461065f5761023b565b806313114a9d1161020357806313114a9d146103cd5780631694505e146103f857806318160ddd1461043957806323b872dd146104645780632d838119146104f55761023b565b8063061c82d01461024057806306fdde031461027b578063095ea7b31461030b5780630a1f8ea81461037c5761023b565b3661023b57005b600080fd5b34801561024c57600080fd5b506102796004803603602081101561026357600080fd5b8101908080359060200190929190505050610df0565b005b34801561028757600080fd5b50610290610ec2565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156102d05780820151818401526020810190506102b5565b50505050905090810190601f1680156102fd5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561031757600080fd5b506103646004803603604081101561032e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610f64565b60405180821515815260200191505060405180910390f35b34801561038857600080fd5b506103cb6004803603602081101561039f57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610f82565b005b3480156103d957600080fd5b506103e261108e565b6040518082815260200191505060405180910390f35b34801561040457600080fd5b5061040d611098565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561044557600080fd5b5061044e6110bc565b6040518082815260200191505060405180910390f35b34801561047057600080fd5b506104dd6004803603606081101561048757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506110c6565b60405180821515815260200191505060405180910390f35b34801561050157600080fd5b5061052e6004803603602081101561051857600080fd5b810190808035906020019092919050505061119f565b6040518082815260200191505060405180910390f35b34801561055057600080fd5b50610559611223565b604051808260ff16815260200191505060405180910390f35b34801561057e57600080fd5b506105c16004803603602081101561059557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061123a565b005b3480156105cf57600080fd5b5061061c600480360360408110156105e657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506115c4565b60405180821515815260200191505060405180910390f35b34801561064057600080fd5b50610649611677565b6040518082815260200191505060405180910390f35b34801561066b57600080fd5b506106986004803603602081101561068257600080fd5b810190808035906020019092919050505061167d565b005b3480156106a657600080fd5b506106e9600480360360208110156106bd57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061180e565b005b3480156106f757600080fd5b506107306004803603604081101561070e57600080fd5b8101908080359060200190929190803515159060200190929190505050611931565b6040518082815260200191505060405180910390f35b34801561075257600080fd5b5061075b6119e8565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561079357600080fd5b5061079c611a0c565b60405180821515815260200191505060405180910390f35b3480156107c057600080fd5b50610803600480360360208110156107d757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611a1f565b005b34801561081157600080fd5b506108546004803603602081101561082857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611d39565b60405180821515815260200191505060405180910390f35b34801561087857600080fd5b50610881611d8f565b6040518082815260200191505060405180910390f35b3480156108a357600080fd5b506108e6600480360360208110156108ba57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611d95565b6040518082815260200191505060405180910390f35b34801561090857600080fd5b50610911611e80565b005b34801561091f57600080fd5b50610928612006565b6040518082815260200191505060405180910390f35b34801561094a57600080fd5b5061098d6004803603602081101561096157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061200c565b60405180821515815260200191505060405180910390f35b3480156109b157600080fd5b506109ba612062565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156109f257600080fd5b50610a1f60048036036020811015610a0957600080fd5b810190808035906020019092919050505061208b565b005b348015610a2d57600080fd5b50610a3661215d565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610a76578082015181840152602081019050610a5b565b50505050905090810190601f168015610aa35780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b348015610abd57600080fd5b50610b0a60048036036040811015610ad457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506121ff565b60405180821515815260200191505060405180910390f35b348015610b2e57600080fd5b50610b376122cc565b005b348015610b4557600080fd5b50610b9260048036036040811015610b5c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506124e9565b60405180821515815260200191505060405180910390f35b348015610bb657600080fd5b50610bbf612507565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b348015610bf757600080fd5b50610c0061252d565b6040518082815260200191505060405180910390f35b348015610c2257600080fd5b50610c5160048036036020811015610c3957600080fd5b81019080803515159060200190929190505050612537565b005b348015610c5f57600080fd5b50610c8c60048036036020811015610c7657600080fd5b8101908080359060200190929190505050612655565b005b348015610c9a57600080fd5b50610cc760048036036020811015610cb157600080fd5b810190808035906020019092919050505061274e565b005b348015610cd557600080fd5b50610d3860048036036040811015610cec57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061293f565b6040518082815260200191505060405180910390f35b348015610d5a57600080fd5b50610d9d60048036036020811015610d7157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506129c6565b005b348015610dab57600080fd5b50610dee60048036036020811015610dc257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612ae9565b005b610df8612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610eb8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600f8190555050565b6060600c8054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610f5a5780601f10610f2f57610100808354040283529160200191610f5a565b820191906000526020600020905b815481529060010190602001808311610f3d57829003601f168201915b5050505050905090565b6000610f78610f71612cf4565b8484612cfc565b6001905092915050565b610f8a612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461104a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80601360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600b54905090565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d81565b6000600954905090565b60006110d3848484612ef3565b611194846110df612cf4565b61118f85604051806060016040528060288152602001614f6d60289139600560008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000611145612cf4565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546132b89092919063ffffffff16565b612cfc565b600190509392505050565b6000600a548211156111fc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180614eb2602a913960400191505060405180910390fd5b6000611206613378565b905061121b81846133a390919063ffffffff16565b915050919050565b6000600e60009054906101000a900460ff16905090565b611242612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611302576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600760008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166113c1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b60005b6008805490508110156115c0578173ffffffffffffffffffffffffffffffffffffffff16600882815481106113f557fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614156115b35760086001600880549050038154811061145157fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166008828154811061148957fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550600880548061157957fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905590556115c0565b80806001019150506113c4565b5050565b600061166d6115d1612cf4565b8461166885600560006115e2612cf4565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b612cfc565b6001905092915050565b600f5481565b6000611687612cf4565b9050600760008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161561172c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180615007602c913960400191505060405180910390fd5b600061173783613475565b5050505050905061179081600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506117e881600a546134d190919063ffffffff16565b600a8190555061180383600b546133ed90919063ffffffff16565b600b81905550505050565b611816612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146118d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6001600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b60006009548311156119ab576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f416d6f756e74206d757374206265206c657373207468616e20737570706c790081525060200191505060405180910390fd5b816119cb5760006119bb84613475565b50505050509050809150506119e2565b60006119d684613475565b50505050915050809150505b92915050565b7f00000000000000000000000043d52fc1e101b7ecd10c59ba9f791e96e5090ded81565b601360159054906101000a900460ff1681565b611a27612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611ae7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600760008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611ba7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f4163636f756e7420697320616c7265616479206578636c75646564000000000081525060200191505060405180910390fd5b6000600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541115611c7b57611c37600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461119f565b600460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b6001600760008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506008819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b60115481565b6000600760008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611e3057600460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050611e7b565b611e78600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461119f565b90505b919050565b611e88612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611f48576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60145481565b6000600760008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b612093612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612153576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b8060118190555050565b6060600d8054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156121f55780601f106121ca576101008083540402835291602001916121f5565b820191906000526020600020905b8154815290600101906020018083116121d857829003601f168201915b5050505050905090565b60006122c261220c612cf4565b846122bd856040518060600160405280602581526020016150566025913960056000612236612cf4565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546132b89092919063ffffffff16565b612cfc565b6001905092915050565b3373ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612372576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806150336023913960400191505060405180910390fd5b60025442116123e9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f436f6e7472616374206973206c6f636b656420756e74696c203720646179730081525060200191505060405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60006124fd6124f6612cf4565b8484612ef3565b6001905092915050565b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600254905090565b61253f612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146125ff576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80601360156101000a81548160ff0219169083151502179055507f53726dfcaf90650aa7eb35524f4d3220f07413c8d6cb404cc8c18bf5591bc1598160405180821515815260200191505060405180910390a150565b61265d612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461271d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b61274560646127378360095461351b90919063ffffffff16565b6133a390919063ffffffff16565b60148190555050565b612756612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612816576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550804201600281905550600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a350565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b6129ce612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612a8e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b612af1612cf4565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612bb1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612c37576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180614edc6026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612d82576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180614fe36024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612e08576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180614f026022913960400191505060405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612f79576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180614fbe6025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612fff576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180614e8f6023913960400191505060405180910390fd5b60008111613058576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526029815260200180614f956029913960400191505060405180910390fd5b613060612062565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156130ce575061309e612062565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b1561312f5760145481111561312e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526028815260200180614f246028913960400191505060405180910390fd5b5b600061313a30611d95565b9050601454811061314b5760145490505b6000601554821015905080801561316f5750601360149054906101000a900460ff16155b80156131c757507f00000000000000000000000043d52fc1e101b7ecd10c59ba9f791e96e5090ded73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b80156131df5750601360159054906101000a900460ff165b156131f35760155491506131f2826135a1565b5b600060019050600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff168061329a5750600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b156132a457600090505b6132b0868686846136b7565b505050505050565b6000838311158290613365576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561332a57808201518184015260208101905061330f565b50505050905090810190601f1680156133575780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b60008060006133856139c8565b9150915061339c81836133a390919063ffffffff16565b9250505090565b60006133e583836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250613c59565b905092915050565b60008082840190508381101561346b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600080600080600080600080600061348c8a613d1f565b92509250925060008060006134aa8d86866134a5613378565b613d79565b9250925092508282828888889b509b509b509b509b509b5050505050505091939550919395565b600061351383836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506132b8565b905092915050565b60008083141561352e576000905061359b565b600082840290508284828161353f57fe5b0414613596576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180614f4c6021913960400191505060405180910390fd5b809150505b92915050565b6001601360146101000a81548160ff02191690831515021790555060006135d26004836133a390919063ffffffff16565b905060006135ea6004846133a390919063ffffffff16565b905060006136138261360585876134d190919063ffffffff16565b6134d190919063ffffffff16565b9050600047905061362384613e02565b600061363882476134d190919063ffffffff16565b905061364484826140b0565b61364d83614201565b7f17bbfb9a6069321b6ded73bd96327c9e6b7212a5cd51ff219cd61370acafb56185828660405180848152602001838152602001828152602001935050505060405180910390a150505050506000601360146101000a81548160ff02191690831515021790555050565b806136c5576136c4614276565b5b600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156137685750600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b1561377d576137788484846142b9565b6139b4565b600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156138205750600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b1561383557613830848484614519565b6139b3565b600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156138d95750600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156138ee576138e9848484614779565b6139b2565b600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156139905750600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b156139a5576139a0848484614944565b6139b1565b6139b0848484614779565b5b5b5b5b806139c2576139c1614c39565b5b50505050565b6000806000600a5490506000600954905060005b600880549050811015613c1c578260036000600884815481106139fb57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541180613ae25750816004600060088481548110613a7a57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054115b15613af957600a5460095494509450505050613c55565b613b826003600060088481548110613b0d57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054846134d190919063ffffffff16565b9250613c0d6004600060088481548110613b9857fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054836134d190919063ffffffff16565b915080806001019150506139dc565b50613c34600954600a546133a390919063ffffffff16565b821015613c4c57600a54600954935093505050613c55565b81819350935050505b9091565b60008083118290613d05576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613cca578082015181840152602081019050613caf565b50505050905090810190601f168015613cf75780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838581613d1157fe5b049050809150509392505050565b600080600080613d2e85614c4d565b90506000613d3b86614c7e565b90506000613d6482613d56858a6134d190919063ffffffff16565b6134d190919063ffffffff16565b90508083839550955095505050509193909250565b600080600080613d92858961351b90919063ffffffff16565b90506000613da9868961351b90919063ffffffff16565b90506000613dc0878961351b90919063ffffffff16565b90506000613de982613ddb85876134d190919063ffffffff16565b6134d190919063ffffffff16565b9050838184965096509650505050509450945094915050565b6060600267ffffffffffffffff81118015613e1c57600080fd5b50604051908082528060200260200182016040528015613e4b5781602001602082028036833780820191505090505b5090503081600081518110613e5c57fe5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b158015613efc57600080fd5b505afa158015613f10573d6000803e3d6000fd5b505050506040513d6020811015613f2657600080fd5b810190808051906020019092919050505081600181518110613f4457fe5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050613fa9307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d84612cfc565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b815260040180868152602001858152602001806020018473ffffffffffffffffffffffffffffffffffffffff168152602001838152602001828103825285818151815260200191508051906020019060200280838360005b8381101561406b578082015181840152602081019050614050565b505050509050019650505050505050600060405180830381600087803b15801561409457600080fd5b505af11580156140a8573d6000803e3d6000fd5b505050505050565b6140db307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d84612cfc565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663f305d719823085600080614125612062565b426040518863ffffffff1660e01b8152600401808773ffffffffffffffffffffffffffffffffffffffff1681526020018681526020018581526020018481526020018373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200196505050505050506060604051808303818588803b1580156141aa57600080fd5b505af11580156141be573d6000803e3d6000fd5b50505050506040513d60608110156141d557600080fd5b810190808051906020019092919080519060200190929190805190602001909291905050505050505050565b61420a81613e02565b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015614272573d6000803e3d6000fd5b5050565b6000600f5414801561428a57506000601154145b15614294576142b7565b600f546010819055506011546012819055506000600f8190555060006011819055505b565b6000806000806000806142cb87613475565b95509550955095509550955061432987600460008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506143be86600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061445385600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061449f81614caf565b6144a98483614e54565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061452b87613475565b95509550955095509550955061458986600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061461e83600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600460008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506146b385600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506146ff81614caf565b6147098483614e54565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061478b87613475565b9550955095509550955095506147e986600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061487e85600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506148ca81614caf565b6148d48483614e54565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061495687613475565b9550955095509550955095506149b487600460008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550614a4986600360008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546134d190919063ffffffff16565b600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550614ade83600460008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600460008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550614b7385600360008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600360008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550614bbf81614caf565b614bc98483614e54565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b601054600f81905550601254601181905550565b6000614c776064614c69600f548561351b90919063ffffffff16565b6133a390919063ffffffff16565b9050919050565b6000614ca86064614c9a6011548561351b90919063ffffffff16565b6133a390919063ffffffff16565b9050919050565b6000614cb9613378565b90506000614cd0828461351b90919063ffffffff16565b9050614d2481600360003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600360003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600760003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615614e4f57614e0b83600460003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546133ed90919063ffffffff16565b600460003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b505050565b614e6982600a546134d190919063ffffffff16565b600a81905550614e8481600b546133ed90919063ffffffff16565b600b81905550505056fe45524332303a207472616e7366657220746f20746865207a65726f2061646472657373416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573735472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63655472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f45524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573734578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e596f7520646f6e27742068617665207065726d697373696f6e20746f20756e6c6f636b45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212208afe1e00404095f242b2a826f5884d70b24121646ee115fce7b4ae9c18e947ce64736f6c634300060c0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000006dcc5c7543301ef854352479e5ad13ed63022631
-----Decoded View---------------
Arg [0] : devWalletAddress (address): 0x6DCc5C7543301ef854352479e5AD13ED63022631
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000006dcc5c7543301ef854352479e5ad13ed63022631
Deployed Bytecode Sourcemap
25686:19000:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33283:98;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;28218:83;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29130:161;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;37479:133;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;30251:87;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;26652:51;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;28495:95;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;29299:313;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;31175:253;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;28404:83;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;31891:479;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;29620:218;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;26464:26;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;30346:377;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;33038:111;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;30731:436;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;26710:38;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;26836:40;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;31436:447;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;37180:123;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;26551:32;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;28598:198;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;16281:148;;;;;;;;;;;;;:::i;:::-;;26889:56;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;30123:120;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;15638:79;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;33393:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;28309:87;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29846:269;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;17291:293;;;;;;;;;;;;;:::i;:::-;;28804:167;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;26755:40;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;16836:89;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;33696:171;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;33526:162;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;17001:214;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;28979:143;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;33161:110;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;16584:244;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;33283:98;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33367:6:::1;33357:7;:16;;;;33283:98:::0;:::o;28218:83::-;28255:13;28288:5;28281:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28218:83;:::o;29130:161::-;29205:4;29222:39;29231:12;:10;:12::i;:::-;29245:7;29254:6;29222:8;:39::i;:::-;29279:4;29272:11;;29130:161;;;;:::o;37479:133::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37588:16:::1;37568:17;;:36;;;;;;;;;;;;;;;;;;37479:133:::0;:::o;30251:87::-;30293:7;30320:10;;30313:17;;30251:87;:::o;26652:51::-;;;:::o;28495:95::-;28548:7;28575;;28568:14;;28495:95;:::o;29299:313::-;29397:4;29414:36;29424:6;29432:9;29443:6;29414:9;:36::i;:::-;29461:121;29470:6;29478:12;:10;:12::i;:::-;29492:89;29530:6;29492:89;;;;;;;;;;;;;;;;;:11;:19;29504:6;29492:19;;;;;;;;;;;;;;;:33;29512:12;:10;:12::i;:::-;29492:33;;;;;;;;;;;;;;;;:37;;:89;;;;;:::i;:::-;29461:8;:121::i;:::-;29600:4;29593:11;;29299:313;;;;;:::o;31175:253::-;31241:7;31280;;31269;:18;;31261:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31345:19;31368:10;:8;:10::i;:::-;31345:33;;31396:24;31408:11;31396:7;:11;;:24;;;;:::i;:::-;31389:31;;;31175:253;;;:::o;28404:83::-;28445:5;28470:9;;;;;;;;;;;28463:16;;28404:83;:::o;31891:479::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31973:11:::1;:20;31985:7;31973:20;;;;;;;;;;;;;;;;;;;;;;;;;31965:60;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;32041:9;32036:327;32060:9;:16;;;;32056:1;:20;32036:327;;;32118:7;32102:23;;:9;32112:1;32102:12;;;;;;;;;;;;;;;;;;;;;;;;;:23;;;32098:254;;;32161:9;32190:1;32171:9;:16;;;;:20;32161:31;;;;;;;;;;;;;;;;;;;;;;;;;32146:9;32156:1;32146:12;;;;;;;;;;;;;;;;:46;;;;;;;;;;;;;;;;;;32230:1;32211:7;:16;32219:7;32211:16;;;;;;;;;;;;;;;:20;;;;32273:5;32250:11;:20;32262:7;32250:20;;;;;;;;;;;;;;;;:28;;;;;;;;;;;;;;;;;;32297:9;:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32331:5;;32098:254;32078:3;;;;;;;32036:327;;;;31891:479:::0;:::o;29620:218::-;29708:4;29725:83;29734:12;:10;:12::i;:::-;29748:7;29757:50;29796:10;29757:11;:25;29769:12;:10;:12::i;:::-;29757:25;;;;;;;;;;;;;;;:34;29783:7;29757:34;;;;;;;;;;;;;;;;:38;;:50;;;;:::i;:::-;29725:8;:83::i;:::-;29826:4;29819:11;;29620:218;;;;:::o;26464:26::-;;;;:::o;30346:377::-;30398:14;30415:12;:10;:12::i;:::-;30398:29;;30447:11;:19;30459:6;30447:19;;;;;;;;;;;;;;;;;;;;;;;;;30446:20;30438:77;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30527:15;30551:19;30562:7;30551:10;:19::i;:::-;30526:44;;;;;;;30599:28;30619:7;30599;:15;30607:6;30599:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;30581:7;:15;30589:6;30581:15;;;;;;;;;;;;;;;:46;;;;30648:20;30660:7;30648;;:11;;:20;;;;:::i;:::-;30638:7;:30;;;;30692:23;30707:7;30692:10;;:14;;:23;;;;:::i;:::-;30679:10;:36;;;;30346:377;;;:::o;33038:111::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33137:4:::1;33107:18;:27;33126:7;33107:27;;;;;;;;;;;;;;;;:34;;;;;;;;;;;;;;;;;;33038:111:::0;:::o;30731:436::-;30821:7;30860;;30849;:18;;30841:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30919:17;30914:246;;30954:15;30978:19;30989:7;30978:10;:19::i;:::-;30953:44;;;;;;;31019:7;31012:14;;;;;30914:246;31061:23;31092:19;31103:7;31092:10;:19::i;:::-;31059:52;;;;;;;31133:15;31126:22;;;30731:436;;;;;:::o;26710:38::-;;;:::o;26836:40::-;;;;;;;;;;;;;:::o;31436:447::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31633:11:::1;:20;31645:7;31633:20;;;;;;;;;;;;;;;;;;;;;;;;;31632:21;31624:61;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;31718:1;31699:7;:16;31707:7;31699:16;;;;;;;;;;;;;;;;:20;31696:108;;;31755:37;31775:7;:16;31783:7;31775:16;;;;;;;;;;;;;;;;31755:19;:37::i;:::-;31736:7;:16;31744:7;31736:16;;;;;;;;;;;;;;;:56;;;;31696:108;31837:4;31814:11;:20;31826:7;31814:20;;;;;;;;;;;;;;;;:27;;;;;;;;;;;;;;;;;;31852:9;31867:7;31852:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31436:447:::0;:::o;37180:123::-;37244:4;37268:18;:27;37287:7;37268:27;;;;;;;;;;;;;;;;;;;;;;;;;37261:34;;37180:123;;;:::o;26551:32::-;;;;:::o;28598:198::-;28664:7;28688:11;:20;28700:7;28688:20;;;;;;;;;;;;;;;;;;;;;;;;;28684:49;;;28717:7;:16;28725:7;28717:16;;;;;;;;;;;;;;;;28710:23;;;;28684:49;28751:37;28771:7;:16;28779:7;28771:16;;;;;;;;;;;;;;;;28751:19;:37::i;:::-;28744:44;;28598:198;;;;:::o;16281:148::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16388:1:::1;16351:40;;16372:6;::::0;::::1;;;;;;;;16351:40;;;;;;;;;;;;16419:1;16402:6:::0;::::1;:19;;;;;;;;;;;;;;;;;;16281:148::o:0;26889:56::-;;;;:::o;30123:120::-;30191:4;30215:11;:20;30227:7;30215:20;;;;;;;;;;;;;;;;;;;;;;;;;30208:27;;30123:120;;;:::o;15638:79::-;15676:7;15703:6;;;;;;;;;;;15696:13;;15638:79;:::o;33393:122::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33495:12:::1;33479:13;:28;;;;33393:122:::0;:::o;28309:87::-;28348:13;28381:7;28374:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28309:87;:::o;29846:269::-;29939:4;29956:129;29965:12;:10;:12::i;:::-;29979:7;29988:96;30027:15;29988:96;;;;;;;;;;;;;;;;;:11;:25;30000:12;:10;:12::i;:::-;29988:25;;;;;;;;;;;;;;;:34;30014:7;29988:34;;;;;;;;;;;;;;;;:38;;:96;;;;;:::i;:::-;29956:8;:129::i;:::-;30103:4;30096:11;;29846:269;;;;:::o;17291:293::-;17361:10;17343:28;;:14;;;;;;;;;;;:28;;;17335:76;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17436:9;;17430:3;:15;17422:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17527:14;;;;;;;;;;;17498:44;;17519:6;;;;;;;;;;17498:44;;;;;;;;;;;;17562:14;;;;;;;;;;;17553:6;;:23;;;;;;;;;;;;;;;;;;17291:293::o;28804:167::-;28882:4;28899:42;28909:12;:10;:12::i;:::-;28923:9;28934:6;28899:9;:42::i;:::-;28959:4;28952:11;;28804:167;;;;:::o;26755:40::-;;;;;;;;;;;;;:::o;16836:89::-;16881:7;16908:9;;16901:16;;16836:89;:::o;33696:171::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33797:8:::1;33773:21;;:32;;;;;;;;;;;;;;;;;;33821:38;33850:8;33821:38;;;;;;;;;;;;;;;;;;;;33696:171:::0;:::o;33526:162::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33620:60:::1;33664:5;33620:25;33632:12;33620:7;;:11;;:25;;;;:::i;:::-;:29;;:60;;;;:::i;:::-;33605:12;:75;;;;33526:162:::0;:::o;17001:214::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17082:6:::1;::::0;::::1;;;;;;;;17065:14;;:23;;;;;;;;;;;;;;;;;;17116:1;17099:6:::0;::::1;:19;;;;;;;;;;;;;;;;;;17147:4;17141:3;:10;17129:9;:22;;;;17204:1;17167:40;;17188:6;::::0;::::1;;;;;;;;17167:40;;;;;;;;;;;;17001:214:::0;:::o;28979:143::-;29060:7;29087:11;:18;29099:5;29087:18;;;;;;;;;;;;;;;:27;29106:7;29087:27;;;;;;;;;;;;;;;;29080:34;;28979:143;;;;:::o;33161:110::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33258:5:::1;33228:18;:27;33247:7;33228:27;;;;;;;;;;;;;;;;:35;;;;;;;;;;;;;;;;;;33161:110:::0;:::o;16584:244::-;15860:12;:10;:12::i;:::-;15850:22;;:6;;;;;;;;;;:22;;;15842:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16693:1:::1;16673:22;;:8;:22;;;;16665:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16783:8;16754:38;;16775:6;::::0;::::1;;;;;;;;16754:38;;;;;;;;;;;;16812:8;16803:6;::::0;:17:::1;;;;;;;;;;;;;;;;;;16584:244:::0;:::o;8046:106::-;8099:15;8134:10;8127:17;;8046:106;:::o;37620:337::-;37730:1;37713:19;;:5;:19;;;;37705:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37811:1;37792:21;;:7;:21;;;;37784:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37895:6;37865:11;:18;37877:5;37865:18;;;;;;;;;;;;;;;:27;37884:7;37865:27;;;;;;;;;;;;;;;:36;;;;37933:7;37917:32;;37926:5;37917:32;;;37942:6;37917:32;;;;;;;;;;;;;;;;;;37620:337;;;:::o;37965:1813::-;38103:1;38087:18;;:4;:18;;;;38079:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38180:1;38166:16;;:2;:16;;;;38158:64;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38250:1;38241:6;:10;38233:64;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38319:7;:5;:7::i;:::-;38311:15;;:4;:15;;;;:32;;;;;38336:7;:5;:7::i;:::-;38330:13;;:2;:13;;;;38311:32;38308:125;;;38376:12;;38366:6;:22;;38358:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38308:125;38728:28;38759:24;38777:4;38759:9;:24::i;:::-;38728:55;;38831:12;;38807:20;:36;38804:112;;38892:12;;38869:35;;38804:112;38936:24;38987:29;;38963:20;:53;;38936:80;;39045:19;:53;;;;;39082:16;;;;;;;;;;;39081:17;39045:53;:91;;;;;39123:13;39115:21;;:4;:21;;;;39045:91;:129;;;;;39153:21;;;;;;;;;;;39045:129;39027:318;;;39224:29;;39201:52;;39297:36;39312:20;39297:14;:36::i;:::-;39027:318;39426:12;39441:4;39426:19;;39553:18;:24;39572:4;39553:24;;;;;;;;;;;;;;;;;;;;;;;;;:50;;;;39581:18;:22;39600:2;39581:22;;;;;;;;;;;;;;;;;;;;;;;;;39553:50;39550:96;;;39629:5;39619:15;;39550:96;39732:38;39747:4;39752:2;39755:6;39762:7;39732:14;:38::i;:::-;37965:1813;;;;;;:::o;4456:192::-;4542:7;4575:1;4570;:6;;4578:12;4562:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4602:9;4618:1;4614;:5;4602:17;;4639:1;4632:8;;;4456:192;;;;;:::o;35330:163::-;35371:7;35392:15;35409;35428:19;:17;:19::i;:::-;35391:56;;;;35465:20;35477:7;35465;:11;;:20;;;;:::i;:::-;35458:27;;;;35330:163;:::o;5854:132::-;5912:7;5939:39;5943:1;5946;5939:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;5932:46;;5854:132;;;;:::o;3553:181::-;3611:7;3631:9;3647:1;3643;:5;3631:17;;3672:1;3667;:6;;3659:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3725:1;3718:8;;;3553:181;;;;:::o;34128:419::-;34187:7;34196;34205;34214;34223;34232;34253:23;34278:12;34292:18;34314:20;34326:7;34314:11;:20::i;:::-;34252:82;;;;;;34346:15;34363:23;34388:12;34404:50;34416:7;34425:4;34431:10;34443;:8;:10::i;:::-;34404:11;:50::i;:::-;34345:109;;;;;;34473:7;34482:15;34499:4;34505:15;34522:4;34528:10;34465:74;;;;;;;;;;;;;;;;;;34128:419;;;;;;;:::o;4017:136::-;4075:7;4102:43;4106:1;4109;4102:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;4095:50;;4017:136;;;;:::o;4907:471::-;4965:7;5215:1;5210;:6;5206:47;;;5240:1;5233:8;;;;5206:47;5265:9;5281:1;5277;:5;5265:17;;5310:1;5305;5301;:5;;;;;;:10;5293:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5369:1;5362:8;;;4907:471;;;;;:::o;39786:1174::-;27351:4;27332:16;;:23;;;;;;;;;;;;;;;;;;39922:21:::1;39946:27;39971:1;39946:20;:24;;:27;;;;:::i;:::-;39922:51;;39984:26;40013:27;40038:1;40013:20;:24;;:27;;;;:::i;:::-;39984:56;;40051:22;40076:63;40120:18;40076:39;40101:13;40076:20;:24;;:39;;;;:::i;:::-;:43;;:63;;;;:::i;:::-;40051:88;;40417:22;40442:21;40417:46;;40508:31;40525:13;40508:16;:31::i;:::-;40670:18;40691:41;40717:14;40691:21;:25;;:41;;;;:::i;:::-;40670:62;;40782:44;40795:18;40815:10;40782:12;:44::i;:::-;40837:28;40850:14;40837:12;:28::i;:::-;40891:61;40906:13;40921:10;40933:18;40891:61;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27366:1;;;;;27397:5:::0;27378:16;;:24;;;;;;;;;;;;;;;;;;39786:1174;:::o;42159:834::-;42270:7;42266:40;;42292:14;:12;:14::i;:::-;42266:40;42331:11;:19;42343:6;42331:19;;;;;;;;;;;;;;;;;;;;;;;;;:46;;;;;42355:11;:22;42367:9;42355:22;;;;;;;;;;;;;;;;;;;;;;;;;42354:23;42331:46;42327:597;;;42394:48;42416:6;42424:9;42435:6;42394:21;:48::i;:::-;42327:597;;;42465:11;:19;42477:6;42465:19;;;;;;;;;;;;;;;;;;;;;;;;;42464:20;:46;;;;;42488:11;:22;42500:9;42488:22;;;;;;;;;;;;;;;;;;;;;;;;;42464:46;42460:464;;;42527:46;42547:6;42555:9;42566:6;42527:19;:46::i;:::-;42460:464;;;42596:11;:19;42608:6;42596:19;;;;;;;;;;;;;;;;;;;;;;;;;42595:20;:47;;;;;42620:11;:22;42632:9;42620:22;;;;;;;;;;;;;;;;;;;;;;;;;42619:23;42595:47;42591:333;;;42659:44;42677:6;42685:9;42696:6;42659:17;:44::i;:::-;42591:333;;;42725:11;:19;42737:6;42725:19;;;;;;;;;;;;;;;;;;;;;;;;;:45;;;;;42748:11;:22;42760:9;42748:22;;;;;;;;;;;;;;;;;;;;;;;;;42725:45;42721:203;;;42787:48;42809:6;42817:9;42828:6;42787:21;:48::i;:::-;42721:203;;;42868:44;42886:6;42894:9;42905:6;42868:17;:44::i;:::-;42721:203;42591:333;42460:464;42327:597;42948:7;42944:41;;42970:15;:13;:15::i;:::-;42944:41;42159:834;;;;:::o;35501:561::-;35551:7;35560;35580:15;35598:7;;35580:25;;35616:15;35634:7;;35616:25;;35663:9;35658:289;35682:9;:16;;;;35678:1;:20;35658:289;;;35748:7;35724;:21;35732:9;35742:1;35732:12;;;;;;;;;;;;;;;;;;;;;;;;;35724:21;;;;;;;;;;;;;;;;:31;:66;;;;35783:7;35759;:21;35767:9;35777:1;35767:12;;;;;;;;;;;;;;;;;;;;;;;;;35759:21;;;;;;;;;;;;;;;;:31;35724:66;35720:97;;;35800:7;;35809;;35792:25;;;;;;;;;35720:97;35842:34;35854:7;:21;35862:9;35872:1;35862:12;;;;;;;;;;;;;;;;;;;;;;;;;35854:21;;;;;;;;;;;;;;;;35842:7;:11;;:34;;;;:::i;:::-;35832:44;;35901:34;35913:7;:21;35921:9;35931:1;35921:12;;;;;;;;;;;;;;;;;;;;;;;;;35913:21;;;;;;;;;;;;;;;;35901:7;:11;;:34;;;;:::i;:::-;35891:44;;35700:3;;;;;;;35658:289;;;;35971:20;35983:7;;35971;;:11;;:20;;;;:::i;:::-;35961:7;:30;35957:61;;;36001:7;;36010;;35993:25;;;;;;;;35957:61;36037:7;36046;36029:25;;;;;;35501:561;;;:::o;6482:278::-;6568:7;6600:1;6596;:5;6603:12;6588:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6627:9;6643:1;6639;:5;;;;;;6627:17;;6751:1;6744:8;;;6482:278;;;;;:::o;34555:330::-;34615:7;34624;34633;34653:12;34668:24;34684:7;34668:15;:24::i;:::-;34653:39;;34703:18;34724:30;34746:7;34724:21;:30::i;:::-;34703:51;;34765:23;34791:33;34813:10;34791:17;34803:4;34791:7;:11;;:17;;;;:::i;:::-;:21;;:33;;;;:::i;:::-;34765:59;;34843:15;34860:4;34866:10;34835:42;;;;;;;;;34555:330;;;;;:::o;34893:429::-;35008:7;35017;35026;35046:15;35064:24;35076:11;35064:7;:11;;:24;;;;:::i;:::-;35046:42;;35099:12;35114:21;35123:11;35114:4;:8;;:21;;;;:::i;:::-;35099:36;;35146:18;35167:27;35182:11;35167:10;:14;;:27;;;;:::i;:::-;35146:48;;35205:23;35231:33;35253:10;35231:17;35243:4;35231:7;:11;;:17;;;;:::i;:::-;:21;;:33;;;;:::i;:::-;35205:59;;35283:7;35292:15;35309:4;35275:39;;;;;;;;;;34893:429;;;;;;;;:::o;40968:589::-;41094:21;41132:1;41118:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41094:40;;41163:4;41145;41150:1;41145:7;;;;;;;;;;;;;:23;;;;;;;;;;;41189:15;:20;;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41179:4;41184:1;41179:7;;;;;;;;;;;;;:32;;;;;;;;;;;41224:62;41241:4;41256:15;41274:11;41224:8;:62::i;:::-;41325:15;:66;;;41406:11;41432:1;41476:4;41503;41523:15;41325:224;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40968:589;;:::o;41565:513::-;41713:62;41730:4;41745:15;41763:11;41713:8;:62::i;:::-;41818:15;:31;;;41857:9;41890:4;41910:11;41936:1;41979;42022:7;:5;:7::i;:::-;42044:15;41818:252;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41565:513;;:::o;37315:152::-;37373:24;37390:6;37373:16;:24::i;:::-;37409:17;;;;;;;;;;;:26;;:49;37436:21;37409:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37315:152;:::o;36781:250::-;36838:1;36827:7;;:12;:34;;;;;36860:1;36843:13;;:18;36827:34;36824:46;;;36863:7;;36824:46;36908:7;;36890:15;:25;;;;36950:13;;36926:21;:37;;;;36994:1;36984:7;:11;;;;37022:1;37006:13;:17;;;;36781:250;:::o;44105:566::-;44208:15;44225:23;44250:12;44264:23;44289:12;44303:18;44325:19;44336:7;44325:10;:19::i;:::-;44207:137;;;;;;;;;;;;44373:28;44393:7;44373;:15;44381:6;44373:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;44355:7;:15;44363:6;44355:15;;;;;;;;;;;;;;;:46;;;;44430:28;44450:7;44430;:15;44438:6;44430:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;44412:7;:15;44420:6;44412:15;;;;;;;;;;;;;;;:46;;;;44490:39;44513:15;44490:7;:18;44498:9;44490:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;44469:7;:18;44477:9;44469:18;;;;;;;;;;;;;;;:60;;;;44543:26;44558:10;44543:14;:26::i;:::-;44580:23;44592:4;44598;44580:11;:23::i;:::-;44636:9;44619:44;;44628:6;44619:44;;;44647:15;44619:44;;;;;;;;;;;;;;;;;;44105:566;;;;;;;;;:::o;43511:586::-;43612:15;43629:23;43654:12;43668:23;43693:12;43707:18;43729:19;43740:7;43729:10;:19::i;:::-;43611:137;;;;;;;;;;;;43777:28;43797:7;43777;:15;43785:6;43777:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;43759:7;:15;43767:6;43759:15;;;;;;;;;;;;;;;:46;;;;43837:39;43860:15;43837:7;:18;43845:9;43837:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;43816:7;:18;43824:9;43816:18;;;;;;;;;;;;;;;:60;;;;43908:39;43931:15;43908:7;:18;43916:9;43908:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;43887:7;:18;43895:9;43887:18;;;;;;;;;;;;;;;:60;;;;43969:26;43984:10;43969:14;:26::i;:::-;44006:23;44018:4;44024;44006:11;:23::i;:::-;44062:9;44045:44;;44054:6;44045:44;;;44073:15;44045:44;;;;;;;;;;;;;;;;;;43511:586;;;;;;;;;:::o;43001:502::-;43100:15;43117:23;43142:12;43156:23;43181:12;43195:18;43217:19;43228:7;43217:10;:19::i;:::-;43099:137;;;;;;;;;;;;43265:28;43285:7;43265;:15;43273:6;43265:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;43247:7;:15;43255:6;43247:15;;;;;;;;;;;;;;;:46;;;;43325:39;43348:15;43325:7;:18;43333:9;43325:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;43304:7;:18;43312:9;43304:18;;;;;;;;;;;;;;;:60;;;;43375:26;43390:10;43375:14;:26::i;:::-;43412:23;43424:4;43430;43412:11;:23::i;:::-;43468:9;43451:44;;43460:6;43451:44;;;43479:15;43451:44;;;;;;;;;;;;;;;;;;43001:502;;;;;;;;;:::o;32380:642::-;32483:15;32500:23;32525:12;32539:23;32564:12;32578:18;32600:19;32611:7;32600:10;:19::i;:::-;32482:137;;;;;;;;;;;;32648:28;32668:7;32648;:15;32656:6;32648:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;32630:7;:15;32638:6;32630:15;;;;;;;;;;;;;;;:46;;;;32705:28;32725:7;32705;:15;32713:6;32705:15;;;;;;;;;;;;;;;;:19;;:28;;;;:::i;:::-;32687:7;:15;32695:6;32687:15;;;;;;;;;;;;;;;:46;;;;32765:39;32788:15;32765:7;:18;32773:9;32765:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;32744:7;:18;32752:9;32744:18;;;;;;;;;;;;;;;:60;;;;32836:39;32859:15;32836:7;:18;32844:9;32836:18;;;;;;;;;;;;;;;;:22;;:39;;;;:::i;:::-;32815:7;:18;32823:9;32815:18;;;;;;;;;;;;;;;:60;;;;32894:26;32909:10;32894:14;:26::i;:::-;32931:23;32943:4;32949;32931:11;:23::i;:::-;32987:9;32970:44;;32979:6;32970:44;;;32998:15;32970:44;;;;;;;;;;;;;;;;;;32380:642;;;;;;;;;:::o;37043:125::-;37097:15;;37087:7;:25;;;;37139:21;;37123:13;:37;;;;37043:125::o;36441:154::-;36505:7;36532:55;36571:5;36532:20;36544:7;;36532;:11;;:20;;;;:::i;:::-;:24;;:55;;;;:::i;:::-;36525:62;;36441:154;;;:::o;36603:166::-;36673:7;36700:61;36745:5;36700:26;36712:13;;36700:7;:11;;:26;;;;:::i;:::-;:30;;:61;;;;:::i;:::-;36693:68;;36603:166;;;:::o;36074:355::-;36137:19;36160:10;:8;:10::i;:::-;36137:33;;36181:18;36202:27;36217:11;36202:10;:14;;:27;;;;:::i;:::-;36181:48;;36265:38;36292:10;36265:7;:22;36281:4;36265:22;;;;;;;;;;;;;;;;:26;;:38;;;;:::i;:::-;36240:7;:22;36256:4;36240:22;;;;;;;;;;;;;;;:63;;;;36317:11;:26;36337:4;36317:26;;;;;;;;;;;;;;;;;;;;;;;;;36314:107;;;36383:38;36410:10;36383:7;:22;36399:4;36383:22;;;;;;;;;;;;;;;;:26;;:38;;;;:::i;:::-;36358:7;:22;36374:4;36358:22;;;;;;;;;;;;;;;:63;;;;36314:107;36074:355;;;:::o;33973:147::-;34051:17;34063:4;34051:7;;:11;;:17;;;;:::i;:::-;34041:7;:27;;;;34092:20;34107:4;34092:10;;:14;;:20;;;;:::i;:::-;34079:10;:33;;;;33973:147;;:::o
Swarm Source
ipfs://8afe1e00404095f242b2a826f5884d70b24121646ee115fce7b4ae9c18e947ce
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.