Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 41 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Transfer | 23729780 | 137 days ago | IN | 0 ETH | 0.0002105 | ||||
| Set Swap And Liq... | 14252264 | 1489 days ago | IN | 0 ETH | 0.00294277 | ||||
| Approve | 14153913 | 1504 days ago | IN | 0 ETH | 0.00289961 | ||||
| Approve | 14009902 | 1526 days ago | IN | 0 ETH | 0.00261761 | ||||
| Approve | 13804004 | 1558 days ago | IN | 0 ETH | 0.00210154 | ||||
| Approve | 13756906 | 1566 days ago | IN | 0 ETH | 0.00420576 | ||||
| Approve | 13755830 | 1566 days ago | IN | 0 ETH | 0.00614486 | ||||
| Approve | 13701794 | 1574 days ago | IN | 0 ETH | 0.00297918 | ||||
| Approve | 13690000 | 1576 days ago | IN | 0 ETH | 0.00507416 | ||||
| Approve | 13653792 | 1582 days ago | IN | 0 ETH | 0.00357706 | ||||
| Approve | 13653693 | 1582 days ago | IN | 0 ETH | 0.00577821 | ||||
| Approve | 13649335 | 1583 days ago | IN | 0 ETH | 0.00588024 | ||||
| Approve | 13643921 | 1584 days ago | IN | 0 ETH | 0.00518324 | ||||
| Approve | 13633289 | 1585 days ago | IN | 0 ETH | 0.00489383 | ||||
| Approve | 13629473 | 1586 days ago | IN | 0 ETH | 0.00498594 | ||||
| Approve | 13628531 | 1586 days ago | IN | 0 ETH | 0.00742504 | ||||
| Approve | 13628519 | 1586 days ago | IN | 0 ETH | 0.00691297 | ||||
| Approve | 13625665 | 1586 days ago | IN | 0 ETH | 0.00491589 | ||||
| Set Max Tx Perce... | 13624201 | 1587 days ago | IN | 0 ETH | 0.00394793 | ||||
| Approve | 13623862 | 1587 days ago | IN | 0 ETH | 0.00427333 | ||||
| Approve | 13623862 | 1587 days ago | IN | 0 ETH | 0.00747666 | ||||
| Approve | 13623636 | 1587 days ago | IN | 0 ETH | 0.00696324 | ||||
| Approve | 13623596 | 1587 days ago | IN | 0 ETH | 0.00843914 | ||||
| Approve | 13623588 | 1587 days ago | IN | 0 ETH | 0.0071513 | ||||
| Approve | 13623574 | 1587 days ago | IN | 0 ETH | 0.00717406 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| - | 13860578 | 1549 days ago | 0.00970193 ETH | ||||
| - | 13860578 | 1549 days ago | 0.0000001 ETH | ||||
| - | 13860578 | 1549 days ago | 0.00121274 ETH | ||||
| - | 13860578 | 1549 days ago | 0.01091467 ETH | ||||
| - | 13763451 | 1564 days ago | 0.01087864 ETH | ||||
| - | 13763451 | 1564 days ago | 0.00000036 ETH | ||||
| - | 13763451 | 1564 days ago | 0.00135983 ETH | ||||
| - | 13763451 | 1564 days ago | 0.01223847 ETH | ||||
| - | 13690008 | 1576 days ago | 0.01137026 ETH | ||||
| - | 13690008 | 1576 days ago | 0.00000048 ETH | ||||
| - | 13690008 | 1576 days ago | 0.00142128 ETH | ||||
| - | 13690008 | 1576 days ago | 0.01279154 ETH | ||||
| - | 13653877 | 1582 days ago | 0.01582642 ETH | ||||
| - | 13653877 | 1582 days ago | 0.00000187 ETH | ||||
| - | 13653877 | 1582 days ago | 0.0019783 ETH | ||||
| - | 13653877 | 1582 days ago | 0.01780472 ETH | ||||
| - | 13653801 | 1582 days ago | 0.01884689 ETH | ||||
| - | 13653801 | 1582 days ago | 0.00000308 ETH | ||||
| - | 13653801 | 1582 days ago | 0.00235586 ETH | ||||
| - | 13653801 | 1582 days ago | 0.02120276 ETH | ||||
| - | 13653750 | 1582 days ago | 0.02437481 ETH | ||||
| - | 13653750 | 1582 days ago | 0.0000058 ETH | ||||
| - | 13653750 | 1582 days ago | 0.00304685 ETH | ||||
| - | 13653750 | 1582 days ago | 0.02742166 ETH | ||||
| - | 13643355 | 1584 days ago | 0.02665385 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
LesGoh
Compiler Version
v0.6.12+commit.27d51765
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2021-11-15
*/
/**
#LESGOH
#LESGOH features:
2% fee auto adds to the liquidity pool
8% fee adds to marketing funds for massive marketing campaigns + CEX listings
*/
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;
}
function geUnlockTime() public view returns (uint256) {
return _lockTime;
}
//Locks the contract for owner for the amount of time provided
function lock(uint256 time) public virtual onlyOwner {
_previousOwner = _owner;
_owner = address(0);
_lockTime = now + time;
emit OwnershipTransferred(_owner, address(0));
}
//Unlocks the contract for owner when _lockTime is exceeds
function unlock() public virtual {
require(_previousOwner == msg.sender, "You don't have permission to unlock");
require(now > _lockTime , "Contract is locked until 7 days");
emit OwnershipTransferred(_owner, _previousOwner);
_owner = _previousOwner;
}
}
// pragma solidity >=0.5.0;
interface IUniswapV2Factory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
function feeTo() external view returns (address);
function feeToSetter() external view returns (address);
function getPair(address tokenA, address tokenB) external view returns (address pair);
function allPairs(uint) external view returns (address pair);
function allPairsLength() external view returns (uint);
function createPair(address tokenA, address tokenB) external returns (address pair);
function setFeeTo(address) external;
function setFeeToSetter(address) external;
}
// pragma solidity >=0.5.0;
interface IUniswapV2Pair {
event Approval(address indexed owner, address indexed spender, uint value);
event Transfer(address indexed from, address indexed to, uint value);
function name() external pure returns (string memory);
function symbol() external pure returns (string memory);
function decimals() external pure returns (uint8);
function totalSupply() external view returns (uint);
function balanceOf(address owner) external view returns (uint);
function allowance(address owner, address spender) external view returns (uint);
function approve(address spender, uint value) external returns (bool);
function transfer(address to, uint value) external returns (bool);
function transferFrom(address from, address to, uint value) external returns (bool);
function DOMAIN_SEPARATOR() external view returns (bytes32);
function PERMIT_TYPEHASH() external pure returns (bytes32);
function nonces(address owner) external view returns (uint);
function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external;
event Mint(address indexed sender, uint amount0, uint amount1);
event Burn(address indexed sender, uint amount0, uint amount1, address indexed to);
event Swap(
address indexed sender,
uint amount0In,
uint amount1In,
uint amount0Out,
uint amount1Out,
address indexed to
);
event Sync(uint112 reserve0, uint112 reserve1);
function MINIMUM_LIQUIDITY() external pure returns (uint);
function factory() external view returns (address);
function token0() external view returns (address);
function token1() external view returns (address);
function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast);
function price0CumulativeLast() external view returns (uint);
function price1CumulativeLast() external view returns (uint);
function kLast() external view returns (uint);
function mint(address to) external returns (uint liquidity);
function burn(address to) external returns (uint amount0, uint amount1);
function swap(uint amount0Out, uint amount1Out, address to, bytes calldata data) external;
function skim(address to) external;
function sync() external;
function initialize(address, address) external;
}
// pragma solidity >=0.6.2;
interface IUniswapV2Router01 {
function factory() external pure returns (address);
function WETH() external pure returns (address);
function addLiquidity(
address tokenA,
address tokenB,
uint amountADesired,
uint amountBDesired,
uint amountAMin,
uint amountBMin,
address to,
uint deadline
) external returns (uint amountA, uint amountB, uint liquidity);
function addLiquidityETH(
address token,
uint amountTokenDesired,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external payable returns (uint amountToken, uint amountETH, uint liquidity);
function removeLiquidity(
address tokenA,
address tokenB,
uint liquidity,
uint amountAMin,
uint amountBMin,
address to,
uint deadline
) external returns (uint amountA, uint amountB);
function removeLiquidityETH(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external returns (uint amountToken, uint amountETH);
function removeLiquidityWithPermit(
address tokenA,
address tokenB,
uint liquidity,
uint amountAMin,
uint amountBMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountA, uint amountB);
function removeLiquidityETHWithPermit(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountToken, uint amountETH);
function swapExactTokensForTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external returns (uint[] memory amounts);
function swapTokensForExactTokens(
uint amountOut,
uint amountInMax,
address[] calldata path,
address to,
uint deadline
) external returns (uint[] memory amounts);
function swapExactETHForTokens(uint amountOutMin, address[] calldata path, address to, uint deadline)
external
payable
returns (uint[] memory amounts);
function swapTokensForExactETH(uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline)
external
returns (uint[] memory amounts);
function swapExactTokensForETH(uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline)
external
returns (uint[] memory amounts);
function swapETHForExactTokens(uint amountOut, address[] calldata path, address to, uint deadline)
external
payable
returns (uint[] memory amounts);
function quote(uint amountA, uint reserveA, uint reserveB) external pure returns (uint amountB);
function getAmountOut(uint amountIn, uint reserveIn, uint reserveOut) external pure returns (uint amountOut);
function getAmountIn(uint amountOut, uint reserveIn, uint reserveOut) external pure returns (uint amountIn);
function getAmountsOut(uint amountIn, address[] calldata path) external view returns (uint[] memory amounts);
function getAmountsIn(uint amountOut, address[] calldata path) external view returns (uint[] memory amounts);
}
// pragma solidity >=0.6.2;
interface IUniswapV2Router02 is IUniswapV2Router01 {
function removeLiquidityETHSupportingFeeOnTransferTokens(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline
) external returns (uint amountETH);
function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
address token,
uint liquidity,
uint amountTokenMin,
uint amountETHMin,
address to,
uint deadline,
bool approveMax, uint8 v, bytes32 r, bytes32 s
) external returns (uint amountETH);
function swapExactTokensForTokensSupportingFeeOnTransferTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external;
function swapExactETHForTokensSupportingFeeOnTransferTokens(
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external payable;
function swapExactTokensForETHSupportingFeeOnTransferTokens(
uint amountIn,
uint amountOutMin,
address[] calldata path,
address to,
uint deadline
) external;
}
contract LesGoh is Context, IERC20, Ownable {
using SafeMath for uint256;
using Address for address;
mapping (address => uint256) private _rOwned;
mapping (address => uint256) private _tOwned;
mapping (address => mapping (address => uint256)) private _allowances;
mapping (address => bool) private _isExcludedFromFee;
mapping (address => bool) private _isExcluded;
address[] private _excluded;
uint256 private constant MAX = ~uint256(0);
uint256 private _tTotal = 420000000 * 10**6 * 10**9;
uint256 private _rTotal = (MAX - (MAX % _tTotal));
uint256 private _tFeeTotal;
string private _name = "LesGoh";
string private _symbol = "LG";
uint8 private _decimals = 9;
uint256 public _taxFee = 0;
uint256 private _previousTaxFee = _taxFee;
uint256 public _liquidityFee = 2;
uint256 private _previousLiquidityFee = _liquidityFee;
uint256 public _marketingFee = 8; // All taxes are divided by 100 for more accuracy.
uint256 private _previousMarketingFee = _marketingFee;
IUniswapV2Router02 public immutable uniswapV2Router;
address public immutable uniswapV2Pair;
address public burnAddress = 0x000000000000000000000000000000000000dEaD;
address payable private _marketingWallet;
bool inSwapAndLiquify;
bool public swapAndLiquifyEnabled = true;
uint256 public _maxTxAmount = 4200000 * 10**6 * 10**9;
uint256 private numTokensSellToAddToLiquidity = 420000 * 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 (address marketingWallet) 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;
_marketingWallet = payable(marketingWallet);
//exclude owner and this contract from fee
_isExcludedFromFee[owner()] = true;
_isExcludedFromFee[address(this)] = true;
emit Transfer(address(0), _msgSender(), _tTotal);
}
function name() public view returns (string memory) {
return _name;
}
function symbol() public view returns (string memory) {
return _symbol;
}
function decimals() public view returns (uint8) {
return _decimals;
}
function totalSupply() public view override returns (uint256) {
return _tTotal;
}
function balanceOf(address account) public view override returns (uint256) {
if (_isExcluded[account]) return _tOwned[account];
return tokenFromReflection(_rOwned[account]);
}
function transfer(address recipient, uint256 amount) public override returns (bool) {
_transfer(_msgSender(), recipient, amount);
return true;
}
function allowance(address owner, address spender) public view override returns (uint256) {
return _allowances[owner][spender];
}
function approve(address spender, uint256 amount) public override returns (bool) {
_approve(_msgSender(), spender, amount);
return true;
}
function transferFrom(address sender, address recipient, uint256 amount) public override returns (bool) {
_transfer(sender, recipient, amount);
_approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance"));
return true;
}
function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
_approve(_msgSender(), spender, _allowances[_msgSender()][spender].add(addedValue));
return true;
}
function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
_approve(_msgSender(), spender, _allowances[_msgSender()][spender].sub(subtractedValue, "ERC20: decreased allowance below zero"));
return true;
}
function isExcludedFromReward(address account) public view returns (bool) {
return _isExcluded[account];
}
function totalFees() public view returns (uint256) {
return _tFeeTotal;
}
function deliver(uint256 tAmount) public {
address sender = _msgSender();
require(!_isExcluded[sender], "Excluded addresses cannot call this function");
(uint256 rAmount,,,,,) = _getValues(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_rTotal = _rTotal.sub(rAmount);
_tFeeTotal = _tFeeTotal.add(tAmount);
}
function reflectionFromToken(uint256 tAmount, bool deductTransferFee) public view returns(uint256) {
require(tAmount <= _tTotal, "Amount must be less than supply");
if (!deductTransferFee) {
(uint256 rAmount,,,,,) = _getValues(tAmount);
return rAmount;
} else {
(,uint256 rTransferAmount,,,,) = _getValues(tAmount);
return rTransferAmount;
}
}
function tokenFromReflection(uint256 rAmount) public view returns(uint256) {
require(rAmount <= _rTotal, "Amount must be less than total reflections");
uint256 currentRate = _getRate();
return rAmount.div(currentRate);
}
function excludeFromReward(address account) public onlyOwner() {
// require(account != 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, 'We can not exclude Uniswap router.');
require(!_isExcluded[account], "Account is already excluded");
if(_rOwned[account] > 0) {
_tOwned[account] = tokenFromReflection(_rOwned[account]);
}
_isExcluded[account] = true;
_excluded.push(account);
}
function includeInReward(address account) external onlyOwner() {
require(_isExcluded[account], "Account is already excluded");
for (uint256 i = 0; i < _excluded.length; i++) {
if (_excluded[i] == account) {
_excluded[i] = _excluded[_excluded.length - 1];
_tOwned[account] = 0;
_isExcluded[account] = false;
_excluded.pop();
break;
}
}
}
function _transferBothExcluded(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_tOwned[sender] = _tOwned[sender].sub(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_tOwned[recipient] = _tOwned[recipient].add(tTransferAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
function excludeFromFee(address account) public onlyOwner {
_isExcludedFromFee[account] = true;
}
function includeInFee(address account) public onlyOwner {
_isExcludedFromFee[account] = false;
}
function setTaxFeePercent(uint256 taxFee) external onlyOwner() {
_taxFee = taxFee;
}
function setLiquidityFeePercent(uint256 liquidityFee) external onlyOwner() {
_liquidityFee = liquidityFee;
}
function setMarketingFeePercent(uint256 marketingFee) external onlyOwner() {
_marketingFee = marketingFee;
}
function setMaxTxPercent(uint256 maxTxPercent) external onlyOwner() {
_maxTxAmount = _tTotal.mul(maxTxPercent).div(
10**2
);
}
function setMarketingWallet(address payable newWallet) external onlyOwner {
require(_marketingWallet != newWallet, "Wallet already set!");
_marketingWallet = payable(newWallet);
}
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.add(_marketingFee)).div(
10**2
);
}
function removeAllFee() private {
if(_taxFee == 0 && _liquidityFee == 0 && _marketingFee == 0) return;
_previousTaxFee = _taxFee;
_previousLiquidityFee = _liquidityFee;
_previousMarketingFee = _marketingFee;
_taxFee = 0;
_liquidityFee = 0;
_marketingFee = 0;
}
function restoreAllFee() private {
_taxFee = _previousTaxFee;
_liquidityFee = _previousLiquidityFee;
_marketingFee = _previousMarketingFee;
}
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 {
if (_marketingFee + _liquidityFee == 0)
return;
uint256 toMarketing = contractTokenBalance.mul(_marketingFee).div(_marketingFee.add(_liquidityFee));
uint256 toLiquify = contractTokenBalance.sub(toMarketing);
// split the contract balance into halves
uint256 half = toLiquify.div(2);
uint256 otherHalf = toLiquify.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
uint256 toSwapForEth = half.add(toMarketing);
swapTokensForEth(toSwapForEth);
// how much ETH did we just swap into?
uint256 fromSwap = address(this).balance.sub(initialBalance);
uint256 liquidityBalance = fromSwap.mul(half).div(toSwapForEth);
addLiquidity(otherHalf, liquidityBalance);
emit SwapAndLiquify(half, liquidityBalance, otherHalf);
_marketingWallet.transfer(fromSwap.sub(liquidityBalance));
}
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
burnAddress,
block.timestamp
);
}
//this method is responsible for taking all fee, if takeFee is true
function _tokenTransfer(address sender, address recipient, uint256 amount,bool takeFee) private {
if(!takeFee)
removeAllFee();
if (_isExcluded[sender] && !_isExcluded[recipient]) {
_transferFromExcluded(sender, recipient, amount);
} else if (!_isExcluded[sender] && _isExcluded[recipient]) {
_transferToExcluded(sender, recipient, amount);
} else if (!_isExcluded[sender] && !_isExcluded[recipient]) {
_transferStandard(sender, recipient, amount);
} else if (_isExcluded[sender] && _isExcluded[recipient]) {
_transferBothExcluded(sender, recipient, amount);
} else {
_transferStandard(sender, recipient, amount);
}
if(!takeFee)
restoreAllFee();
}
function _transferStandard(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
function _transferToExcluded(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_tOwned[recipient] = _tOwned[recipient].add(tTransferAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
function _transferFromExcluded(address sender, address recipient, uint256 tAmount) private {
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount);
_tOwned[sender] = _tOwned[sender].sub(tAmount);
_rOwned[sender] = _rOwned[sender].sub(rAmount);
_rOwned[recipient] = _rOwned[recipient].add(rTransferAmount);
_takeLiquidity(tLiquidity);
_reflectFee(rFee, tFee);
emit Transfer(sender, recipient, tTransferAmount);
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"marketingWallet","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"minTokensBeforeSwap","type":"uint256"}],"name":"MinTokensBeforeSwapUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethReceived","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokensIntoLiqudity","type":"uint256"}],"name":"SwapAndLiquify","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"enabled","type":"bool"}],"name":"SwapAndLiquifyEnabledUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"_liquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_marketingFee","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":"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":"burnAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tAmount","type":"uint256"}],"name":"deliver","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeFromFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeFromReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"geUnlockTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeInFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeInReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromFee","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromReward","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"time","type":"uint256"}],"name":"lock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tAmount","type":"uint256"},{"internalType":"bool","name":"deductTransferFee","type":"bool"}],"name":"reflectionFromToken","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"liquidityFee","type":"uint256"}],"name":"setLiquidityFeePercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"marketingFee","type":"uint256"}],"name":"setMarketingFeePercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address payable","name":"newWallet","type":"address"}],"name":"setMarketingWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"maxTxPercent","type":"uint256"}],"name":"setMaxTxPercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_enabled","type":"bool"}],"name":"setSwapAndLiquifyEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"taxFee","type":"uint256"}],"name":"setTaxFeePercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapAndLiquifyEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"rAmount","type":"uint256"}],"name":"tokenFromReflection","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"unlock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
6958f03ee118a13e80000060095569194bcf00bdca9dffffff19600a55610100604052600660c081905265098cae68eded60d31b60e09081526200004791600c919062000416565b50604080518082019091526002808252614c4760f01b60209092019182526200007391600d9162000416565b50600e805460ff191660091790556000600f8190556010556002601181905560125560086013819055601455601580546001600160a01b03191661dead1790556016805460ff60a81b1916600160a81b17905568e3aeb5737240a000006017556816c4abbebea0100000601855348015620000ed57600080fd5b506040516200320138038062003201833981810160405260208110156200011357600080fd5b505160006200012162000403565b600080546001600160a01b0319166001600160a01b0383169081178255604051929350917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350600a54600360006200017c62000403565b6001600160a01b03166001600160a01b03168152602001908152602001600020819055506000737a250d5630b4cf539739df2c5dacb4c659f2488d9050806001600160a01b031663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b158015620001f357600080fd5b505afa15801562000208573d6000803e3d6000fd5b505050506040513d60208110156200021f57600080fd5b5051604080516315ab88c960e31b815290516001600160a01b039283169263c9c653969230929186169163ad5c464891600480820192602092909190829003018186803b1580156200027057600080fd5b505afa15801562000285573d6000803e3d6000fd5b505050506040513d60208110156200029c57600080fd5b5051604080516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301525160448083019260209291908290030181600087803b158015620002ef57600080fd5b505af115801562000304573d6000803e3d6000fd5b505050506040513d60208110156200031b57600080fd5b5051606090811b6001600160601b031990811660a0529082901b16608052601680546001600160a01b0319166001600160a01b0384161790556001600660006200036462000407565b6001600160a01b0316815260208082019290925260409081016000908120805494151560ff199586161790553081526006909252902080549091166001179055620003ae62000403565b6001600160a01b031660006001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6009546040518082815260200191505060405180910390a35050620004b2565b3390565b6000546001600160a01b031690565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200045957805160ff191683800117855562000489565b8280016001018555821562000489579182015b82811115620004895782518255916020019190600101906200046c565b50620004979291506200049b565b5090565b5b808211156200049757600081556001016200049c565b60805160601c60a05160601c612d07620004fa60003980610fd05280611bb5525080610a54528061242d52806124e5528061250c52806125f2528061265d5250612d076000f3fe60806040526004361061024a5760003560e01c80635342acb41161013957806395d89b41116100b6578063c49b9a801161007a578063c49b9a801461081a578063d543dbeb14610846578063dd46706414610870578063dd62ed3e1461089a578063ea2f0b37146108d5578063f2fde38b1461090857610251565b806395d89b4114610769578063a457c2d71461077e578063a69df4b5146107b7578063a9059cbb146107cc578063b6c523241461080557610251565b8063715018a6116100fd578063715018a6146106cd5780637d1db4a5146106e257806388f82020146106f75780638da5cb5b1461072a5780638ee88c531461073f57610251565b80635342acb41461060a5780635d098b381461063d5780636bc87c3a1461067057806370a082311461068557806370d5ae05146106b857610251565b80633685d419116101c75780634549b0391161018b5780634549b03914610551578063457c194c1461058357806349bd5a5e146105ad5780634a74bb02146105c257806352390c02146105d757610251565b80633685d4191461047357806339509351146104a65780633b124fe7146104df5780633bd5d173146104f4578063437823ec1461051e57610251565b806318160ddd1161020e57806318160ddd146103b157806322976e0d146103c657806323b872dd146103db5780632d8381191461041e578063313ce5671461044857610251565b8063061c82d01461025657806306fdde0314610282578063095ea7b31461030c57806313114a9d146103595780631694505e1461038057610251565b3661025157005b600080fd5b34801561026257600080fd5b506102806004803603602081101561027957600080fd5b503561093b565b005b34801561028e57600080fd5b50610297610998565b6040805160208082528351818301528351919283929083019185019080838360005b838110156102d15781810151838201526020016102b9565b50505050905090810190601f1680156102fe5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561031857600080fd5b506103456004803603604081101561032f57600080fd5b506001600160a01b038135169060200135610a2e565b604080519115158252519081900360200190f35b34801561036557600080fd5b5061036e610a4c565b60408051918252519081900360200190f35b34801561038c57600080fd5b50610395610a52565b604080516001600160a01b039092168252519081900360200190f35b3480156103bd57600080fd5b5061036e610a76565b3480156103d257600080fd5b5061036e610a7c565b3480156103e757600080fd5b50610345600480360360608110156103fe57600080fd5b506001600160a01b03813581169160208101359091169060400135610a82565b34801561042a57600080fd5b5061036e6004803603602081101561044157600080fd5b5035610b09565b34801561045457600080fd5b5061045d610b6b565b6040805160ff9092168252519081900360200190f35b34801561047f57600080fd5b506102806004803603602081101561049657600080fd5b50356001600160a01b0316610b74565b3480156104b257600080fd5b50610345600480360360408110156104c957600080fd5b506001600160a01b038135169060200135610d35565b3480156104eb57600080fd5b5061036e610d83565b34801561050057600080fd5b506102806004803603602081101561051757600080fd5b5035610d89565b34801561052a57600080fd5b506102806004803603602081101561054157600080fd5b50356001600160a01b0316610e63565b34801561055d57600080fd5b5061036e6004803603604081101561057457600080fd5b50803590602001351515610edf565b34801561058f57600080fd5b50610280600480360360208110156105a657600080fd5b5035610f71565b3480156105b957600080fd5b50610395610fce565b3480156105ce57600080fd5b50610345610ff2565b3480156105e357600080fd5b50610280600480360360208110156105fa57600080fd5b50356001600160a01b0316611002565b34801561061657600080fd5b506103456004803603602081101561062d57600080fd5b50356001600160a01b0316611188565b34801561064957600080fd5b506102806004803603602081101561066057600080fd5b50356001600160a01b03166111a6565b34801561067c57600080fd5b5061036e611279565b34801561069157600080fd5b5061036e600480360360208110156106a857600080fd5b50356001600160a01b031661127f565b3480156106c457600080fd5b506103956112e1565b3480156106d957600080fd5b506102806112f0565b3480156106ee57600080fd5b5061036e611380565b34801561070357600080fd5b506103456004803603602081101561071a57600080fd5b50356001600160a01b0316611386565b34801561073657600080fd5b506103956113a4565b34801561074b57600080fd5b506102806004803603602081101561076257600080fd5b50356113b3565b34801561077557600080fd5b50610297611410565b34801561078a57600080fd5b50610345600480360360408110156107a157600080fd5b506001600160a01b038135169060200135611471565b3480156107c357600080fd5b506102806114d9565b3480156107d857600080fd5b50610345600480360360408110156107ef57600080fd5b506001600160a01b0381351690602001356115c7565b34801561081157600080fd5b5061036e6115db565b34801561082657600080fd5b506102806004803603602081101561083d57600080fd5b503515156115e1565b34801561085257600080fd5b506102806004803603602081101561086957600080fd5b503561168c565b34801561087c57600080fd5b506102806004803603602081101561089357600080fd5b503561170a565b3480156108a657600080fd5b5061036e600480360360408110156108bd57600080fd5b506001600160a01b03813581169160200135166117a8565b3480156108e157600080fd5b50610280600480360360208110156108f857600080fd5b50356001600160a01b03166117d3565b34801561091457600080fd5b506102806004803603602081101561092b57600080fd5b50356001600160a01b031661184c565b610943611932565b6000546001600160a01b03908116911614610993576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b600f55565b600c8054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610a245780601f106109f957610100808354040283529160200191610a24565b820191906000526020600020905b815481529060010190602001808311610a0757829003601f168201915b5050505050905090565b6000610a42610a3b611932565b8484611936565b5060015b92915050565b600b5490565b7f000000000000000000000000000000000000000000000000000000000000000081565b60095490565b60135481565b6000610a8f848484611a22565b610aff84610a9b611932565b610afa85604051806060016040528060288152602001612b84602891396001600160a01b038a16600090815260056020526040812090610ad9611932565b6001600160a01b031681526020810191909152604001600020549190611c71565b611936565b5060019392505050565b6000600a54821115610b4c5760405162461bcd60e51b815260040180806020018281038252602a815260200180612ac9602a913960400191505060405180910390fd5b6000610b56611d08565b9050610b628382611d2b565b9150505b919050565b600e5460ff1690565b610b7c611932565b6000546001600160a01b03908116911614610bcc576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526007602052604090205460ff16610c39576040805162461bcd60e51b815260206004820152601b60248201527f4163636f756e7420697320616c7265616479206578636c756465640000000000604482015290519081900360640190fd5b60005b600854811015610d3157816001600160a01b031660088281548110610c5d57fe5b6000918252602090912001546001600160a01b03161415610d2957600880546000198101908110610c8a57fe5b600091825260209091200154600880546001600160a01b039092169183908110610cb057fe5b600091825260208083209190910180546001600160a01b0319166001600160a01b039485161790559184168152600482526040808220829055600790925220805460ff191690556008805480610d0257fe5b600082815260209020810160001990810180546001600160a01b0319169055019055610d31565b600101610c3c565b5050565b6000610a42610d42611932565b84610afa8560056000610d53611932565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490611d74565b600f5481565b6000610d93611932565b6001600160a01b03811660009081526007602052604090205490915060ff1615610dee5760405162461bcd60e51b815260040180806020018281038252602c815260200180612c5e602c913960400191505060405180910390fd5b6000610df983611dce565b505050506001600160a01b038416600090815260036020526040902054919250610e2591905082611e1d565b6001600160a01b038316600090815260036020526040902055600a54610e4b9082611e1d565b600a55600b54610e5b9084611d74565b600b55505050565b610e6b611932565b6000546001600160a01b03908116911614610ebb576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600660205260409020805460ff19166001179055565b6000600954831115610f38576040805162461bcd60e51b815260206004820152601f60248201527f416d6f756e74206d757374206265206c657373207468616e20737570706c7900604482015290519081900360640190fd5b81610f57576000610f4884611dce565b50939550610a46945050505050565b6000610f6284611dce565b50929550610a46945050505050565b610f79611932565b6000546001600160a01b03908116911614610fc9576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b601355565b7f000000000000000000000000000000000000000000000000000000000000000081565b601654600160a81b900460ff1681565b61100a611932565b6000546001600160a01b0390811691161461105a576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526007602052604090205460ff16156110c8576040805162461bcd60e51b815260206004820152601b60248201527f4163636f756e7420697320616c7265616479206578636c756465640000000000604482015290519081900360640190fd5b6001600160a01b03811660009081526003602052604090205415611122576001600160a01b03811660009081526003602052604090205461110890610b09565b6001600160a01b0382166000908152600460205260409020555b6001600160a01b03166000818152600760205260408120805460ff191660019081179091556008805491820181559091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30180546001600160a01b0319169091179055565b6001600160a01b031660009081526006602052604090205460ff1690565b6111ae611932565b6000546001600160a01b039081169116146111fe576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6016546001600160a01b0382811691161415611257576040805162461bcd60e51b815260206004820152601360248201527257616c6c657420616c7265616479207365742160681b604482015290519081900360640190fd5b601680546001600160a01b0319166001600160a01b0392909216919091179055565b60115481565b6001600160a01b03811660009081526007602052604081205460ff16156112bf57506001600160a01b038116600090815260046020526040902054610b66565b6001600160a01b038216600090815260036020526040902054610a4690610b09565b6015546001600160a01b031681565b6112f8611932565b6000546001600160a01b03908116911614611348576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b600080546040516001600160a01b0390911690600080516020612bcc833981519152908390a3600080546001600160a01b0319169055565b60175481565b6001600160a01b031660009081526007602052604090205460ff1690565b6000546001600160a01b031690565b6113bb611932565b6000546001600160a01b0390811691161461140b576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b601155565b600d8054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610a245780601f106109f957610100808354040283529160200191610a24565b6000610a4261147e611932565b84610afa85604051806060016040528060258152602001612cad60259139600560006114a8611932565b6001600160a01b03908116825260208083019390935260409182016000908120918d16815292529020549190611c71565b6001546001600160a01b031633146115225760405162461bcd60e51b8152600401808060200182810382526023815260200180612c8a6023913960400191505060405180910390fd5b6002544211611578576040805162461bcd60e51b815260206004820152601f60248201527f436f6e7472616374206973206c6f636b656420756e74696c2037206461797300604482015290519081900360640190fd5b600154600080546040516001600160a01b039384169390911691600080516020612bcc83398151915291a3600154600080546001600160a01b0319166001600160a01b03909216919091179055565b6000610a426115d4611932565b8484611a22565b60025490565b6115e9611932565b6000546001600160a01b03908116911614611639576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b60168054821515600160a81b810260ff60a81b199092169190911790915560408051918252517f53726dfcaf90650aa7eb35524f4d3220f07413c8d6cb404cc8c18bf5591bc1599181900360200190a150565b611694611932565b6000546001600160a01b039081169116146116e4576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b61170460646116fe83600954611e5f90919063ffffffff16565b90611d2b565b60175550565b611712611932565b6000546001600160a01b03908116911614611762576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b60008054600180546001600160a01b03199081166001600160a01b038416179091551681554282016002556040518190600080516020612bcc833981519152908290a350565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205490565b6117db611932565b6000546001600160a01b0390811691161461182b576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600660205260409020805460ff19169055565b611854611932565b6000546001600160a01b039081169116146118a4576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6001600160a01b0381166118e95760405162461bcd60e51b8152600401808060200182810382526026815260200180612af36026913960400191505060405180910390fd5b600080546040516001600160a01b0380851693921691600080516020612bcc83398151915291a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b3390565b6001600160a01b03831661197b5760405162461bcd60e51b8152600401808060200182810382526024815260200180612c3a6024913960400191505060405180910390fd5b6001600160a01b0382166119c05760405162461bcd60e51b8152600401808060200182810382526022815260200180612b196022913960400191505060405180910390fd5b6001600160a01b03808416600081815260056020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b038316611a675760405162461bcd60e51b8152600401808060200182810382526025815260200180612c156025913960400191505060405180910390fd5b6001600160a01b038216611aac5760405162461bcd60e51b8152600401808060200182810382526023815260200180612aa66023913960400191505060405180910390fd5b60008111611aeb5760405162461bcd60e51b8152600401808060200182810382526029815260200180612bec6029913960400191505060405180910390fd5b611af36113a4565b6001600160a01b0316836001600160a01b031614158015611b2d5750611b176113a4565b6001600160a01b0316826001600160a01b031614155b15611b7357601754811115611b735760405162461bcd60e51b8152600401808060200182810382526028815260200180612b3b6028913960400191505060405180910390fd5b6000611b7e3061127f565b90506017548110611b8e57506017545b60185481108015908190611bac5750601654600160a01b900460ff16155b8015611bea57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316856001600160a01b031614155b8015611bff5750601654600160a81b900460ff165b15611c12576018549150611c1282611eb8565b6001600160a01b03851660009081526006602052604090205460019060ff1680611c5457506001600160a01b03851660009081526006602052604090205460ff165b15611c5d575060005b611c698686868461200f565b505050505050565b60008184841115611d005760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611cc5578181015183820152602001611cad565b50505050905090810190601f168015611cf25780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6000806000611d15612183565b9092509050611d248282611d2b565b9250505090565b6000611d6d83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506122e6565b9392505050565b600082820183811015611d6d576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b6000806000806000806000806000611de58a61234b565b9250925092506000806000611e038d8686611dfe611d08565b61238d565b919f909e50909c50959a5093985091965092945050505050565b6000611d6d83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611c71565b600082611e6e57506000610a46565b82820282848281611e7b57fe5b0414611d6d5760405162461bcd60e51b8152600401808060200182810382526021815260200180612b636021913960400191505060405180910390fd5b6016805460ff60a01b1916600160a01b17905560115460135401611edb57611fff565b6000611f05611ef7601154601354611d7490919063ffffffff16565b6013546116fe908590611e5f565b90506000611f138383611e1d565b90506000611f22826002611d2b565b90506000611f308383611e1d565b9050476000611f3f8487611d74565b9050611f4a816123dd565b6000611f564784611e1d565b90506000611f68836116fe8489611e5f565b9050611f7485826125ec565b604080518781526020810183905280820187905290517f17bbfb9a6069321b6ded73bd96327c9e6b7212a5cd51ff219cd61370acafb5619181900360600190a16016546001600160a01b03166108fc611fcd8484611e1d565b6040518115909202916000818181858888f19350505050158015611ff5573d6000803e3d6000fd5b5050505050505050505b506016805460ff60a01b19169055565b8061201c5761201c6126d3565b6001600160a01b03841660009081526007602052604090205460ff16801561205d57506001600160a01b03831660009081526007602052604090205460ff16155b156120725761206d84848461271c565b612170565b6001600160a01b03841660009081526007602052604090205460ff161580156120b357506001600160a01b03831660009081526007602052604090205460ff165b156120c35761206d848484612840565b6001600160a01b03841660009081526007602052604090205460ff1615801561210557506001600160a01b03831660009081526007602052604090205460ff16155b156121155761206d8484846128e9565b6001600160a01b03841660009081526007602052604090205460ff16801561215557506001600160a01b03831660009081526007602052604090205460ff165b156121655761206d84848461292d565b6121708484846128e9565b8061217d5761217d6129a0565b50505050565b600a546009546000918291825b6008548110156122b4578260036000600884815481106121ac57fe5b60009182526020808320909101546001600160a01b03168352820192909252604001902054118061221157508160046000600884815481106121ea57fe5b60009182526020808320909101546001600160a01b03168352820192909252604001902054115b1561222857600a54600954945094505050506122e2565b612268600360006008848154811061223c57fe5b60009182526020808320909101546001600160a01b031683528201929092526040019020548490611e1d565b92506122aa600460006008848154811061227e57fe5b60009182526020808320909101546001600160a01b031683528201929092526040019020548390611e1d565b9150600101612190565b50600954600a546122c491611d2b565b8210156122dc57600a546009549350935050506122e2565b90925090505b9091565b600081836123355760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315611cc5578181015183820152602001611cad565b50600083858161234157fe5b0495945050505050565b60008060008061235a856129b4565b90506000612367866129d0565b9050600061237f826123798986611e1d565b90611e1d565b979296509094509092505050565b600080808061239c8886611e5f565b905060006123aa8887611e5f565b905060006123b88888611e5f565b905060006123ca826123798686611e1d565b939b939a50919850919650505050505050565b6040805160028082526060808301845292602083019080368337019050509050308160008151811061240b57fe5b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b15801561248457600080fd5b505afa158015612498573d6000803e3d6000fd5b505050506040513d60208110156124ae57600080fd5b50518151829060019081106124bf57fe5b60200260200101906001600160a01b031690816001600160a01b03168152505061250a307f000000000000000000000000000000000000000000000000000000000000000084611936565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663791ac9478360008430426040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b03168152602001838152602001828103825285818151815260200191508051906020019060200280838360005b838110156125af578181015183820152602001612597565b505050509050019650505050505050600060405180830381600087803b1580156125d857600080fd5b505af1158015611c69573d6000803e3d6000fd5b612617307f000000000000000000000000000000000000000000000000000000000000000084611936565b6015546040805163f305d71960e01b81523060048201526024810185905260006044820181905260648201526001600160a01b0392831660848201524260a482015290517f00000000000000000000000000000000000000000000000000000000000000009092169163f305d71991849160c480830192606092919082900301818588803b1580156126a857600080fd5b505af11580156126bc573d6000803e3d6000fd5b50505050506040513d606081101561217d57600080fd5b600f541580156126e35750601154155b80156126ef5750601354155b156126f95761271a565b600f8054601055601180546012556013805460145560009283905590829055555b565b60008060008060008061272e87611dce565b6001600160a01b038f16600090815260046020526040902054959b509399509197509550935091506127609088611e1d565b6001600160a01b038a1660009081526004602090815260408083209390935560039052205461278f9087611e1d565b6001600160a01b03808b1660009081526003602052604080822093909355908a16815220546127be9086611d74565b6001600160a01b0389166000908152600360205260409020556127e0816129f8565b6127ea8483612a81565b876001600160a01b0316896001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061285287611dce565b6001600160a01b038f16600090815260036020526040902054959b509399509197509550935091506128849087611e1d565b6001600160a01b03808b16600090815260036020908152604080832094909455918b168152600490915220546128ba9084611d74565b6001600160a01b0389166000908152600460209081526040808320939093556003905220546127be9086611d74565b6000806000806000806128fb87611dce565b6001600160a01b038f16600090815260036020526040902054959b5093995091975095509350915061278f9087611e1d565b60008060008060008061293f87611dce565b6001600160a01b038f16600090815260046020526040902054959b509399509197509550935091506129719088611e1d565b6001600160a01b038a166000908152600460209081526040808320939093556003905220546128849087611e1d565b601054600f55601254601155601454601355565b6000610a4660646116fe600f5485611e5f90919063ffffffff16565b6000610a4660646116fe6129f1601354601154611d7490919063ffffffff16565b8590611e5f565b6000612a02611d08565b90506000612a108383611e5f565b30600090815260036020526040902054909150612a2d9082611d74565b3060009081526003602090815260408083209390935560079052205460ff1615612a7c5730600090815260046020526040902054612a6b9084611d74565b306000908152600460205260409020555b505050565b600a54612a8e9083611e1d565b600a55600b54612a9e9082611d74565b600b55505056fe45524332303a207472616e7366657220746f20746865207a65726f2061646472657373416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573735472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65728be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f45524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573734578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e596f7520646f6e27742068617665207065726d697373696f6e20746f20756e6c6f636b45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220eacae82eb9d12804487a0bb2167459c04e2c666abd9013d6f8fab8b41f3b1ea864736f6c634300060c0033000000000000000000000000887b59e116f7492ad8975712514a7a9abb73d8b5
Deployed Bytecode
0x60806040526004361061024a5760003560e01c80635342acb41161013957806395d89b41116100b6578063c49b9a801161007a578063c49b9a801461081a578063d543dbeb14610846578063dd46706414610870578063dd62ed3e1461089a578063ea2f0b37146108d5578063f2fde38b1461090857610251565b806395d89b4114610769578063a457c2d71461077e578063a69df4b5146107b7578063a9059cbb146107cc578063b6c523241461080557610251565b8063715018a6116100fd578063715018a6146106cd5780637d1db4a5146106e257806388f82020146106f75780638da5cb5b1461072a5780638ee88c531461073f57610251565b80635342acb41461060a5780635d098b381461063d5780636bc87c3a1461067057806370a082311461068557806370d5ae05146106b857610251565b80633685d419116101c75780634549b0391161018b5780634549b03914610551578063457c194c1461058357806349bd5a5e146105ad5780634a74bb02146105c257806352390c02146105d757610251565b80633685d4191461047357806339509351146104a65780633b124fe7146104df5780633bd5d173146104f4578063437823ec1461051e57610251565b806318160ddd1161020e57806318160ddd146103b157806322976e0d146103c657806323b872dd146103db5780632d8381191461041e578063313ce5671461044857610251565b8063061c82d01461025657806306fdde0314610282578063095ea7b31461030c57806313114a9d146103595780631694505e1461038057610251565b3661025157005b600080fd5b34801561026257600080fd5b506102806004803603602081101561027957600080fd5b503561093b565b005b34801561028e57600080fd5b50610297610998565b6040805160208082528351818301528351919283929083019185019080838360005b838110156102d15781810151838201526020016102b9565b50505050905090810190601f1680156102fe5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561031857600080fd5b506103456004803603604081101561032f57600080fd5b506001600160a01b038135169060200135610a2e565b604080519115158252519081900360200190f35b34801561036557600080fd5b5061036e610a4c565b60408051918252519081900360200190f35b34801561038c57600080fd5b50610395610a52565b604080516001600160a01b039092168252519081900360200190f35b3480156103bd57600080fd5b5061036e610a76565b3480156103d257600080fd5b5061036e610a7c565b3480156103e757600080fd5b50610345600480360360608110156103fe57600080fd5b506001600160a01b03813581169160208101359091169060400135610a82565b34801561042a57600080fd5b5061036e6004803603602081101561044157600080fd5b5035610b09565b34801561045457600080fd5b5061045d610b6b565b6040805160ff9092168252519081900360200190f35b34801561047f57600080fd5b506102806004803603602081101561049657600080fd5b50356001600160a01b0316610b74565b3480156104b257600080fd5b50610345600480360360408110156104c957600080fd5b506001600160a01b038135169060200135610d35565b3480156104eb57600080fd5b5061036e610d83565b34801561050057600080fd5b506102806004803603602081101561051757600080fd5b5035610d89565b34801561052a57600080fd5b506102806004803603602081101561054157600080fd5b50356001600160a01b0316610e63565b34801561055d57600080fd5b5061036e6004803603604081101561057457600080fd5b50803590602001351515610edf565b34801561058f57600080fd5b50610280600480360360208110156105a657600080fd5b5035610f71565b3480156105b957600080fd5b50610395610fce565b3480156105ce57600080fd5b50610345610ff2565b3480156105e357600080fd5b50610280600480360360208110156105fa57600080fd5b50356001600160a01b0316611002565b34801561061657600080fd5b506103456004803603602081101561062d57600080fd5b50356001600160a01b0316611188565b34801561064957600080fd5b506102806004803603602081101561066057600080fd5b50356001600160a01b03166111a6565b34801561067c57600080fd5b5061036e611279565b34801561069157600080fd5b5061036e600480360360208110156106a857600080fd5b50356001600160a01b031661127f565b3480156106c457600080fd5b506103956112e1565b3480156106d957600080fd5b506102806112f0565b3480156106ee57600080fd5b5061036e611380565b34801561070357600080fd5b506103456004803603602081101561071a57600080fd5b50356001600160a01b0316611386565b34801561073657600080fd5b506103956113a4565b34801561074b57600080fd5b506102806004803603602081101561076257600080fd5b50356113b3565b34801561077557600080fd5b50610297611410565b34801561078a57600080fd5b50610345600480360360408110156107a157600080fd5b506001600160a01b038135169060200135611471565b3480156107c357600080fd5b506102806114d9565b3480156107d857600080fd5b50610345600480360360408110156107ef57600080fd5b506001600160a01b0381351690602001356115c7565b34801561081157600080fd5b5061036e6115db565b34801561082657600080fd5b506102806004803603602081101561083d57600080fd5b503515156115e1565b34801561085257600080fd5b506102806004803603602081101561086957600080fd5b503561168c565b34801561087c57600080fd5b506102806004803603602081101561089357600080fd5b503561170a565b3480156108a657600080fd5b5061036e600480360360408110156108bd57600080fd5b506001600160a01b03813581169160200135166117a8565b3480156108e157600080fd5b50610280600480360360208110156108f857600080fd5b50356001600160a01b03166117d3565b34801561091457600080fd5b506102806004803603602081101561092b57600080fd5b50356001600160a01b031661184c565b610943611932565b6000546001600160a01b03908116911614610993576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b600f55565b600c8054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610a245780601f106109f957610100808354040283529160200191610a24565b820191906000526020600020905b815481529060010190602001808311610a0757829003601f168201915b5050505050905090565b6000610a42610a3b611932565b8484611936565b5060015b92915050565b600b5490565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d81565b60095490565b60135481565b6000610a8f848484611a22565b610aff84610a9b611932565b610afa85604051806060016040528060288152602001612b84602891396001600160a01b038a16600090815260056020526040812090610ad9611932565b6001600160a01b031681526020810191909152604001600020549190611c71565b611936565b5060019392505050565b6000600a54821115610b4c5760405162461bcd60e51b815260040180806020018281038252602a815260200180612ac9602a913960400191505060405180910390fd5b6000610b56611d08565b9050610b628382611d2b565b9150505b919050565b600e5460ff1690565b610b7c611932565b6000546001600160a01b03908116911614610bcc576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526007602052604090205460ff16610c39576040805162461bcd60e51b815260206004820152601b60248201527f4163636f756e7420697320616c7265616479206578636c756465640000000000604482015290519081900360640190fd5b60005b600854811015610d3157816001600160a01b031660088281548110610c5d57fe5b6000918252602090912001546001600160a01b03161415610d2957600880546000198101908110610c8a57fe5b600091825260209091200154600880546001600160a01b039092169183908110610cb057fe5b600091825260208083209190910180546001600160a01b0319166001600160a01b039485161790559184168152600482526040808220829055600790925220805460ff191690556008805480610d0257fe5b600082815260209020810160001990810180546001600160a01b0319169055019055610d31565b600101610c3c565b5050565b6000610a42610d42611932565b84610afa8560056000610d53611932565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490611d74565b600f5481565b6000610d93611932565b6001600160a01b03811660009081526007602052604090205490915060ff1615610dee5760405162461bcd60e51b815260040180806020018281038252602c815260200180612c5e602c913960400191505060405180910390fd5b6000610df983611dce565b505050506001600160a01b038416600090815260036020526040902054919250610e2591905082611e1d565b6001600160a01b038316600090815260036020526040902055600a54610e4b9082611e1d565b600a55600b54610e5b9084611d74565b600b55505050565b610e6b611932565b6000546001600160a01b03908116911614610ebb576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600660205260409020805460ff19166001179055565b6000600954831115610f38576040805162461bcd60e51b815260206004820152601f60248201527f416d6f756e74206d757374206265206c657373207468616e20737570706c7900604482015290519081900360640190fd5b81610f57576000610f4884611dce565b50939550610a46945050505050565b6000610f6284611dce565b50929550610a46945050505050565b610f79611932565b6000546001600160a01b03908116911614610fc9576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b601355565b7f00000000000000000000000057d6390a6bf8de96fe8b9f69b5eb98ce6c993daf81565b601654600160a81b900460ff1681565b61100a611932565b6000546001600160a01b0390811691161461105a576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526007602052604090205460ff16156110c8576040805162461bcd60e51b815260206004820152601b60248201527f4163636f756e7420697320616c7265616479206578636c756465640000000000604482015290519081900360640190fd5b6001600160a01b03811660009081526003602052604090205415611122576001600160a01b03811660009081526003602052604090205461110890610b09565b6001600160a01b0382166000908152600460205260409020555b6001600160a01b03166000818152600760205260408120805460ff191660019081179091556008805491820181559091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30180546001600160a01b0319169091179055565b6001600160a01b031660009081526006602052604090205460ff1690565b6111ae611932565b6000546001600160a01b039081169116146111fe576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6016546001600160a01b0382811691161415611257576040805162461bcd60e51b815260206004820152601360248201527257616c6c657420616c7265616479207365742160681b604482015290519081900360640190fd5b601680546001600160a01b0319166001600160a01b0392909216919091179055565b60115481565b6001600160a01b03811660009081526007602052604081205460ff16156112bf57506001600160a01b038116600090815260046020526040902054610b66565b6001600160a01b038216600090815260036020526040902054610a4690610b09565b6015546001600160a01b031681565b6112f8611932565b6000546001600160a01b03908116911614611348576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b600080546040516001600160a01b0390911690600080516020612bcc833981519152908390a3600080546001600160a01b0319169055565b60175481565b6001600160a01b031660009081526007602052604090205460ff1690565b6000546001600160a01b031690565b6113bb611932565b6000546001600160a01b0390811691161461140b576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b601155565b600d8054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610a245780601f106109f957610100808354040283529160200191610a24565b6000610a4261147e611932565b84610afa85604051806060016040528060258152602001612cad60259139600560006114a8611932565b6001600160a01b03908116825260208083019390935260409182016000908120918d16815292529020549190611c71565b6001546001600160a01b031633146115225760405162461bcd60e51b8152600401808060200182810382526023815260200180612c8a6023913960400191505060405180910390fd5b6002544211611578576040805162461bcd60e51b815260206004820152601f60248201527f436f6e7472616374206973206c6f636b656420756e74696c2037206461797300604482015290519081900360640190fd5b600154600080546040516001600160a01b039384169390911691600080516020612bcc83398151915291a3600154600080546001600160a01b0319166001600160a01b03909216919091179055565b6000610a426115d4611932565b8484611a22565b60025490565b6115e9611932565b6000546001600160a01b03908116911614611639576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b60168054821515600160a81b810260ff60a81b199092169190911790915560408051918252517f53726dfcaf90650aa7eb35524f4d3220f07413c8d6cb404cc8c18bf5591bc1599181900360200190a150565b611694611932565b6000546001600160a01b039081169116146116e4576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b61170460646116fe83600954611e5f90919063ffffffff16565b90611d2b565b60175550565b611712611932565b6000546001600160a01b03908116911614611762576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b60008054600180546001600160a01b03199081166001600160a01b038416179091551681554282016002556040518190600080516020612bcc833981519152908290a350565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205490565b6117db611932565b6000546001600160a01b0390811691161461182b576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600660205260409020805460ff19169055565b611854611932565b6000546001600160a01b039081169116146118a4576040805162461bcd60e51b81526020600482018190526024820152600080516020612bac833981519152604482015290519081900360640190fd5b6001600160a01b0381166118e95760405162461bcd60e51b8152600401808060200182810382526026815260200180612af36026913960400191505060405180910390fd5b600080546040516001600160a01b0380851693921691600080516020612bcc83398151915291a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b3390565b6001600160a01b03831661197b5760405162461bcd60e51b8152600401808060200182810382526024815260200180612c3a6024913960400191505060405180910390fd5b6001600160a01b0382166119c05760405162461bcd60e51b8152600401808060200182810382526022815260200180612b196022913960400191505060405180910390fd5b6001600160a01b03808416600081815260056020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b038316611a675760405162461bcd60e51b8152600401808060200182810382526025815260200180612c156025913960400191505060405180910390fd5b6001600160a01b038216611aac5760405162461bcd60e51b8152600401808060200182810382526023815260200180612aa66023913960400191505060405180910390fd5b60008111611aeb5760405162461bcd60e51b8152600401808060200182810382526029815260200180612bec6029913960400191505060405180910390fd5b611af36113a4565b6001600160a01b0316836001600160a01b031614158015611b2d5750611b176113a4565b6001600160a01b0316826001600160a01b031614155b15611b7357601754811115611b735760405162461bcd60e51b8152600401808060200182810382526028815260200180612b3b6028913960400191505060405180910390fd5b6000611b7e3061127f565b90506017548110611b8e57506017545b60185481108015908190611bac5750601654600160a01b900460ff16155b8015611bea57507f00000000000000000000000057d6390a6bf8de96fe8b9f69b5eb98ce6c993daf6001600160a01b0316856001600160a01b031614155b8015611bff5750601654600160a81b900460ff165b15611c12576018549150611c1282611eb8565b6001600160a01b03851660009081526006602052604090205460019060ff1680611c5457506001600160a01b03851660009081526006602052604090205460ff165b15611c5d575060005b611c698686868461200f565b505050505050565b60008184841115611d005760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611cc5578181015183820152602001611cad565b50505050905090810190601f168015611cf25780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6000806000611d15612183565b9092509050611d248282611d2b565b9250505090565b6000611d6d83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506122e6565b9392505050565b600082820183811015611d6d576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b6000806000806000806000806000611de58a61234b565b9250925092506000806000611e038d8686611dfe611d08565b61238d565b919f909e50909c50959a5093985091965092945050505050565b6000611d6d83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611c71565b600082611e6e57506000610a46565b82820282848281611e7b57fe5b0414611d6d5760405162461bcd60e51b8152600401808060200182810382526021815260200180612b636021913960400191505060405180910390fd5b6016805460ff60a01b1916600160a01b17905560115460135401611edb57611fff565b6000611f05611ef7601154601354611d7490919063ffffffff16565b6013546116fe908590611e5f565b90506000611f138383611e1d565b90506000611f22826002611d2b565b90506000611f308383611e1d565b9050476000611f3f8487611d74565b9050611f4a816123dd565b6000611f564784611e1d565b90506000611f68836116fe8489611e5f565b9050611f7485826125ec565b604080518781526020810183905280820187905290517f17bbfb9a6069321b6ded73bd96327c9e6b7212a5cd51ff219cd61370acafb5619181900360600190a16016546001600160a01b03166108fc611fcd8484611e1d565b6040518115909202916000818181858888f19350505050158015611ff5573d6000803e3d6000fd5b5050505050505050505b506016805460ff60a01b19169055565b8061201c5761201c6126d3565b6001600160a01b03841660009081526007602052604090205460ff16801561205d57506001600160a01b03831660009081526007602052604090205460ff16155b156120725761206d84848461271c565b612170565b6001600160a01b03841660009081526007602052604090205460ff161580156120b357506001600160a01b03831660009081526007602052604090205460ff165b156120c35761206d848484612840565b6001600160a01b03841660009081526007602052604090205460ff1615801561210557506001600160a01b03831660009081526007602052604090205460ff16155b156121155761206d8484846128e9565b6001600160a01b03841660009081526007602052604090205460ff16801561215557506001600160a01b03831660009081526007602052604090205460ff165b156121655761206d84848461292d565b6121708484846128e9565b8061217d5761217d6129a0565b50505050565b600a546009546000918291825b6008548110156122b4578260036000600884815481106121ac57fe5b60009182526020808320909101546001600160a01b03168352820192909252604001902054118061221157508160046000600884815481106121ea57fe5b60009182526020808320909101546001600160a01b03168352820192909252604001902054115b1561222857600a54600954945094505050506122e2565b612268600360006008848154811061223c57fe5b60009182526020808320909101546001600160a01b031683528201929092526040019020548490611e1d565b92506122aa600460006008848154811061227e57fe5b60009182526020808320909101546001600160a01b031683528201929092526040019020548390611e1d565b9150600101612190565b50600954600a546122c491611d2b565b8210156122dc57600a546009549350935050506122e2565b90925090505b9091565b600081836123355760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315611cc5578181015183820152602001611cad565b50600083858161234157fe5b0495945050505050565b60008060008061235a856129b4565b90506000612367866129d0565b9050600061237f826123798986611e1d565b90611e1d565b979296509094509092505050565b600080808061239c8886611e5f565b905060006123aa8887611e5f565b905060006123b88888611e5f565b905060006123ca826123798686611e1d565b939b939a50919850919650505050505050565b6040805160028082526060808301845292602083019080368337019050509050308160008151811061240b57fe5b60200260200101906001600160a01b031690816001600160a01b0316815250507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6001600160a01b031663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b15801561248457600080fd5b505afa158015612498573d6000803e3d6000fd5b505050506040513d60208110156124ae57600080fd5b50518151829060019081106124bf57fe5b60200260200101906001600160a01b031690816001600160a01b03168152505061250a307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d84611936565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6001600160a01b031663791ac9478360008430426040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b03168152602001838152602001828103825285818151815260200191508051906020019060200280838360005b838110156125af578181015183820152602001612597565b505050509050019650505050505050600060405180830381600087803b1580156125d857600080fd5b505af1158015611c69573d6000803e3d6000fd5b612617307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d84611936565b6015546040805163f305d71960e01b81523060048201526024810185905260006044820181905260648201526001600160a01b0392831660848201524260a482015290517f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d9092169163f305d71991849160c480830192606092919082900301818588803b1580156126a857600080fd5b505af11580156126bc573d6000803e3d6000fd5b50505050506040513d606081101561217d57600080fd5b600f541580156126e35750601154155b80156126ef5750601354155b156126f95761271a565b600f8054601055601180546012556013805460145560009283905590829055555b565b60008060008060008061272e87611dce565b6001600160a01b038f16600090815260046020526040902054959b509399509197509550935091506127609088611e1d565b6001600160a01b038a1660009081526004602090815260408083209390935560039052205461278f9087611e1d565b6001600160a01b03808b1660009081526003602052604080822093909355908a16815220546127be9086611d74565b6001600160a01b0389166000908152600360205260409020556127e0816129f8565b6127ea8483612a81565b876001600160a01b0316896001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061285287611dce565b6001600160a01b038f16600090815260036020526040902054959b509399509197509550935091506128849087611e1d565b6001600160a01b03808b16600090815260036020908152604080832094909455918b168152600490915220546128ba9084611d74565b6001600160a01b0389166000908152600460209081526040808320939093556003905220546127be9086611d74565b6000806000806000806128fb87611dce565b6001600160a01b038f16600090815260036020526040902054959b5093995091975095509350915061278f9087611e1d565b60008060008060008061293f87611dce565b6001600160a01b038f16600090815260046020526040902054959b509399509197509550935091506129719088611e1d565b6001600160a01b038a166000908152600460209081526040808320939093556003905220546128849087611e1d565b601054600f55601254601155601454601355565b6000610a4660646116fe600f5485611e5f90919063ffffffff16565b6000610a4660646116fe6129f1601354601154611d7490919063ffffffff16565b8590611e5f565b6000612a02611d08565b90506000612a108383611e5f565b30600090815260036020526040902054909150612a2d9082611d74565b3060009081526003602090815260408083209390935560079052205460ff1615612a7c5730600090815260046020526040902054612a6b9084611d74565b306000908152600460205260409020555b505050565b600a54612a8e9083611e1d565b600a55600b54612a9e9082611d74565b600b55505056fe45524332303a207472616e7366657220746f20746865207a65726f2061646472657373416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573735472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65728be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f45524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f20616464726573734578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e596f7520646f6e27742068617665207065726d697373696f6e20746f20756e6c6f636b45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220eacae82eb9d12804487a0bb2167459c04e2c666abd9013d6f8fab8b41f3b1ea864736f6c634300060c0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000887b59e116f7492ad8975712514a7a9abb73d8b5
-----Decoded View---------------
Arg [0] : marketingWallet (address): 0x887b59e116F7492AD8975712514A7A9abb73d8b5
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000887b59e116f7492ad8975712514a7a9abb73d8b5
Deployed Bytecode Sourcemap
25800:19557:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33609:98;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33609:98:0;;:::i;:::-;;28544:83;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29456:161;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;29456:161:0;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;30577:87;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;26906:51;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;26906:51:0;;;;;;;;;;;;;;28821:95;;;;;;;;;;;;;:::i;26750:32::-;;;;;;;;;;;;;:::i;29625:313::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;29625:313:0;;;;;;;;;;;;;;;;;:::i;31501:253::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;31501:253:0;;:::i;28730:83::-;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;32217:479;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;32217:479:0;-1:-1:-1;;;;;32217:479:0;;:::i;29946:218::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;29946:218:0;;;;;;;;:::i;26562:26::-;;;;;;;;;;;;;:::i;30672:377::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;30672:377:0;;:::i;33364:111::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33364:111:0;-1:-1:-1;;;;;33364:111:0;;:::i;31057:436::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;31057:436:0;;;;;;;;;:::i;33849:122::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33849:122:0;;:::i;26964:38::-;;;;;;;;;;;;;:::i;27170:40::-;;;;;;;;;;;;;:::i;31762:447::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;31762:447:0;-1:-1:-1;;;;;31762:447:0;;:::i;38015:123::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;38015:123:0;-1:-1:-1;;;;;38015:123:0;;:::i;34156:202::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;34156:202:0;-1:-1:-1;;;;;34156:202:0;;:::i;26649:32::-;;;;;;;;;;;;;:::i;28924:198::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;28924:198:0;-1:-1:-1;;;;;28924:198:0;;:::i;27015:71::-;;;;;;;;;;;;;:::i;16395:148::-;;;;;;;;;;;;;:::i;27223:53::-;;;;;;;;;;;;;:::i;30449:120::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;30449:120:0;-1:-1:-1;;;;;30449:120:0;;:::i;15752:79::-;;;;;;;;;;;;;:::i;33719:122::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33719:122:0;;:::i;28635:87::-;;;;;;;;;;;;;:::i;30172:269::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;30172:269:0;;;;;;;;:::i;17405:293::-;;;;;;;;;;;;;:::i;29130:167::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;29130:167:0;;;;;;;;:::i;16950:89::-;;;;;;;;;;;;;:::i;34366:171::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;34366:171:0;;;;:::i;33986:162::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33986:162:0;;:::i;17115:214::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;17115:214:0;;:::i;29305:143::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;29305:143:0;;;;;;;;;;:::i;33487:110::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33487:110:0;-1:-1:-1;;;;;33487:110:0;;:::i;16698:244::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;16698:244:0;-1:-1:-1;;;;;16698:244:0;;:::i;33609:98::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;33683:7:::1;:16:::0;33609:98::o;28544:83::-;28614:5;28607:12;;;;;;;;-1:-1:-1;;28607:12:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28581:13;;28607:12;;28614:5;;28607:12;;28614:5;28607:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28544:83;:::o;29456:161::-;29531:4;29548:39;29557:12;:10;:12::i;:::-;29571:7;29580:6;29548:8;:39::i;:::-;-1:-1:-1;29605:4:0;29456:161;;;;;:::o;30577:87::-;30646:10;;30577:87;:::o;26906:51::-;;;:::o;28821:95::-;28901:7;;28821:95;:::o;26750:32::-;;;;:::o;29625:313::-;29723:4;29740:36;29750:6;29758:9;29769:6;29740:9;:36::i;:::-;29787:121;29796:6;29804:12;:10;:12::i;:::-;29818:89;29856:6;29818:89;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;29818:19:0;;;;;;:11;:19;;;;;;29838:12;:10;:12::i;:::-;-1:-1:-1;;;;;29818:33:0;;;;;;;;;;;;-1:-1:-1;29818:33:0;;;:89;:37;:89::i;:::-;29787:8;:121::i;:::-;-1:-1:-1;29926:4:0;29625:313;;;;;:::o;31501:253::-;31567:7;31606;;31595;:18;;31587:73;;;;-1:-1:-1;;;31587:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31671:19;31694:10;:8;:10::i;:::-;31671:33;-1:-1:-1;31722:24:0;:7;31671:33;31722:11;:24::i;:::-;31715:31;;;31501:253;;;;:::o;28730:83::-;28796:9;;;;28730:83;:::o;32217:479::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;32299:20:0;::::1;;::::0;;;:11:::1;:20;::::0;;;;;::::1;;32291:60;;;::::0;;-1:-1:-1;;;32291:60:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;32367:9;32362:327;32386:9;:16:::0;32382:20;::::1;32362:327;;;32444:7;-1:-1:-1::0;;;;;32428:23:0::1;:9;32438:1;32428:12;;;;;;;;;::::0;;;::::1;::::0;;;::::1;::::0;-1:-1:-1;;;;;32428:12:0::1;:23;32424:254;;;32487:9;32497:16:::0;;-1:-1:-1;;32497:20:0;;;32487:31;::::1;;;;;;::::0;;;::::1;::::0;;;::::1;::::0;32472:9:::1;:12:::0;;-1:-1:-1;;;;;32487:31:0;;::::1;::::0;32482:1;;32472:12;::::1;;;;;;::::0;;;::::1;::::0;;;;;;::::1;:46:::0;;-1:-1:-1;;;;;;32472:46:0::1;-1:-1:-1::0;;;;;32472:46:0;;::::1;;::::0;;32537:16;;::::1;::::0;;:7:::1;:16:::0;;;;;;:20;;;32576:11:::1;:20:::0;;;;:28;;-1:-1:-1;;32576:28:0::1;::::0;;32623:9:::1;:15:::0;;;::::1;;;;;::::0;;;::::1;::::0;;;;-1:-1:-1;;32623:15:0;;;;;-1:-1:-1;;;;;;32623:15:0::1;::::0;;;;;32657:5:::1;;32424:254;32404:3;;32362:327;;;;32217:479:::0;:::o;29946:218::-;30034:4;30051:83;30060:12;:10;:12::i;:::-;30074:7;30083:50;30122:10;30083:11;:25;30095:12;:10;:12::i;:::-;-1:-1:-1;;;;;30083:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;30083:25:0;;;:34;;;;;;;;;;;:38;:50::i;26562:26::-;;;;:::o;30672:377::-;30724:14;30741:12;:10;:12::i;:::-;-1:-1:-1;;;;;30773:19:0;;;;;;:11;:19;;;;;;30724:29;;-1:-1:-1;30773:19:0;;30772:20;30764:77;;;;-1:-1:-1;;;30764:77:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30853:15;30877:19;30888:7;30877:10;:19::i;:::-;-1:-1:-1;;;;;;;;;30925:15:0;;;;;;:7;:15;;;;;;30852:44;;-1:-1:-1;30925:28:0;;:15;-1:-1:-1;30852:44:0;30925:19;:28::i;:::-;-1:-1:-1;;;;;30907:15:0;;;;;;:7;:15;;;;;:46;30974:7;;:20;;30986:7;30974:11;:20::i;:::-;30964:7;:30;31018:10;;:23;;31033:7;31018:14;:23::i;:::-;31005:10;:36;-1:-1:-1;;;30672:377:0:o;33364:111::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;33433:27:0::1;;::::0;;;:18:::1;:27;::::0;;;;:34;;-1:-1:-1;;33433:34:0::1;33463:4;33433:34;::::0;;33364:111::o;31057:436::-;31147:7;31186;;31175;:18;;31167:62;;;;;-1:-1:-1;;;31167:62:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;31245:17;31240:246;;31280:15;31304:19;31315:7;31304:10;:19::i;:::-;-1:-1:-1;31279:44:0;;-1:-1:-1;31338:14:0;;-1:-1:-1;;;;;31338:14:0;31240:246;31387:23;31418:19;31429:7;31418:10;:19::i;:::-;-1:-1:-1;31385:52:0;;-1:-1:-1;31452:22:0;;-1:-1:-1;;;;;31452:22:0;33849:122;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;33935:13:::1;:28:::0;33849:122::o;26964:38::-;;;:::o;27170:40::-;;;-1:-1:-1;;;27170:40:0;;;;;:::o;31762:447::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;31959:20:0;::::1;;::::0;;;:11:::1;:20;::::0;;;;;::::1;;31958:21;31950:61;;;::::0;;-1:-1:-1;;;31950:61:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;-1:-1:-1::0;;;;;32025:16:0;::::1;32044:1;32025:16:::0;;;:7:::1;:16;::::0;;;;;:20;32022:108:::1;;-1:-1:-1::0;;;;;32101:16:0;::::1;;::::0;;;:7:::1;:16;::::0;;;;;32081:37:::1;::::0;:19:::1;:37::i;:::-;-1:-1:-1::0;;;;;32062:16:0;::::1;;::::0;;;:7:::1;:16;::::0;;;;:56;32022:108:::1;-1:-1:-1::0;;;;;32140:20:0::1;;::::0;;;:11:::1;:20;::::0;;;;:27;;-1:-1:-1;;32140:27:0::1;32163:4;32140:27:::0;;::::1;::::0;;;32178:9:::1;:23:::0;;;;::::1;::::0;;;;;;::::1;::::0;;-1:-1:-1;;;;;;32178:23:0::1;::::0;;::::1;::::0;;31762:447::o;38015:123::-;-1:-1:-1;;;;;38103:27:0;38079:4;38103:27;;;:18;:27;;;;;;;;;38015:123::o;34156:202::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;34249:16:::1;::::0;-1:-1:-1;;;;;34249:29:0;;::::1;:16:::0;::::1;:29;;34241:61;;;::::0;;-1:-1:-1;;;34241:61:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;-1:-1:-1;;;34241:61:0;;;;;;;;;;;;;::::1;;34313:16;:37:::0;;-1:-1:-1;;;;;;34313:37:0::1;-1:-1:-1::0;;;;;34313:37:0;;;::::1;::::0;;;::::1;::::0;;34156:202::o;26649:32::-;;;;:::o;28924:198::-;-1:-1:-1;;;;;29014:20:0;;28990:7;29014:20;;;:11;:20;;;;;;;;29010:49;;;-1:-1:-1;;;;;;29043:16:0;;;;;;:7;:16;;;;;;29036:23;;29010:49;-1:-1:-1;;;;;29097:16:0;;;;;;:7;:16;;;;;;29077:37;;:19;:37::i;27015:71::-;;;-1:-1:-1;;;;;27015:71:0;;:::o;16395:148::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;16502:1:::1;16486:6:::0;;16465:40:::1;::::0;-1:-1:-1;;;;;16486:6:0;;::::1;::::0;-1:-1:-1;;;;;;;;;;;16465:40:0;16502:1;;16465:40:::1;16533:1;16516:19:::0;;-1:-1:-1;;;;;;16516:19:0::1;::::0;;16395:148::o;27223:53::-;;;;:::o;30449:120::-;-1:-1:-1;;;;;30541:20:0;30517:4;30541:20;;;:11;:20;;;;;;;;;30449:120::o;15752:79::-;15790:7;15817:6;-1:-1:-1;;;;;15817:6:0;15752:79;:::o;33719:122::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;33805:13:::1;:28:::0;33719:122::o;28635:87::-;28707:7;28700:14;;;;;;;;-1:-1:-1;;28700:14:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28674:13;;28700:14;;28707:7;;28700:14;;28707:7;28700:14;;;;;;;;;;;;;;;;;;;;;;;;30172:269;30265:4;30282:129;30291:12;:10;:12::i;:::-;30305:7;30314:96;30353:15;30314:96;;;;;;;;;;;;;;;;;:11;:25;30326:12;:10;:12::i;:::-;-1:-1:-1;;;;;30314:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;30314:25:0;;;:34;;;;;;;;;;;:96;:38;:96::i;17405:293::-;17457:14;;-1:-1:-1;;;;;17457:14:0;17475:10;17457:28;17449:76;;;;-1:-1:-1;;;17449:76:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17550:9;;17544:3;:15;17536:60;;;;;-1:-1:-1;;;17536:60:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;17641:14;;;17633:6;;17612:44;;-1:-1:-1;;;;;17641:14:0;;;;17633:6;;;;-1:-1:-1;;;;;;;;;;;17612:44:0;;17676:14;;;17667:23;;-1:-1:-1;;;;;;17667:23:0;-1:-1:-1;;;;;17676:14:0;;;17667:23;;;;;;17405:293::o;29130:167::-;29208:4;29225:42;29235:12;:10;:12::i;:::-;29249:9;29260:6;29225:9;:42::i;16950:89::-;17022:9;;16950:89;:::o;34366:171::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;34443:21:::1;:32:::0;;;::::1;;-1:-1:-1::0;;;34443:32:0;::::1;-1:-1:-1::0;;;;34443:32:0;;::::1;::::0;;;::::1;::::0;;;34491:38:::1;::::0;;;;;;::::1;::::0;;;;::::1;::::0;;::::1;34366:171:::0;:::o;33986:162::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;34080:60:::1;34124:5;34080:25;34092:12;34080:7;;:11;;:25;;;;:::i;:::-;:29:::0;::::1;:60::i;:::-;34065:12;:75:::0;-1:-1:-1;33986:162:0:o;17115:214::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;17196:6:::1;::::0;;;17179:23;;-1:-1:-1;;;;;;17179:23:0;;::::1;-1:-1:-1::0;;;;;17196:6:0;::::1;17179:23;::::0;;;17213:19:::1;::::0;;17255:3:::1;:10:::0;::::1;17243:9;:22:::0;17281:40:::1;::::0;17196:6;;-1:-1:-1;;;;;;;;;;;17281:40:0;17196:6;;17281:40:::1;17115:214:::0;:::o;29305:143::-;-1:-1:-1;;;;;29413:18:0;;;29386:7;29413:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;29305:143::o;33487:110::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;33554:27:0::1;33584:5;33554:27:::0;;;:18:::1;:27;::::0;;;;:35;;-1:-1:-1;;33554:35:0::1;::::0;;33487:110::o;16698:244::-;15974:12;:10;:12::i;:::-;15964:6;;-1:-1:-1;;;;;15964:6:0;;;:22;;;15956:67;;;;;-1:-1:-1;;;15956:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;15956:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;16787:22:0;::::1;16779:73;;;;-1:-1:-1::0;;;16779:73:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16889:6;::::0;;16868:38:::1;::::0;-1:-1:-1;;;;;16868:38:0;;::::1;::::0;16889:6;::::1;::::0;-1:-1:-1;;;;;;;;;;;16868:38:0;::::1;16917:6;:17:::0;;-1:-1:-1;;;;;;16917:17:0::1;-1:-1:-1::0;;;;;16917:17:0;;;::::1;::::0;;;::::1;::::0;;16698:244::o;8160:106::-;8248:10;8160:106;:::o;38146:337::-;-1:-1:-1;;;;;38239:19:0;;38231:68;;;;-1:-1:-1;;;38231:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;38318:21:0;;38310:68;;;;-1:-1:-1;;;38310:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;38391:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;38443:32;;;;;;;;;;;;;;;;;38146:337;;;:::o;38491:1813::-;-1:-1:-1;;;;;38613:18:0;;38605:68;;;;-1:-1:-1;;;38605:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;38692:16:0;;38684:64;;;;-1:-1:-1;;;38684:64:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38776:1;38767:6;:10;38759:64;;;;-1:-1:-1;;;38759:64:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38845:7;:5;:7::i;:::-;-1:-1:-1;;;;;38837:15:0;:4;-1:-1:-1;;;;;38837:15:0;;;:32;;;;;38862:7;:5;:7::i;:::-;-1:-1:-1;;;;;38856:13:0;:2;-1:-1:-1;;;;;38856:13:0;;;38837:32;38834:125;;;38902:12;;38892:6;:22;;38884:75;;;;-1:-1:-1;;;38884:75:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;39254:28;39285:24;39303:4;39285:9;:24::i;:::-;39254:55;;39357:12;;39333:20;:36;39330:112;;-1:-1:-1;39418:12:0;;39330:112;39513:29;;39489:53;;;;;;;39571;;-1:-1:-1;39608:16:0;;-1:-1:-1;;;39608:16:0;;;;39607:17;39571:53;:91;;;;;39649:13;-1:-1:-1;;;;;39641:21:0;:4;-1:-1:-1;;;;;39641:21:0;;;39571:91;:129;;;;-1:-1:-1;39679:21:0;;-1:-1:-1;;;39679:21:0;;;;39571:129;39553:318;;;39750:29;;39727:52;;39823:36;39838:20;39823:14;:36::i;:::-;-1:-1:-1;;;;;40079:24:0;;39952:12;40079:24;;;:18;:24;;;;;;39967:4;;40079:24;;;:50;;-1:-1:-1;;;;;;40107:22:0;;;;;;:18;:22;;;;;;;;40079:50;40076:96;;;-1:-1:-1;40155:5:0;40076:96;40258:38;40273:4;40278:2;40281:6;40288:7;40258:14;:38::i;:::-;38491:1813;;;;;;:::o;4570:192::-;4656:7;4692:12;4684:6;;;;4676:29;;;;-1:-1:-1;;;4676:29:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;4728:5:0;;;4570:192::o;36000:163::-;36041:7;36062:15;36079;36098:19;:17;:19::i;:::-;36061:56;;-1:-1:-1;36061:56:0;-1:-1:-1;36135:20:0;36061:56;;36135:11;:20::i;:::-;36128:27;;;;36000:163;:::o;5968:132::-;6026:7;6053:39;6057:1;6060;6053:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;6046:46;5968:132;-1:-1:-1;;;5968:132:0:o;3667:181::-;3725:7;3757:5;;;3781:6;;;;3773:46;;;;;-1:-1:-1;;;3773:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;34798:419;34857:7;34866;34875;34884;34893;34902;34923:23;34948:12;34962:18;34984:20;34996:7;34984:11;:20::i;:::-;34922:82;;;;;;35016:15;35033:23;35058:12;35074:50;35086:7;35095:4;35101:10;35113;:8;:10::i;:::-;35074:11;:50::i;:::-;35015:109;;;;-1:-1:-1;35015:109:0;;-1:-1:-1;35175:15:0;;-1:-1:-1;35192:4:0;;-1:-1:-1;35198:10:0;;-1:-1:-1;34798:419:0;;-1:-1:-1;;;;;34798:419:0:o;4131:136::-;4189:7;4216:43;4220:1;4223;4216:43;;;;;;;;;;;;;;;;;:3;:43::i;5021:471::-;5079:7;5324:6;5320:47;;-1:-1:-1;5354:1:0;5347:8;;5320:47;5391:5;;;5395:1;5391;:5;:1;5415:5;;;;;:10;5407:56;;;;-1:-1:-1;;;5407:56:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;40312:1315;27660:16;:23;;-1:-1:-1;;;;27660:23:0;-1:-1:-1;;;27660:23:0;;;40417:13:::1;::::0;40401::::1;::::0;:29:::1;40397:60;;40450:7;;40397:60;40467:19;40489:77;40533:32;40551:13;;40533;;:17;;:32;;;;:::i;:::-;40514:13;::::0;40489:39:::1;::::0;:20;;:24:::1;:39::i;:77::-;40467:99:::0;-1:-1:-1;40577:17:0::1;40597:37;:20:::0;40467:99;40597:24:::1;:37::i;:::-;40577:57:::0;-1:-1:-1;40698:12:0::1;40713:16;40577:57:::0;40727:1:::1;40713:13;:16::i;:::-;40698:31:::0;-1:-1:-1;40740:17:0::1;40760:19;:9:::0;40698:31;40760:13:::1;:19::i;:::-;40740:39:::0;-1:-1:-1;41082:21:0::1;41057:22;41171:21;:4:::0;41180:11;41171:8:::1;:21::i;:::-;41148:44;;41203:30;41220:12;41203:16;:30::i;:::-;41294:16;41313:41;:21;41339:14:::0;41313:25:::1;:41::i;:::-;41294:60:::0;-1:-1:-1;41365:24:0::1;41392:36;41415:12:::0;41392:18:::1;41294:60:::0;41405:4;41392:12:::1;:18::i;:36::-;41365:63;;41441:41;41454:9;41465:16;41441:12;:41::i;:::-;41500:49;::::0;;;;;::::1;::::0;::::1;::::0;;;;;;;;;;;::::1;::::0;;;;;;;::::1;41562:16;::::0;-1:-1:-1;;;;;41562:16:0::1;:57;41588:30;:8:::0;41601:16;41588:12:::1;:30::i;:::-;41562:57;::::0;;::::1;::::0;;::::1;::::0;::::1;::::0;;;;;;::::1;;;;;;;;;;;;;::::0;::::1;;;;;;27694:1;;;;;;;;;-1:-1:-1::0;27706:16:0;:24;;-1:-1:-1;;;;27706:24:0;;;40312:1315::o;42830:834::-;42941:7;42937:40;;42963:14;:12;:14::i;:::-;-1:-1:-1;;;;;43002:19:0;;;;;;:11;:19;;;;;;;;:46;;;;-1:-1:-1;;;;;;43026:22:0;;;;;;:11;:22;;;;;;;;43025:23;43002:46;42998:597;;;43065:48;43087:6;43095:9;43106:6;43065:21;:48::i;:::-;42998:597;;;-1:-1:-1;;;;;43136:19:0;;;;;;:11;:19;;;;;;;;43135:20;:46;;;;-1:-1:-1;;;;;;43159:22:0;;;;;;:11;:22;;;;;;;;43135:46;43131:464;;;43198:46;43218:6;43226:9;43237:6;43198:19;:46::i;43131:464::-;-1:-1:-1;;;;;43267:19:0;;;;;;:11;:19;;;;;;;;43266:20;:47;;;;-1:-1:-1;;;;;;43291:22:0;;;;;;:11;:22;;;;;;;;43290:23;43266:47;43262:333;;;43330:44;43348:6;43356:9;43367:6;43330:17;:44::i;43262:333::-;-1:-1:-1;;;;;43396:19:0;;;;;;:11;:19;;;;;;;;:45;;;;-1:-1:-1;;;;;;43419:22:0;;;;;;:11;:22;;;;;;;;43396:45;43392:203;;;43458:48;43480:6;43488:9;43499:6;43458:21;:48::i;43392:203::-;43539:44;43557:6;43565:9;43576:6;43539:17;:44::i;:::-;43619:7;43615:41;;43641:15;:13;:15::i;:::-;42830:834;;;;:::o;36171:561::-;36268:7;;36304;;36221;;;;;36328:289;36352:9;:16;36348:20;;36328:289;;;36418:7;36394;:21;36402:9;36412:1;36402:12;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;36402:12:0;36394:21;;;;;;;;;;;;;:31;;:66;;;36453:7;36429;:21;36437:9;36447:1;36437:12;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;36437:12:0;36429:21;;;;;;;;;;;;;:31;36394:66;36390:97;;;36470:7;;36479;;36462:25;;;;;;;;;36390:97;36512:34;36524:7;:21;36532:9;36542:1;36532:12;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;36532:12:0;36524:21;;;;;;;;;;;;;36512:7;;:11;:34::i;:::-;36502:44;;36571:34;36583:7;:21;36591:9;36601:1;36591:12;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;36591:12:0;36583:21;;;;;;;;;;;;;36571:7;;:11;:34::i;:::-;36561:44;-1:-1:-1;36370:3:0;;36328:289;;;-1:-1:-1;36653:7:0;;36641;;:20;;:11;:20::i;:::-;36631:7;:30;36627:61;;;36671:7;;36680;;36663:25;;;;;;;;36627:61;36707:7;;-1:-1:-1;36716:7:0;-1:-1:-1;36171:561:0;;;:::o;6596:278::-;6682:7;6717:12;6710:5;6702:28;;;;-1:-1:-1;;;6702:28:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6741:9;6757:1;6753;:5;;;;;;;6596:278;-1:-1:-1;;;;;6596:278:0:o;35225:330::-;35285:7;35294;35303;35323:12;35338:24;35354:7;35338:15;:24::i;:::-;35323:39;;35373:18;35394:30;35416:7;35394:21;:30::i;:::-;35373:51;-1:-1:-1;35435:23:0;35461:33;35373:51;35461:17;:7;35473:4;35461:11;:17::i;:::-;:21;;:33::i;:::-;35435:59;35530:4;;-1:-1:-1;35536:10:0;;-1:-1:-1;35225:330:0;;-1:-1:-1;;;35225:330:0:o;35563:429::-;35678:7;;;;35734:24;:7;35746:11;35734;:24::i;:::-;35716:42;-1:-1:-1;35769:12:0;35784:21;:4;35793:11;35784:8;:21::i;:::-;35769:36;-1:-1:-1;35816:18:0;35837:27;:10;35852:11;35837:14;:27::i;:::-;35816:48;-1:-1:-1;35875:23:0;35901:33;35816:48;35901:17;:7;35913:4;35901:11;:17::i;:33::-;35953:7;;;;-1:-1:-1;35979:4:0;;-1:-1:-1;35563:429:0;;-1:-1:-1;;;;;;;35563:429:0:o;41635:589::-;41785:16;;;41799:1;41785:16;;;41761:21;41785:16;;;;;41761:21;41785:16;;;;;;;;;;-1:-1:-1;41785:16:0;41761:40;;41830:4;41812;41817:1;41812:7;;;;;;;;;;;;;:23;-1:-1:-1;;;;;41812:23:0;;;-1:-1:-1;;;;;41812:23:0;;;;;41856:15;-1:-1:-1;;;;;41856:20:0;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;41856:22:0;41846:7;;:4;;41851:1;;41846:7;;;;;;;;;;;:32;-1:-1:-1;;;;;41846:32:0;;;-1:-1:-1;;;;;41846:32:0;;;;;41891:62;41908:4;41923:15;41941:11;41891:8;:62::i;:::-;41992:15;-1:-1:-1;;;;;41992:66:0;;42073:11;42099:1;42143:4;42170;42190:15;41992:224;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;41992:224:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;42232:517;42380:62;42397:4;42412:15;42430:11;42380:8;:62::i;:::-;42689:11;;42485:256;;;-1:-1:-1;;;42485:256:0;;42557:4;42485:256;;;;;;;;;;-1:-1:-1;42485:256:0;;;;;;;;;;-1:-1:-1;;;;;42689:11:0;;;42485:256;;;;42715:15;42485:256;;;;;;:15;:31;;;;;;42524:9;;42485:256;;;;;;;;;;;;;;42524:9;42485:31;:256;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37470:348;37516:7;;:12;:34;;;;-1:-1:-1;37532:13:0;;:18;37516:34;:56;;;;-1:-1:-1;37554:13:0;;:18;37516:56;37513:68;;;37574:7;;37513:68;37619:7;;;37601:15;:25;37661:13;;;37637:21;:37;37709:13;;;37685:21;:37;-1:-1:-1;37743:11:0;;;;37765:17;;;;37793;37470:348;:::o;44776:566::-;44879:15;44896:23;44921:12;44935:23;44960:12;44974:18;44996:19;45007:7;44996:10;:19::i;:::-;-1:-1:-1;;;;;45044:15:0;;;;;;:7;:15;;;;;;44878:137;;-1:-1:-1;44878:137:0;;-1:-1:-1;44878:137:0;;-1:-1:-1;44878:137:0;-1:-1:-1;44878:137:0;-1:-1:-1;44878:137:0;-1:-1:-1;45044:28:0;;45064:7;45044:19;:28::i;:::-;-1:-1:-1;;;;;45026:15:0;;;;;;:7;:15;;;;;;;;:46;;;;45101:7;:15;;;;:28;;45121:7;45101:19;:28::i;:::-;-1:-1:-1;;;;;45083:15:0;;;;;;;:7;:15;;;;;;:46;;;;45161:18;;;;;;;:39;;45184:15;45161:22;:39::i;:::-;-1:-1:-1;;;;;45140:18:0;;;;;;:7;:18;;;;;:60;45214:26;45229:10;45214:14;:26::i;:::-;45251:23;45263:4;45269;45251:11;:23::i;:::-;45307:9;-1:-1:-1;;;;;45290:44:0;45299:6;-1:-1:-1;;;;;45290:44:0;;45318:15;45290:44;;;;;;;;;;;;;;;;;;44776:566;;;;;;;;;:::o;44182:586::-;44283:15;44300:23;44325:12;44339:23;44364:12;44378:18;44400:19;44411:7;44400:10;:19::i;:::-;-1:-1:-1;;;;;44448:15:0;;;;;;:7;:15;;;;;;44282:137;;-1:-1:-1;44282:137:0;;-1:-1:-1;44282:137:0;;-1:-1:-1;44282:137:0;-1:-1:-1;44282:137:0;-1:-1:-1;44282:137:0;-1:-1:-1;44448:28:0;;44282:137;44448:19;:28::i;:::-;-1:-1:-1;;;;;44430:15:0;;;;;;;:7;:15;;;;;;;;:46;;;;44508:18;;;;;:7;:18;;;;;:39;;44531:15;44508:22;:39::i;:::-;-1:-1:-1;;;;;44487:18:0;;;;;;:7;:18;;;;;;;;:60;;;;44579:7;:18;;;;:39;;44602:15;44579:22;:39::i;43672:502::-;43771:15;43788:23;43813:12;43827:23;43852:12;43866:18;43888:19;43899:7;43888:10;:19::i;:::-;-1:-1:-1;;;;;43936:15:0;;;;;;:7;:15;;;;;;43770:137;;-1:-1:-1;43770:137:0;;-1:-1:-1;43770:137:0;;-1:-1:-1;43770:137:0;-1:-1:-1;43770:137:0;-1:-1:-1;43770:137:0;-1:-1:-1;43936:28:0;;43770:137;43936:19;:28::i;32706:642::-;32809:15;32826:23;32851:12;32865:23;32890:12;32904:18;32926:19;32937:7;32926:10;:19::i;:::-;-1:-1:-1;;;;;32974:15:0;;;;;;:7;:15;;;;;;32808:137;;-1:-1:-1;32808:137:0;;-1:-1:-1;32808:137:0;;-1:-1:-1;32808:137:0;-1:-1:-1;32808:137:0;-1:-1:-1;32808:137:0;-1:-1:-1;32974:28:0;;32994:7;32974:19;:28::i;:::-;-1:-1:-1;;;;;32956:15:0;;;;;;:7;:15;;;;;;;;:46;;;;33031:7;:15;;;;:28;;33051:7;33031:19;:28::i;37830:173::-;37884:15;;37874:7;:25;37926:21;;37910:13;:37;37974:21;;37958:13;:37;37830:173::o;37111:154::-;37175:7;37202:55;37241:5;37202:20;37214:7;;37202;:11;;:20;;;;:::i;37273:185::-;37343:7;37370:80;37434:5;37370:45;37382:32;37400:13;;37382;;:17;;:32;;;;:::i;:::-;37370:7;;:11;:45::i;36744:355::-;36807:19;36830:10;:8;:10::i;:::-;36807:33;-1:-1:-1;36851:18:0;36872:27;:10;36807:33;36872:14;:27::i;:::-;36951:4;36935:22;;;;:7;:22;;;;;;36851:48;;-1:-1:-1;36935:38:0;;36851:48;36935:26;:38::i;:::-;36926:4;36910:22;;;;:7;:22;;;;;;;;:63;;;;36987:11;:26;;;;;;36984:107;;;37069:4;37053:22;;;;:7;:22;;;;;;:38;;37080:10;37053:26;:38::i;:::-;37044:4;37028:22;;;;:7;:22;;;;;:63;36984:107;36744:355;;;:::o;34643:147::-;34721:7;;:17;;34733:4;34721:11;:17::i;:::-;34711:7;:27;34762:10;;:20;;34777:4;34762:14;:20::i;:::-;34749:10;:33;-1:-1:-1;;34643:147:0:o
Swarm Source
ipfs://eacae82eb9d12804487a0bb2167459c04e2c666abd9013d6f8fab8b41f3b1ea8
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.32
Net Worth in ETH
0.000152
Token Allocations
ETH
100.00%
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 100.00% | $2,110.86 | 0.00015162 | $0.320055 |
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.