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 32 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Update Buy Fees | 19237465 | 770 days ago | IN | 0 ETH | 0.00096262 | ||||
| Update Sell Fees | 19237465 | 770 days ago | IN | 0 ETH | 0.00108552 | ||||
| Update Buy Fees | 19237462 | 770 days ago | IN | 0 ETH | 0.00104326 | ||||
| Approve | 19237451 | 770 days ago | IN | 0 ETH | 0.00149934 | ||||
| Approve | 19237451 | 770 days ago | IN | 0 ETH | 0.00149934 | ||||
| Approve | 19237451 | 770 days ago | IN | 0 ETH | 0.00149934 | ||||
| Approve | 19237451 | 770 days ago | IN | 0 ETH | 0.00149934 | ||||
| Approve | 19237451 | 770 days ago | IN | 0 ETH | 0.00149934 | ||||
| Approve | 19237448 | 770 days ago | IN | 0 ETH | 0.00161543 | ||||
| Approve | 19237448 | 770 days ago | IN | 0 ETH | 0.00170994 | ||||
| Approve | 19237448 | 770 days ago | IN | 0 ETH | 0.00194622 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00159023 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 | ||||
| Approve | 19237446 | 770 days ago | IN | 0 ETH | 0.00168474 |
Latest 24 internal transactions
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 19237535 | 770 days ago | 0.01636714 ETH | ||||
| Transfer | 19237535 | 770 days ago | 0.01636714 ETH | ||||
| Transfer | 19237459 | 770 days ago | 0.01713796 ETH | ||||
| Transfer | 19237459 | 770 days ago | 0.01713796 ETH | ||||
| Transfer | 19237459 | 770 days ago | 0.01796459 ETH | ||||
| Transfer | 19237459 | 770 days ago | 0.01796459 ETH | ||||
| Transfer | 19237453 | 770 days ago | 0.01882642 ETH | ||||
| Transfer | 19237453 | 770 days ago | 0.01882642 ETH | ||||
| Transfer | 19237453 | 770 days ago | 0.01973554 ETH | ||||
| Transfer | 19237453 | 770 days ago | 0.01973554 ETH | ||||
| Transfer | 19237453 | 770 days ago | 0.02074841 ETH | ||||
| Transfer | 19237453 | 770 days ago | 0.02074841 ETH | ||||
| Transfer | 19237453 | 770 days ago | 0.02184102 ETH | ||||
| Transfer | 19237453 | 770 days ago | 0.02184102 ETH | ||||
| Transfer | 19237452 | 770 days ago | 0.02294311 ETH | ||||
| Transfer | 19237452 | 770 days ago | 0.02294311 ETH | ||||
| Transfer | 19237452 | 770 days ago | 0.02415026 ETH | ||||
| Transfer | 19237452 | 770 days ago | 0.02415026 ETH | ||||
| Transfer | 19237452 | 770 days ago | 0.02554276 ETH | ||||
| Transfer | 19237452 | 770 days ago | 0.02554276 ETH | ||||
| Transfer | 19237448 | 770 days ago | 0.02181536 ETH | ||||
| Transfer | 19237448 | 770 days ago | 0.02181536 ETH | ||||
| Transfer | 19237448 | 770 days ago | 0.02300864 ETH | ||||
| Transfer | 19237448 | 770 days ago | 0.02300864 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
SKY
Compiler Version
v0.8.17+commit.8df45f5f
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
/*
$空
Open Ai just released their new text to video AI called Sora.
The team that developed it, named it after the Japanese term "sora," (空) symbolizing "sky."
Website: https://www.skysora.xyz/
TG: https://t.me/skyofficialportal
Twitter: https://twitter.com/SkySora_Coin
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.17;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}
interface IUniswapV2Pair {
event Approval(address indexed owner, address indexed spender, 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;
}
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;
}
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(
address recipient,
uint256 amount
) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(
address owner,
address spender
) external view returns (uint256);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Moves `amount` tokens from `sender` to `recipient` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(
address sender,
address recipient,
uint256 amount
) external returns (bool);
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(
address indexed owner,
address indexed spender,
uint256 value
);
}
interface IERC20Metadata is IERC20 {
/**
* @dev Returns the name of the token.
*/
function name() external view returns (string memory);
/**
* @dev Returns the symbol of the token.
*/
function symbol() external view returns (string memory);
/**
* @dev Returns the decimals places of the token.
*/
function decimals() external view returns (uint8);
}
contract ERC20 is Context, IERC20, IERC20Metadata {
using SafeMath for uint256;
mapping(address => uint256) private _balances;
mapping(address => mapping(address => uint256)) private _allowances;
uint256 private _totalSupply;
string private _name;
string private _symbol;
/**
* @dev Sets the values for {name} and {symbol}.
*
* The default value of {decimals} is 18. To select a different value for
* {decimals} you should overload it.
*
* All two of these values are immutable: they can only be set once during
* construction.
*/
constructor(string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
}
/**
* @dev Returns the name of the token.
*/
function name() public view virtual override returns (string memory) {
return _name;
}
/**
* @dev Returns the symbol of the token, usually a shorter version of the
* name.
*/
function symbol() public view virtual override returns (string memory) {
return _symbol;
}
/**
* @dev Returns the number of decimals used to get its user representation.
* For example, if `decimals` equals `2`, a balance of `505` tokens should
* be displayed to a user as `5,05` (`505 / 10 ** 2`).
*
* Tokens usually opt for a value of 18, imitating the relationship between
* Ether and Wei. This is the value {ERC20} uses, unless this function is
* overridden;
*
* NOTE: This information is only used for _display_ purposes: it in
* no way affects any of the arithmetic of the contract, including
* {IERC20-balanceOf} and {IERC20-transfer}.
*/
function decimals() public view virtual override returns (uint8) {
return 18;
}
/**
* @dev See {IERC20-totalSupply}.
*/
function totalSupply() public view virtual override returns (uint256) {
return _totalSupply;
}
/**
* @dev See {IERC20-balanceOf}.
*/
function balanceOf(
address account
) public view virtual override returns (uint256) {
return _balances[account];
}
/**
* @dev See {IERC20-transfer}.
*
* Requirements:
*
* - `recipient` cannot be the zero address.
* - the caller must have a balance of at least `amount`.
*/
function transfer(
address recipient,
uint256 amount
) public virtual override returns (bool) {
_transfer(_msgSender(), recipient, amount);
return true;
}
/**
* @dev See {IERC20-allowance}.
*/
function allowance(
address owner,
address spender
) public view virtual override returns (uint256) {
return _allowances[owner][spender];
}
/**
* @dev See {IERC20-approve}.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function approve(
address spender,
uint256 amount
) public virtual override returns (bool) {
_approve(_msgSender(), spender, amount);
return true;
}
/**
* @dev See {IERC20-transferFrom}.
*
* Emits an {Approval} event indicating the updated allowance. This is not
* required by the EIP. See the note at the beginning of {ERC20}.
*
* Requirements:
*
* - `sender` and `recipient` cannot be the zero address.
* - `sender` must have a balance of at least `amount`.
* - the caller must have allowance for ``sender``'s tokens of at least
* `amount`.
*/
function transferFrom(
address sender,
address recipient,
uint256 amount
) public virtual override returns (bool) {
_transfer(sender, recipient, amount);
_approve(
sender,
_msgSender(),
_allowances[sender][_msgSender()].sub(
amount,
"ERC20: transfer amount exceeds allowance"
)
);
return true;
}
/**
* @dev Atomically increases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IERC20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function increaseAllowance(
address spender,
uint256 addedValue
) public virtual returns (bool) {
_approve(
_msgSender(),
spender,
_allowances[_msgSender()][spender].add(addedValue)
);
return true;
}
/**
* @dev Atomically decreases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IERC20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
* - `spender` must have allowance for the caller of at least
* `subtractedValue`.
*/
function decreaseAllowance(
address spender,
uint256 subtractedValue
) public virtual returns (bool) {
_approve(
_msgSender(),
spender,
_allowances[_msgSender()][spender].sub(
subtractedValue,
"ERC20: decreased allowance below zero"
)
);
return true;
}
/**
* @dev Moves tokens `amount` from `sender` to `recipient`.
*
* This is internal function is equivalent to {transfer}, and can be used to
* e.g. implement automatic token fees, slashing mechanisms, etc.
*
* Emits a {Transfer} event.
*
* Requirements:
*
* - `sender` cannot be the zero address.
* - `recipient` cannot be the zero address.
* - `sender` must have a balance of at least `amount`.
*/
function _transfer(
address sender,
address recipient,
uint256 amount
) internal virtual {
require(sender != address(0), "ERC20: transfer from the zero address");
require(recipient != address(0), "ERC20: transfer to the zero address");
_beforeTokenTransfer(sender, recipient, amount);
_balances[sender] = _balances[sender].sub(
amount,
"ERC20: transfer amount exceeds balance"
);
_balances[recipient] = _balances[recipient].add(amount);
emit Transfer(sender, recipient, amount);
}
/** @dev Creates `amount` tokens and assigns them to `account`, increasing
* the total supply.
*
* Emits a {Transfer} event with `from` set to the zero address.
*
* Requirements:
*
* - `account` cannot be the zero address.
*/
function _mint(address account, uint256 amount) internal virtual {
require(account != address(0), "ERC20: mint to the zero address");
_beforeTokenTransfer(address(0), account, amount);
_totalSupply = _totalSupply.add(amount);
_balances[account] = _balances[account].add(amount);
emit Transfer(address(0), account, amount);
}
/**
* @dev Destroys `amount` tokens from `account`, reducing the
* total supply.
*
* Emits a {Transfer} event with `to` set to the zero address.
*
* Requirements:
*
* - `account` cannot be the zero address.
* - `account` must have at least `amount` tokens.
*/
function _burn(address account, uint256 amount) internal virtual {
require(account != address(0), "ERC20: burn from the zero address");
_beforeTokenTransfer(account, address(0), amount);
_balances[account] = _balances[account].sub(
amount,
"ERC20: burn amount exceeds balance"
);
_totalSupply = _totalSupply.sub(amount);
emit Transfer(account, address(0), amount);
}
/**
* @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
*
* This internal function is equivalent to `approve`, and can be used to
* e.g. set automatic allowances for certain subsystems, etc.
*
* Emits an {Approval} event.
*
* Requirements:
*
* - `owner` cannot be the zero address.
* - `spender` cannot be the zero address.
*/
function _approve(
address owner,
address spender,
uint256 amount
) internal virtual {
require(owner != address(0), "ERC20: approve from the zero address");
require(spender != address(0), "ERC20: approve to the zero address");
_allowances[owner][spender] = amount;
emit Approval(owner, spender, amount);
}
/**
* @dev Hook that is called before any transfer of tokens. This includes
* minting and burning.
*
* Calling conditions:
*
* - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* will be to transferred to `to`.
* - when `from` is zero, `amount` tokens will be minted for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens will be burned.
* - `from` and `to` are never both zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _beforeTokenTransfer(
address from,
address to,
uint256 amount
) internal virtual {}
}
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
*
* - Addition cannot overflow.
*/
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a, "SafeMath: addition overflow");
return c;
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
*
* - Subtraction cannot overflow.
*/
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
return sub(a, b, "SafeMath: subtraction overflow");
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting with custom message on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
*
* - Subtraction cannot overflow.
*/
function sub(
uint256 a,
uint256 b,
string memory errorMessage
) internal pure returns (uint256) {
require(b <= a, errorMessage);
uint256 c = a - b;
return c;
}
/**
* @dev Returns the multiplication of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `*` operator.
*
* Requirements:
*
* - Multiplication cannot overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
// Gas optimization: this is cheaper than requiring 'a' not being zero, but the
// benefit is lost if 'b' is also tested.
// See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
if (a == 0) {
return 0;
}
uint256 c = a * b;
require(c / a == b, "SafeMath: multiplication overflow");
return c;
}
/**
* @dev Returns the integer division of two unsigned integers. Reverts on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function div(uint256 a, uint256 b) internal pure returns (uint256) {
return div(a, b, "SafeMath: division by zero");
}
/**
* @dev Returns the integer division of two unsigned integers. Reverts with custom message on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function div(
uint256 a,
uint256 b,
string memory errorMessage
) internal pure returns (uint256) {
require(b > 0, errorMessage);
uint256 c = a / b;
// assert(a == b * c + a % b); // There is no case in which this doesn't hold
return c;
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* Reverts when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function mod(uint256 a, uint256 b) internal pure returns (uint256) {
return mod(a, b, "SafeMath: modulo by zero");
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* Reverts with custom message when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function mod(
uint256 a,
uint256 b,
string memory errorMessage
) internal pure returns (uint256) {
require(b != 0, errorMessage);
return a % b;
}
}
contract Ownable is Context {
address private _owner;
event OwnershipTransferred(
address indexed previousOwner,
address indexed newOwner
);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
address msgSender = _msgSender();
_owner = msgSender;
emit OwnershipTransferred(address(0), msgSender);
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view returns (address) {
return _owner;
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
require(_owner == _msgSender(), "Ownable: caller is not the owner");
_;
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions anymore. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby removing any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
emit OwnershipTransferred(_owner, address(0));
_owner = address(0);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(
newOwner != address(0),
"Ownable: new owner is the zero address"
);
emit OwnershipTransferred(_owner, newOwner);
_owner = newOwner;
}
}
library SafeMathInt {
int256 private constant MIN_INT256 = int256(1) << 255;
int256 private constant MAX_INT256 = ~(int256(1) << 255);
/**
* @dev Multiplies two int256 variables and fails on overflow.
*/
function mul(int256 a, int256 b) internal pure returns (int256) {
int256 c = a * b;
// Detect overflow when multiplying MIN_INT256 with -1
require(c != MIN_INT256 || (a & MIN_INT256) != (b & MIN_INT256));
require((b == 0) || (c / b == a));
return c;
}
/**
* @dev Division of two int256 variables and fails on overflow.
*/
function div(int256 a, int256 b) internal pure returns (int256) {
// Prevent overflow when dividing MIN_INT256 by -1
require(b != -1 || a != MIN_INT256);
// Solidity already throws when dividing by 0.
return a / b;
}
/**
* @dev Subtracts two int256 variables and fails on overflow.
*/
function sub(int256 a, int256 b) internal pure returns (int256) {
int256 c = a - b;
require((b >= 0 && c <= a) || (b < 0 && c > a));
return c;
}
/**
* @dev Adds two int256 variables and fails on overflow.
*/
function add(int256 a, int256 b) internal pure returns (int256) {
int256 c = a + b;
require((b >= 0 && c >= a) || (b < 0 && c < a));
return c;
}
/**
* @dev Converts to absolute value, and fails on overflow.
*/
function abs(int256 a) internal pure returns (int256) {
require(a != MIN_INT256);
return a < 0 ? -a : a;
}
function toUint256Safe(int256 a) internal pure returns (uint256) {
require(a >= 0);
return uint256(a);
}
}
library SafeMathUint {
function toInt256Safe(uint256 a) internal pure returns (int256) {
int256 b = int256(a);
require(b >= 0);
return b;
}
}
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);
}
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 SKY is ERC20, Ownable {
using SafeMath for uint256;
IUniswapV2Router02 public immutable uniswapV2Router;
address public immutable uniswapV2Pair;
bool private swapping;
address public marketingWallet;
address public devWallet;
uint256 public maxTransactionAmount;
uint256 public swapTokensAtAmount;
uint256 public maxWallet;
bool public limitsInEffect = true;
bool public tradingActive = false;
bool public swapEnabled = false;
bool public enableEarlySellTax = true;
// Anti-bot and anti-whale mappings and variables
mapping(address => uint256) private _holderLastTransferTimestamp; // to hold last Transfers temporarily during launch
// Seller Map
mapping(address => uint256) private _holderFirstBuyTimestamp;
// Blacklist Map
mapping(address => bool) private _blacklist;
bool public transferDelayEnabled = true;
uint256 public buyTotalFees;
uint256 public buyMarketingFee;
uint256 public buyLiquidityFee;
uint256 public buyDevFee;
uint256 public sellTotalFees;
uint256 public sellMarketingFee;
uint256 public sellLiquidityFee;
uint256 public sellDevFee;
uint256 public earlySellLiquidityFee;
uint256 public earlySellMarketingFee;
uint256 public tokensForMarketing;
uint256 public tokensForLiquidity;
uint256 public tokensForDev;
// block number of opened trading
uint256 launchedAt;
/******************/
// exclude from fees and max transaction amount
mapping(address => bool) private _isExcludedFromFees;
mapping(address => bool) public _isExcludedMaxTransactionAmount;
// store addresses that a automatic market maker pairs. Any transfer *to* these addresses
// could be subject to a maximum transfer amount
mapping(address => bool) public automatedMarketMakerPairs;
event UpdateUniswapV2Router(
address indexed newAddress,
address indexed oldAddress
);
event ExcludeFromFees(address indexed account, bool isExcluded);
event SetAutomatedMarketMakerPair(address indexed pair, bool indexed value);
event marketingWalletUpdated(
address indexed newWallet,
address indexed oldWallet
);
event devWalletUpdated(
address indexed newWallet,
address indexed oldWallet
);
event SwapAndLiquify(
uint256 tokensSwapped,
uint256 ethReceived,
uint256 tokensIntoLiquidity
);
event AutoNukeLP();
event ManualNukeLP();
constructor() ERC20("SKY", unicode"空") {
IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(
0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D
);
excludeFromMaxTransaction(address(_uniswapV2Router), true);
uniswapV2Router = _uniswapV2Router;
uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())
.createPair(address(this), _uniswapV2Router.WETH());
excludeFromMaxTransaction(address(uniswapV2Pair), true);
_setAutomatedMarketMakerPair(address(uniswapV2Pair), true);
uint256 _buyMarketingFee = 30;
uint256 _buyLiquidityFee = 0;
uint256 _buyDevFee = 0;
uint256 _sellMarketingFee = 30;
uint256 _sellLiquidityFee = 0;
uint256 _sellDevFee = 0;
uint256 _earlySellLiquidityFee = 0;
uint256 _earlySellMarketingFee = 0;
uint256 totalSupply = 1 * 1e9 * 1e18;
maxTransactionAmount = (totalSupply * 15) / 1000; // 1.5% max tx
maxWallet = (totalSupply * 20) / 1000; // 2% maxwallet
swapTokensAtAmount = (totalSupply * 5) / 10000; // 0.05% swapwallet
buyMarketingFee = _buyMarketingFee;
buyLiquidityFee = _buyLiquidityFee;
buyDevFee = _buyDevFee;
buyTotalFees = buyMarketingFee + buyLiquidityFee + buyDevFee;
sellMarketingFee = _sellMarketingFee;
sellLiquidityFee = _sellLiquidityFee;
sellDevFee = _sellDevFee;
sellTotalFees = sellMarketingFee + sellLiquidityFee + sellDevFee;
earlySellLiquidityFee = _earlySellLiquidityFee;
earlySellMarketingFee = _earlySellMarketingFee;
marketingWallet = address(0xa33B530c5410626b88fE96C2d002230f61C4f9e0); // set as marketing wallet
devWallet = address(0xa33B530c5410626b88fE96C2d002230f61C4f9e0); // set as dev wallet
// exclude from paying fees or having max transaction amount
excludeFromFees(owner(), true);
excludeFromFees(address(this), true);
excludeFromFees(address(0xdead), true);
excludeFromMaxTransaction(owner(), true);
excludeFromMaxTransaction(address(this), true);
excludeFromMaxTransaction(address(0xdead), true);
/*
_mint is an internal function in ERC20.sol that is only called here,
and CANNOT be called ever again
*/
_mint(msg.sender, totalSupply);
}
receive() external payable {}
// once enabled, can never be turned off
function enableTrading() external onlyOwner {
tradingActive = true;
swapEnabled = true;
launchedAt = block.number;
}
// remove limits after token is stable
function removeLimits() external onlyOwner returns (bool) {
limitsInEffect = false;
return true;
}
// disable Transfer delay - cannot be reenabled
function disableTransferDelay() external onlyOwner returns (bool) {
transferDelayEnabled = false;
return true;
}
function setEarlySellTax(bool onoff) external onlyOwner {
enableEarlySellTax = onoff;
}
// change the minimum amount of tokens to sell from fees
function updateSwapTokensAtAmount(
uint256 newAmount
) external onlyOwner returns (bool) {
require(
newAmount >= (totalSupply() * 1) / 100000,
"Swap amount cannot be lower than 0.001% total supply."
);
require(
newAmount <= (totalSupply() * 5) / 1000,
"Swap amount cannot be higher than 0.5% total supply."
);
swapTokensAtAmount = newAmount;
return true;
}
function updateMaxTxnAmount(uint256 newNum) external onlyOwner {
require(
newNum >= ((totalSupply() * 5) / 1000) / 1e18,
"Cannot set maxTransactionAmount lower than 0.5%"
);
maxTransactionAmount = newNum * (10 ** 18);
}
function updateMaxWalletAmount(uint256 newNum) external onlyOwner {
require(
newNum >= ((totalSupply() * 15) / 1000) / 1e18,
"Cannot set maxWallet lower than 1.5%"
);
maxWallet = newNum * (10 ** 18);
}
function excludeFromMaxTransaction(
address updAds,
bool isEx
) public onlyOwner {
_isExcludedMaxTransactionAmount[updAds] = isEx;
}
// only use to disable contract sales if absolutely necessary (emergency use only)
function updateSwapEnabled(bool enabled) external onlyOwner {
swapEnabled = enabled;
}
function updateBuyFees(
uint256 _marketingFee,
uint256 _liquidityFee,
uint256 _devFee
) external onlyOwner {
buyMarketingFee = _marketingFee;
buyLiquidityFee = _liquidityFee;
buyDevFee = _devFee;
buyTotalFees = buyMarketingFee + buyLiquidityFee + buyDevFee;
require(buyTotalFees <= 50, "Must keep fees at 50% or less");
}
function updateSellFees(
uint256 _marketingFee,
uint256 _liquidityFee,
uint256 _devFee,
uint256 _earlySellLiquidityFee,
uint256 _earlySellMarketingFee
) external onlyOwner {
sellMarketingFee = _marketingFee;
sellLiquidityFee = _liquidityFee;
sellDevFee = _devFee;
earlySellLiquidityFee = _earlySellLiquidityFee;
earlySellMarketingFee = _earlySellMarketingFee;
sellTotalFees = sellMarketingFee + sellLiquidityFee + sellDevFee;
require(sellTotalFees <= 99, "Must keep fees at 99% or less");
}
function excludeFromFees(address account, bool excluded) public onlyOwner {
_isExcludedFromFees[account] = excluded;
emit ExcludeFromFees(account, excluded);
}
function blacklistAccount(
address account,
bool isBlacklisted
) public onlyOwner {
_blacklist[account] = isBlacklisted;
}
function setAutomatedMarketMakerPair(
address pair,
bool value
) public onlyOwner {
require(
pair != uniswapV2Pair,
"The pair cannot be removed from automatedMarketMakerPairs"
);
_setAutomatedMarketMakerPair(pair, value);
}
function getTotalSellFees() public view returns (uint256) {
return sellTotalFees;
}
function _setAutomatedMarketMakerPair(address pair, bool value) private {
automatedMarketMakerPairs[pair] = value;
emit SetAutomatedMarketMakerPair(pair, value);
}
function updateMarketingWallet(
address newMarketingWallet
) external onlyOwner {
emit marketingWalletUpdated(newMarketingWallet, marketingWallet);
marketingWallet = newMarketingWallet;
}
function updateDevWallet(address newWallet) external onlyOwner {
emit devWalletUpdated(newWallet, devWallet);
devWallet = newWallet;
}
function isExcludedFromFees(address account) public view returns (bool) {
return _isExcludedFromFees[account];
}
event BoughtEarly(address indexed sniper);
function _transfer(
address from,
address to,
uint256 amount
) internal override {
require(from != address(0), "ERC20: transfer from the zero address");
require(to != address(0), "ERC20: transfer to the zero address");
require(
!_blacklist[to] && !_blacklist[from],
"You have been blacklisted from transfering tokens"
);
if (amount == 0) {
super._transfer(from, to, 0);
return;
}
if (limitsInEffect) {
if (
from != owner() &&
to != owner() &&
to != address(0) &&
to != address(0xdead) &&
!swapping
) {
if (!tradingActive) {
require(
_isExcludedFromFees[from] || _isExcludedFromFees[to],
"Trading is not active."
);
}
// at launch if the transfer delay is enabled, ensure the block timestamps for purchasers is set -- during launch.
if (transferDelayEnabled) {
if (
to != owner() &&
to != address(uniswapV2Router) &&
to != address(uniswapV2Pair)
) {
require(
_holderLastTransferTimestamp[tx.origin] <
block.number,
"_transfer:: Transfer Delay enabled. Only one purchase per block allowed."
);
_holderLastTransferTimestamp[tx.origin] = block.number;
}
}
//when buy
if (
automatedMarketMakerPairs[from] &&
!_isExcludedMaxTransactionAmount[to]
) {
require(
amount <= maxTransactionAmount,
"Buy transfer amount exceeds the maxTransactionAmount."
);
require(
amount + balanceOf(to) <= maxWallet,
"Max wallet exceeded"
);
}
//when sell
else if (
automatedMarketMakerPairs[to] &&
!_isExcludedMaxTransactionAmount[from]
) {
require(
amount <= maxTransactionAmount,
"Sell transfer amount exceeds the maxTransactionAmount."
);
} else if (!_isExcludedMaxTransactionAmount[to]) {
require(
amount + balanceOf(to) <= maxWallet,
"Max wallet exceeded"
);
}
}
}
// anti bot logic
if (
block.number <= (launchedAt + 0) &&
to != uniswapV2Pair &&
to != address(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D)
) {
_blacklist[to] = false;
}
uint256 contractTokenBalance = balanceOf(address(this));
bool canSwap = contractTokenBalance >= swapTokensAtAmount;
if (
canSwap &&
swapEnabled &&
!swapping &&
!automatedMarketMakerPairs[from] &&
!_isExcludedFromFees[from] &&
!_isExcludedFromFees[to]
) {
swapping = true;
swapBack();
swapping = false;
}
bool takeFee = !swapping;
// if any account belongs to _isExcludedFromFee account then remove the fee
if (_isExcludedFromFees[from] || _isExcludedFromFees[to]) {
takeFee = false;
}
uint256 fees = 0;
// only take fees on buys/sells, do not take on wallet transfers
if (takeFee) {
// on sell
if (automatedMarketMakerPairs[to] && sellTotalFees > 0) {
fees = amount.mul(sellTotalFees).div(100);
tokensForLiquidity += (fees * sellLiquidityFee) / sellTotalFees;
tokensForDev += (fees * sellDevFee) / sellTotalFees;
tokensForMarketing += (fees * sellMarketingFee) / sellTotalFees;
}
// on buy
else if (automatedMarketMakerPairs[from] && buyTotalFees > 0) {
fees = amount.mul(buyTotalFees).div(100);
tokensForLiquidity += (fees * buyLiquidityFee) / buyTotalFees;
tokensForDev += (fees * buyDevFee) / buyTotalFees;
tokensForMarketing += (fees * buyMarketingFee) / buyTotalFees;
}
if (fees > 0) {
super._transfer(from, address(this), fees);
}
amount -= fees;
}
super._transfer(from, to, amount);
}
function swapTokensForEth(uint256 tokenAmount) private {
address[] memory path = new address[](2);
path[0] = address(this);
path[1] = uniswapV2Router.WETH();
_approve(address(this), address(uniswapV2Router), tokenAmount);
uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(
tokenAmount,
0, // accept any amount of ETH
path,
address(this),
block.timestamp
);
}
function swapBack() private {
uint256 contractBalance = balanceOf(address(this));
uint256 totalTokensToSwap = tokensForLiquidity +
tokensForMarketing +
tokensForDev;
bool success;
if (contractBalance == 0 || totalTokensToSwap == 0) {
return;
}
if (contractBalance > swapTokensAtAmount * 20) {
contractBalance = swapTokensAtAmount * 20;
}
uint256 liquidityTokens = (contractBalance * tokensForLiquidity) /
totalTokensToSwap /
2;
uint256 amountToSwapForETH = contractBalance.sub(liquidityTokens);
uint256 initialETHBalance = address(this).balance;
swapTokensForEth(amountToSwapForETH);
uint256 ethBalance = address(this).balance.sub(initialETHBalance);
uint256 ethForDev = ethBalance.mul(tokensForDev).div(totalTokensToSwap);
tokensForLiquidity = 0;
tokensForMarketing = 0;
tokensForDev = 0;
(success, ) = address(devWallet).call{value: ethForDev}("");
(success, ) = address(marketingWallet).call{
value: address(this).balance
}("");
}
}{
"optimizer": {
"enabled": false,
"runs": 200
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[],"name":"AutoNukeLP","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sniper","type":"address"}],"name":"BoughtEarly","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeFromFees","type":"event"},{"anonymous":false,"inputs":[],"name":"ManualNukeLP","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"pair","type":"address"},{"indexed":true,"internalType":"bool","name":"value","type":"bool"}],"name":"SetAutomatedMarketMakerPair","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":"tokensIntoLiquidity","type":"uint256"}],"name":"SwapAndLiquify","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"},{"indexed":true,"internalType":"address","name":"oldAddress","type":"address"}],"name":"UpdateUniswapV2Router","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"},{"indexed":true,"internalType":"address","name":"oldWallet","type":"address"}],"name":"devWalletUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"},{"indexed":true,"internalType":"address","name":"oldWallet","type":"address"}],"name":"marketingWalletUpdated","type":"event"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"_isExcludedMaxTransactionAmount","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"","type":"address"}],"name":"automatedMarketMakerPairs","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"isBlacklisted","type":"bool"}],"name":"blacklistAccount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"buyDevFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyLiquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyMarketingFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyTotalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"devWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"disableTransferDelay","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"earlySellLiquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"earlySellMarketingFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"enableEarlySellTax","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"enableTrading","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"updAds","type":"address"},{"internalType":"bool","name":"isEx","type":"bool"}],"name":"excludeFromMaxTransaction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getTotalSellFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromFees","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"limitsInEffect","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketingWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxTransactionAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxWallet","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"removeLimits","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"sellDevFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"sellLiquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"sellMarketingFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"sellTotalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"pair","type":"address"},{"internalType":"bool","name":"value","type":"bool"}],"name":"setAutomatedMarketMakerPair","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"onoff","type":"bool"}],"name":"setEarlySellTax","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"swapTokensAtAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokensForDev","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokensForLiquidity","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokensForMarketing","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tradingActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":[],"name":"transferDelayEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_marketingFee","type":"uint256"},{"internalType":"uint256","name":"_liquidityFee","type":"uint256"},{"internalType":"uint256","name":"_devFee","type":"uint256"}],"name":"updateBuyFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newWallet","type":"address"}],"name":"updateDevWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newMarketingWallet","type":"address"}],"name":"updateMarketingWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newNum","type":"uint256"}],"name":"updateMaxTxnAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newNum","type":"uint256"}],"name":"updateMaxWalletAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_marketingFee","type":"uint256"},{"internalType":"uint256","name":"_liquidityFee","type":"uint256"},{"internalType":"uint256","name":"_devFee","type":"uint256"},{"internalType":"uint256","name":"_earlySellLiquidityFee","type":"uint256"},{"internalType":"uint256","name":"_earlySellMarketingFee","type":"uint256"}],"name":"updateSellFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"enabled","type":"bool"}],"name":"updateSwapEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newAmount","type":"uint256"}],"name":"updateSwapTokensAtAmount","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
60c06040526001600b60006101000a81548160ff0219169083151502179055506000600b60016101000a81548160ff0219169083151502179055506000600b60026101000a81548160ff0219169083151502179055506001600b60036101000a81548160ff0219169083151502179055506001600f60006101000a81548160ff0219169083151502179055503480156200009857600080fd5b506040518060400160405280600381526020017f534b5900000000000000000000000000000000000000000000000000000000008152506040518060400160405280600381526020017fe7a9ba0000000000000000000000000000000000000000000000000000000000815250816003908162000116919062000e23565b50806004908162000128919062000e23565b50505060006200013d6200067660201b60201c565b905080600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3506000737a250d5630b4cf539739df2c5dacb4c659f2488d9050620002088160016200067e60201b60201c565b8073ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff16815250508073ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000288573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620002ae919062000f74565b73ffffffffffffffffffffffffffffffffffffffff1663c9c65396308373ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000316573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200033c919062000f74565b6040518363ffffffff1660e01b81526004016200035b92919062000fb7565b6020604051808303816000875af11580156200037b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620003a1919062000f74565b73ffffffffffffffffffffffffffffffffffffffff1660a08173ffffffffffffffffffffffffffffffffffffffff1681525050620003e960a05160016200067e60201b60201c565b620003fe60a05160016200077b60201b60201c565b6000601e90506000806000601e905060008060008060006b033b2e3c9fd0803ce800000090506103e8600f8262000436919062001013565b6200044291906200108d565b6008819055506103e86014826200045a919062001013565b6200046691906200108d565b600a819055506127106005826200047e919062001013565b6200048a91906200108d565b600981905550886011819055508760128190555086601381905550601354601254601154620004ba9190620010c5565b620004c69190620010c5565b601081905550856015819055508460168190555083601781905550601754601654601554620004f69190620010c5565b620005029190620010c5565b601481905550826018819055508160198190555073a33b530c5410626b88fe96c2d002230f61c4f9e0600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555073a33b530c5410626b88fe96c2d002230f61c4f9e0600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550620005e2620005d46200081c60201b60201c565b60016200084660201b60201c565b620005f53060016200084660201b60201c565b6200060a61dead60016200084660201b60201c565b6200062c6200061e6200081c60201b60201c565b60016200067e60201b60201c565b6200063f3060016200067e60201b60201c565b6200065461dead60016200067e60201b60201c565b6200066633826200099360201b60201c565b50505050505050505050620012cf565b600033905090565b6200068e6200067660201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161462000720576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620007179062001161565b60405180910390fd5b80601f60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b80602060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508015158273ffffffffffffffffffffffffffffffffffffffff167fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab60405160405180910390a35050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b620008566200067660201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614620008e8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620008df9062001161565b60405180910390fd5b80601e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df782604051620009879190620011a0565b60405180910390a25050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160362000a05576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620009fc906200120d565b60405180910390fd5b62000a196000838362000b4160201b60201c565b62000a358160025462000b4660201b6200289f1790919060201c565b60028190555062000a93816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205462000b4660201b6200289f1790919060201c565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405162000b35919062001240565b60405180910390a35050565b505050565b600080828462000b579190620010c5565b90508381101562000b9f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000b9690620012ad565b60405180910390fd5b8091505092915050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168062000c2b57607f821691505b60208210810362000c415762000c4062000be3565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b60006008830262000cab7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000c6c565b62000cb7868362000c6c565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b600062000d0462000cfe62000cf88462000ccf565b62000cd9565b62000ccf565b9050919050565b6000819050919050565b62000d208362000ce3565b62000d3862000d2f8262000d0b565b84845462000c79565b825550505050565b600090565b62000d4f62000d40565b62000d5c81848462000d15565b505050565b5b8181101562000d845762000d7860008262000d45565b60018101905062000d62565b5050565b601f82111562000dd35762000d9d8162000c47565b62000da88462000c5c565b8101602085101562000db8578190505b62000dd062000dc78562000c5c565b83018262000d61565b50505b505050565b600082821c905092915050565b600062000df86000198460080262000dd8565b1980831691505092915050565b600062000e13838362000de5565b9150826002028217905092915050565b62000e2e8262000ba9565b67ffffffffffffffff81111562000e4a5762000e4962000bb4565b5b62000e56825462000c12565b62000e6382828562000d88565b600060209050601f83116001811462000e9b576000841562000e86578287015190505b62000e92858262000e05565b86555062000f02565b601f19841662000eab8662000c47565b60005b8281101562000ed55784890151825560018201915060208501945060208101905062000eae565b8683101562000ef5578489015162000ef1601f89168262000de5565b8355505b6001600288020188555050505b505050505050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600062000f3c8262000f0f565b9050919050565b62000f4e8162000f2f565b811462000f5a57600080fd5b50565b60008151905062000f6e8162000f43565b92915050565b60006020828403121562000f8d5762000f8c62000f0a565b5b600062000f9d8482850162000f5d565b91505092915050565b62000fb18162000f2f565b82525050565b600060408201905062000fce600083018562000fa6565b62000fdd602083018462000fa6565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000620010208262000ccf565b91506200102d8362000ccf565b92508282026200103d8162000ccf565b9150828204841483151762001057576200105662000fe4565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006200109a8262000ccf565b9150620010a78362000ccf565b925082620010ba57620010b96200105e565b5b828204905092915050565b6000620010d28262000ccf565b9150620010df8362000ccf565b9250828201905080821115620010fa57620010f962000fe4565b5b92915050565b600082825260208201905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006200114960208362001100565b9150620011568262001111565b602082019050919050565b600060208201905081810360008301526200117c816200113a565b9050919050565b60008115159050919050565b6200119a8162001183565b82525050565b6000602082019050620011b760008301846200118f565b92915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000620011f5601f8362001100565b91506200120282620011bd565b602082019050919050565b600060208201905081810360008301526200122881620011e6565b9050919050565b6200123a8162000ccf565b82525050565b60006020820190506200125760008301846200122f565b92915050565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000600082015250565b600062001295601b8362001100565b9150620012a2826200125d565b602082019050919050565b60006020820190508181036000830152620012c88162001286565b9050919050565b60805160a0516157ba620013266000396000818161142301528181611c6b01528181612f660152613386015260008181610edb01528181612f0e015281816140e8015281816141c901526141f001526157ba6000f3fe6080604052600436106103905760003560e01c80638ea5220f116101dc578063c024666811610102578063e2f45605116100a0578063f63743421161006f578063f637434214610d5f578063f8b45b0514610d8a578063f9a5983214610db5578063ff935af614610de057610397565b8063e2f4560514610cb5578063e884f26014610ce0578063f11a24d314610d0b578063f2fde38b14610d3657610397565b8063c8c8ebe4116100dc578063c8c8ebe414610be5578063d257b34f14610c10578063d85ba06314610c4d578063dd62ed3e14610c7857610397565b8063c024666814610b68578063c18bc19514610b91578063c876d0b914610bba57610397565b8063a0d82dc51161017a578063a9059cbb11610149578063a9059cbb14610a9a578063aacebbe314610ad7578063b62496f514610b00578063bbc0c74214610b3d57610397565b8063a0d82dc5146109de578063a265777814610a09578063a457c2d714610a32578063a4d15b6414610a6f57610397565b806395d89b41116101b657806395d89b41146109345780639a7a23d61461095f5780639c3b4fdc146109885780639fccce32146109b357610397565b80638ea5220f146108b557806392136913146108e0578063924de9b71461090b57610397565b806349bd5a5e116102c1578063715018a61161025f5780637bce5a041161022e5780637bce5a041461081f5780638095d5641461084a5780638a8c523c146108735780638da5cb5b1461088a57610397565b8063715018a614610789578063751039fc146107a05780637571336a146107cb57806375f0a874146107f457610397565b8063541a43cf1161029b578063541a43cf146106cb5780636a486a8e146106f65780636ddd17131461072157806370a082311461074c57610397565b806349bd5a5e146106385780634a62bb65146106635780634fbee1931461068e57610397565b80631f3fed8f1161032e5780632bf3d42d116103085780632bf3d42d1461057c5780632d5a5d34146105a7578063313ce567146105d057806339509351146105fb57610397565b80631f3fed8f146104eb578063203e727e1461051657806323b872dd1461053f57610397565b80631694505e1161036a5780631694505e1461044157806318160ddd1461046c5780631816467f146104975780631a8145bb146104c057610397565b806306fdde031461039c578063095ea7b3146103c757806310d5de531461040457610397565b3661039757005b600080fd5b3480156103a857600080fd5b506103b1610e09565b6040516103be9190614379565b60405180910390f35b3480156103d357600080fd5b506103ee60048036038101906103e99190614434565b610e9b565b6040516103fb919061448f565b60405180910390f35b34801561041057600080fd5b5061042b600480360381019061042691906144aa565b610eb9565b604051610438919061448f565b60405180910390f35b34801561044d57600080fd5b50610456610ed9565b6040516104639190614536565b60405180910390f35b34801561047857600080fd5b50610481610efd565b60405161048e9190614560565b60405180910390f35b3480156104a357600080fd5b506104be60048036038101906104b991906144aa565b610f07565b005b3480156104cc57600080fd5b506104d561105e565b6040516104e29190614560565b60405180910390f35b3480156104f757600080fd5b50610500611064565b60405161050d9190614560565b60405180910390f35b34801561052257600080fd5b5061053d6004803603810190610538919061457b565b61106a565b005b34801561054b57600080fd5b50610566600480360381019061056191906145a8565b611194565b604051610573919061448f565b60405180910390f35b34801561058857600080fd5b5061059161126d565b60405161059e9190614560565b60405180910390f35b3480156105b357600080fd5b506105ce60048036038101906105c99190614627565b611273565b005b3480156105dc57600080fd5b506105e5611365565b6040516105f29190614683565b60405180910390f35b34801561060757600080fd5b50610622600480360381019061061d9190614434565b61136e565b60405161062f919061448f565b60405180910390f35b34801561064457600080fd5b5061064d611421565b60405161065a91906146ad565b60405180910390f35b34801561066f57600080fd5b50610678611445565b604051610685919061448f565b60405180910390f35b34801561069a57600080fd5b506106b560048036038101906106b091906144aa565b611458565b6040516106c2919061448f565b60405180910390f35b3480156106d757600080fd5b506106e06114ae565b6040516106ed9190614560565b60405180910390f35b34801561070257600080fd5b5061070b6114b4565b6040516107189190614560565b60405180910390f35b34801561072d57600080fd5b506107366114ba565b604051610743919061448f565b60405180910390f35b34801561075857600080fd5b50610773600480360381019061076e91906144aa565b6114cd565b6040516107809190614560565b60405180910390f35b34801561079557600080fd5b5061079e611515565b005b3480156107ac57600080fd5b506107b561166d565b6040516107c2919061448f565b60405180910390f35b3480156107d757600080fd5b506107f260048036038101906107ed9190614627565b611728565b005b34801561080057600080fd5b5061080961181a565b60405161081691906146ad565b60405180910390f35b34801561082b57600080fd5b50610834611840565b6040516108419190614560565b60405180910390f35b34801561085657600080fd5b50610871600480360381019061086c91906146c8565b611846565b005b34801561087f57600080fd5b50610888611960565b005b34801561089657600080fd5b5061089f611a36565b6040516108ac91906146ad565b60405180910390f35b3480156108c157600080fd5b506108ca611a60565b6040516108d791906146ad565b60405180910390f35b3480156108ec57600080fd5b506108f5611a86565b6040516109029190614560565b60405180910390f35b34801561091757600080fd5b50610932600480360381019061092d919061471b565b611a8c565b005b34801561094057600080fd5b50610949611b40565b6040516109569190614379565b60405180910390f35b34801561096b57600080fd5b5061098660048036038101906109819190614627565b611bd2565b005b34801561099457600080fd5b5061099d611d05565b6040516109aa9190614560565b60405180910390f35b3480156109bf57600080fd5b506109c8611d0b565b6040516109d59190614560565b60405180910390f35b3480156109ea57600080fd5b506109f3611d11565b604051610a009190614560565b60405180910390f35b348015610a1557600080fd5b50610a306004803603810190610a2b919061471b565b611d17565b005b348015610a3e57600080fd5b50610a596004803603810190610a549190614434565b611dcb565b604051610a66919061448f565b60405180910390f35b348015610a7b57600080fd5b50610a84611e98565b604051610a91919061448f565b60405180910390f35b348015610aa657600080fd5b50610ac16004803603810190610abc9190614434565b611eab565b604051610ace919061448f565b60405180910390f35b348015610ae357600080fd5b50610afe6004803603810190610af991906144aa565b611ec9565b005b348015610b0c57600080fd5b50610b276004803603810190610b2291906144aa565b612020565b604051610b34919061448f565b60405180910390f35b348015610b4957600080fd5b50610b5261203f565b604051610b5f919061448f565b60405180910390f35b348015610b7457600080fd5b50610b8f6004803603810190610b8a9190614627565b612052565b005b348015610b9d57600080fd5b50610bb86004803603810190610bb3919061457b565b612192565b005b348015610bc657600080fd5b50610bcf6122bc565b604051610bdc919061448f565b60405180910390f35b348015610bf157600080fd5b50610bfa6122cf565b604051610c079190614560565b60405180910390f35b348015610c1c57600080fd5b50610c376004803603810190610c32919061457b565b6122d5565b604051610c44919061448f565b60405180910390f35b348015610c5957600080fd5b50610c62612445565b604051610c6f9190614560565b60405180910390f35b348015610c8457600080fd5b50610c9f6004803603810190610c9a9190614748565b61244b565b604051610cac9190614560565b60405180910390f35b348015610cc157600080fd5b50610cca6124d2565b604051610cd79190614560565b60405180910390f35b348015610cec57600080fd5b50610cf56124d8565b604051610d02919061448f565b60405180910390f35b348015610d1757600080fd5b50610d20612593565b604051610d2d9190614560565b60405180910390f35b348015610d4257600080fd5b50610d5d6004803603810190610d5891906144aa565b612599565b005b348015610d6b57600080fd5b50610d7461275f565b604051610d819190614560565b60405180910390f35b348015610d9657600080fd5b50610d9f612765565b604051610dac9190614560565b60405180910390f35b348015610dc157600080fd5b50610dca61276b565b604051610dd79190614560565b60405180910390f35b348015610dec57600080fd5b50610e076004803603810190610e029190614788565b612775565b005b606060038054610e1890614832565b80601f0160208091040260200160405190810160405280929190818152602001828054610e4490614832565b8015610e915780601f10610e6657610100808354040283529160200191610e91565b820191906000526020600020905b815481529060010190602001808311610e7457829003601f168201915b5050505050905090565b6000610eaf610ea86128fd565b8484612905565b6001905092915050565b601f6020528060005260406000206000915054906101000a900460ff1681565b7f000000000000000000000000000000000000000000000000000000000000000081565b6000600254905090565b610f0f6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610f9e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f95906148af565b60405180910390fd5b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f90b8024c4923d3873ff5b9fcb43d0360d4b9217fa41225d07ba379993552e74360405160405180910390a380600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b601b5481565b601a5481565b6110726128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611101576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110f8906148af565b60405180910390fd5b670de0b6b3a76400006103e86005611117610efd565b61112191906148fe565b61112b919061496f565b611135919061496f565b811015611177576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161116e90614a12565b60405180910390fd5b670de0b6b3a76400008161118b91906148fe565b60088190555050565b60006111a1848484612ace565b611262846111ad6128fd565b61125d8560405180606001604052806028815260200161573860289139600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006112136128fd565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461395c9092919063ffffffff16565b612905565b600190509392505050565b60195481565b61127b6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461130a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611301906148af565b60405180910390fd5b80600e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b60006012905090565b600061141761137b6128fd565b84611412856001600061138c6128fd565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461289f90919063ffffffff16565b612905565b6001905092915050565b7f000000000000000000000000000000000000000000000000000000000000000081565b600b60009054906101000a900460ff1681565b6000601e60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b60185481565b60145481565b600b60029054906101000a900460ff1681565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61151d6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146115ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115a3906148af565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60006116776128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611706576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116fd906148af565b60405180910390fd5b6000600b60006101000a81548160ff0219169083151502179055506001905090565b6117306128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146117bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117b6906148af565b60405180910390fd5b80601f60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60115481565b61184e6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146118dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118d4906148af565b60405180910390fd5b8260118190555081601281905550806013819055506013546012546011546119059190614a32565b61190f9190614a32565b6010819055506032601054111561195b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161195290614ab2565b60405180910390fd5b505050565b6119686128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146119f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119ee906148af565b60405180910390fd5b6001600b60016101000a81548160ff0219169083151502179055506001600b60026101000a81548160ff02191690831515021790555043601d81905550565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60155481565b611a946128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611b23576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b1a906148af565b60405180910390fd5b80600b60026101000a81548160ff02191690831515021790555050565b606060048054611b4f90614832565b80601f0160208091040260200160405190810160405280929190818152602001828054611b7b90614832565b8015611bc85780601f10611b9d57610100808354040283529160200191611bc8565b820191906000526020600020905b815481529060010190602001808311611bab57829003601f168201915b5050505050905090565b611bda6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611c69576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c60906148af565b60405180910390fd5b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611cf7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cee90614b44565b60405180910390fd5b611d0182826139c0565b5050565b60135481565b601c5481565b60175481565b611d1f6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611dae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611da5906148af565b60405180910390fd5b80600b60036101000a81548160ff02191690831515021790555050565b6000611e8e611dd86128fd565b84611e89856040518060600160405280602581526020016157606025913960016000611e026128fd565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461395c9092919063ffffffff16565b612905565b6001905092915050565b600b60039054906101000a900460ff1681565b6000611ebf611eb86128fd565b8484612ace565b6001905092915050565b611ed16128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611f60576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f57906148af565b60405180910390fd5b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167fa751787977eeb3902e30e1d19ca00c6ad274a1f622c31a206e32366700b0567460405160405180910390a380600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b602080528060005260406000206000915054906101000a900460ff1681565b600b60019054906101000a900460ff1681565b61205a6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146120e9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120e0906148af565b60405180910390fd5b80601e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df782604051612186919061448f565b60405180910390a25050565b61219a6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612229576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612220906148af565b60405180910390fd5b670de0b6b3a76400006103e8600f61223f610efd565b61224991906148fe565b612253919061496f565b61225d919061496f565b81101561229f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229690614bd6565b60405180910390fd5b670de0b6b3a7640000816122b391906148fe565b600a8190555050565b600f60009054906101000a900460ff1681565b60085481565b60006122df6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461236e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612365906148af565b60405180910390fd5b620186a0600161237c610efd565b61238691906148fe565b612390919061496f565b8210156123d2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123c990614c68565b60405180910390fd5b6103e860056123df610efd565b6123e991906148fe565b6123f3919061496f565b821115612435576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161242c90614cfa565b60405180910390fd5b8160098190555060019050919050565b60105481565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60095481565b60006124e26128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612571576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612568906148af565b60405180910390fd5b6000600f60006101000a81548160ff0219169083151502179055506001905090565b60125481565b6125a16128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612630576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612627906148af565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361269f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161269690614d8c565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60165481565b600a5481565b6000601454905090565b61277d6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461280c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612803906148af565b60405180910390fd5b84601581905550836016819055508260178190555081601881905550806019819055506017546016546015546128429190614a32565b61284c9190614a32565b60148190555060636014541115612898576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161288f90614df8565b60405180910390fd5b5050505050565b60008082846128ae9190614a32565b9050838110156128f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128ea90614e64565b60405180910390fd5b8091505092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612974576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161296b90614ef6565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036129e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129da90614f88565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051612ac19190614560565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612b3d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b349061501a565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612bac576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ba3906150ac565b60405180910390fd5b600e60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16158015612c505750600e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b612c8f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c869061513e565b60405180910390fd5b60008103612ca857612ca383836000613a61565b613957565b600b60009054906101000a900460ff161561336b57612cc5611a36565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614158015612d335750612d03611a36565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015612d6c5750600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015612da6575061dead73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015612dbf5750600560149054906101000a900460ff16155b1561336a57600b60019054906101000a900460ff16612eb957601e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680612e795750601e60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b612eb8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612eaf906151aa565b60405180910390fd5b5b600f60009054906101000a900460ff161561308157612ed6611a36565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614158015612f5d57507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015612fb557507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b156130805743600c60003273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541061303b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161303290615262565b60405180910390fd5b43600c60003273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b5b602060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156131245750601f60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156131cb5760085481111561316e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613165906152f4565b60405180910390fd5b600a5461317a836114cd565b826131859190614a32565b11156131c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131bd90615360565b60405180910390fd5b613369565b602060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16801561326e5750601f60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156132bd576008548111156132b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132af906153f2565b60405180910390fd5b613368565b601f60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1661336757600a5461331a836114cd565b826133259190614a32565b1115613366576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161335d90615360565b60405180910390fd5b5b5b5b5b5b6000601d5461337a9190614a32565b43111580156133d557507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b80156134215750737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b1561347f576000600e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505b600061348a306114cd565b9050600060095482101590508080156134af5750600b60029054906101000a900460ff165b80156134c85750600560149054906101000a900460ff16155b801561351e5750602060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b80156135745750601e60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b80156135ca5750601e60008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b1561360e576001600560146101000a81548160ff0219169083151502179055506135f2613cf4565b6000600560146101000a81548160ff0219169083151502179055505b6000600560149054906101000a900460ff16159050601e60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806136c45750601e60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b156136ce57600090505b6000811561394757602060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16801561373157506000601454115b156137fe5761375e606461375060145488613f3690919063ffffffff16565b613fb090919063ffffffff16565b90506014546016548261377191906148fe565b61377b919061496f565b601b600082825461378c9190614a32565b92505081905550601454601754826137a491906148fe565b6137ae919061496f565b601c60008282546137bf9190614a32565b92505081905550601454601554826137d791906148fe565b6137e1919061496f565b601a60008282546137f29190614a32565b92505081905550613923565b602060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16801561385957506000601054115b1561392257613886606461387860105488613f3690919063ffffffff16565b613fb090919063ffffffff16565b90506010546012548261389991906148fe565b6138a3919061496f565b601b60008282546138b49190614a32565b92505081905550601054601354826138cc91906148fe565b6138d6919061496f565b601c60008282546138e79190614a32565b92505081905550601054601154826138ff91906148fe565b613909919061496f565b601a600082825461391a9190614a32565b925050819055505b5b600081111561393857613937873083613a61565b5b80856139449190615412565b94505b613952878787613a61565b505050505b505050565b60008383111582906139a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161399b9190614379565b60405180910390fd5b50600083856139b39190615412565b9050809150509392505050565b80602060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508015158273ffffffffffffffffffffffffffffffffffffffff167fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab60405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603613ad0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613ac79061501a565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603613b3f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613b36906150ac565b60405180910390fd5b613b4a838383613ffa565b613bb581604051806060016040528060268152602001615712602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461395c9092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613c48816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461289f90919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051613ce79190614560565b60405180910390a3505050565b6000613cff306114cd565b90506000601c54601a54601b54613d169190614a32565b613d209190614a32565b9050600080831480613d325750600082145b15613d3f57505050613f34565b6014600954613d4e91906148fe565b831115613d67576014600954613d6491906148fe565b92505b6000600283601b5486613d7a91906148fe565b613d84919061496f565b613d8e919061496f565b90506000613da58286613fff90919063ffffffff16565b90506000479050613db582614049565b6000613dca8247613fff90919063ffffffff16565b90506000613df587613de7601c5485613f3690919063ffffffff16565b613fb090919063ffffffff16565b90506000601b819055506000601a819055506000601c81905550600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681604051613e5590615477565b60006040518083038185875af1925050503d8060008114613e92576040519150601f19603f3d011682016040523d82523d6000602084013e613e97565b606091505b505080965050600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1647604051613ee390615477565b60006040518083038185875af1925050503d8060008114613f20576040519150601f19603f3d011682016040523d82523d6000602084013e613f25565b606091505b50508096505050505050505050505b565b6000808303613f485760009050613faa565b60008284613f5691906148fe565b9050828482613f65919061496f565b14613fa5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613f9c906154fe565b60405180910390fd5b809150505b92915050565b6000613ff283836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250614286565b905092915050565b505050565b600061404183836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061395c565b905092915050565b6000600267ffffffffffffffff8111156140665761406561551e565b5b6040519080825280602002602001820160405280156140945781602001602082028036833780820191505090505b50905030816000815181106140ac576140ab61554d565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015614151573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141759190615591565b816001815181106141895761418861554d565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506141ee307f000000000000000000000000000000000000000000000000000000000000000084612905565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b81526004016142509594939291906156b7565b600060405180830381600087803b15801561426a57600080fd5b505af115801561427e573d6000803e3d6000fd5b505050505050565b600080831182906142cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016142c49190614379565b60405180910390fd5b50600083856142dc919061496f565b9050809150509392505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015614323578082015181840152602081019050614308565b60008484015250505050565b6000601f19601f8301169050919050565b600061434b826142e9565b61435581856142f4565b9350614365818560208601614305565b61436e8161432f565b840191505092915050565b600060208201905081810360008301526143938184614340565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006143cb826143a0565b9050919050565b6143db816143c0565b81146143e657600080fd5b50565b6000813590506143f8816143d2565b92915050565b6000819050919050565b614411816143fe565b811461441c57600080fd5b50565b60008135905061442e81614408565b92915050565b6000806040838503121561444b5761444a61439b565b5b6000614459858286016143e9565b925050602061446a8582860161441f565b9150509250929050565b60008115159050919050565b61448981614474565b82525050565b60006020820190506144a46000830184614480565b92915050565b6000602082840312156144c0576144bf61439b565b5b60006144ce848285016143e9565b91505092915050565b6000819050919050565b60006144fc6144f76144f2846143a0565b6144d7565b6143a0565b9050919050565b600061450e826144e1565b9050919050565b600061452082614503565b9050919050565b61453081614515565b82525050565b600060208201905061454b6000830184614527565b92915050565b61455a816143fe565b82525050565b60006020820190506145756000830184614551565b92915050565b6000602082840312156145915761459061439b565b5b600061459f8482850161441f565b91505092915050565b6000806000606084860312156145c1576145c061439b565b5b60006145cf868287016143e9565b93505060206145e0868287016143e9565b92505060406145f18682870161441f565b9150509250925092565b61460481614474565b811461460f57600080fd5b50565b600081359050614621816145fb565b92915050565b6000806040838503121561463e5761463d61439b565b5b600061464c858286016143e9565b925050602061465d85828601614612565b9150509250929050565b600060ff82169050919050565b61467d81614667565b82525050565b60006020820190506146986000830184614674565b92915050565b6146a7816143c0565b82525050565b60006020820190506146c2600083018461469e565b92915050565b6000806000606084860312156146e1576146e061439b565b5b60006146ef8682870161441f565b93505060206147008682870161441f565b92505060406147118682870161441f565b9150509250925092565b6000602082840312156147315761473061439b565b5b600061473f84828501614612565b91505092915050565b6000806040838503121561475f5761475e61439b565b5b600061476d858286016143e9565b925050602061477e858286016143e9565b9150509250929050565b600080600080600060a086880312156147a4576147a361439b565b5b60006147b28882890161441f565b95505060206147c38882890161441f565b94505060406147d48882890161441f565b93505060606147e58882890161441f565b92505060806147f68882890161441f565b9150509295509295909350565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061484a57607f821691505b60208210810361485d5761485c614803565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006148996020836142f4565b91506148a482614863565b602082019050919050565b600060208201905081810360008301526148c88161488c565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000614909826143fe565b9150614914836143fe565b9250828202614922816143fe565b91508282048414831517614939576149386148cf565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061497a826143fe565b9150614985836143fe565b92508261499557614994614940565b5b828204905092915050565b7f43616e6e6f7420736574206d61785472616e73616374696f6e416d6f756e742060008201527f6c6f776572207468616e20302e35250000000000000000000000000000000000602082015250565b60006149fc602f836142f4565b9150614a07826149a0565b604082019050919050565b60006020820190508181036000830152614a2b816149ef565b9050919050565b6000614a3d826143fe565b9150614a48836143fe565b9250828201905080821115614a6057614a5f6148cf565b5b92915050565b7f4d757374206b656570206665657320617420353025206f72206c657373000000600082015250565b6000614a9c601d836142f4565b9150614aa782614a66565b602082019050919050565b60006020820190508181036000830152614acb81614a8f565b9050919050565b7f54686520706169722063616e6e6f742062652072656d6f7665642066726f6d2060008201527f6175746f6d617465644d61726b65744d616b6572506169727300000000000000602082015250565b6000614b2e6039836142f4565b9150614b3982614ad2565b604082019050919050565b60006020820190508181036000830152614b5d81614b21565b9050919050565b7f43616e6e6f7420736574206d617857616c6c6574206c6f776572207468616e2060008201527f312e352500000000000000000000000000000000000000000000000000000000602082015250565b6000614bc06024836142f4565b9150614bcb82614b64565b604082019050919050565b60006020820190508181036000830152614bef81614bb3565b9050919050565b7f5377617020616d6f756e742063616e6e6f74206265206c6f776572207468616e60008201527f20302e3030312520746f74616c20737570706c792e0000000000000000000000602082015250565b6000614c526035836142f4565b9150614c5d82614bf6565b604082019050919050565b60006020820190508181036000830152614c8181614c45565b9050919050565b7f5377617020616d6f756e742063616e6e6f74206265206869676865722074686160008201527f6e20302e352520746f74616c20737570706c792e000000000000000000000000602082015250565b6000614ce46034836142f4565b9150614cef82614c88565b604082019050919050565b60006020820190508181036000830152614d1381614cd7565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000614d766026836142f4565b9150614d8182614d1a565b604082019050919050565b60006020820190508181036000830152614da581614d69565b9050919050565b7f4d757374206b656570206665657320617420393925206f72206c657373000000600082015250565b6000614de2601d836142f4565b9150614ded82614dac565b602082019050919050565b60006020820190508181036000830152614e1181614dd5565b9050919050565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000600082015250565b6000614e4e601b836142f4565b9150614e5982614e18565b602082019050919050565b60006020820190508181036000830152614e7d81614e41565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000614ee06024836142f4565b9150614eeb82614e84565b604082019050919050565b60006020820190508181036000830152614f0f81614ed3565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000614f726022836142f4565b9150614f7d82614f16565b604082019050919050565b60006020820190508181036000830152614fa181614f65565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b60006150046025836142f4565b915061500f82614fa8565b604082019050919050565b6000602082019050818103600083015261503381614ff7565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006150966023836142f4565b91506150a18261503a565b604082019050919050565b600060208201905081810360008301526150c581615089565b9050919050565b7f596f752068617665206265656e20626c61636b6c69737465642066726f6d207460008201527f72616e73666572696e6720746f6b656e73000000000000000000000000000000602082015250565b60006151286031836142f4565b9150615133826150cc565b604082019050919050565b600060208201905081810360008301526151578161511b565b9050919050565b7f54726164696e67206973206e6f74206163746976652e00000000000000000000600082015250565b60006151946016836142f4565b915061519f8261515e565b602082019050919050565b600060208201905081810360008301526151c381615187565b9050919050565b7f5f7472616e736665723a3a205472616e736665722044656c617920656e61626c60008201527f65642e20204f6e6c79206f6e652070757263686173652070657220626c6f636b60208201527f20616c6c6f7765642e0000000000000000000000000000000000000000000000604082015250565b600061524c6049836142f4565b9150615257826151ca565b606082019050919050565b6000602082019050818103600083015261527b8161523f565b9050919050565b7f427579207472616e7366657220616d6f756e742065786365656473207468652060008201527f6d61785472616e73616374696f6e416d6f756e742e0000000000000000000000602082015250565b60006152de6035836142f4565b91506152e982615282565b604082019050919050565b6000602082019050818103600083015261530d816152d1565b9050919050565b7f4d61782077616c6c657420657863656564656400000000000000000000000000600082015250565b600061534a6013836142f4565b915061535582615314565b602082019050919050565b600060208201905081810360008301526153798161533d565b9050919050565b7f53656c6c207472616e7366657220616d6f756e7420657863656564732074686560008201527f206d61785472616e73616374696f6e416d6f756e742e00000000000000000000602082015250565b60006153dc6036836142f4565b91506153e782615380565b604082019050919050565b6000602082019050818103600083015261540b816153cf565b9050919050565b600061541d826143fe565b9150615428836143fe565b92508282039050818111156154405761543f6148cf565b5b92915050565b600081905092915050565b50565b6000615461600083615446565b915061546c82615451565b600082019050919050565b600061548282615454565b9150819050919050565b7f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f60008201527f7700000000000000000000000000000000000000000000000000000000000000602082015250565b60006154e86021836142f4565b91506154f38261548c565b604082019050919050565b60006020820190508181036000830152615517816154db565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60008151905061558b816143d2565b92915050565b6000602082840312156155a7576155a661439b565b5b60006155b58482850161557c565b91505092915050565b6000819050919050565b60006155e36155de6155d9846155be565b6144d7565b6143fe565b9050919050565b6155f3816155c8565b82525050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61562e816143c0565b82525050565b60006156408383615625565b60208301905092915050565b6000602082019050919050565b6000615664826155f9565b61566e8185615604565b935061567983615615565b8060005b838110156156aa5781516156918882615634565b975061569c8361564c565b92505060018101905061567d565b5085935050505092915050565b600060a0820190506156cc6000830188614551565b6156d960208301876155ea565b81810360408301526156eb8186615659565b90506156fa606083018561469e565b6157076080830184614551565b969550505050505056fe45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220b2fd95fad70fcad566b8effe3d15d35e3eedea9a6f60e128030732661cdb90bf64736f6c63430008110033
Deployed Bytecode
0x6080604052600436106103905760003560e01c80638ea5220f116101dc578063c024666811610102578063e2f45605116100a0578063f63743421161006f578063f637434214610d5f578063f8b45b0514610d8a578063f9a5983214610db5578063ff935af614610de057610397565b8063e2f4560514610cb5578063e884f26014610ce0578063f11a24d314610d0b578063f2fde38b14610d3657610397565b8063c8c8ebe4116100dc578063c8c8ebe414610be5578063d257b34f14610c10578063d85ba06314610c4d578063dd62ed3e14610c7857610397565b8063c024666814610b68578063c18bc19514610b91578063c876d0b914610bba57610397565b8063a0d82dc51161017a578063a9059cbb11610149578063a9059cbb14610a9a578063aacebbe314610ad7578063b62496f514610b00578063bbc0c74214610b3d57610397565b8063a0d82dc5146109de578063a265777814610a09578063a457c2d714610a32578063a4d15b6414610a6f57610397565b806395d89b41116101b657806395d89b41146109345780639a7a23d61461095f5780639c3b4fdc146109885780639fccce32146109b357610397565b80638ea5220f146108b557806392136913146108e0578063924de9b71461090b57610397565b806349bd5a5e116102c1578063715018a61161025f5780637bce5a041161022e5780637bce5a041461081f5780638095d5641461084a5780638a8c523c146108735780638da5cb5b1461088a57610397565b8063715018a614610789578063751039fc146107a05780637571336a146107cb57806375f0a874146107f457610397565b8063541a43cf1161029b578063541a43cf146106cb5780636a486a8e146106f65780636ddd17131461072157806370a082311461074c57610397565b806349bd5a5e146106385780634a62bb65146106635780634fbee1931461068e57610397565b80631f3fed8f1161032e5780632bf3d42d116103085780632bf3d42d1461057c5780632d5a5d34146105a7578063313ce567146105d057806339509351146105fb57610397565b80631f3fed8f146104eb578063203e727e1461051657806323b872dd1461053f57610397565b80631694505e1161036a5780631694505e1461044157806318160ddd1461046c5780631816467f146104975780631a8145bb146104c057610397565b806306fdde031461039c578063095ea7b3146103c757806310d5de531461040457610397565b3661039757005b600080fd5b3480156103a857600080fd5b506103b1610e09565b6040516103be9190614379565b60405180910390f35b3480156103d357600080fd5b506103ee60048036038101906103e99190614434565b610e9b565b6040516103fb919061448f565b60405180910390f35b34801561041057600080fd5b5061042b600480360381019061042691906144aa565b610eb9565b604051610438919061448f565b60405180910390f35b34801561044d57600080fd5b50610456610ed9565b6040516104639190614536565b60405180910390f35b34801561047857600080fd5b50610481610efd565b60405161048e9190614560565b60405180910390f35b3480156104a357600080fd5b506104be60048036038101906104b991906144aa565b610f07565b005b3480156104cc57600080fd5b506104d561105e565b6040516104e29190614560565b60405180910390f35b3480156104f757600080fd5b50610500611064565b60405161050d9190614560565b60405180910390f35b34801561052257600080fd5b5061053d6004803603810190610538919061457b565b61106a565b005b34801561054b57600080fd5b50610566600480360381019061056191906145a8565b611194565b604051610573919061448f565b60405180910390f35b34801561058857600080fd5b5061059161126d565b60405161059e9190614560565b60405180910390f35b3480156105b357600080fd5b506105ce60048036038101906105c99190614627565b611273565b005b3480156105dc57600080fd5b506105e5611365565b6040516105f29190614683565b60405180910390f35b34801561060757600080fd5b50610622600480360381019061061d9190614434565b61136e565b60405161062f919061448f565b60405180910390f35b34801561064457600080fd5b5061064d611421565b60405161065a91906146ad565b60405180910390f35b34801561066f57600080fd5b50610678611445565b604051610685919061448f565b60405180910390f35b34801561069a57600080fd5b506106b560048036038101906106b091906144aa565b611458565b6040516106c2919061448f565b60405180910390f35b3480156106d757600080fd5b506106e06114ae565b6040516106ed9190614560565b60405180910390f35b34801561070257600080fd5b5061070b6114b4565b6040516107189190614560565b60405180910390f35b34801561072d57600080fd5b506107366114ba565b604051610743919061448f565b60405180910390f35b34801561075857600080fd5b50610773600480360381019061076e91906144aa565b6114cd565b6040516107809190614560565b60405180910390f35b34801561079557600080fd5b5061079e611515565b005b3480156107ac57600080fd5b506107b561166d565b6040516107c2919061448f565b60405180910390f35b3480156107d757600080fd5b506107f260048036038101906107ed9190614627565b611728565b005b34801561080057600080fd5b5061080961181a565b60405161081691906146ad565b60405180910390f35b34801561082b57600080fd5b50610834611840565b6040516108419190614560565b60405180910390f35b34801561085657600080fd5b50610871600480360381019061086c91906146c8565b611846565b005b34801561087f57600080fd5b50610888611960565b005b34801561089657600080fd5b5061089f611a36565b6040516108ac91906146ad565b60405180910390f35b3480156108c157600080fd5b506108ca611a60565b6040516108d791906146ad565b60405180910390f35b3480156108ec57600080fd5b506108f5611a86565b6040516109029190614560565b60405180910390f35b34801561091757600080fd5b50610932600480360381019061092d919061471b565b611a8c565b005b34801561094057600080fd5b50610949611b40565b6040516109569190614379565b60405180910390f35b34801561096b57600080fd5b5061098660048036038101906109819190614627565b611bd2565b005b34801561099457600080fd5b5061099d611d05565b6040516109aa9190614560565b60405180910390f35b3480156109bf57600080fd5b506109c8611d0b565b6040516109d59190614560565b60405180910390f35b3480156109ea57600080fd5b506109f3611d11565b604051610a009190614560565b60405180910390f35b348015610a1557600080fd5b50610a306004803603810190610a2b919061471b565b611d17565b005b348015610a3e57600080fd5b50610a596004803603810190610a549190614434565b611dcb565b604051610a66919061448f565b60405180910390f35b348015610a7b57600080fd5b50610a84611e98565b604051610a91919061448f565b60405180910390f35b348015610aa657600080fd5b50610ac16004803603810190610abc9190614434565b611eab565b604051610ace919061448f565b60405180910390f35b348015610ae357600080fd5b50610afe6004803603810190610af991906144aa565b611ec9565b005b348015610b0c57600080fd5b50610b276004803603810190610b2291906144aa565b612020565b604051610b34919061448f565b60405180910390f35b348015610b4957600080fd5b50610b5261203f565b604051610b5f919061448f565b60405180910390f35b348015610b7457600080fd5b50610b8f6004803603810190610b8a9190614627565b612052565b005b348015610b9d57600080fd5b50610bb86004803603810190610bb3919061457b565b612192565b005b348015610bc657600080fd5b50610bcf6122bc565b604051610bdc919061448f565b60405180910390f35b348015610bf157600080fd5b50610bfa6122cf565b604051610c079190614560565b60405180910390f35b348015610c1c57600080fd5b50610c376004803603810190610c32919061457b565b6122d5565b604051610c44919061448f565b60405180910390f35b348015610c5957600080fd5b50610c62612445565b604051610c6f9190614560565b60405180910390f35b348015610c8457600080fd5b50610c9f6004803603810190610c9a9190614748565b61244b565b604051610cac9190614560565b60405180910390f35b348015610cc157600080fd5b50610cca6124d2565b604051610cd79190614560565b60405180910390f35b348015610cec57600080fd5b50610cf56124d8565b604051610d02919061448f565b60405180910390f35b348015610d1757600080fd5b50610d20612593565b604051610d2d9190614560565b60405180910390f35b348015610d4257600080fd5b50610d5d6004803603810190610d5891906144aa565b612599565b005b348015610d6b57600080fd5b50610d7461275f565b604051610d819190614560565b60405180910390f35b348015610d9657600080fd5b50610d9f612765565b604051610dac9190614560565b60405180910390f35b348015610dc157600080fd5b50610dca61276b565b604051610dd79190614560565b60405180910390f35b348015610dec57600080fd5b50610e076004803603810190610e029190614788565b612775565b005b606060038054610e1890614832565b80601f0160208091040260200160405190810160405280929190818152602001828054610e4490614832565b8015610e915780601f10610e6657610100808354040283529160200191610e91565b820191906000526020600020905b815481529060010190602001808311610e7457829003601f168201915b5050505050905090565b6000610eaf610ea86128fd565b8484612905565b6001905092915050565b601f6020528060005260406000206000915054906101000a900460ff1681565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d81565b6000600254905090565b610f0f6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610f9e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f95906148af565b60405180910390fd5b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f90b8024c4923d3873ff5b9fcb43d0360d4b9217fa41225d07ba379993552e74360405160405180910390a380600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b601b5481565b601a5481565b6110726128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611101576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110f8906148af565b60405180910390fd5b670de0b6b3a76400006103e86005611117610efd565b61112191906148fe565b61112b919061496f565b611135919061496f565b811015611177576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161116e90614a12565b60405180910390fd5b670de0b6b3a76400008161118b91906148fe565b60088190555050565b60006111a1848484612ace565b611262846111ad6128fd565b61125d8560405180606001604052806028815260200161573860289139600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006112136128fd565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461395c9092919063ffffffff16565b612905565b600190509392505050565b60195481565b61127b6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461130a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611301906148af565b60405180910390fd5b80600e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b60006012905090565b600061141761137b6128fd565b84611412856001600061138c6128fd565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461289f90919063ffffffff16565b612905565b6001905092915050565b7f000000000000000000000000bdbddff2d54481cf585084fd0ab3fbc03d8e05f681565b600b60009054906101000a900460ff1681565b6000601e60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b60185481565b60145481565b600b60029054906101000a900460ff1681565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61151d6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146115ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115a3906148af565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60006116776128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611706576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116fd906148af565b60405180910390fd5b6000600b60006101000a81548160ff0219169083151502179055506001905090565b6117306128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146117bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117b6906148af565b60405180910390fd5b80601f60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60115481565b61184e6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146118dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118d4906148af565b60405180910390fd5b8260118190555081601281905550806013819055506013546012546011546119059190614a32565b61190f9190614a32565b6010819055506032601054111561195b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161195290614ab2565b60405180910390fd5b505050565b6119686128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146119f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119ee906148af565b60405180910390fd5b6001600b60016101000a81548160ff0219169083151502179055506001600b60026101000a81548160ff02191690831515021790555043601d81905550565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60155481565b611a946128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611b23576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b1a906148af565b60405180910390fd5b80600b60026101000a81548160ff02191690831515021790555050565b606060048054611b4f90614832565b80601f0160208091040260200160405190810160405280929190818152602001828054611b7b90614832565b8015611bc85780601f10611b9d57610100808354040283529160200191611bc8565b820191906000526020600020905b815481529060010190602001808311611bab57829003601f168201915b5050505050905090565b611bda6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611c69576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c60906148af565b60405180910390fd5b7f000000000000000000000000bdbddff2d54481cf585084fd0ab3fbc03d8e05f673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611cf7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cee90614b44565b60405180910390fd5b611d0182826139c0565b5050565b60135481565b601c5481565b60175481565b611d1f6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611dae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611da5906148af565b60405180910390fd5b80600b60036101000a81548160ff02191690831515021790555050565b6000611e8e611dd86128fd565b84611e89856040518060600160405280602581526020016157606025913960016000611e026128fd565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461395c9092919063ffffffff16565b612905565b6001905092915050565b600b60039054906101000a900460ff1681565b6000611ebf611eb86128fd565b8484612ace565b6001905092915050565b611ed16128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611f60576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f57906148af565b60405180910390fd5b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167fa751787977eeb3902e30e1d19ca00c6ad274a1f622c31a206e32366700b0567460405160405180910390a380600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b602080528060005260406000206000915054906101000a900460ff1681565b600b60019054906101000a900460ff1681565b61205a6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146120e9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120e0906148af565b60405180910390fd5b80601e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df782604051612186919061448f565b60405180910390a25050565b61219a6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612229576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612220906148af565b60405180910390fd5b670de0b6b3a76400006103e8600f61223f610efd565b61224991906148fe565b612253919061496f565b61225d919061496f565b81101561229f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229690614bd6565b60405180910390fd5b670de0b6b3a7640000816122b391906148fe565b600a8190555050565b600f60009054906101000a900460ff1681565b60085481565b60006122df6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461236e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612365906148af565b60405180910390fd5b620186a0600161237c610efd565b61238691906148fe565b612390919061496f565b8210156123d2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123c990614c68565b60405180910390fd5b6103e860056123df610efd565b6123e991906148fe565b6123f3919061496f565b821115612435576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161242c90614cfa565b60405180910390fd5b8160098190555060019050919050565b60105481565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60095481565b60006124e26128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612571576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612568906148af565b60405180910390fd5b6000600f60006101000a81548160ff0219169083151502179055506001905090565b60125481565b6125a16128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614612630576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612627906148af565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361269f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161269690614d8c565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60165481565b600a5481565b6000601454905090565b61277d6128fd565b73ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461280c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612803906148af565b60405180910390fd5b84601581905550836016819055508260178190555081601881905550806019819055506017546016546015546128429190614a32565b61284c9190614a32565b60148190555060636014541115612898576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161288f90614df8565b60405180910390fd5b5050505050565b60008082846128ae9190614a32565b9050838110156128f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128ea90614e64565b60405180910390fd5b8091505092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612974576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161296b90614ef6565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036129e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129da90614f88565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051612ac19190614560565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612b3d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b349061501a565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612bac576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ba3906150ac565b60405180910390fd5b600e60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16158015612c505750600e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b612c8f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c869061513e565b60405180910390fd5b60008103612ca857612ca383836000613a61565b613957565b600b60009054906101000a900460ff161561336b57612cc5611a36565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614158015612d335750612d03611a36565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015612d6c5750600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015612da6575061dead73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015612dbf5750600560149054906101000a900460ff16155b1561336a57600b60019054906101000a900460ff16612eb957601e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680612e795750601e60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b612eb8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612eaf906151aa565b60405180910390fd5b5b600f60009054906101000a900460ff161561308157612ed6611a36565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614158015612f5d57507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015612fb557507f000000000000000000000000bdbddff2d54481cf585084fd0ab3fbc03d8e05f673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b156130805743600c60003273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541061303b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161303290615262565b60405180910390fd5b43600c60003273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b5b602060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156131245750601f60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156131cb5760085481111561316e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613165906152f4565b60405180910390fd5b600a5461317a836114cd565b826131859190614a32565b11156131c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131bd90615360565b60405180910390fd5b613369565b602060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16801561326e5750601f60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156132bd576008548111156132b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132af906153f2565b60405180910390fd5b613368565b601f60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1661336757600a5461331a836114cd565b826133259190614a32565b1115613366576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161335d90615360565b60405180910390fd5b5b5b5b5b5b6000601d5461337a9190614a32565b43111580156133d557507f000000000000000000000000bdbddff2d54481cf585084fd0ab3fbc03d8e05f673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b80156134215750737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b1561347f576000600e60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505b600061348a306114cd565b9050600060095482101590508080156134af5750600b60029054906101000a900460ff165b80156134c85750600560149054906101000a900460ff16155b801561351e5750602060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b80156135745750601e60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b80156135ca5750601e60008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b1561360e576001600560146101000a81548160ff0219169083151502179055506135f2613cf4565b6000600560146101000a81548160ff0219169083151502179055505b6000600560149054906101000a900460ff16159050601e60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806136c45750601e60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b156136ce57600090505b6000811561394757602060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16801561373157506000601454115b156137fe5761375e606461375060145488613f3690919063ffffffff16565b613fb090919063ffffffff16565b90506014546016548261377191906148fe565b61377b919061496f565b601b600082825461378c9190614a32565b92505081905550601454601754826137a491906148fe565b6137ae919061496f565b601c60008282546137bf9190614a32565b92505081905550601454601554826137d791906148fe565b6137e1919061496f565b601a60008282546137f29190614a32565b92505081905550613923565b602060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16801561385957506000601054115b1561392257613886606461387860105488613f3690919063ffffffff16565b613fb090919063ffffffff16565b90506010546012548261389991906148fe565b6138a3919061496f565b601b60008282546138b49190614a32565b92505081905550601054601354826138cc91906148fe565b6138d6919061496f565b601c60008282546138e79190614a32565b92505081905550601054601154826138ff91906148fe565b613909919061496f565b601a600082825461391a9190614a32565b925050819055505b5b600081111561393857613937873083613a61565b5b80856139449190615412565b94505b613952878787613a61565b505050505b505050565b60008383111582906139a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161399b9190614379565b60405180910390fd5b50600083856139b39190615412565b9050809150509392505050565b80602060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508015158273ffffffffffffffffffffffffffffffffffffffff167fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab60405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603613ad0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613ac79061501a565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603613b3f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613b36906150ac565b60405180910390fd5b613b4a838383613ffa565b613bb581604051806060016040528060268152602001615712602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461395c9092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550613c48816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461289f90919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051613ce79190614560565b60405180910390a3505050565b6000613cff306114cd565b90506000601c54601a54601b54613d169190614a32565b613d209190614a32565b9050600080831480613d325750600082145b15613d3f57505050613f34565b6014600954613d4e91906148fe565b831115613d67576014600954613d6491906148fe565b92505b6000600283601b5486613d7a91906148fe565b613d84919061496f565b613d8e919061496f565b90506000613da58286613fff90919063ffffffff16565b90506000479050613db582614049565b6000613dca8247613fff90919063ffffffff16565b90506000613df587613de7601c5485613f3690919063ffffffff16565b613fb090919063ffffffff16565b90506000601b819055506000601a819055506000601c81905550600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681604051613e5590615477565b60006040518083038185875af1925050503d8060008114613e92576040519150601f19603f3d011682016040523d82523d6000602084013e613e97565b606091505b505080965050600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1647604051613ee390615477565b60006040518083038185875af1925050503d8060008114613f20576040519150601f19603f3d011682016040523d82523d6000602084013e613f25565b606091505b50508096505050505050505050505b565b6000808303613f485760009050613faa565b60008284613f5691906148fe565b9050828482613f65919061496f565b14613fa5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613f9c906154fe565b60405180910390fd5b809150505b92915050565b6000613ff283836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250614286565b905092915050565b505050565b600061404183836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061395c565b905092915050565b6000600267ffffffffffffffff8111156140665761406561551e565b5b6040519080825280602002602001820160405280156140945781602001602082028036833780820191505090505b50905030816000815181106140ac576140ab61554d565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015614151573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141759190615591565b816001815181106141895761418861554d565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506141ee307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d84612905565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b81526004016142509594939291906156b7565b600060405180830381600087803b15801561426a57600080fd5b505af115801561427e573d6000803e3d6000fd5b505050505050565b600080831182906142cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016142c49190614379565b60405180910390fd5b50600083856142dc919061496f565b9050809150509392505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015614323578082015181840152602081019050614308565b60008484015250505050565b6000601f19601f8301169050919050565b600061434b826142e9565b61435581856142f4565b9350614365818560208601614305565b61436e8161432f565b840191505092915050565b600060208201905081810360008301526143938184614340565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006143cb826143a0565b9050919050565b6143db816143c0565b81146143e657600080fd5b50565b6000813590506143f8816143d2565b92915050565b6000819050919050565b614411816143fe565b811461441c57600080fd5b50565b60008135905061442e81614408565b92915050565b6000806040838503121561444b5761444a61439b565b5b6000614459858286016143e9565b925050602061446a8582860161441f565b9150509250929050565b60008115159050919050565b61448981614474565b82525050565b60006020820190506144a46000830184614480565b92915050565b6000602082840312156144c0576144bf61439b565b5b60006144ce848285016143e9565b91505092915050565b6000819050919050565b60006144fc6144f76144f2846143a0565b6144d7565b6143a0565b9050919050565b600061450e826144e1565b9050919050565b600061452082614503565b9050919050565b61453081614515565b82525050565b600060208201905061454b6000830184614527565b92915050565b61455a816143fe565b82525050565b60006020820190506145756000830184614551565b92915050565b6000602082840312156145915761459061439b565b5b600061459f8482850161441f565b91505092915050565b6000806000606084860312156145c1576145c061439b565b5b60006145cf868287016143e9565b93505060206145e0868287016143e9565b92505060406145f18682870161441f565b9150509250925092565b61460481614474565b811461460f57600080fd5b50565b600081359050614621816145fb565b92915050565b6000806040838503121561463e5761463d61439b565b5b600061464c858286016143e9565b925050602061465d85828601614612565b9150509250929050565b600060ff82169050919050565b61467d81614667565b82525050565b60006020820190506146986000830184614674565b92915050565b6146a7816143c0565b82525050565b60006020820190506146c2600083018461469e565b92915050565b6000806000606084860312156146e1576146e061439b565b5b60006146ef8682870161441f565b93505060206147008682870161441f565b92505060406147118682870161441f565b9150509250925092565b6000602082840312156147315761473061439b565b5b600061473f84828501614612565b91505092915050565b6000806040838503121561475f5761475e61439b565b5b600061476d858286016143e9565b925050602061477e858286016143e9565b9150509250929050565b600080600080600060a086880312156147a4576147a361439b565b5b60006147b28882890161441f565b95505060206147c38882890161441f565b94505060406147d48882890161441f565b93505060606147e58882890161441f565b92505060806147f68882890161441f565b9150509295509295909350565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061484a57607f821691505b60208210810361485d5761485c614803565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006148996020836142f4565b91506148a482614863565b602082019050919050565b600060208201905081810360008301526148c88161488c565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000614909826143fe565b9150614914836143fe565b9250828202614922816143fe565b91508282048414831517614939576149386148cf565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061497a826143fe565b9150614985836143fe565b92508261499557614994614940565b5b828204905092915050565b7f43616e6e6f7420736574206d61785472616e73616374696f6e416d6f756e742060008201527f6c6f776572207468616e20302e35250000000000000000000000000000000000602082015250565b60006149fc602f836142f4565b9150614a07826149a0565b604082019050919050565b60006020820190508181036000830152614a2b816149ef565b9050919050565b6000614a3d826143fe565b9150614a48836143fe565b9250828201905080821115614a6057614a5f6148cf565b5b92915050565b7f4d757374206b656570206665657320617420353025206f72206c657373000000600082015250565b6000614a9c601d836142f4565b9150614aa782614a66565b602082019050919050565b60006020820190508181036000830152614acb81614a8f565b9050919050565b7f54686520706169722063616e6e6f742062652072656d6f7665642066726f6d2060008201527f6175746f6d617465644d61726b65744d616b6572506169727300000000000000602082015250565b6000614b2e6039836142f4565b9150614b3982614ad2565b604082019050919050565b60006020820190508181036000830152614b5d81614b21565b9050919050565b7f43616e6e6f7420736574206d617857616c6c6574206c6f776572207468616e2060008201527f312e352500000000000000000000000000000000000000000000000000000000602082015250565b6000614bc06024836142f4565b9150614bcb82614b64565b604082019050919050565b60006020820190508181036000830152614bef81614bb3565b9050919050565b7f5377617020616d6f756e742063616e6e6f74206265206c6f776572207468616e60008201527f20302e3030312520746f74616c20737570706c792e0000000000000000000000602082015250565b6000614c526035836142f4565b9150614c5d82614bf6565b604082019050919050565b60006020820190508181036000830152614c8181614c45565b9050919050565b7f5377617020616d6f756e742063616e6e6f74206265206869676865722074686160008201527f6e20302e352520746f74616c20737570706c792e000000000000000000000000602082015250565b6000614ce46034836142f4565b9150614cef82614c88565b604082019050919050565b60006020820190508181036000830152614d1381614cd7565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000614d766026836142f4565b9150614d8182614d1a565b604082019050919050565b60006020820190508181036000830152614da581614d69565b9050919050565b7f4d757374206b656570206665657320617420393925206f72206c657373000000600082015250565b6000614de2601d836142f4565b9150614ded82614dac565b602082019050919050565b60006020820190508181036000830152614e1181614dd5565b9050919050565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000600082015250565b6000614e4e601b836142f4565b9150614e5982614e18565b602082019050919050565b60006020820190508181036000830152614e7d81614e41565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000614ee06024836142f4565b9150614eeb82614e84565b604082019050919050565b60006020820190508181036000830152614f0f81614ed3565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000614f726022836142f4565b9150614f7d82614f16565b604082019050919050565b60006020820190508181036000830152614fa181614f65565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b60006150046025836142f4565b915061500f82614fa8565b604082019050919050565b6000602082019050818103600083015261503381614ff7565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006150966023836142f4565b91506150a18261503a565b604082019050919050565b600060208201905081810360008301526150c581615089565b9050919050565b7f596f752068617665206265656e20626c61636b6c69737465642066726f6d207460008201527f72616e73666572696e6720746f6b656e73000000000000000000000000000000602082015250565b60006151286031836142f4565b9150615133826150cc565b604082019050919050565b600060208201905081810360008301526151578161511b565b9050919050565b7f54726164696e67206973206e6f74206163746976652e00000000000000000000600082015250565b60006151946016836142f4565b915061519f8261515e565b602082019050919050565b600060208201905081810360008301526151c381615187565b9050919050565b7f5f7472616e736665723a3a205472616e736665722044656c617920656e61626c60008201527f65642e20204f6e6c79206f6e652070757263686173652070657220626c6f636b60208201527f20616c6c6f7765642e0000000000000000000000000000000000000000000000604082015250565b600061524c6049836142f4565b9150615257826151ca565b606082019050919050565b6000602082019050818103600083015261527b8161523f565b9050919050565b7f427579207472616e7366657220616d6f756e742065786365656473207468652060008201527f6d61785472616e73616374696f6e416d6f756e742e0000000000000000000000602082015250565b60006152de6035836142f4565b91506152e982615282565b604082019050919050565b6000602082019050818103600083015261530d816152d1565b9050919050565b7f4d61782077616c6c657420657863656564656400000000000000000000000000600082015250565b600061534a6013836142f4565b915061535582615314565b602082019050919050565b600060208201905081810360008301526153798161533d565b9050919050565b7f53656c6c207472616e7366657220616d6f756e7420657863656564732074686560008201527f206d61785472616e73616374696f6e416d6f756e742e00000000000000000000602082015250565b60006153dc6036836142f4565b91506153e782615380565b604082019050919050565b6000602082019050818103600083015261540b816153cf565b9050919050565b600061541d826143fe565b9150615428836143fe565b92508282039050818111156154405761543f6148cf565b5b92915050565b600081905092915050565b50565b6000615461600083615446565b915061546c82615451565b600082019050919050565b600061548282615454565b9150819050919050565b7f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f60008201527f7700000000000000000000000000000000000000000000000000000000000000602082015250565b60006154e86021836142f4565b91506154f38261548c565b604082019050919050565b60006020820190508181036000830152615517816154db565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60008151905061558b816143d2565b92915050565b6000602082840312156155a7576155a661439b565b5b60006155b58482850161557c565b91505092915050565b6000819050919050565b60006155e36155de6155d9846155be565b6144d7565b6143fe565b9050919050565b6155f3816155c8565b82525050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61562e816143c0565b82525050565b60006156408383615625565b60208301905092915050565b6000602082019050919050565b6000615664826155f9565b61566e8185615604565b935061567983615615565b8060005b838110156156aa5781516156918882615634565b975061569c8361564c565b92505060018101905061567d565b5085935050505092915050565b600060a0820190506156cc6000830188614551565b6156d960208301876155ea565b81810360408301526156eb8186615659565b90506156fa606083018561469e565b6157076080830184614551565b969550505050505056fe45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220b2fd95fad70fcad566b8effe3d15d35e3eedea9a6f60e128030732661cdb90bf64736f6c63430008110033
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 32 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.