Source Code
More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 273 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Approve | 22728858 | 256 days ago | IN | 0 ETH | 0.00001109 | ||||
| Approve | 21801430 | 386 days ago | IN | 0 ETH | 0.00003566 | ||||
| Transfer | 20787742 | 527 days ago | IN | 0 ETH | 0.00055596 | ||||
| Approve | 13900190 | 1523 days ago | IN | 0 ETH | 0.00275148 | ||||
| Transfer | 13086518 | 1650 days ago | IN | 0 ETH | 0.00374854 | ||||
| Approve | 13016265 | 1661 days ago | IN | 0 ETH | 0.00075785 | ||||
| Approve | 12853684 | 1686 days ago | IN | 0 ETH | 0.00021801 | ||||
| Approve | 12731652 | 1705 days ago | IN | 0 ETH | 0.00074483 | ||||
| Transfer | 12712479 | 1708 days ago | IN | 0 ETH | 0.00059969 | ||||
| Approve | 12697196 | 1711 days ago | IN | 0 ETH | 0.00062845 | ||||
| Approve | 12673412 | 1714 days ago | IN | 0 ETH | 0.00409657 | ||||
| Approve | 12648105 | 1718 days ago | IN | 0 ETH | 0.00079138 | ||||
| Approve | 12643991 | 1719 days ago | IN | 0 ETH | 0.00051207 | ||||
| Approve | 12643972 | 1719 days ago | IN | 0 ETH | 0.00055862 | ||||
| Approve | 12641991 | 1719 days ago | IN | 0 ETH | 0.00069828 | ||||
| Approve | 12639810 | 1720 days ago | IN | 0 ETH | 0.00117776 | ||||
| Approve | 12639808 | 1720 days ago | IN | 0 ETH | 0.00186208 | ||||
| Approve | 12637880 | 1720 days ago | IN | 0 ETH | 0.00056327 | ||||
| Approve | 12637824 | 1720 days ago | IN | 0 ETH | 0.00065172 | ||||
| Approve | 12636792 | 1720 days ago | IN | 0 ETH | 0.00065172 | ||||
| Approve | 12636296 | 1720 days ago | IN | 0 ETH | 0.0007681 | ||||
| Approve | 12635649 | 1720 days ago | IN | 0 ETH | 0.00060517 | ||||
| Approve | 12635116 | 1720 days ago | IN | 0 ETH | 0.00046907 | ||||
| Approve | 12635116 | 1720 days ago | IN | 0 ETH | 0.00056327 | ||||
| Approve | 12634964 | 1720 days ago | IN | 0 ETH | 0.00153621 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| - | 12634181 | 1720 days ago | 0.02263363 ETH | ||||
| - | 12634181 | 1720 days ago | 0.02263363 ETH | ||||
| - | 12634179 | 1720 days ago | 0.02390683 ETH | ||||
| - | 12634179 | 1720 days ago | 0.02390683 ETH | ||||
| - | 12634179 | 1720 days ago | 0.02394568 ETH | ||||
| - | 12634179 | 1720 days ago | 0.02394568 ETH | ||||
| - | 12634178 | 1720 days ago | 0.02260444 ETH | ||||
| - | 12634178 | 1720 days ago | 0.02260444 ETH | ||||
| - | 12634178 | 1720 days ago | 0.02334023 ETH | ||||
| - | 12634178 | 1720 days ago | 0.02334023 ETH | ||||
| - | 12634176 | 1720 days ago | 0.02476669 ETH | ||||
| - | 12634176 | 1720 days ago | 0.02476669 ETH | ||||
| - | 12634176 | 1720 days ago | 0.02490878 ETH | ||||
| - | 12634176 | 1720 days ago | 0.02490878 ETH | ||||
| - | 12634170 | 1720 days ago | 0.0239896 ETH | ||||
| - | 12634170 | 1720 days ago | 0.0239896 ETH | ||||
| - | 12634170 | 1720 days ago | 0.0239896 ETH | ||||
| - | 12634170 | 1720 days ago | 0.0239896 ETH | ||||
| - | 12634168 | 1720 days ago | 0.02601836 ETH | ||||
| - | 12634168 | 1720 days ago | 0.02601836 ETH | ||||
| - | 12634168 | 1720 days ago | 0.02601836 ETH | ||||
| - | 12634168 | 1720 days ago | 0.02601836 ETH | ||||
| - | 12634167 | 1720 days ago | 0.02601836 ETH | ||||
| - | 12634167 | 1720 days ago | 0.02601836 ETH | ||||
| - | 12634167 | 1720 days ago | 0.02682257 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
KindyKat
Compiler Version
v0.6.12+commit.27d51765
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2021-06-14
*/
pragma solidity ^0.6.12;
// SPDX-License-Identifier: Unlicensed
interface IERC20 {
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address recipient, uint256 amount) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address owner, address spender) external view returns (uint256);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Moves `amount` tokens from `sender` to `recipient` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
}
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an overflow raises an
* error, which is the standard behavior in high level programming languages.
* `SafeMath` restores this intuition by reverting the transaction when an
* operation overflows.
*
* Using this library instead of the unchecked operations eliminates an entire
* class of bugs, so it's recommended to use it always.
*/
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
*
* - Addition cannot overflow.
*/
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a, "SafeMath: addition overflow");
return c;
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
*
* - Subtraction cannot overflow.
*/
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
return sub(a, b, "SafeMath: subtraction overflow");
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting with custom message on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
*
* - Subtraction cannot overflow.
*/
function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b <= a, errorMessage);
uint256 c = a - b;
return c;
}
/**
* @dev Returns the multiplication of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `*` operator.
*
* Requirements:
*
* - Multiplication cannot overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
// Gas optimization: this is cheaper than requiring 'a' not being zero, but the
// benefit is lost if 'b' is also tested.
// See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
if (a == 0) {
return 0;
}
uint256 c = a * b;
require(c / a == b, "SafeMath: multiplication overflow");
return c;
}
/**
* @dev Returns the integer division of two unsigned integers. Reverts on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function div(uint256 a, uint256 b) internal pure returns (uint256) {
return div(a, b, "SafeMath: division by zero");
}
/**
* @dev Returns the integer division of two unsigned integers. Reverts with custom message on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b > 0, errorMessage);
uint256 c = a / b;
// assert(a == b * c + a % b); // There is no case in which this doesn't hold
return c;
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* Reverts when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function mod(uint256 a, uint256 b) internal pure returns (uint256) {
return mod(a, b, "SafeMath: modulo by zero");
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* Reverts with custom message when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b != 0, errorMessage);
return a % b;
}
}
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a contract.
*
* Among others, `isContract` will return false for the following
* types of addresses:
*
* - an externally-owned account
* - a contract in construction
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
* ====
*/
function isContract(address account) internal view returns (bool) {
// According to EIP-1052, 0x0 is the value returned for not-yet created accounts
// and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned
// for accounts without code, i.e. `keccak256('')`
bytes32 codehash;
bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470;
// solhint-disable-next-line no-inline-assembly
assembly { codehash := extcodehash(account) }
return (codehash != accountHash && codehash != 0x0);
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
// solhint-disable-next-line avoid-low-level-calls, avoid-call-value
(bool success, ) = recipient.call{ value: amount }("");
require(success, "Address: unable to send value, recipient may have reverted");
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain`call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason, it is bubbled up by this
* function (like regular Solidity function calls).
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCall(target, data, "Address: low-level call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
* `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
return _functionCallWithValue(target, data, 0, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but also transferring `value` wei to `target`.
*
* Requirements:
*
* - the calling contract must have an ETH balance of at least `value`.
* - the called Solidity function must be `payable`.
*
* _Available since v3.1._
*/
function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
}
/**
* @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
* with `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) {
require(address(this).balance >= value, "Address: insufficient balance for call");
return _functionCallWithValue(target, data, value, errorMessage);
}
function _functionCallWithValue(address target, bytes memory data, uint256 weiValue, string memory errorMessage) private returns (bytes memory) {
require(isContract(target), "Address: call to non-contract");
// solhint-disable-next-line avoid-low-level-calls
(bool success, bytes memory returndata) = target.call{ value: weiValue }(data);
if (success) {
return returndata;
} else {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
// solhint-disable-next-line no-inline-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}
}
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
contract Ownable is Context {
address private _owner;
address private _previousOwner;
uint256 private _lockTime;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor () internal {
address msgSender = _msgSender();
_owner = msgSender;
emit OwnershipTransferred(address(0), msgSender);
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view returns (address) {
return _owner;
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
require(_owner == _msgSender(), "Ownable: caller is not the owner");
_;
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions anymore. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby removing any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
emit OwnershipTransferred(_owner, address(0));
_owner = address(0);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
emit OwnershipTransferred(_owner, newOwner);
_owner = newOwner;
}
}
// pragma solidity >=0.5.0;
interface IUniswapV2Factory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
function feeTo() external view returns (address);
function feeToSetter() external view returns (address);
function getPair(address tokenA, address tokenB) external view returns (address pair);
function allPairs(uint) external view returns (address pair);
function allPairsLength() external view returns (uint);
function createPair(address tokenA, address tokenB) external returns (address pair);
function setFeeTo(address) external;
function setFeeToSetter(address) external;
}
// pragma solidity >=0.5.0;
interface IUniswapV2Pair {
event Approval(address indexed owner, address indexed spender, uint value);
event Transfer(address indexed from, address indexed to, uint value);
function name() external pure returns (string memory);
function symbol() external pure returns (string memory);
function decimals() external pure returns (uint8);
function totalSupply() external view returns (uint);
function balanceOf(address owner) external view returns (uint);
function allowance(address owner, address spender) external view returns (uint);
function approve(address spender, uint value) external returns (bool);
function transfer(address to, uint value) external returns (bool);
function transferFrom(address from, address to, uint value) external returns (bool);
function DOMAIN_SEPARATOR() external view returns (bytes32);
function PERMIT_TYPEHASH() external pure returns (bytes32);
function nonces(address owner) external view returns (uint);
function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external;
event Mint(address indexed sender, uint amount0, uint amount1);
event Burn(address indexed sender, uint amount0, uint amount1, address indexed to);
event Swap(
address indexed sender,
uint amount0In,
uint amount1In,
uint amount0Out,
uint amount1Out,
address indexed to
);
event Sync(uint112 reserve0, uint112 reserve1);
function MINIMUM_LIQUIDITY() external pure returns (uint);
function factory() external view returns (address);
function token0() external view returns (address);
function token1() external view returns (address);
function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast);
function price0CumulativeLast() external view returns (uint);
function price1CumulativeLast() external view returns (uint);
function kLast() external view returns (uint);
function mint(address to) external returns (uint liquidity);
function burn(address to) external returns (uint amount0, uint amount1);
function swap(uint amount0Out, uint amount1Out, address to, bytes calldata data) external;
function skim(address to) external;
function sync() external;
function initialize(address, address) external;
}
// pragma solidity >=0.6.2;
interface IUniswapV2Router01 {
function factory() external pure returns (address);
function WETH() external pure returns (address);
function addLiquidity(
address tokenA,
address tokenB,
uint amountADesired,
uint amountBDesired,
uint amountAMin,
uint amountBMin,
address to,
uint deadline
) external returns (uint amountA, uint amountB, uint liquidity);
function addLiquidityETH(
address token,
uint amountTokenDesired,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external payable returns (uint amountToken, uint amountETH, uint liquidity);
function removeLiquidity(
address tokenA,
address tokenB,
uint liquidity,
uint amountAMin,
uint amountBMin,
address to,
uint deadline
) external returns (uint amountA, uint amountB);
function removeLiquidityETH(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external returns (uint amountToken, uint amountETH);
function removeLiquidityWithPermit(
address tokenA,
address tokenB,
uint liquidity,
uint amountAMin,
uint amountBMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountA, uint amountB);
function removeLiquidityETHWithPermit(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountToken, uint amountETH);
function swapExactTokensForTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external returns (uint[] memory amounts);
function swapTokensForExactTokens(
uint amountOut,
uint amountInMax,
address[] calldata path,
address to,
uint deadline
) external returns (uint[] memory amounts);
function swapExactETHForTokens(uint amountOutMin, address[] calldata path, address to, uint deadline)
external
payable
returns (uint[] memory amounts);
function swapTokensForExactETH(uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline)
external
returns (uint[] memory amounts);
function swapExactTokensForETH(uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline)
external
returns (uint[] memory amounts);
function swapETHForExactTokens(uint amountOut, address[] calldata path, address to, uint deadline)
external
payable
returns (uint[] memory amounts);
function quote(uint amountA, uint reserveA, uint reserveB) external pure returns (uint amountB);
function getAmountOut(uint amountIn, uint reserveIn, uint reserveOut) external pure returns (uint amountOut);
function getAmountIn(uint amountOut, uint reserveIn, uint reserveOut) external pure returns (uint amountIn);
function getAmountsOut(uint amountIn, address[] calldata path) external view returns (uint[] memory amounts);
function getAmountsIn(uint amountOut, address[] calldata path) external view returns (uint[] memory amounts);
}
// pragma solidity >=0.6.2;
interface IUniswapV2Router02 is IUniswapV2Router01 {
function removeLiquidityETHSupportingFeeOnTransferTokens(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external returns (uint amountETH);
function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountETH);
function swapExactTokensForTokensSupportingFeeOnTransferTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external;
function swapExactETHForTokensSupportingFeeOnTransferTokens(
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external payable;
function swapExactTokensForETHSupportingFeeOnTransferTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external;
}
contract KindyKat is Context, IERC20, Ownable {
using SafeMath for uint256;
using Address for address;
mapping (address => uint256) private _rOwned;
mapping (address => uint256) private _tOwned;
mapping (address => mapping (address => uint256)) private _allowances;
mapping (address => bool) private _isExcludedFromFee;
mapping (address => bool) private _isExcluded;
address[] private _excluded;
mapping (address => bool) private _isBlackListedBot;
address[] private _blackListedBots;
uint256 private constant MAX = ~uint256(0);
uint256 private _tTotal = 2000000 * 10**6 * 10**9;
uint256 private _rTotal = (MAX - (MAX % _tTotal));
uint256 private _tFeeTotal;
string private _name = "Kindy Kat";
string private _symbol = "Kindy";
uint8 private _decimals = 9;
uint256 public _taxFee = 5;
uint256 private _previousTaxFee = _taxFee;
uint256 public _liquidityFee = 5;
uint256 private _previousLiquidityFee = _liquidityFee;
IUniswapV2Router02 public immutable uniswapV2Router;
address public immutable uniswapV2Pair;
bool inSwapAndLiquify;
bool public swapAndLiquifyEnabled = false;
uint256 public _maxTxAmount = 2000000 * 10**6 * 10**9;
uint256 private numTokensSellToAddToLiquidity = 500 * 10**6 * 10**9;
event MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap);
event SwapAndLiquifyEnabledUpdated(bool enabled);
event SwapAndLiquify(
uint256 tokensSwapped,
uint256 ethReceived,
uint256 tokensIntoLiqudity
);
modifier lockTheSwap {
inSwapAndLiquify = true;
_;
inSwapAndLiquify = false;
}
constructor () public {
_rOwned[_msgSender()] = _rTotal;
IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);
// Create a uniswap pair for this new token
uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())
.createPair(address(this), _uniswapV2Router.WETH());
// set the rest of the contract variables
uniswapV2Router = _uniswapV2Router;
//exclude owner and this contract from fee
_isExcludedFromFee[owner()] = true;
_isExcludedFromFee[address(this)] = true;
emit Transfer(address(0), _msgSender(), _tTotal);
}
function name() public view returns (string memory) {
return _name;
}
function symbol() public view returns (string memory) {
return _symbol;
}
function decimals() public view returns (uint8) {
return _decimals;
}
function totalSupply() public view override returns (uint256) {
return _tTotal;
}
function balanceOf(address account) public view override returns (uint256) {
if (_isExcluded[account]) return _tOwned[account];
return tokenFromReflection(_rOwned[account]);
}
function transfer(address recipient, uint256 amount) public override returns (bool) {
_transfer(_msgSender(), recipient, amount);
return true;
}
function allowance(address owner, address spender) public view override returns (uint256) {
return _allowances[owner][spender];
}
function approve(address spender, uint256 amount) public override returns (bool) {
_approve(_msgSender(), spender, amount);
return true;
}
function transferFrom(address sender, address recipient, uint256 amount) public override returns (bool) {
_transfer(sender, recipient, amount);
_approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance"));
return true;
}
function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
_approve(_msgSender(), spender, _allowances[_msgSender()][spender].add(addedValue));
return true;
}
function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
_approve(_msgSender(), spender, _allowances[_msgSender()][spender].sub(subtractedValue, "ERC20: decreased allowance below zero"));
return true;
}
function isExcludedFromReward(address account) public view returns (bool) {
return _isExcluded[account];
}
function totalFees() public view returns (uint256) {
return _tFeeTotal;
}
function deliver(uint256 tAmount) public {
address sender = _msgSender();
require(!_isExcluded[sender], "Excluded addresses cannot call this function");
(uint256 rAmount,,,,,) = _getValues(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_rTotal = _rTotal.sub(rAmount);
_tFeeTotal = _tFeeTotal.add(tAmount);
}
function reflectionFromToken(uint256 tAmount, bool deductTransferFee) public view returns(uint256) {
require(tAmount <= _tTotal, "Amount must be less than supply");
if (!deductTransferFee) {
(uint256 rAmount,,,,,) = _getValues(tAmount);
return rAmount;
} else {
(,uint256 rTransferAmount,,,,) = _getValues(tAmount);
return rTransferAmount;
}
}
function tokenFromReflection(uint256 rAmount) public view returns(uint256) {
require(rAmount <= _rTotal, "Amount must be less than total reflections");
uint256 currentRate = _getRate();
return rAmount.div(currentRate);
}
function excludeFromReward(address account) public onlyOwner() {
// require(account != 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, 'We can not exclude Uniswap router.');
require(!_isExcluded[account], "Account is already excluded");
if(_rOwned[account] > 0) {
_tOwned[account] = tokenFromReflection(_rOwned[account]);
}
_isExcluded[account] = true;
_excluded.push(account);
}
function includeInReward(address account) external onlyOwner() {
require(_isExcluded[account], "Account is already excluded");
for (uint256 i = 0; i < _excluded.length; i++) {
if (_excluded[i] == account) {
_excluded[i] = _excluded[_excluded.length - 1];
_tOwned[account] = 0;
_isExcluded[account] = false;
_excluded.pop();
break;
}
}
}
function addBotToBlackList(address account) external onlyOwner() {
require(account != 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, 'We can not blacklist Uniswap router.');
require(!_isBlackListedBot[account], "Account is already blacklisted");
_isBlackListedBot[account] = true;
_blackListedBots.push(account);
}
function removeBotFromBlackList(address account) external onlyOwner() {
require(_isBlackListedBot[account], "Account is not blacklisted");
for (uint256 i = 0; i < _blackListedBots.length; i++) {
if (_blackListedBots[i] == account) {
_blackListedBots[i] = _blackListedBots[_blackListedBots.length - 1];
_isBlackListedBot[account] = false;
_blackListedBots.pop();
break;
}
}
}
function _transferBothExcluded(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_tOwned[sender] = _tOwned[sender].sub(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_tOwned[recipient] = _tOwned[recipient].add(tTransferAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
function excludeFromFee(address account) public onlyOwner {
_isExcludedFromFee[account] = true;
}
function includeInFee(address account) public onlyOwner {
_isExcludedFromFee[account] = false;
}
function setTaxFeePercent(uint256 taxFee) external onlyOwner() {
_taxFee = taxFee;
}
function setLiquidityFeePercent(uint256 liquidityFee) external onlyOwner() {
_liquidityFee = liquidityFee;
}
function setMaxTxPercent(uint256 maxTxPercent) external onlyOwner() {
_maxTxAmount = _tTotal.mul(maxTxPercent).div(
10**2
);
}
function setSwapAndLiquifyEnabled(bool _enabled) public onlyOwner {
swapAndLiquifyEnabled = _enabled;
emit SwapAndLiquifyEnabledUpdated(_enabled);
}
//to recieve ETH from uniswapV2Router when swaping
receive() external payable {}
function _reflectFee(uint256 rFee, uint256 tFee) private {
_rTotal = _rTotal.sub(rFee);
_tFeeTotal = _tFeeTotal.add(tFee);
}
function _getValues(uint256 tAmount) private view returns (uint256, uint256, uint256, uint256, uint256, uint256) {
(uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getTValues(tAmount);
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee) = _getRValues(tAmount, tFee, tLiquidity, _getRate());
return (rAmount, rTransferAmount, rFee, tTransferAmount, tFee, tLiquidity);
}
function _getTValues(uint256 tAmount) private view returns (uint256, uint256, uint256) {
uint256 tFee = calculateTaxFee(tAmount);
uint256 tLiquidity = calculateLiquidityFee(tAmount);
uint256 tTransferAmount = tAmount.sub(tFee).sub(tLiquidity);
return (tTransferAmount, tFee, tLiquidity);
}
function _getRValues(uint256 tAmount, uint256 tFee, uint256 tLiquidity, uint256 currentRate) private pure returns (uint256, uint256, uint256) {
uint256 rAmount = tAmount.mul(currentRate);
uint256 rFee = tFee.mul(currentRate);
uint256 rLiquidity = tLiquidity.mul(currentRate);
uint256 rTransferAmount = rAmount.sub(rFee).sub(rLiquidity);
return (rAmount, rTransferAmount, rFee);
}
function _getRate() private view returns(uint256) {
(uint256 rSupply, uint256 tSupply) = _getCurrentSupply();
return rSupply.div(tSupply);
}
function _getCurrentSupply() private view returns(uint256, uint256) {
uint256 rSupply = _rTotal;
uint256 tSupply = _tTotal;
for (uint256 i = 0; i < _excluded.length; i++) {
if (_rOwned[_excluded[i]] > rSupply || _tOwned[_excluded[i]] > tSupply) return (_rTotal, _tTotal);
rSupply = rSupply.sub(_rOwned[_excluded[i]]);
tSupply = tSupply.sub(_tOwned[_excluded[i]]);
}
if (rSupply < _rTotal.div(_tTotal)) return (_rTotal, _tTotal);
return (rSupply, tSupply);
}
function _takeLiquidity(uint256 tLiquidity) private {
uint256 currentRate = _getRate();
uint256 rLiquidity = tLiquidity.mul(currentRate);
_rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity);
if(_isExcluded[address(this)])
_tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity);
}
function calculateTaxFee(uint256 _amount) private view returns (uint256) {
return _amount.mul(_taxFee).div(
10**2
);
}
function calculateLiquidityFee(uint256 _amount) private view returns (uint256) {
return _amount.mul(_liquidityFee).div(
10**2
);
}
function removeAllFee() private {
if(_taxFee == 0 && _liquidityFee == 0) return;
_previousTaxFee = _taxFee;
_previousLiquidityFee = _liquidityFee;
_taxFee = 0;
_liquidityFee = 0;
}
function restoreAllFee() private {
_taxFee = _previousTaxFee;
_liquidityFee = _previousLiquidityFee;
}
function isExcludedFromFee(address account) public view returns(bool) {
return _isExcludedFromFee[account];
}
function _approve(address owner, address spender, uint256 amount) private {
require(owner != address(0), "ERC20: approve from the zero address");
require(spender != address(0), "ERC20: approve to the zero address");
_allowances[owner][spender] = amount;
emit Approval(owner, spender, amount);
}
function _transfer(
address from,
address to,
uint256 amount
) private {
require(from != address(0), "ERC20: transfer from the zero address");
require(to != address(0), "ERC20: transfer to the zero address");
require(amount > 0, "Transfer amount must be greater than zero");
if(from != owner() && to != owner())
require(amount <= _maxTxAmount, "Transfer amount exceeds the maxTxAmount.");
// is the token balance of this contract address over the min number of
// tokens that we need to initiate a swap + liquidity lock?
// also, don't get caught in a circular liquidity event.
// also, don't swap & liquify if sender is uniswap pair.
uint256 contractTokenBalance = balanceOf(address(this));
if(contractTokenBalance >= _maxTxAmount)
{
contractTokenBalance = _maxTxAmount;
}
bool overMinTokenBalance = contractTokenBalance >= numTokensSellToAddToLiquidity;
if (
overMinTokenBalance &&
!inSwapAndLiquify &&
from != uniswapV2Pair &&
swapAndLiquifyEnabled
) {
contractTokenBalance = numTokensSellToAddToLiquidity;
//add liquidity
swapAndLiquify(contractTokenBalance);
}
//indicates if fee should be deducted from transfer
bool takeFee = true;
//if any account belongs to _isExcludedFromFee account then remove the fee
if(_isExcludedFromFee[from] || _isExcludedFromFee[to]){
takeFee = false;
}
//transfer amount, it will take tax, burn, liquidity fee
_tokenTransfer(from,to,amount,takeFee);
}
function swapAndLiquify(uint256 contractTokenBalance) private lockTheSwap {
// split the contract balance into halves
uint256 half = contractTokenBalance.div(2);
uint256 otherHalf = contractTokenBalance.sub(half);
// capture the contract's current ETH balance.
// this is so that we can capture exactly the amount of ETH that the
// swap creates, and not make the liquidity event include any ETH that
// has been manually sent to the contract
uint256 initialBalance = address(this).balance;
// swap tokens for ETH
swapTokensForEth(half); // <- this breaks the ETH -> HATE swap when swap+liquify is triggered
// how much ETH did we just swap into?
uint256 newBalance = address(this).balance.sub(initialBalance);
// add liquidity to uniswap
addLiquidity(otherHalf, newBalance);
emit SwapAndLiquify(half, newBalance, otherHalf);
}
function swapTokensForEth(uint256 tokenAmount) private {
// generate the uniswap pair path of token -> weth
address[] memory path = new address[](2);
path[0] = address(this);
path[1] = uniswapV2Router.WETH();
_approve(address(this), address(uniswapV2Router), tokenAmount);
// make the swap
uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(
tokenAmount,
0, // accept any amount of ETH
path,
address(this),
block.timestamp
);
}
function addLiquidity(uint256 tokenAmount, uint256 ethAmount) private {
// approve token transfer to cover all possible scenarios
_approve(address(this), address(uniswapV2Router), tokenAmount);
// add the liquidity
uniswapV2Router.addLiquidityETH{value: ethAmount}(
address(this),
tokenAmount,
0, // slippage is unavoidable
0, // slippage is unavoidable
owner(),
block.timestamp
);
}
//this method is responsible for taking all fee, if takeFee is true
function _tokenTransfer(address sender, address recipient, uint256 amount,bool takeFee) private {
if(!takeFee)
removeAllFee();
if (_isExcluded[sender] && !_isExcluded[recipient]) {
_transferFromExcluded(sender, recipient, amount);
} else if (!_isExcluded[sender] && _isExcluded[recipient]) {
_transferToExcluded(sender, recipient, amount);
} else if (!_isExcluded[sender] && !_isExcluded[recipient]) {
_transferStandard(sender, recipient, amount);
} else if (_isExcluded[sender] && _isExcluded[recipient]) {
_transferBothExcluded(sender, recipient, amount);
} else {
_transferStandard(sender, recipient, amount);
}
if(!takeFee)
restoreAllFee();
}
function _transferStandard(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
function _transferToExcluded(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_tOwned[recipient] = _tOwned[recipient].add(tTransferAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
function _transferFromExcluded(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_tOwned[sender] = _tOwned[sender].sub(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"minTokensBeforeSwap","type":"uint256"}],"name":"MinTokensBeforeSwapUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethReceived","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokensIntoLiqudity","type":"uint256"}],"name":"SwapAndLiquify","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"enabled","type":"bool"}],"name":"SwapAndLiquifyEnabledUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"_liquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxTxAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_taxFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"addBotToBlackList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tAmount","type":"uint256"}],"name":"deliver","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeFromFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeFromReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeInFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeInReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromFee","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromReward","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tAmount","type":"uint256"},{"internalType":"bool","name":"deductTransferFee","type":"bool"}],"name":"reflectionFromToken","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"removeBotFromBlackList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"liquidityFee","type":"uint256"}],"name":"setLiquidityFeePercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"maxTxPercent","type":"uint256"}],"name":"setMaxTxPercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_enabled","type":"bool"}],"name":"setSwapAndLiquifyEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"taxFee","type":"uint256"}],"name":"setTaxFeePercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapAndLiquifyEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"rAmount","type":"uint256"}],"name":"tokenFromReflection","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
686c6b935b8bbd400000600b55684f040aa496003fffff19600c55610100604052600960c08190526812da5b991e4812d85d60ba1b60e09081526200004891600e9190620003af565b50604080518082019091526005808252644b696e647960d81b60209092019182526200007791600f91620003af565b506010805460ff1916600917905560056011819055601281905560138190556014556015805461ff0019169055686c6b935b8bbd4000006016556706f05b59d3b20000601755348015620000ca57600080fd5b506000620000d76200039c565b600080546001600160a01b0319166001600160a01b0383169081178255604051929350917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350600c5460036000620001326200039c565b6001600160a01b03166001600160a01b03168152602001908152602001600020819055506000737a250d5630b4cf539739df2c5dacb4c659f2488d9050806001600160a01b031663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b158015620001a957600080fd5b505afa158015620001be573d6000803e3d6000fd5b505050506040513d6020811015620001d557600080fd5b5051604080516315ab88c960e31b815290516001600160a01b039283169263c9c653969230929186169163ad5c464891600480820192602092909190829003018186803b1580156200022657600080fd5b505afa1580156200023b573d6000803e3d6000fd5b505050506040513d60208110156200025257600080fd5b5051604080516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301525160448083019260209291908290030181600087803b158015620002a557600080fd5b505af1158015620002ba573d6000803e3d6000fd5b505050506040513d6020811015620002d157600080fd5b50516001600160601b0319606091821b811660a0529082901b16608052600160066000620002fe620003a0565b6001600160a01b0316815260208082019290925260409081016000908120805494151560ff199586161790553081526006909252902080549091166001179055620003486200039c565b6001600160a01b031660006001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600b546040518082815260200191505060405180910390a3506200044b565b3390565b6000546001600160a01b031690565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620003f257805160ff191683800117855562000422565b8280016001018555821562000422579182015b828111156200042257825182559160200191906001019062000405565b506200043092915062000434565b5090565b5b8082111562000430576000815560010162000435565b60805160601c60a05160601c612bc362000493600039806110495280611b5e5250806109a8528061231a52806123d252806123f952806124df52806125065250612bc36000f3fe6080604052600436106102135760003560e01c806352390c02116101185780638ee88c53116100a0578063c49b9a801161006f578063c49b9a8014610798578063d543dbeb146107c4578063dd62ed3e146107ee578063ea2f0b3714610829578063f2fde38b1461085c5761021a565b80638ee88c53146106e757806395d89b4114610711578063a457c2d714610726578063a9059cbb1461075f5761021a565b8063715018a6116100e7578063715018a6146106425780637d1db4a5146106575780637ded4d6a1461066c57806388f820201461069f5780638da5cb5b146106d25761021a565b806352390c02146105945780635342acb4146105c75780636bc87c3a146105fa57806370a082311461060f5761021a565b80633685d4191161019b5780634303443d1161016a5780634303443d146104d2578063437823ec146105055780634549b0391461053857806349bd5a5e1461056a5780634a74bb021461057f5761021a565b80633685d41914610427578063395093511461045a5780633b124fe7146104935780633bd5d173146104a85761021a565b80631694505e116101e25780631694505e1461034957806318160ddd1461037a57806323b872dd1461038f5780632d838119146103d2578063313ce567146103fc5761021a565b8063061c82d01461021f57806306fdde031461024b578063095ea7b3146102d557806313114a9d146103225761021a565b3661021a57005b600080fd5b34801561022b57600080fd5b506102496004803603602081101561024257600080fd5b503561088f565b005b34801561025757600080fd5b506102606108ec565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561029a578181015183820152602001610282565b50505050905090810190601f1680156102c75780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156102e157600080fd5b5061030e600480360360408110156102f857600080fd5b506001600160a01b038135169060200135610982565b604080519115158252519081900360200190f35b34801561032e57600080fd5b506103376109a0565b60408051918252519081900360200190f35b34801561035557600080fd5b5061035e6109a6565b604080516001600160a01b039092168252519081900360200190f35b34801561038657600080fd5b506103376109ca565b34801561039b57600080fd5b5061030e600480360360608110156103b257600080fd5b506001600160a01b038135811691602081013590911690604001356109d0565b3480156103de57600080fd5b50610337600480360360208110156103f557600080fd5b5035610a57565b34801561040857600080fd5b50610411610ab9565b6040805160ff9092168252519081900360200190f35b34801561043357600080fd5b506102496004803603602081101561044a57600080fd5b50356001600160a01b0316610ac2565b34801561046657600080fd5b5061030e6004803603604081101561047d57600080fd5b506001600160a01b038135169060200135610c83565b34801561049f57600080fd5b50610337610cd1565b3480156104b457600080fd5b50610249600480360360208110156104cb57600080fd5b5035610cd7565b3480156104de57600080fd5b50610249600480360360208110156104f557600080fd5b50356001600160a01b0316610db1565b34801561051157600080fd5b506102496004803603602081101561052857600080fd5b50356001600160a01b0316610f39565b34801561054457600080fd5b506103376004803603604081101561055b57600080fd5b50803590602001351515610fb5565b34801561057657600080fd5b5061035e611047565b34801561058b57600080fd5b5061030e61106b565b3480156105a057600080fd5b50610249600480360360208110156105b757600080fd5b50356001600160a01b0316611079565b3480156105d357600080fd5b5061030e600480360360208110156105ea57600080fd5b50356001600160a01b03166111ff565b34801561060657600080fd5b5061033761121d565b34801561061b57600080fd5b506103376004803603602081101561063257600080fd5b50356001600160a01b0316611223565b34801561064e57600080fd5b50610249611285565b34801561066357600080fd5b50610337611327565b34801561067857600080fd5b506102496004803603602081101561068f57600080fd5b50356001600160a01b031661132d565b3480156106ab57600080fd5b5061030e600480360360208110156106c257600080fd5b50356001600160a01b03166114ba565b3480156106de57600080fd5b5061035e6114d8565b3480156106f357600080fd5b506102496004803603602081101561070a57600080fd5b50356114e7565b34801561071d57600080fd5b50610260611544565b34801561073257600080fd5b5061030e6004803603604081101561074957600080fd5b506001600160a01b0381351690602001356115a5565b34801561076b57600080fd5b5061030e6004803603604081101561078257600080fd5b506001600160a01b03813516906020013561160d565b3480156107a457600080fd5b50610249600480360360208110156107bb57600080fd5b50351515611621565b3480156107d057600080fd5b50610249600480360360208110156107e757600080fd5b50356116c8565b3480156107fa57600080fd5b506103376004803603604081101561081157600080fd5b506001600160a01b0381358116916020013516611746565b34801561083557600080fd5b506102496004803603602081101561084c57600080fd5b50356001600160a01b0316611771565b34801561086857600080fd5b506102496004803603602081101561087f57600080fd5b50356001600160a01b03166117ea565b6108976118e2565b6000546001600160a01b039081169116146108e7576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b601155565b600e8054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156109785780601f1061094d57610100808354040283529160200191610978565b820191906000526020600020905b81548152906001019060200180831161095b57829003601f168201915b5050505050905090565b600061099661098f6118e2565b84846118e6565b5060015b92915050565b600d5490565b7f000000000000000000000000000000000000000000000000000000000000000081565b600b5490565b60006109dd8484846119d2565b610a4d846109e96118e2565b610a4885604051806060016040528060288152602001612a5f602891396001600160a01b038a16600090815260056020526040812090610a276118e2565b6001600160a01b031681526020810191909152604001600020549190611c18565b6118e6565b5060019392505050565b6000600c54821115610a9a5760405162461bcd60e51b815260040180806020018281038252602a8152602001806129a4602a913960400191505060405180910390fd5b6000610aa4611caf565b9050610ab08382611cd2565b9150505b919050565b60105460ff1690565b610aca6118e2565b6000546001600160a01b03908116911614610b1a576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526007602052604090205460ff16610b87576040805162461bcd60e51b815260206004820152601b60248201527f4163636f756e7420697320616c7265616479206578636c756465640000000000604482015290519081900360640190fd5b60005b600854811015610c7f57816001600160a01b031660088281548110610bab57fe5b6000918252602090912001546001600160a01b03161415610c7757600880546000198101908110610bd857fe5b600091825260209091200154600880546001600160a01b039092169183908110610bfe57fe5b600091825260208083209190910180546001600160a01b0319166001600160a01b039485161790559184168152600482526040808220829055600790925220805460ff191690556008805480610c5057fe5b600082815260209020810160001990810180546001600160a01b0319169055019055610c7f565b600101610b8a565b5050565b6000610996610c906118e2565b84610a488560056000610ca16118e2565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490611d1b565b60115481565b6000610ce16118e2565b6001600160a01b03811660009081526007602052604090205490915060ff1615610d3c5760405162461bcd60e51b815260040180806020018281038252602c815260200180612b3d602c913960400191505060405180910390fd5b6000610d4783611d75565b505050506001600160a01b038416600090815260036020526040902054919250610d7391905082611dc4565b6001600160a01b038316600090815260036020526040902055600c54610d999082611dc4565b600c55600d54610da99084611d1b565b600d55505050565b610db96118e2565b6000546001600160a01b03908116911614610e09576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b737a250d5630b4cf539739df2c5dacb4c659f2488d6001600160a01b0382161415610e655760405162461bcd60e51b8152600401808060200182810382526024815260200180612ad06024913960400191505060405180910390fd5b6001600160a01b03811660009081526009602052604090205460ff1615610ed3576040805162461bcd60e51b815260206004820152601e60248201527f4163636f756e7420697320616c726561647920626c61636b6c69737465640000604482015290519081900360640190fd5b6001600160a01b03166000818152600960205260408120805460ff19166001908117909155600a805491820181559091527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80180546001600160a01b0319169091179055565b610f416118e2565b6000546001600160a01b03908116911614610f91576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600660205260409020805460ff19166001179055565b6000600b5483111561100e576040805162461bcd60e51b815260206004820152601f60248201527f416d6f756e74206d757374206265206c657373207468616e20737570706c7900604482015290519081900360640190fd5b8161102d57600061101e84611d75565b5093955061099a945050505050565b600061103884611d75565b5092955061099a945050505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b601554610100900460ff1681565b6110816118e2565b6000546001600160a01b039081169116146110d1576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526007602052604090205460ff161561113f576040805162461bcd60e51b815260206004820152601b60248201527f4163636f756e7420697320616c7265616479206578636c756465640000000000604482015290519081900360640190fd5b6001600160a01b03811660009081526003602052604090205415611199576001600160a01b03811660009081526003602052604090205461117f90610a57565b6001600160a01b0382166000908152600460205260409020555b6001600160a01b03166000818152600760205260408120805460ff191660019081179091556008805491820181559091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30180546001600160a01b0319169091179055565b6001600160a01b031660009081526006602052604090205460ff1690565b60135481565b6001600160a01b03811660009081526007602052604081205460ff161561126357506001600160a01b038116600090815260046020526040902054610ab4565b6001600160a01b03821660009081526003602052604090205461099a90610a57565b61128d6118e2565b6000546001600160a01b039081169116146112dd576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b60165481565b6113356118e2565b6000546001600160a01b03908116911614611385576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526009602052604090205460ff166113f2576040805162461bcd60e51b815260206004820152601a60248201527f4163636f756e74206973206e6f7420626c61636b6c6973746564000000000000604482015290519081900360640190fd5b60005b600a54811015610c7f57816001600160a01b0316600a828154811061141657fe5b6000918252602090912001546001600160a01b031614156114b257600a8054600019810190811061144357fe5b600091825260209091200154600a80546001600160a01b03909216918390811061146957fe5b600091825260208083209190910180546001600160a01b0319166001600160a01b039485161790559184168152600990915260409020805460ff19169055600a805480610c5057fe5b6001016113f5565b6001600160a01b031660009081526007602052604090205460ff1690565b6000546001600160a01b031690565b6114ef6118e2565b6000546001600160a01b0390811691161461153f576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b601355565b600f8054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156109785780601f1061094d57610100808354040283529160200191610978565b60006109966115b26118e2565b84610a4885604051806060016040528060258152602001612b6960259139600560006115dc6118e2565b6001600160a01b03908116825260208083019390935260409182016000908120918d16815292529020549190611c18565b600061099661161a6118e2565b84846119d2565b6116296118e2565b6000546001600160a01b03908116911614611679576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b60158054821515610100810261ff00199092169190911790915560408051918252517f53726dfcaf90650aa7eb35524f4d3220f07413c8d6cb404cc8c18bf5591bc1599181900360200190a150565b6116d06118e2565b6000546001600160a01b03908116911614611720576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b611740606461173a83600b54611e0690919063ffffffff16565b90611cd2565b60165550565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205490565b6117796118e2565b6000546001600160a01b039081169116146117c9576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600660205260409020805460ff19169055565b6117f26118e2565b6000546001600160a01b03908116911614611842576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b0381166118875760405162461bcd60e51b81526004018080602001828103825260268152602001806129ce6026913960400191505060405180910390fd5b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b3390565b6001600160a01b03831661192b5760405162461bcd60e51b8152600401808060200182810382526024815260200180612b196024913960400191505060405180910390fd5b6001600160a01b0382166119705760405162461bcd60e51b81526004018080602001828103825260228152602001806129f46022913960400191505060405180910390fd5b6001600160a01b03808416600081815260056020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b038316611a175760405162461bcd60e51b8152600401808060200182810382526025815260200180612af46025913960400191505060405180910390fd5b6001600160a01b038216611a5c5760405162461bcd60e51b81526004018080602001828103825260238152602001806129816023913960400191505060405180910390fd5b60008111611a9b5760405162461bcd60e51b8152600401808060200182810382526029815260200180612aa76029913960400191505060405180910390fd5b611aa36114d8565b6001600160a01b0316836001600160a01b031614158015611add5750611ac76114d8565b6001600160a01b0316826001600160a01b031614155b15611b2357601654811115611b235760405162461bcd60e51b8152600401808060200182810382526028815260200180612a166028913960400191505060405180910390fd5b6000611b2e30611223565b90506016548110611b3e57506016545b60175481108015908190611b55575060155460ff16155b8015611b9357507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316856001600160a01b031614155b8015611ba65750601554610100900460ff165b15611bb9576017549150611bb982611e5f565b6001600160a01b03851660009081526006602052604090205460019060ff1680611bfb57506001600160a01b03851660009081526006602052604090205460ff165b15611c04575060005b611c1086868684611efc565b505050505050565b60008184841115611ca75760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611c6c578181015183820152602001611c54565b50505050905090810190601f168015611c995780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6000806000611cbc612070565b9092509050611ccb8282611cd2565b9250505090565b6000611d1483836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506121d3565b9392505050565b600082820183811015611d14576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b6000806000806000806000806000611d8c8a612238565b9250925092506000806000611daa8d8686611da5611caf565b61227a565b919f909e50909c50959a5093985091965092945050505050565b6000611d1483836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611c18565b600082611e155750600061099a565b82820282848281611e2257fe5b0414611d145760405162461bcd60e51b8152600401808060200182810382526021815260200180612a3e6021913960400191505060405180910390fd5b6015805460ff191660011790556000611e79826002611cd2565b90506000611e878383611dc4565b905047611e93836122ca565b6000611e9f4783611dc4565b9050611eab83826124d9565b604080518581526020810183905280820185905290517f17bbfb9a6069321b6ded73bd96327c9e6b7212a5cd51ff219cd61370acafb5619181900360600190a150506015805460ff19169055505050565b80611f0957611f096125d7565b6001600160a01b03841660009081526007602052604090205460ff168015611f4a57506001600160a01b03831660009081526007602052604090205460ff16155b15611f5f57611f5a848484612609565b61205d565b6001600160a01b03841660009081526007602052604090205460ff16158015611fa057506001600160a01b03831660009081526007602052604090205460ff165b15611fb057611f5a84848461272d565b6001600160a01b03841660009081526007602052604090205460ff16158015611ff257506001600160a01b03831660009081526007602052604090205460ff16155b1561200257611f5a8484846127d6565b6001600160a01b03841660009081526007602052604090205460ff16801561204257506001600160a01b03831660009081526007602052604090205460ff165b1561205257611f5a84848461281a565b61205d8484846127d6565b8061206a5761206a61288d565b50505050565b600c54600b546000918291825b6008548110156121a15782600360006008848154811061209957fe5b60009182526020808320909101546001600160a01b0316835282019290925260400190205411806120fe57508160046000600884815481106120d757fe5b60009182526020808320909101546001600160a01b03168352820192909252604001902054115b1561211557600c54600b54945094505050506121cf565b612155600360006008848154811061212957fe5b60009182526020808320909101546001600160a01b031683528201929092526040019020548490611dc4565b9250612197600460006008848154811061216b57fe5b60009182526020808320909101546001600160a01b031683528201929092526040019020548390611dc4565b915060010161207d565b50600b54600c546121b191611cd2565b8210156121c957600c54600b549350935050506121cf565b90925090505b9091565b600081836122225760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315611c6c578181015183820152602001611c54565b50600083858161222e57fe5b0495945050505050565b6000806000806122478561289b565b90506000612254866128b7565b9050600061226c826122668986611dc4565b90611dc4565b979296509094509092505050565b60008080806122898886611e06565b905060006122978887611e06565b905060006122a58888611e06565b905060006122b7826122668686611dc4565b939b939a50919850919650505050505050565b604080516002808252606080830184529260208301908036833701905050905030816000815181106122f857fe5b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b15801561237157600080fd5b505afa158015612385573d6000803e3d6000fd5b505050506040513d602081101561239b57600080fd5b50518151829060019081106123ac57fe5b60200260200101906001600160a01b031690816001600160a01b0316815250506123f7307f0000000000000000000000000000000000000000000000000000000000000000846118e6565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663791ac9478360008430426040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b03168152602001838152602001828103825285818151815260200191508051906020019060200280838360005b8381101561249c578181015183820152602001612484565b505050509050019650505050505050600060405180830381600087803b1580156124c557600080fd5b505af1158015611c10573d6000803e3d6000fd5b612504307f0000000000000000000000000000000000000000000000000000000000000000846118e6565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f305d7198230856000806125416114d8565b426040518863ffffffff1660e01b815260040180876001600160a01b03168152602001868152602001858152602001848152602001836001600160a01b0316815260200182815260200196505050505050506060604051808303818588803b1580156125ac57600080fd5b505af11580156125c0573d6000803e3d6000fd5b50505050506040513d606081101561206a57600080fd5b6011541580156125e75750601354155b156125f157612607565b6011805460125560138054601455600091829055555b565b60008060008060008061261b87611d75565b6001600160a01b038f16600090815260046020526040902054959b5093995091975095509350915061264d9088611dc4565b6001600160a01b038a1660009081526004602090815260408083209390935560039052205461267c9087611dc4565b6001600160a01b03808b1660009081526003602052604080822093909355908a16815220546126ab9086611d1b565b6001600160a01b0389166000908152600360205260409020556126cd816128d3565b6126d7848361295c565b876001600160a01b0316896001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061273f87611d75565b6001600160a01b038f16600090815260036020526040902054959b509399509197509550935091506127719087611dc4565b6001600160a01b03808b16600090815260036020908152604080832094909455918b168152600490915220546127a79084611d1b565b6001600160a01b0389166000908152600460209081526040808320939093556003905220546126ab9086611d1b565b6000806000806000806127e887611d75565b6001600160a01b038f16600090815260036020526040902054959b5093995091975095509350915061267c9087611dc4565b60008060008060008061282c87611d75565b6001600160a01b038f16600090815260046020526040902054959b5093995091975095509350915061285e9088611dc4565b6001600160a01b038a166000908152600460209081526040808320939093556003905220546127719087611dc4565b601254601155601454601355565b600061099a606461173a60115485611e0690919063ffffffff16565b600061099a606461173a60135485611e0690919063ffffffff16565b60006128dd611caf565b905060006128eb8383611e06565b306000908152600360205260409020549091506129089082611d1b565b3060009081526003602090815260408083209390935560079052205460ff161561295757306000908152600460205260409020546129469084611d1b565b306000908152600460205260409020555b505050565b600c546129699083611dc4565b600c55600d546129799082611d1b565b600d55505056fe45524332303a207472616e7366657220746f20746865207a65726f2061646472657373416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573735472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f57652063616e206e6f7420626c61636b6c69737420556e697377617020726f757465722e45524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573734578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220817c373010b231ff1d1ea52d5c9cf4de20a92a07b889b7a5f3d3c510b5e2290464736f6c634300060c0033
Deployed Bytecode
0x6080604052600436106102135760003560e01c806352390c02116101185780638ee88c53116100a0578063c49b9a801161006f578063c49b9a8014610798578063d543dbeb146107c4578063dd62ed3e146107ee578063ea2f0b3714610829578063f2fde38b1461085c5761021a565b80638ee88c53146106e757806395d89b4114610711578063a457c2d714610726578063a9059cbb1461075f5761021a565b8063715018a6116100e7578063715018a6146106425780637d1db4a5146106575780637ded4d6a1461066c57806388f820201461069f5780638da5cb5b146106d25761021a565b806352390c02146105945780635342acb4146105c75780636bc87c3a146105fa57806370a082311461060f5761021a565b80633685d4191161019b5780634303443d1161016a5780634303443d146104d2578063437823ec146105055780634549b0391461053857806349bd5a5e1461056a5780634a74bb021461057f5761021a565b80633685d41914610427578063395093511461045a5780633b124fe7146104935780633bd5d173146104a85761021a565b80631694505e116101e25780631694505e1461034957806318160ddd1461037a57806323b872dd1461038f5780632d838119146103d2578063313ce567146103fc5761021a565b8063061c82d01461021f57806306fdde031461024b578063095ea7b3146102d557806313114a9d146103225761021a565b3661021a57005b600080fd5b34801561022b57600080fd5b506102496004803603602081101561024257600080fd5b503561088f565b005b34801561025757600080fd5b506102606108ec565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561029a578181015183820152602001610282565b50505050905090810190601f1680156102c75780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156102e157600080fd5b5061030e600480360360408110156102f857600080fd5b506001600160a01b038135169060200135610982565b604080519115158252519081900360200190f35b34801561032e57600080fd5b506103376109a0565b60408051918252519081900360200190f35b34801561035557600080fd5b5061035e6109a6565b604080516001600160a01b039092168252519081900360200190f35b34801561038657600080fd5b506103376109ca565b34801561039b57600080fd5b5061030e600480360360608110156103b257600080fd5b506001600160a01b038135811691602081013590911690604001356109d0565b3480156103de57600080fd5b50610337600480360360208110156103f557600080fd5b5035610a57565b34801561040857600080fd5b50610411610ab9565b6040805160ff9092168252519081900360200190f35b34801561043357600080fd5b506102496004803603602081101561044a57600080fd5b50356001600160a01b0316610ac2565b34801561046657600080fd5b5061030e6004803603604081101561047d57600080fd5b506001600160a01b038135169060200135610c83565b34801561049f57600080fd5b50610337610cd1565b3480156104b457600080fd5b50610249600480360360208110156104cb57600080fd5b5035610cd7565b3480156104de57600080fd5b50610249600480360360208110156104f557600080fd5b50356001600160a01b0316610db1565b34801561051157600080fd5b506102496004803603602081101561052857600080fd5b50356001600160a01b0316610f39565b34801561054457600080fd5b506103376004803603604081101561055b57600080fd5b50803590602001351515610fb5565b34801561057657600080fd5b5061035e611047565b34801561058b57600080fd5b5061030e61106b565b3480156105a057600080fd5b50610249600480360360208110156105b757600080fd5b50356001600160a01b0316611079565b3480156105d357600080fd5b5061030e600480360360208110156105ea57600080fd5b50356001600160a01b03166111ff565b34801561060657600080fd5b5061033761121d565b34801561061b57600080fd5b506103376004803603602081101561063257600080fd5b50356001600160a01b0316611223565b34801561064e57600080fd5b50610249611285565b34801561066357600080fd5b50610337611327565b34801561067857600080fd5b506102496004803603602081101561068f57600080fd5b50356001600160a01b031661132d565b3480156106ab57600080fd5b5061030e600480360360208110156106c257600080fd5b50356001600160a01b03166114ba565b3480156106de57600080fd5b5061035e6114d8565b3480156106f357600080fd5b506102496004803603602081101561070a57600080fd5b50356114e7565b34801561071d57600080fd5b50610260611544565b34801561073257600080fd5b5061030e6004803603604081101561074957600080fd5b506001600160a01b0381351690602001356115a5565b34801561076b57600080fd5b5061030e6004803603604081101561078257600080fd5b506001600160a01b03813516906020013561160d565b3480156107a457600080fd5b50610249600480360360208110156107bb57600080fd5b50351515611621565b3480156107d057600080fd5b50610249600480360360208110156107e757600080fd5b50356116c8565b3480156107fa57600080fd5b506103376004803603604081101561081157600080fd5b506001600160a01b0381358116916020013516611746565b34801561083557600080fd5b506102496004803603602081101561084c57600080fd5b50356001600160a01b0316611771565b34801561086857600080fd5b506102496004803603602081101561087f57600080fd5b50356001600160a01b03166117ea565b6108976118e2565b6000546001600160a01b039081169116146108e7576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b601155565b600e8054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156109785780601f1061094d57610100808354040283529160200191610978565b820191906000526020600020905b81548152906001019060200180831161095b57829003601f168201915b5050505050905090565b600061099661098f6118e2565b84846118e6565b5060015b92915050565b600d5490565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d81565b600b5490565b60006109dd8484846119d2565b610a4d846109e96118e2565b610a4885604051806060016040528060288152602001612a5f602891396001600160a01b038a16600090815260056020526040812090610a276118e2565b6001600160a01b031681526020810191909152604001600020549190611c18565b6118e6565b5060019392505050565b6000600c54821115610a9a5760405162461bcd60e51b815260040180806020018281038252602a8152602001806129a4602a913960400191505060405180910390fd5b6000610aa4611caf565b9050610ab08382611cd2565b9150505b919050565b60105460ff1690565b610aca6118e2565b6000546001600160a01b03908116911614610b1a576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526007602052604090205460ff16610b87576040805162461bcd60e51b815260206004820152601b60248201527f4163636f756e7420697320616c7265616479206578636c756465640000000000604482015290519081900360640190fd5b60005b600854811015610c7f57816001600160a01b031660088281548110610bab57fe5b6000918252602090912001546001600160a01b03161415610c7757600880546000198101908110610bd857fe5b600091825260209091200154600880546001600160a01b039092169183908110610bfe57fe5b600091825260208083209190910180546001600160a01b0319166001600160a01b039485161790559184168152600482526040808220829055600790925220805460ff191690556008805480610c5057fe5b600082815260209020810160001990810180546001600160a01b0319169055019055610c7f565b600101610b8a565b5050565b6000610996610c906118e2565b84610a488560056000610ca16118e2565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490611d1b565b60115481565b6000610ce16118e2565b6001600160a01b03811660009081526007602052604090205490915060ff1615610d3c5760405162461bcd60e51b815260040180806020018281038252602c815260200180612b3d602c913960400191505060405180910390fd5b6000610d4783611d75565b505050506001600160a01b038416600090815260036020526040902054919250610d7391905082611dc4565b6001600160a01b038316600090815260036020526040902055600c54610d999082611dc4565b600c55600d54610da99084611d1b565b600d55505050565b610db96118e2565b6000546001600160a01b03908116911614610e09576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b737a250d5630b4cf539739df2c5dacb4c659f2488d6001600160a01b0382161415610e655760405162461bcd60e51b8152600401808060200182810382526024815260200180612ad06024913960400191505060405180910390fd5b6001600160a01b03811660009081526009602052604090205460ff1615610ed3576040805162461bcd60e51b815260206004820152601e60248201527f4163636f756e7420697320616c726561647920626c61636b6c69737465640000604482015290519081900360640190fd5b6001600160a01b03166000818152600960205260408120805460ff19166001908117909155600a805491820181559091527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80180546001600160a01b0319169091179055565b610f416118e2565b6000546001600160a01b03908116911614610f91576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600660205260409020805460ff19166001179055565b6000600b5483111561100e576040805162461bcd60e51b815260206004820152601f60248201527f416d6f756e74206d757374206265206c657373207468616e20737570706c7900604482015290519081900360640190fd5b8161102d57600061101e84611d75565b5093955061099a945050505050565b600061103884611d75565b5092955061099a945050505050565b7f0000000000000000000000008c4fb4303567a1b46377776465d60d1db469f27d81565b601554610100900460ff1681565b6110816118e2565b6000546001600160a01b039081169116146110d1576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526007602052604090205460ff161561113f576040805162461bcd60e51b815260206004820152601b60248201527f4163636f756e7420697320616c7265616479206578636c756465640000000000604482015290519081900360640190fd5b6001600160a01b03811660009081526003602052604090205415611199576001600160a01b03811660009081526003602052604090205461117f90610a57565b6001600160a01b0382166000908152600460205260409020555b6001600160a01b03166000818152600760205260408120805460ff191660019081179091556008805491820181559091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30180546001600160a01b0319169091179055565b6001600160a01b031660009081526006602052604090205460ff1690565b60135481565b6001600160a01b03811660009081526007602052604081205460ff161561126357506001600160a01b038116600090815260046020526040902054610ab4565b6001600160a01b03821660009081526003602052604090205461099a90610a57565b61128d6118e2565b6000546001600160a01b039081169116146112dd576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b60165481565b6113356118e2565b6000546001600160a01b03908116911614611385576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526009602052604090205460ff166113f2576040805162461bcd60e51b815260206004820152601a60248201527f4163636f756e74206973206e6f7420626c61636b6c6973746564000000000000604482015290519081900360640190fd5b60005b600a54811015610c7f57816001600160a01b0316600a828154811061141657fe5b6000918252602090912001546001600160a01b031614156114b257600a8054600019810190811061144357fe5b600091825260209091200154600a80546001600160a01b03909216918390811061146957fe5b600091825260208083209190910180546001600160a01b0319166001600160a01b039485161790559184168152600990915260409020805460ff19169055600a805480610c5057fe5b6001016113f5565b6001600160a01b031660009081526007602052604090205460ff1690565b6000546001600160a01b031690565b6114ef6118e2565b6000546001600160a01b0390811691161461153f576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b601355565b600f8054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156109785780601f1061094d57610100808354040283529160200191610978565b60006109966115b26118e2565b84610a4885604051806060016040528060258152602001612b6960259139600560006115dc6118e2565b6001600160a01b03908116825260208083019390935260409182016000908120918d16815292529020549190611c18565b600061099661161a6118e2565b84846119d2565b6116296118e2565b6000546001600160a01b03908116911614611679576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b60158054821515610100810261ff00199092169190911790915560408051918252517f53726dfcaf90650aa7eb35524f4d3220f07413c8d6cb404cc8c18bf5591bc1599181900360200190a150565b6116d06118e2565b6000546001600160a01b03908116911614611720576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b611740606461173a83600b54611e0690919063ffffffff16565b90611cd2565b60165550565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205490565b6117796118e2565b6000546001600160a01b039081169116146117c9576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600660205260409020805460ff19169055565b6117f26118e2565b6000546001600160a01b03908116911614611842576040805162461bcd60e51b81526020600482018190526024820152600080516020612a87833981519152604482015290519081900360640190fd5b6001600160a01b0381166118875760405162461bcd60e51b81526004018080602001828103825260268152602001806129ce6026913960400191505060405180910390fd5b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b3390565b6001600160a01b03831661192b5760405162461bcd60e51b8152600401808060200182810382526024815260200180612b196024913960400191505060405180910390fd5b6001600160a01b0382166119705760405162461bcd60e51b81526004018080602001828103825260228152602001806129f46022913960400191505060405180910390fd5b6001600160a01b03808416600081815260056020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b038316611a175760405162461bcd60e51b8152600401808060200182810382526025815260200180612af46025913960400191505060405180910390fd5b6001600160a01b038216611a5c5760405162461bcd60e51b81526004018080602001828103825260238152602001806129816023913960400191505060405180910390fd5b60008111611a9b5760405162461bcd60e51b8152600401808060200182810382526029815260200180612aa76029913960400191505060405180910390fd5b611aa36114d8565b6001600160a01b0316836001600160a01b031614158015611add5750611ac76114d8565b6001600160a01b0316826001600160a01b031614155b15611b2357601654811115611b235760405162461bcd60e51b8152600401808060200182810382526028815260200180612a166028913960400191505060405180910390fd5b6000611b2e30611223565b90506016548110611b3e57506016545b60175481108015908190611b55575060155460ff16155b8015611b9357507f0000000000000000000000008c4fb4303567a1b46377776465d60d1db469f27d6001600160a01b0316856001600160a01b031614155b8015611ba65750601554610100900460ff165b15611bb9576017549150611bb982611e5f565b6001600160a01b03851660009081526006602052604090205460019060ff1680611bfb57506001600160a01b03851660009081526006602052604090205460ff165b15611c04575060005b611c1086868684611efc565b505050505050565b60008184841115611ca75760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611c6c578181015183820152602001611c54565b50505050905090810190601f168015611c995780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6000806000611cbc612070565b9092509050611ccb8282611cd2565b9250505090565b6000611d1483836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506121d3565b9392505050565b600082820183811015611d14576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b6000806000806000806000806000611d8c8a612238565b9250925092506000806000611daa8d8686611da5611caf565b61227a565b919f909e50909c50959a5093985091965092945050505050565b6000611d1483836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611c18565b600082611e155750600061099a565b82820282848281611e2257fe5b0414611d145760405162461bcd60e51b8152600401808060200182810382526021815260200180612a3e6021913960400191505060405180910390fd5b6015805460ff191660011790556000611e79826002611cd2565b90506000611e878383611dc4565b905047611e93836122ca565b6000611e9f4783611dc4565b9050611eab83826124d9565b604080518581526020810183905280820185905290517f17bbfb9a6069321b6ded73bd96327c9e6b7212a5cd51ff219cd61370acafb5619181900360600190a150506015805460ff19169055505050565b80611f0957611f096125d7565b6001600160a01b03841660009081526007602052604090205460ff168015611f4a57506001600160a01b03831660009081526007602052604090205460ff16155b15611f5f57611f5a848484612609565b61205d565b6001600160a01b03841660009081526007602052604090205460ff16158015611fa057506001600160a01b03831660009081526007602052604090205460ff165b15611fb057611f5a84848461272d565b6001600160a01b03841660009081526007602052604090205460ff16158015611ff257506001600160a01b03831660009081526007602052604090205460ff16155b1561200257611f5a8484846127d6565b6001600160a01b03841660009081526007602052604090205460ff16801561204257506001600160a01b03831660009081526007602052604090205460ff165b1561205257611f5a84848461281a565b61205d8484846127d6565b8061206a5761206a61288d565b50505050565b600c54600b546000918291825b6008548110156121a15782600360006008848154811061209957fe5b60009182526020808320909101546001600160a01b0316835282019290925260400190205411806120fe57508160046000600884815481106120d757fe5b60009182526020808320909101546001600160a01b03168352820192909252604001902054115b1561211557600c54600b54945094505050506121cf565b612155600360006008848154811061212957fe5b60009182526020808320909101546001600160a01b031683528201929092526040019020548490611dc4565b9250612197600460006008848154811061216b57fe5b60009182526020808320909101546001600160a01b031683528201929092526040019020548390611dc4565b915060010161207d565b50600b54600c546121b191611cd2565b8210156121c957600c54600b549350935050506121cf565b90925090505b9091565b600081836122225760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315611c6c578181015183820152602001611c54565b50600083858161222e57fe5b0495945050505050565b6000806000806122478561289b565b90506000612254866128b7565b9050600061226c826122668986611dc4565b90611dc4565b979296509094509092505050565b60008080806122898886611e06565b905060006122978887611e06565b905060006122a58888611e06565b905060006122b7826122668686611dc4565b939b939a50919850919650505050505050565b604080516002808252606080830184529260208301908036833701905050905030816000815181106122f857fe5b60200260200101906001600160a01b031690816001600160a01b0316815250507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6001600160a01b031663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b15801561237157600080fd5b505afa158015612385573d6000803e3d6000fd5b505050506040513d602081101561239b57600080fd5b50518151829060019081106123ac57fe5b60200260200101906001600160a01b031690816001600160a01b0316815250506123f7307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d846118e6565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6001600160a01b031663791ac9478360008430426040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b03168152602001838152602001828103825285818151815260200191508051906020019060200280838360005b8381101561249c578181015183820152602001612484565b505050509050019650505050505050600060405180830381600087803b1580156124c557600080fd5b505af1158015611c10573d6000803e3d6000fd5b612504307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d846118e6565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6001600160a01b031663f305d7198230856000806125416114d8565b426040518863ffffffff1660e01b815260040180876001600160a01b03168152602001868152602001858152602001848152602001836001600160a01b0316815260200182815260200196505050505050506060604051808303818588803b1580156125ac57600080fd5b505af11580156125c0573d6000803e3d6000fd5b50505050506040513d606081101561206a57600080fd5b6011541580156125e75750601354155b156125f157612607565b6011805460125560138054601455600091829055555b565b60008060008060008061261b87611d75565b6001600160a01b038f16600090815260046020526040902054959b5093995091975095509350915061264d9088611dc4565b6001600160a01b038a1660009081526004602090815260408083209390935560039052205461267c9087611dc4565b6001600160a01b03808b1660009081526003602052604080822093909355908a16815220546126ab9086611d1b565b6001600160a01b0389166000908152600360205260409020556126cd816128d3565b6126d7848361295c565b876001600160a01b0316896001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061273f87611d75565b6001600160a01b038f16600090815260036020526040902054959b509399509197509550935091506127719087611dc4565b6001600160a01b03808b16600090815260036020908152604080832094909455918b168152600490915220546127a79084611d1b565b6001600160a01b0389166000908152600460209081526040808320939093556003905220546126ab9086611d1b565b6000806000806000806127e887611d75565b6001600160a01b038f16600090815260036020526040902054959b5093995091975095509350915061267c9087611dc4565b60008060008060008061282c87611d75565b6001600160a01b038f16600090815260046020526040902054959b5093995091975095509350915061285e9088611dc4565b6001600160a01b038a166000908152600460209081526040808320939093556003905220546127719087611dc4565b601254601155601454601355565b600061099a606461173a60115485611e0690919063ffffffff16565b600061099a606461173a60135485611e0690919063ffffffff16565b60006128dd611caf565b905060006128eb8383611e06565b306000908152600360205260409020549091506129089082611d1b565b3060009081526003602090815260408083209390935560079052205460ff161561295757306000908152600460205260409020546129469084611d1b565b306000908152600460205260409020555b505050565b600c546129699083611dc4565b600c55600d546129799082611d1b565b600d55505056fe45524332303a207472616e7366657220746f20746865207a65726f2061646472657373416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573735472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f57652063616e206e6f7420626c61636b6c69737420556e697377617020726f757465722e45524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573734578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220817c373010b231ff1d1ea52d5c9cf4de20a92a07b889b7a5f3d3c510b5e2290464736f6c634300060c0033
Deployed Bytecode Sourcemap
24859:19335:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33289:98;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33289:98:0;;:::i;:::-;;27352:83;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28264:161;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;28264:161:0;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;29385:87;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;25920:51;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;25920:51:0;;;;;;;;;;;;;;27629:95;;;;;;;;;;;;;:::i;28433:313::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;28433:313:0;;;;;;;;;;;;;;;;;:::i;30309:253::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;30309:253:0;;:::i;27538:83::-;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;31025:479;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;31025:479:0;-1:-1:-1;;;;;31025:479:0;;:::i;28754:218::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;28754:218:0;;;;;;;;:::i;25732:26::-;;;;;;;;;;;;;:::i;29480:377::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;29480:377:0;;:::i;31516:352::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;31516:352:0;-1:-1:-1;;;;;31516:352:0;;:::i;33044:111::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33044:111:0;-1:-1:-1;;;;;33044:111:0;;:::i;29865:436::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;29865:436:0;;;;;;;;;:::i;25978:38::-;;;;;;;;;;;;;:::i;26057:41::-;;;;;;;;;;;;;:::i;30570:447::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;30570:447:0;-1:-1:-1;;;;;30570:447:0;;:::i;37186:123::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;37186:123:0;-1:-1:-1;;;;;37186:123:0;;:::i;25819:32::-;;;;;;;;;;;;;:::i;27732:198::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;27732:198:0;-1:-1:-1;;;;;27732:198:0;;:::i;16208:148::-;;;;;;;;;;;;;:::i;26111:53::-;;;;;;;;;;;;;:::i;31876:500::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;31876:500:0;-1:-1:-1;;;;;31876:500:0;;:::i;29257:120::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;29257:120:0;-1:-1:-1;;;;;29257:120:0;;:::i;15565:79::-;;;;;;;;;;;;;:::i;33399:122::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33399:122:0;;:::i;27443:87::-;;;;;;;;;;;;;:::i;28980:269::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;28980:269:0;;;;;;;;:::i;27938:167::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;27938:167:0;;;;;;;;:::i;33702:171::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33702:171:0;;;;:::i;33532:162::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33532:162:0;;:::i;28113:143::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;28113:143:0;;;;;;;;;;:::i;33167:110::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33167:110:0;-1:-1:-1;;;;;33167:110:0;;:::i;16511:244::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;16511:244:0;-1:-1:-1;;;;;16511:244:0;;:::i;33289:98::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;33363:7:::1;:16:::0;33289:98::o;27352:83::-;27422:5;27415:12;;;;;;;;-1:-1:-1;;27415:12:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27389:13;;27415:12;;27422:5;;27415:12;;27422:5;27415:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27352:83;:::o;28264:161::-;28339:4;28356:39;28365:12;:10;:12::i;:::-;28379:7;28388:6;28356:8;:39::i;:::-;-1:-1:-1;28413:4:0;28264:161;;;;;:::o;29385:87::-;29454:10;;29385:87;:::o;25920:51::-;;;:::o;27629:95::-;27709:7;;27629:95;:::o;28433:313::-;28531:4;28548:36;28558:6;28566:9;28577:6;28548:9;:36::i;:::-;28595:121;28604:6;28612:12;:10;:12::i;:::-;28626:89;28664:6;28626:89;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;28626:19:0;;;;;;:11;:19;;;;;;28646:12;:10;:12::i;:::-;-1:-1:-1;;;;;28626:33:0;;;;;;;;;;;;-1:-1:-1;28626:33:0;;;:89;:37;:89::i;:::-;28595:8;:121::i;:::-;-1:-1:-1;28734:4:0;28433:313;;;;;:::o;30309:253::-;30375:7;30414;;30403;:18;;30395:73;;;;-1:-1:-1;;;30395:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30479:19;30502:10;:8;:10::i;:::-;30479:33;-1:-1:-1;30530:24:0;:7;30479:33;30530:11;:24::i;:::-;30523:31;;;30309:253;;;;:::o;27538:83::-;27604:9;;;;27538:83;:::o;31025:479::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;31107:20:0;::::1;;::::0;;;:11:::1;:20;::::0;;;;;::::1;;31099:60;;;::::0;;-1:-1:-1;;;31099:60:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;31175:9;31170:327;31194:9;:16:::0;31190:20;::::1;31170:327;;;31252:7;-1:-1:-1::0;;;;;31236:23:0::1;:9;31246:1;31236:12;;;;;;;;;::::0;;;::::1;::::0;;;::::1;::::0;-1:-1:-1;;;;;31236:12:0::1;:23;31232:254;;;31295:9;31305:16:::0;;-1:-1:-1;;31305:20:0;;;31295:31;::::1;;;;;;::::0;;;::::1;::::0;;;::::1;::::0;31280:9:::1;:12:::0;;-1:-1:-1;;;;;31295:31:0;;::::1;::::0;31290:1;;31280:12;::::1;;;;;;::::0;;;::::1;::::0;;;;;;::::1;:46:::0;;-1:-1:-1;;;;;;31280:46:0::1;-1:-1:-1::0;;;;;31280:46:0;;::::1;;::::0;;31345:16;;::::1;::::0;;:7:::1;:16:::0;;;;;;:20;;;31384:11:::1;:20:::0;;;;:28;;-1:-1:-1;;31384:28:0::1;::::0;;31431:9:::1;:15:::0;;;::::1;;;;;::::0;;;::::1;::::0;;;;-1:-1:-1;;31431:15:0;;;;;-1:-1:-1;;;;;;31431:15:0::1;::::0;;;;;31465:5:::1;;31232:254;31212:3;;31170:327;;;;31025:479:::0;:::o;28754:218::-;28842:4;28859:83;28868:12;:10;:12::i;:::-;28882:7;28891:50;28930:10;28891:11;:25;28903:12;:10;:12::i;:::-;-1:-1:-1;;;;;28891:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;28891:25:0;;;:34;;;;;;;;;;;:38;:50::i;25732:26::-;;;;:::o;29480:377::-;29532:14;29549:12;:10;:12::i;:::-;-1:-1:-1;;;;;29581:19:0;;;;;;:11;:19;;;;;;29532:29;;-1:-1:-1;29581:19:0;;29580:20;29572:77;;;;-1:-1:-1;;;29572:77:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29661:15;29685:19;29696:7;29685:10;:19::i;:::-;-1:-1:-1;;;;;;;;;29733:15:0;;;;;;:7;:15;;;;;;29660:44;;-1:-1:-1;29733:28:0;;:15;-1:-1:-1;29660:44:0;29733:19;:28::i;:::-;-1:-1:-1;;;;;29715:15:0;;;;;;:7;:15;;;;;:46;29782:7;;:20;;29794:7;29782:11;:20::i;:::-;29772:7;:30;29826:10;;:23;;29841:7;29826:14;:23::i;:::-;29813:10;:36;-1:-1:-1;;;29480:377:0:o;31516:352::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;31611:42:::1;-1:-1:-1::0;;;;;31600:53:0;::::1;;;31592:102;;;;-1:-1:-1::0;;;31592:102:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;31714:26:0;::::1;;::::0;;;:17:::1;:26;::::0;;;;;::::1;;31713:27;31705:70;;;::::0;;-1:-1:-1;;;31705:70:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;-1:-1:-1::0;;;;;31786:26:0::1;;::::0;;;:17:::1;:26;::::0;;;;:33;;-1:-1:-1;;31786:33:0::1;31815:4;31786:33:::0;;::::1;::::0;;;31830:16:::1;:30:::0;;;;::::1;::::0;;;;;;::::1;::::0;;-1:-1:-1;;;;;;31830:30:0::1;::::0;;::::1;::::0;;31516:352::o;33044:111::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;33113:27:0::1;;::::0;;;:18:::1;:27;::::0;;;;:34;;-1:-1:-1;;33113:34:0::1;33143:4;33113:34;::::0;;33044:111::o;29865:436::-;29955:7;29994;;29983;:18;;29975:62;;;;;-1:-1:-1;;;29975:62:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;30053:17;30048:246;;30088:15;30112:19;30123:7;30112:10;:19::i;:::-;-1:-1:-1;30087:44:0;;-1:-1:-1;30146:14:0;;-1:-1:-1;;;;;30146:14:0;30048:246;30195:23;30226:19;30237:7;30226:10;:19::i;:::-;-1:-1:-1;30193:52:0;;-1:-1:-1;30260:22:0;;-1:-1:-1;;;;;30260:22:0;25978:38;;;:::o;26057:41::-;;;;;;;;;:::o;30570:447::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;30767:20:0;::::1;;::::0;;;:11:::1;:20;::::0;;;;;::::1;;30766:21;30758:61;;;::::0;;-1:-1:-1;;;30758:61:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;-1:-1:-1::0;;;;;30833:16:0;::::1;30852:1;30833:16:::0;;;:7:::1;:16;::::0;;;;;:20;30830:108:::1;;-1:-1:-1::0;;;;;30909:16:0;::::1;;::::0;;;:7:::1;:16;::::0;;;;;30889:37:::1;::::0;:19:::1;:37::i;:::-;-1:-1:-1::0;;;;;30870:16:0;::::1;;::::0;;;:7:::1;:16;::::0;;;;:56;30830:108:::1;-1:-1:-1::0;;;;;30948:20:0::1;;::::0;;;:11:::1;:20;::::0;;;;:27;;-1:-1:-1;;30948:27:0::1;30971:4;30948:27:::0;;::::1;::::0;;;30986:9:::1;:23:::0;;;;::::1;::::0;;;;;;::::1;::::0;;-1:-1:-1;;;;;;30986:23:0::1;::::0;;::::1;::::0;;30570:447::o;37186:123::-;-1:-1:-1;;;;;37274:27:0;37250:4;37274:27;;;:18;:27;;;;;;;;;37186:123::o;25819:32::-;;;;:::o;27732:198::-;-1:-1:-1;;;;;27822:20:0;;27798:7;27822:20;;;:11;:20;;;;;;;;27818:49;;;-1:-1:-1;;;;;;27851:16:0;;;;;;:7;:16;;;;;;27844:23;;27818:49;-1:-1:-1;;;;;27905:16:0;;;;;;:7;:16;;;;;;27885:37;;:19;:37::i;16208:148::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;16315:1:::1;16299:6:::0;;16278:40:::1;::::0;-1:-1:-1;;;;;16299:6:0;;::::1;::::0;16278:40:::1;::::0;16315:1;;16278:40:::1;16346:1;16329:19:::0;;-1:-1:-1;;;;;;16329:19:0::1;::::0;;16208:148::o;26111:53::-;;;;:::o;31876:500::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;31965:26:0;::::1;;::::0;;;:17:::1;:26;::::0;;;;;::::1;;31957:65;;;::::0;;-1:-1:-1;;;31957:65:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;32038:9;32033:336;32057:16;:23:::0;32053:27;::::1;32033:336;;;32129:7;-1:-1:-1::0;;;;;32106:30:0::1;:16;32123:1;32106:19;;;;;;;;;::::0;;;::::1;::::0;;;::::1;::::0;-1:-1:-1;;;;;32106:19:0::1;:30;32102:256;;;32179:16;32196:23:::0;;-1:-1:-1;;32196:27:0;;;32179:45;::::1;;;;;;::::0;;;::::1;::::0;;;::::1;::::0;32157:16:::1;:19:::0;;-1:-1:-1;;;;;32179:45:0;;::::1;::::0;32174:1;;32157:19;::::1;;;;;;::::0;;;::::1;::::0;;;;;;::::1;:67:::0;;-1:-1:-1;;;;;;32157:67:0::1;-1:-1:-1::0;;;;;32157:67:0;;::::1;;::::0;;32243:26;;::::1;::::0;;:17:::1;:26:::0;;;;;;:34;;-1:-1:-1;;32243:34:0::1;::::0;;32296:16:::1;:22:::0;;;::::1;;;32102:256;32082:3;;32033:336;;29257:120:::0;-1:-1:-1;;;;;29349:20:0;29325:4;29349:20;;;:11;:20;;;;;;;;;29257:120::o;15565:79::-;15603:7;15630:6;-1:-1:-1;;;;;15630:6:0;15565:79;:::o;33399:122::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;33485:13:::1;:28:::0;33399:122::o;27443:87::-;27515:7;27508:14;;;;;;;;-1:-1:-1;;27508:14:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27482:13;;27508:14;;27515:7;;27508:14;;27515:7;27508:14;;;;;;;;;;;;;;;;;;;;;;;;28980:269;29073:4;29090:129;29099:12;:10;:12::i;:::-;29113:7;29122:96;29161:15;29122:96;;;;;;;;;;;;;;;;;:11;:25;29134:12;:10;:12::i;:::-;-1:-1:-1;;;;;29122:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;29122:25:0;;;:34;;;;;;;;;;;:96;:38;:96::i;27938:167::-;28016:4;28033:42;28043:12;:10;:12::i;:::-;28057:9;28068:6;28033:9;:42::i;33702:171::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;33779:21:::1;:32:::0;;;::::1;;;::::0;::::1;-1:-1:-1::0;;33779:32:0;;::::1;::::0;;;::::1;::::0;;;33827:38:::1;::::0;;;;;;::::1;::::0;;;;::::1;::::0;;::::1;33702:171:::0;:::o;33532:162::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;33626:60:::1;33670:5;33626:25;33638:12;33626:7;;:11;;:25;;;;:::i;:::-;:29:::0;::::1;:60::i;:::-;33611:12;:75:::0;-1:-1:-1;33532:162:0:o;28113:143::-;-1:-1:-1;;;;;28221:18:0;;;28194:7;28221:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;28113:143::o;33167:110::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;33234:27:0::1;33264:5;33234:27:::0;;;:18:::1;:27;::::0;;;;:35;;-1:-1:-1;;33234:35:0::1;::::0;;33167:110::o;16511:244::-;15787:12;:10;:12::i;:::-;15777:6;;-1:-1:-1;;;;;15777:6:0;;;:22;;;15769:67;;;;;-1:-1:-1;;;15769:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15769:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;16600:22:0;::::1;16592:73;;;;-1:-1:-1::0;;;16592:73:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16702:6;::::0;;16681:38:::1;::::0;-1:-1:-1;;;;;16681:38:0;;::::1;::::0;16702:6;::::1;::::0;16681:38:::1;::::0;::::1;16730:6;:17:::0;;-1:-1:-1;;;;;;16730:17:0::1;-1:-1:-1::0;;;;;16730:17:0;;;::::1;::::0;;;::::1;::::0;;16511:244::o;7973:106::-;8061:10;7973:106;:::o;37317:337::-;-1:-1:-1;;;;;37410:19:0;;37402:68;;;;-1:-1:-1;;;37402:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;37489:21:0;;37481:68;;;;-1:-1:-1;;;37481:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;37562:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;37614:32;;;;;;;;;;;;;;;;;37317:337;;;:::o;37662:1813::-;-1:-1:-1;;;;;37784:18:0;;37776:68;;;;-1:-1:-1;;;37776:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;37863:16:0;;37855:64;;;;-1:-1:-1;;;37855:64:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37947:1;37938:6;:10;37930:64;;;;-1:-1:-1;;;37930:64:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38016:7;:5;:7::i;:::-;-1:-1:-1;;;;;38008:15:0;:4;-1:-1:-1;;;;;38008:15:0;;;:32;;;;;38033:7;:5;:7::i;:::-;-1:-1:-1;;;;;38027:13:0;:2;-1:-1:-1;;;;;38027:13:0;;;38008:32;38005:125;;;38073:12;;38063:6;:22;;38055:75;;;;-1:-1:-1;;;38055:75:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38425:28;38456:24;38474:4;38456:9;:24::i;:::-;38425:55;;38528:12;;38504:20;:36;38501:112;;-1:-1:-1;38589:12:0;;38501:112;38684:29;;38660:53;;;;;;;38742;;-1:-1:-1;38779:16:0;;;;38778:17;38742:53;:91;;;;;38820:13;-1:-1:-1;;;;;38812:21:0;:4;-1:-1:-1;;;;;38812:21:0;;;38742:91;:129;;;;-1:-1:-1;38850:21:0;;;;;;;38742:129;38724:318;;;38921:29;;38898:52;;38994:36;39009:20;38994:14;:36::i;:::-;-1:-1:-1;;;;;39250:24:0;;39123:12;39250:24;;;:18;:24;;;;;;39138:4;;39250:24;;;:50;;-1:-1:-1;;;;;;39278:22:0;;;;;;:18;:22;;;;;;;;39250:50;39247:96;;;-1:-1:-1;39326:5:0;39247:96;39429:38;39444:4;39449:2;39452:6;39459:7;39429:14;:38::i;:::-;37662:1813;;;;;;:::o;4383:192::-;4469:7;4505:12;4497:6;;;;4489:29;;;;-1:-1:-1;;;4489:29:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;4541:5:0;;;4383:192::o;35336:163::-;35377:7;35398:15;35415;35434:19;:17;:19::i;:::-;35397:56;;-1:-1:-1;35397:56:0;-1:-1:-1;35471:20:0;35397:56;;35471:11;:20::i;:::-;35464:27;;;;35336:163;:::o;5781:132::-;5839:7;5866:39;5870:1;5873;5866:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;5859:46;5781:132;-1:-1:-1;;;5781:132:0:o;3480:181::-;3538:7;3570:5;;;3594:6;;;;3586:46;;;;;-1:-1:-1;;;3586:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;34134:419;34193:7;34202;34211;34220;34229;34238;34259:23;34284:12;34298:18;34320:20;34332:7;34320:11;:20::i;:::-;34258:82;;;;;;34352:15;34369:23;34394:12;34410:50;34422:7;34431:4;34437:10;34449;:8;:10::i;:::-;34410:11;:50::i;:::-;34351:109;;;;-1:-1:-1;34351:109:0;;-1:-1:-1;34511:15:0;;-1:-1:-1;34528:4:0;;-1:-1:-1;34534:10:0;;-1:-1:-1;34134:419:0;;-1:-1:-1;;;;;34134:419:0:o;3944:136::-;4002:7;4029:43;4033:1;4036;4029:43;;;;;;;;;;;;;;;;;:3;:43::i;4834:471::-;4892:7;5137:6;5133:47;;-1:-1:-1;5167:1:0;5160:8;;5133:47;5204:5;;;5208:1;5204;:5;:1;5228:5;;;;;:10;5220:56;;;;-1:-1:-1;;;5220:56:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;39483:985;26545:16;:23;;-1:-1:-1;;26545:23:0;26564:4;26545:23;;;:16;39634:27:::1;:20:::0;39659:1:::1;39634:24;:27::i;:::-;39619:42:::0;-1:-1:-1;39672:17:0::1;39692:30;:20:::0;39619:42;39692:24:::1;:30::i;:::-;39672:50:::0;-1:-1:-1;40025:21:0::1;40091:22;40108:4:::0;40091:16:::1;:22::i;:::-;40244:18;40265:41;:21;40291:14:::0;40265:25:::1;:41::i;:::-;40244:62;;40356:35;40369:9;40380:10;40356:12;:35::i;:::-;40417:43;::::0;;;;;::::1;::::0;::::1;::::0;;;;;;;;;;;::::1;::::0;;;;;;;::::1;-1:-1:-1::0;;26591:16:0;:24;;-1:-1:-1;;26591:24:0;;;-1:-1:-1;;;39483:985:0:o;41667:834::-;41778:7;41774:40;;41800:14;:12;:14::i;:::-;-1:-1:-1;;;;;41839:19:0;;;;;;:11;:19;;;;;;;;:46;;;;-1:-1:-1;;;;;;41863:22:0;;;;;;:11;:22;;;;;;;;41862:23;41839:46;41835:597;;;41902:48;41924:6;41932:9;41943:6;41902:21;:48::i;:::-;41835:597;;;-1:-1:-1;;;;;41973:19:0;;;;;;:11;:19;;;;;;;;41972:20;:46;;;;-1:-1:-1;;;;;;41996:22:0;;;;;;:11;:22;;;;;;;;41972:46;41968:464;;;42035:46;42055:6;42063:9;42074:6;42035:19;:46::i;41968:464::-;-1:-1:-1;;;;;42104:19:0;;;;;;:11;:19;;;;;;;;42103:20;:47;;;;-1:-1:-1;;;;;;42128:22:0;;;;;;:11;:22;;;;;;;;42127:23;42103:47;42099:333;;;42167:44;42185:6;42193:9;42204:6;42167:17;:44::i;42099:333::-;-1:-1:-1;;;;;42233:19:0;;;;;;:11;:19;;;;;;;;:45;;;;-1:-1:-1;;;;;;42256:22:0;;;;;;:11;:22;;;;;;;;42233:45;42229:203;;;42295:48;42317:6;42325:9;42336:6;42295:21;:48::i;42229:203::-;42376:44;42394:6;42402:9;42413:6;42376:17;:44::i;:::-;42456:7;42452:41;;42478:15;:13;:15::i;:::-;41667:834;;;;:::o;35507:561::-;35604:7;;35640;;35557;;;;;35664:289;35688:9;:16;35684:20;;35664:289;;;35754:7;35730;:21;35738:9;35748:1;35738:12;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;35738:12:0;35730:21;;;;;;;;;;;;;:31;;:66;;;35789:7;35765;:21;35773:9;35783:1;35773:12;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;35773:12:0;35765:21;;;;;;;;;;;;;:31;35730:66;35726:97;;;35806:7;;35815;;35798:25;;;;;;;;;35726:97;35848:34;35860:7;:21;35868:9;35878:1;35868:12;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;35868:12:0;35860:21;;;;;;;;;;;;;35848:7;;:11;:34::i;:::-;35838:44;;35907:34;35919:7;:21;35927:9;35937:1;35927:12;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;35927:12:0;35919:21;;;;;;;;;;;;;35907:7;;:11;:34::i;:::-;35897:44;-1:-1:-1;35706:3:0;;35664:289;;;-1:-1:-1;35989:7:0;;35977;;:20;;:11;:20::i;:::-;35967:7;:30;35963:61;;;36007:7;;36016;;35999:25;;;;;;;;35963:61;36043:7;;-1:-1:-1;36052:7:0;-1:-1:-1;35507:561:0;;;:::o;6409:278::-;6495:7;6530:12;6523:5;6515:28;;;;-1:-1:-1;;;6515:28:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6554:9;6570:1;6566;:5;;;;;;;6409:278;-1:-1:-1;;;;;6409:278:0:o;34561:330::-;34621:7;34630;34639;34659:12;34674:24;34690:7;34674:15;:24::i;:::-;34659:39;;34709:18;34730:30;34752:7;34730:21;:30::i;:::-;34709:51;-1:-1:-1;34771:23:0;34797:33;34709:51;34797:17;:7;34809:4;34797:11;:17::i;:::-;:21;;:33::i;:::-;34771:59;34866:4;;-1:-1:-1;34872:10:0;;-1:-1:-1;34561:330:0;;-1:-1:-1;;;34561:330:0:o;34899:429::-;35014:7;;;;35070:24;:7;35082:11;35070;:24::i;:::-;35052:42;-1:-1:-1;35105:12:0;35120:21;:4;35129:11;35120:8;:21::i;:::-;35105:36;-1:-1:-1;35152:18:0;35173:27;:10;35188:11;35173:14;:27::i;:::-;35152:48;-1:-1:-1;35211:23:0;35237:33;35152:48;35237:17;:7;35249:4;35237:11;:17::i;:33::-;35289:7;;;;-1:-1:-1;35315:4:0;;-1:-1:-1;34899:429:0;;-1:-1:-1;;;;;;;34899:429:0:o;40476:589::-;40626:16;;;40640:1;40626:16;;;40602:21;40626:16;;;;;40602:21;40626:16;;;;;;;;;;-1:-1:-1;40626:16:0;40602:40;;40671:4;40653;40658:1;40653:7;;;;;;;;;;;;;:23;-1:-1:-1;;;;;40653:23:0;;;-1:-1:-1;;;;;40653:23:0;;;;;40697:15;-1:-1:-1;;;;;40697:20:0;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;40697:22:0;40687:7;;:4;;40692:1;;40687:7;;;;;;;;;;;:32;-1:-1:-1;;;;;40687:32:0;;;-1:-1:-1;;;;;40687:32:0;;;;;40732:62;40749:4;40764:15;40782:11;40732:8;:62::i;:::-;40833:15;-1:-1:-1;;;;;40833:66:0;;40914:11;40940:1;40984:4;41011;41031:15;40833:224;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;40833:224:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41073:513;41221:62;41238:4;41253:15;41271:11;41221:8;:62::i;:::-;41326:15;-1:-1:-1;;;;;41326:31:0;;41365:9;41398:4;41418:11;41444:1;41487;41530:7;:5;:7::i;:::-;41552:15;41326:252;;;;;;;;;;;;;-1:-1:-1;;;;;41326:252:0;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;41326:252:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36787:250;36833:7;;:12;:34;;;;-1:-1:-1;36849:13:0;;:18;36833:34;36830:46;;;36869:7;;36830:46;36914:7;;;36896:15;:25;36956:13;;;36932:21;:37;-1:-1:-1;36990:11:0;;;;37012:17;36787:250;:::o;43613:566::-;43716:15;43733:23;43758:12;43772:23;43797:12;43811:18;43833:19;43844:7;43833:10;:19::i;:::-;-1:-1:-1;;;;;43881:15:0;;;;;;:7;:15;;;;;;43715:137;;-1:-1:-1;43715:137:0;;-1:-1:-1;43715:137:0;;-1:-1:-1;43715:137:0;-1:-1:-1;43715:137:0;-1:-1:-1;43715:137:0;-1:-1:-1;43881:28:0;;43901:7;43881:19;:28::i;:::-;-1:-1:-1;;;;;43863:15:0;;;;;;:7;:15;;;;;;;;:46;;;;43938:7;:15;;;;:28;;43958:7;43938:19;:28::i;:::-;-1:-1:-1;;;;;43920:15:0;;;;;;;:7;:15;;;;;;:46;;;;43998:18;;;;;;;:39;;44021:15;43998:22;:39::i;:::-;-1:-1:-1;;;;;43977:18:0;;;;;;:7;:18;;;;;:60;44051:26;44066:10;44051:14;:26::i;:::-;44088:23;44100:4;44106;44088:11;:23::i;:::-;44144:9;-1:-1:-1;;;;;44127:44:0;44136:6;-1:-1:-1;;;;;44127:44:0;;44155:15;44127:44;;;;;;;;;;;;;;;;;;43613:566;;;;;;;;;:::o;43019:586::-;43120:15;43137:23;43162:12;43176:23;43201:12;43215:18;43237:19;43248:7;43237:10;:19::i;:::-;-1:-1:-1;;;;;43285:15:0;;;;;;:7;:15;;;;;;43119:137;;-1:-1:-1;43119:137:0;;-1:-1:-1;43119:137:0;;-1:-1:-1;43119:137:0;-1:-1:-1;43119:137:0;-1:-1:-1;43119:137:0;-1:-1:-1;43285:28:0;;43119:137;43285:19;:28::i;:::-;-1:-1:-1;;;;;43267:15:0;;;;;;;:7;:15;;;;;;;;:46;;;;43345:18;;;;;:7;:18;;;;;:39;;43368:15;43345:22;:39::i;:::-;-1:-1:-1;;;;;43324:18:0;;;;;;:7;:18;;;;;;;;:60;;;;43416:7;:18;;;;:39;;43439:15;43416:22;:39::i;42509:502::-;42608:15;42625:23;42650:12;42664:23;42689:12;42703:18;42725:19;42736:7;42725:10;:19::i;:::-;-1:-1:-1;;;;;42773:15:0;;;;;;:7;:15;;;;;;42607:137;;-1:-1:-1;42607:137:0;;-1:-1:-1;42607:137:0;;-1:-1:-1;42607:137:0;-1:-1:-1;42607:137:0;-1:-1:-1;42607:137:0;-1:-1:-1;42773:28:0;;42607:137;42773:19;:28::i;32386:642::-;32489:15;32506:23;32531:12;32545:23;32570:12;32584:18;32606:19;32617:7;32606:10;:19::i;:::-;-1:-1:-1;;;;;32654:15:0;;;;;;:7;:15;;;;;;32488:137;;-1:-1:-1;32488:137:0;;-1:-1:-1;32488:137:0;;-1:-1:-1;32488:137:0;-1:-1:-1;32488:137:0;-1:-1:-1;32488:137:0;-1:-1:-1;32654:28:0;;32674:7;32654:19;:28::i;:::-;-1:-1:-1;;;;;32636:15:0;;;;;;:7;:15;;;;;;;;:46;;;;32711:7;:15;;;;:28;;32731:7;32711:19;:28::i;37049:125::-;37103:15;;37093:7;:25;37145:21;;37129:13;:37;37049:125::o;36447:154::-;36511:7;36538:55;36577:5;36538:20;36550:7;;36538;:11;;:20;;;;:::i;36609:166::-;36679:7;36706:61;36751:5;36706:26;36718:13;;36706:7;:11;;:26;;;;:::i;36080:355::-;36143:19;36166:10;:8;:10::i;:::-;36143:33;-1:-1:-1;36187:18:0;36208:27;:10;36143:33;36208:14;:27::i;:::-;36287:4;36271:22;;;;:7;:22;;;;;;36187:48;;-1:-1:-1;36271:38:0;;36187:48;36271:26;:38::i;:::-;36262:4;36246:22;;;;:7;:22;;;;;;;;:63;;;;36323:11;:26;;;;;;36320:107;;;36405:4;36389:22;;;;:7;:22;;;;;;:38;;36416:10;36389:26;:38::i;:::-;36380:4;36364:22;;;;:7;:22;;;;;:63;36320:107;36080:355;;;:::o;33979:147::-;34057:7;;:17;;34069:4;34057:11;:17::i;:::-;34047:7;:27;34098:10;;:20;;34113:4;34098:14;:20::i;:::-;34085:10;:33;-1:-1:-1;;33979:147:0:o
Swarm Source
ipfs://817c373010b231ff1d1ea52d5c9cf4de20a92a07b889b7a5f3d3c510b5e22904
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.