Source Code
Overview
ETH Balance
0 ETH
ETH Value
$0.00Latest 25 from a total of 90 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Swap Exact Token... | 37188316 | 40 hrs ago | IN | 0 ETH | 0.00001405 | ||||
| Swap Exact ETH F... | 37113315 | 47 hrs ago | IN | 0.001 ETH | 0.00000939 | ||||
| Swap Exact ETH F... | 37113158 | 47 hrs ago | IN | 0.001 ETH | 0.00000992 | ||||
| Swap Exact ETH F... | 37108535 | 2 days ago | IN | 0.005 ETH | 0.00000743 | ||||
| Swap Exact ETH F... | 37108432 | 2 days ago | IN | 0.005 ETH | 0.00000856 | ||||
| Swap Exact Token... | 36646314 | 4 days ago | IN | 0 ETH | 0.0000101 | ||||
| Swap Exact ETH F... | 36574754 | 4 days ago | IN | 0.0034 ETH | 0.00000963 | ||||
| Swap Exact ETH F... | 36573418 | 4 days ago | IN | 0.04 ETH | 0.00000875 | ||||
| Swap Exact Token... | 36570012 | 4 days ago | IN | 0 ETH | 0.0000079 | ||||
| Swap Exact ETH F... | 36569739 | 4 days ago | IN | 0.00899999 ETH | 0.00000795 | ||||
| Swap Exact Token... | 36439316 | 5 days ago | IN | 0 ETH | 0.0000101 | ||||
| Swap Exact Token... | 36437311 | 5 days ago | IN | 0 ETH | 0.0000101 | ||||
| Swap Exact Token... | 36425678 | 5 days ago | IN | 0 ETH | 0.00001198 | ||||
| Swap Exact ETH F... | 34837947 | 16 days ago | IN | 0.005 ETH | 0.00000951 | ||||
| Swap Exact ETH F... | 34837823 | 16 days ago | IN | 0.005 ETH | 0.00001088 | ||||
| Swap Exact ETH F... | 34537589 | 18 days ago | IN | 0.005 ETH | 0.0000124 | ||||
| Swap Exact ETH F... | 33910974 | 22 days ago | IN | 0.005 ETH | 0.0000096 | ||||
| Swap Exact ETH F... | 33910833 | 22 days ago | IN | 0.005 ETH | 0.00001035 | ||||
| Swap Exact ETH F... | 32750800 | 31 days ago | IN | 0.005 ETH | 0.00000983 | ||||
| Swap Exact ETH F... | 32750527 | 31 days ago | IN | 0.005 ETH | 0.0000112 | ||||
| Swap Exact ETH F... | 32625241 | 31 days ago | IN | 0.005 ETH | 0.00000777 | ||||
| Swap Exact ETH F... | 32624898 | 31 days ago | IN | 0.005 ETH | 0.00001044 | ||||
| Swap Exact ETH F... | 32357925 | 33 days ago | IN | 0.005 ETH | 0.00000767 | ||||
| Swap Exact ETH F... | 32357853 | 33 days ago | IN | 0.005 ETH | 0.00001089 | ||||
| Swap Exact ETH F... | 32354219 | 34 days ago | IN | 0.003 ETH | 0.00000951 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 37188316 | 40 hrs ago | 0.01458142 ETH | ||||
| 37188316 | 40 hrs ago | 0.00014728 ETH | ||||
| 37188316 | 40 hrs ago | 0.0147287 ETH | ||||
| 37113391 | 47 hrs ago | 0.00097422 ETH | ||||
| 37113391 | 47 hrs ago | 0.00000984 ETH | ||||
| 37113391 | 47 hrs ago | 0.00098406 ETH | ||||
| 37113315 | 47 hrs ago | 0.00099 ETH | ||||
| 37113315 | 47 hrs ago | 0.00001 ETH | ||||
| 37113315 | 47 hrs ago | 0.001 ETH | ||||
| 37113218 | 47 hrs ago | 0.00097422 ETH | ||||
| 37113218 | 47 hrs ago | 0.00000984 ETH | ||||
| 37113218 | 47 hrs ago | 0.00098406 ETH | ||||
| 37113158 | 47 hrs ago | 0.00099 ETH | ||||
| 37113158 | 47 hrs ago | 0.00001 ETH | ||||
| 37113158 | 47 hrs ago | 0.001 ETH | ||||
| 37108581 | 2 days ago | 0.00487114 ETH | ||||
| 37108581 | 2 days ago | 0.0000492 ETH | ||||
| 37108581 | 2 days ago | 0.00492034 ETH | ||||
| 37108535 | 2 days ago | 0.00495 ETH | ||||
| 37108535 | 2 days ago | 0.00005 ETH | ||||
| 37108535 | 2 days ago | 0.005 ETH | ||||
| 37108487 | 2 days ago | 0.00487114 ETH | ||||
| 37108487 | 2 days ago | 0.0000492 ETH | ||||
| 37108487 | 2 days ago | 0.00492034 ETH | ||||
| 37108432 | 2 days ago | 0.00495 ETH |
Cross-Chain Transactions
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
UniswapTradingRouter
Compiler Version
v0.8.23+commit.f704f362
ZkSolc Version
v1.5.8
Optimization Enabled:
Yes with Mode 3
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.23;
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import {IUniswapV2Router02} from "./interfaces/IUniswapV2Router02.sol";
import {IUniswapTradingRouter} from "./interfaces/IUniswapTradingRouter.sol";
import {IUniswapV2Factory} from "./interfaces/IUniswapV2Factory.sol";
contract UniswapTradingRouter is IUniswapTradingRouter, Ownable {
using SafeERC20 for IERC20;
uint256 public constant BASIS_POINTS_DENOMINATOR = 10000;
uint256 public constant FEE_BPS_MAX_AMOUNT = 200;
uint256 public constant MIN_REFUND_AMOUNT = 0.000001 ether; // 1e12 wei
IUniswapV2Router02 public immutable UNISWAP_ROUTER;
constructor(address _uniswapRouter) Ownable(msg.sender) {
UNISWAP_ROUTER = IUniswapV2Router02(_uniswapRouter);
}
function swapExactETHForTokens(
address tokenOut,
uint256 amountOutMin,
uint256 feeBps,
address helioTreasury,
address partnerTreasury,
uint256 partnerFeeBps
) external payable {
_validateFeeBps(feeBps, partnerFeeBps);
_validateTreasuries(helioTreasury, partnerTreasury);
if (tokenOut == address(0)) revert ZeroAddress();
address[] memory path = new address[](2);
path[0] = UNISWAP_ROUTER.WETH();
path[1] = tokenOut;
(uint256 fee, uint256 partnerFee) = _calculateFee(msg.value, feeBps, partnerFeeBps);
_transferETH(helioTreasury, fee);
_transferETH(partnerTreasury, partnerFee);
uint256[] memory amounts = UNISWAP_ROUTER.swapExactETHForTokens{value: msg.value - fee - partnerFee}(
amountOutMin,
path,
msg.sender,
block.timestamp
);
address pair = IUniswapV2Factory(UNISWAP_ROUTER.factory()).getPair(UNISWAP_ROUTER.WETH(), tokenOut);
emit UniswapSwap(
msg.sender,
UNISWAP_ROUTER.WETH(),
tokenOut,
msg.value,
amounts[amounts.length - 1],
fee,
helioTreasury,
partnerFee,
partnerTreasury,
pair
);
}
function swapExactTokensForETH(
address tokenIn,
uint256 amountIn,
uint256 amountOutMin,
uint256 feeBps,
address helioTreasury,
address partnerTreasury,
uint256 partnerFeeBps
) external {
_validateFeeBps(feeBps, partnerFeeBps);
_validateTreasuries(helioTreasury, partnerTreasury);
if (tokenIn == address(0)) revert ZeroAddress();
IERC20(tokenIn).safeTransferFrom(msg.sender, address(this), amountIn);
IERC20(tokenIn).approve(address(UNISWAP_ROUTER), amountIn);
address[] memory path = new address[](2);
path[0] = tokenIn;
path[1] = UNISWAP_ROUTER.WETH();
uint256[] memory amounts = UNISWAP_ROUTER.swapExactTokensForETH(
amountIn,
amountOutMin,
path,
address(this),
block.timestamp
);
(uint256 fee, uint256 partnerFee) = _calculateFee(amounts[amounts.length - 1], feeBps, partnerFeeBps);
_transferETH(helioTreasury, fee);
_transferETH(partnerTreasury, partnerFee);
uint256 ethBalance = address(this).balance;
_transferETH(msg.sender, ethBalance);
address pair = IUniswapV2Factory(UNISWAP_ROUTER.factory()).getPair(tokenIn, UNISWAP_ROUTER.WETH());
emit UniswapSwap(
msg.sender,
tokenIn,
UNISWAP_ROUTER.WETH(),
amountIn,
ethBalance,
fee,
helioTreasury,
partnerFee,
partnerTreasury,
pair
);
}
function swapETHForExactTokens(
address tokenOut,
uint256 amountOut,
uint256 feeBps,
address helioTreasury,
address partnerTreasury,
uint256 partnerFeeBps
) external payable {
_validateFeeBps(feeBps, partnerFeeBps);
_validateTreasuries(helioTreasury, partnerTreasury);
if (tokenOut == address(0)) revert ZeroAddress();
address[] memory path = new address[](2);
path[0] = UNISWAP_ROUTER.WETH();
path[1] = tokenOut;
(uint256 fee, uint256 partnerFee) = _calculateFee(msg.value, feeBps, partnerFeeBps);
_transferETH(helioTreasury, fee);
_transferETH(partnerTreasury, partnerFee);
uint256[] memory amounts = UNISWAP_ROUTER.swapETHForExactTokens{value: msg.value - fee - partnerFee}(
amountOut,
path,
msg.sender,
block.timestamp
);
// refund if any
if (address(this).balance > MIN_REFUND_AMOUNT) {
(bool success, ) = msg.sender.call{value: address(this).balance}("");
if (!success) revert FailedToSendETH();
}
address pair = IUniswapV2Factory(UNISWAP_ROUTER.factory()).getPair(UNISWAP_ROUTER.WETH(), tokenOut);
emit UniswapSwap(
msg.sender,
UNISWAP_ROUTER.WETH(),
tokenOut,
msg.value,
amounts[amounts.length - 1],
fee,
helioTreasury,
partnerFee,
partnerTreasury,
pair
);
}
function swapTokensForExactETH(
address tokenIn,
uint256 amountOut,
uint256 amountInMax,
uint256 feeBps,
address helioTreasury,
address partnerTreasury,
uint256 partnerFeeBps
) external {
_validateFeeBps(feeBps, partnerFeeBps);
_validateTreasuries(helioTreasury, partnerTreasury);
if (tokenIn == address(0)) revert ZeroAddress();
IERC20(tokenIn).safeTransferFrom(msg.sender, address(this), amountInMax);
IERC20(tokenIn).approve(address(UNISWAP_ROUTER), amountInMax);
address[] memory path = new address[](2);
path[0] = tokenIn;
path[1] = UNISWAP_ROUTER.WETH();
uint256[] memory amounts = UNISWAP_ROUTER.swapTokensForExactETH(
amountOut,
amountInMax,
path,
address(this),
block.timestamp
);
(uint256 fee, uint256 partnerFee) = _calculateFee(amounts[amounts.length - 1], feeBps, partnerFeeBps);
_transferETH(helioTreasury, fee);
_transferETH(partnerTreasury, partnerFee);
uint256 ethBalance = address(this).balance;
_transferETH(msg.sender, ethBalance);
IERC20(tokenIn).safeTransfer(msg.sender, IERC20(tokenIn).balanceOf(address(this)));
address pair = IUniswapV2Factory(UNISWAP_ROUTER.factory()).getPair(tokenIn, UNISWAP_ROUTER.WETH());
emit UniswapSwap(
msg.sender,
tokenIn,
UNISWAP_ROUTER.WETH(),
amounts[0],
ethBalance,
fee,
helioTreasury,
partnerFee,
partnerTreasury,
pair
);
}
function _transferETH(address to, uint256 amount) internal {
if (amount == 0) return;
(bool success, ) = to.call{value: amount}("");
if (!success) revert FailedToSendETH();
}
function _calculateFee(
uint256 amount,
uint256 feeBps,
uint256 partnerFeeBps
) internal pure returns (uint256 fee, uint256 partnerFee) {
fee = (amount * feeBps) / BASIS_POINTS_DENOMINATOR;
partnerFee = (fee * partnerFeeBps) / BASIS_POINTS_DENOMINATOR;
fee -= partnerFee;
}
function _validateFeeBps(uint256 feeBps, uint256 partnerFeeBps) internal pure {
if (feeBps > FEE_BPS_MAX_AMOUNT || partnerFeeBps > BASIS_POINTS_DENOMINATOR) {
revert InvalidFeeBasisPoints();
}
}
function _validateTreasuries(address helioTreasury, address partnerTreasury) internal pure {
if (helioTreasury == address(0) || partnerTreasury == address(0)) {
revert ZeroAddress();
}
}
receive() external payable {}
}// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.6.2;
import "./IUniswapV2Router01.sol";
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;
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.23;
interface IUniswapTradingRouter {
// Errors
error ZeroAddress();
error InvalidFeeBasisPoints();
error FailedToSendETH();
// Events
event UniswapSwap(
address senderAddress,
address tokenFromAddress,
address tokenToAddress,
uint256 amountIn,
uint256 amountOut,
uint256 helioFee,
address helioFeeMintAddress,
uint256 partnerFee,
address partnerFeeMintAddress,
address poolId
);
// Trading functions
function swapExactETHForTokens(
address tokenOut,
uint256 amountOutMin,
uint256 feeBps,
address helioTreasury,
address partnerTreasury,
uint256 partnerFeeBps
) external payable;
function swapExactTokensForETH(
address tokenIn,
uint256 amountIn,
uint256 amountOutMin,
uint256 feeBps,
address helioTreasury,
address partnerTreasury,
uint256 partnerFeeBps
) external;
function swapETHForExactTokens(
address tokenOut,
uint256 amountOut,
uint256 feeBps,
address helioTreasury,
address partnerTreasury,
uint256 partnerFeeBps
) external payable;
function swapTokensForExactETH(
address tokenIn,
uint256 amountOut,
uint256 amountInMax,
uint256 feeBps,
address helioTreasury,
address partnerTreasury,
uint256 partnerFeeBps
) external;
}// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.23;
interface IUniswapV2Factory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
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 feeTo() external view returns (address);
function feeToSetter() external view returns (address);
function createPair(address tokenA, address tokenB) external returns (address pair);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)
pragma solidity ^0.8.20;
import {Context} from "../utils/Context.sol";
/**
* @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.
*
* The initial owner is set to the address provided by the deployer. 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.
*/
abstract contract Ownable is Context {
address private _owner;
/**
* @dev The caller account is not authorized to perform an operation.
*/
error OwnableUnauthorizedAccount(address account);
/**
* @dev The owner is not a valid owner account. (eg. `address(0)`)
*/
error OwnableInvalidOwner(address owner);
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the address provided by the deployer as the initial owner.
*/
constructor(address initialOwner) {
if (initialOwner == address(0)) {
revert OwnableInvalidOwner(address(0));
}
_transferOwnership(initialOwner);
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
if (owner() != _msgSender()) {
revert OwnableUnauthorizedAccount(_msgSender());
}
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby disabling any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(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 {
if (newOwner == address(0)) {
revert OwnableInvalidOwner(address(0));
}
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.1.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.20;
/**
* @dev Interface of the ERC-20 standard as defined in the ERC.
*/
interface IERC20 {
/**
* @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 Returns the value of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the value of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves a `value` amount of tokens from the caller's account to `to`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address to, uint256 value) 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 a `value` amount of tokens 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 value) external returns (bool);
/**
* @dev Moves a `value` amount of tokens from `from` to `to` using the
* allowance mechanism. `value` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(address from, address to, uint256 value) external returns (bool);
}// SPDX-License-Identifier: UNLICENSED
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);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.1.0) (token/ERC20/utils/SafeERC20.sol)
pragma solidity ^0.8.20;
import {IERC20} from "../IERC20.sol";
import {IERC1363} from "../../../interfaces/IERC1363.sol";
import {Address} from "../../../utils/Address.sol";
/**
* @title SafeERC20
* @dev Wrappers around ERC-20 operations that throw on failure (when the token
* contract returns false). Tokens that return no value (and instead revert or
* throw on failure) are also supported, non-reverting calls are assumed to be
* successful.
* To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
* which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
*/
library SafeERC20 {
/**
* @dev An operation with an ERC-20 token failed.
*/
error SafeERC20FailedOperation(address token);
/**
* @dev Indicates a failed `decreaseAllowance` request.
*/
error SafeERC20FailedDecreaseAllowance(address spender, uint256 currentAllowance, uint256 requestedDecrease);
/**
* @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,
* non-reverting calls are assumed to be successful.
*/
function safeTransfer(IERC20 token, address to, uint256 value) internal {
_callOptionalReturn(token, abi.encodeCall(token.transfer, (to, value)));
}
/**
* @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the
* calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.
*/
function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal {
_callOptionalReturn(token, abi.encodeCall(token.transferFrom, (from, to, value)));
}
/**
* @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,
* non-reverting calls are assumed to be successful.
*
* IMPORTANT: If the token implements ERC-7674 (ERC-20 with temporary allowance), and if the "client"
* smart contract uses ERC-7674 to set temporary allowances, then the "client" smart contract should avoid using
* this function. Performing a {safeIncreaseAllowance} or {safeDecreaseAllowance} operation on a token contract
* that has a non-zero temporary allowance (for that particular owner-spender) will result in unexpected behavior.
*/
function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal {
uint256 oldAllowance = token.allowance(address(this), spender);
forceApprove(token, spender, oldAllowance + value);
}
/**
* @dev Decrease the calling contract's allowance toward `spender` by `requestedDecrease`. If `token` returns no
* value, non-reverting calls are assumed to be successful.
*
* IMPORTANT: If the token implements ERC-7674 (ERC-20 with temporary allowance), and if the "client"
* smart contract uses ERC-7674 to set temporary allowances, then the "client" smart contract should avoid using
* this function. Performing a {safeIncreaseAllowance} or {safeDecreaseAllowance} operation on a token contract
* that has a non-zero temporary allowance (for that particular owner-spender) will result in unexpected behavior.
*/
function safeDecreaseAllowance(IERC20 token, address spender, uint256 requestedDecrease) internal {
unchecked {
uint256 currentAllowance = token.allowance(address(this), spender);
if (currentAllowance < requestedDecrease) {
revert SafeERC20FailedDecreaseAllowance(spender, currentAllowance, requestedDecrease);
}
forceApprove(token, spender, currentAllowance - requestedDecrease);
}
}
/**
* @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,
* non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval
* to be set to zero before setting it to a non-zero value, such as USDT.
*
* NOTE: If the token implements ERC-7674, this function will not modify any temporary allowance. This function
* only sets the "standard" allowance. Any temporary allowance will remain active, in addition to the value being
* set here.
*/
function forceApprove(IERC20 token, address spender, uint256 value) internal {
bytes memory approvalCall = abi.encodeCall(token.approve, (spender, value));
if (!_callOptionalReturnBool(token, approvalCall)) {
_callOptionalReturn(token, abi.encodeCall(token.approve, (spender, 0)));
_callOptionalReturn(token, approvalCall);
}
}
/**
* @dev Performs an {ERC1363} transferAndCall, with a fallback to the simple {ERC20} transfer if the target has no
* code. This can be used to implement an {ERC721}-like safe transfer that rely on {ERC1363} checks when
* targeting contracts.
*
* Reverts if the returned value is other than `true`.
*/
function transferAndCallRelaxed(IERC1363 token, address to, uint256 value, bytes memory data) internal {
if (to.code.length == 0) {
safeTransfer(token, to, value);
} else if (!token.transferAndCall(to, value, data)) {
revert SafeERC20FailedOperation(address(token));
}
}
/**
* @dev Performs an {ERC1363} transferFromAndCall, with a fallback to the simple {ERC20} transferFrom if the target
* has no code. This can be used to implement an {ERC721}-like safe transfer that rely on {ERC1363} checks when
* targeting contracts.
*
* Reverts if the returned value is other than `true`.
*/
function transferFromAndCallRelaxed(
IERC1363 token,
address from,
address to,
uint256 value,
bytes memory data
) internal {
if (to.code.length == 0) {
safeTransferFrom(token, from, to, value);
} else if (!token.transferFromAndCall(from, to, value, data)) {
revert SafeERC20FailedOperation(address(token));
}
}
/**
* @dev Performs an {ERC1363} approveAndCall, with a fallback to the simple {ERC20} approve if the target has no
* code. This can be used to implement an {ERC721}-like safe transfer that rely on {ERC1363} checks when
* targeting contracts.
*
* NOTE: When the recipient address (`to`) has no code (i.e. is an EOA), this function behaves as {forceApprove}.
* Opposedly, when the recipient address (`to`) has code, this function only attempts to call {ERC1363-approveAndCall}
* once without retrying, and relies on the returned value to be true.
*
* Reverts if the returned value is other than `true`.
*/
function approveAndCallRelaxed(IERC1363 token, address to, uint256 value, bytes memory data) internal {
if (to.code.length == 0) {
forceApprove(token, to, value);
} else if (!token.approveAndCall(to, value, data)) {
revert SafeERC20FailedOperation(address(token));
}
}
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*
* This is a variant of {_callOptionalReturnBool} that reverts if call fails to meet the requirements.
*/
function _callOptionalReturn(IERC20 token, bytes memory data) private {
uint256 returnSize;
uint256 returnValue;
assembly ("memory-safe") {
let success := call(gas(), token, 0, add(data, 0x20), mload(data), 0, 0x20)
// bubble errors
if iszero(success) {
let ptr := mload(0x40)
returndatacopy(ptr, 0, returndatasize())
revert(ptr, returndatasize())
}
returnSize := returndatasize()
returnValue := mload(0)
}
if (returnSize == 0 ? address(token).code.length == 0 : returnValue != 1) {
revert SafeERC20FailedOperation(address(token));
}
}
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*
* This is a variant of {_callOptionalReturn} that silently catches all reverts and returns a bool instead.
*/
function _callOptionalReturnBool(IERC20 token, bytes memory data) private returns (bool) {
bool success;
uint256 returnSize;
uint256 returnValue;
assembly ("memory-safe") {
success := call(gas(), token, 0, add(data, 0x20), mload(data), 0, 0x20)
returnSize := returndatasize()
returnValue := mload(0)
}
return success && (returnSize == 0 ? address(token).code.length > 0 : returnValue == 1);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)
pragma solidity ^0.8.20;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
function _contextSuffixLength() internal view virtual returns (uint256) {
return 0;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.1.0) (interfaces/IERC1363.sol)
pragma solidity ^0.8.20;
import {IERC20} from "./IERC20.sol";
import {IERC165} from "./IERC165.sol";
/**
* @title IERC1363
* @dev Interface of the ERC-1363 standard as defined in the https://eips.ethereum.org/EIPS/eip-1363[ERC-1363].
*
* Defines an extension interface for ERC-20 tokens that supports executing code on a recipient contract
* after `transfer` or `transferFrom`, or code on a spender contract after `approve`, in a single transaction.
*/
interface IERC1363 is IERC20, IERC165 {
/*
* Note: the ERC-165 identifier for this interface is 0xb0202a11.
* 0xb0202a11 ===
* bytes4(keccak256('transferAndCall(address,uint256)')) ^
* bytes4(keccak256('transferAndCall(address,uint256,bytes)')) ^
* bytes4(keccak256('transferFromAndCall(address,address,uint256)')) ^
* bytes4(keccak256('transferFromAndCall(address,address,uint256,bytes)')) ^
* bytes4(keccak256('approveAndCall(address,uint256)')) ^
* bytes4(keccak256('approveAndCall(address,uint256,bytes)'))
*/
/**
* @dev Moves a `value` amount of tokens from the caller's account to `to`
* and then calls {IERC1363Receiver-onTransferReceived} on `to`.
* @param to The address which you want to transfer to.
* @param value The amount of tokens to be transferred.
* @return A boolean value indicating whether the operation succeeded unless throwing.
*/
function transferAndCall(address to, uint256 value) external returns (bool);
/**
* @dev Moves a `value` amount of tokens from the caller's account to `to`
* and then calls {IERC1363Receiver-onTransferReceived} on `to`.
* @param to The address which you want to transfer to.
* @param value The amount of tokens to be transferred.
* @param data Additional data with no specified format, sent in call to `to`.
* @return A boolean value indicating whether the operation succeeded unless throwing.
*/
function transferAndCall(address to, uint256 value, bytes calldata data) external returns (bool);
/**
* @dev Moves a `value` amount of tokens from `from` to `to` using the allowance mechanism
* and then calls {IERC1363Receiver-onTransferReceived} on `to`.
* @param from The address which you want to send tokens from.
* @param to The address which you want to transfer to.
* @param value The amount of tokens to be transferred.
* @return A boolean value indicating whether the operation succeeded unless throwing.
*/
function transferFromAndCall(address from, address to, uint256 value) external returns (bool);
/**
* @dev Moves a `value` amount of tokens from `from` to `to` using the allowance mechanism
* and then calls {IERC1363Receiver-onTransferReceived} on `to`.
* @param from The address which you want to send tokens from.
* @param to The address which you want to transfer to.
* @param value The amount of tokens to be transferred.
* @param data Additional data with no specified format, sent in call to `to`.
* @return A boolean value indicating whether the operation succeeded unless throwing.
*/
function transferFromAndCall(address from, address to, uint256 value, bytes calldata data) external returns (bool);
/**
* @dev Sets a `value` amount of tokens as the allowance of `spender` over the
* caller's tokens and then calls {IERC1363Spender-onApprovalReceived} on `spender`.
* @param spender The address which will spend the funds.
* @param value The amount of tokens to be spent.
* @return A boolean value indicating whether the operation succeeded unless throwing.
*/
function approveAndCall(address spender, uint256 value) external returns (bool);
/**
* @dev Sets a `value` amount of tokens as the allowance of `spender` over the
* caller's tokens and then calls {IERC1363Spender-onApprovalReceived} on `spender`.
* @param spender The address which will spend the funds.
* @param value The amount of tokens to be spent.
* @param data Additional data with no specified format, sent in call to `spender`.
* @return A boolean value indicating whether the operation succeeded unless throwing.
*/
function approveAndCall(address spender, uint256 value, bytes calldata data) external returns (bool);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.1.0) (utils/Address.sol)
pragma solidity ^0.8.20;
import {Errors} from "./Errors.sol";
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev There's no code at `target` (it is not a contract).
*/
error AddressEmptyCode(address target);
/**
* @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://consensys.net/diligence/blog/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.8.20/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
if (address(this).balance < amount) {
revert Errors.InsufficientBalance(address(this).balance, amount);
}
(bool success, ) = recipient.call{value: amount}("");
if (!success) {
revert Errors.FailedCall();
}
}
/**
* @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 or custom error, it is bubbled
* up by this function (like regular Solidity function calls). However, if
* the call reverted with no returned reason, this function reverts with a
* {Errors.FailedCall} error.
*
* 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.
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0);
}
/**
* @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`.
*/
function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
if (address(this).balance < value) {
revert Errors.InsufficientBalance(address(this).balance, value);
}
(bool success, bytes memory returndata) = target.call{value: value}(data);
return verifyCallResultFromTarget(target, success, returndata);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a static call.
*/
function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
(bool success, bytes memory returndata) = target.staticcall(data);
return verifyCallResultFromTarget(target, success, returndata);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a delegate call.
*/
function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResultFromTarget(target, success, returndata);
}
/**
* @dev Tool to verify that a low level call to smart-contract was successful, and reverts if the target
* was not a contract or bubbling up the revert reason (falling back to {Errors.FailedCall}) in case
* of an unsuccessful call.
*/
function verifyCallResultFromTarget(
address target,
bool success,
bytes memory returndata
) internal view returns (bytes memory) {
if (!success) {
_revert(returndata);
} else {
// only check if target is a contract if the call was successful and the return data is empty
// otherwise we already know that it was a contract
if (returndata.length == 0 && target.code.length == 0) {
revert AddressEmptyCode(target);
}
return returndata;
}
}
/**
* @dev Tool to verify that a low level call was successful, and reverts if it wasn't, either by bubbling the
* revert reason or with a default {Errors.FailedCall} error.
*/
function verifyCallResult(bool success, bytes memory returndata) internal pure returns (bytes memory) {
if (!success) {
_revert(returndata);
} else {
return returndata;
}
}
/**
* @dev Reverts with returndata if present. Otherwise reverts with {Errors.FailedCall}.
*/
function _revert(bytes memory returndata) private pure {
// 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
assembly ("memory-safe") {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert Errors.FailedCall();
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/IERC20.sol)
pragma solidity ^0.8.20;
import {IERC20} from "../token/ERC20/IERC20.sol";// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/IERC165.sol)
pragma solidity ^0.8.20;
import {IERC165} from "../utils/introspection/IERC165.sol";// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.1.0) (utils/Errors.sol)
pragma solidity ^0.8.20;
/**
* @dev Collection of common custom errors used in multiple contracts
*
* IMPORTANT: Backwards compatibility is not guaranteed in future versions of the library.
* It is recommended to avoid relying on the error API for critical functionality.
*
* _Available since v5.1._
*/
library Errors {
/**
* @dev The ETH balance of the account is not enough to perform the operation.
*/
error InsufficientBalance(uint256 balance, uint256 needed);
/**
* @dev A call to an address target failed. The target may have reverted.
*/
error FailedCall();
/**
* @dev The deployment failed.
*/
error FailedDeployment();
/**
* @dev A necessary precompile is missing.
*/
error MissingPrecompile(address);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.1.0) (utils/introspection/IERC165.sol)
pragma solidity ^0.8.20;
/**
* @dev Interface of the ERC-165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[ERC].
*
* Implementers can declare support of contract interfaces, which can then be
* queried by others ({ERC165Checker}).
*
* For an implementation, see {ERC165}.
*/
interface IERC165 {
/**
* @dev Returns true if this contract implements the interface defined by
* `interfaceId`. See the corresponding
* https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[ERC section]
* to learn more about how these ids are created.
*
* This function call must use less than 30 000 gas.
*/
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}{
"optimizer": {
"enabled": true,
"mode": "3"
},
"viaIR": true,
"evmVersion": "paris",
"outputSelection": {
"*": {
"*": [
"abi"
]
}
},
"detectMissingLibraries": false,
"forceEVMLA": false,
"enableEraVMExtensions": false,
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_uniswapRouter","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"FailedToSendETH","type":"error"},{"inputs":[],"name":"InvalidFeeBasisPoints","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"SafeERC20FailedOperation","type":"error"},{"inputs":[],"name":"ZeroAddress","type":"error"},{"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":"address","name":"senderAddress","type":"address"},{"indexed":false,"internalType":"address","name":"tokenFromAddress","type":"address"},{"indexed":false,"internalType":"address","name":"tokenToAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"amountIn","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amountOut","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"helioFee","type":"uint256"},{"indexed":false,"internalType":"address","name":"helioFeeMintAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"partnerFee","type":"uint256"},{"indexed":false,"internalType":"address","name":"partnerFeeMintAddress","type":"address"},{"indexed":false,"internalType":"address","name":"poolId","type":"address"}],"name":"UniswapSwap","type":"event"},{"inputs":[],"name":"BASIS_POINTS_DENOMINATOR","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"FEE_BPS_MAX_AMOUNT","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MIN_REFUND_AMOUNT","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"UNISWAP_ROUTER","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"tokenOut","type":"address"},{"internalType":"uint256","name":"amountOut","type":"uint256"},{"internalType":"uint256","name":"feeBps","type":"uint256"},{"internalType":"address","name":"helioTreasury","type":"address"},{"internalType":"address","name":"partnerTreasury","type":"address"},{"internalType":"uint256","name":"partnerFeeBps","type":"uint256"}],"name":"swapETHForExactTokens","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"tokenOut","type":"address"},{"internalType":"uint256","name":"amountOutMin","type":"uint256"},{"internalType":"uint256","name":"feeBps","type":"uint256"},{"internalType":"address","name":"helioTreasury","type":"address"},{"internalType":"address","name":"partnerTreasury","type":"address"},{"internalType":"uint256","name":"partnerFeeBps","type":"uint256"}],"name":"swapExactETHForTokens","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"tokenIn","type":"address"},{"internalType":"uint256","name":"amountIn","type":"uint256"},{"internalType":"uint256","name":"amountOutMin","type":"uint256"},{"internalType":"uint256","name":"feeBps","type":"uint256"},{"internalType":"address","name":"helioTreasury","type":"address"},{"internalType":"address","name":"partnerTreasury","type":"address"},{"internalType":"uint256","name":"partnerFeeBps","type":"uint256"}],"name":"swapExactTokensForETH","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"tokenIn","type":"address"},{"internalType":"uint256","name":"amountOut","type":"uint256"},{"internalType":"uint256","name":"amountInMax","type":"uint256"},{"internalType":"uint256","name":"feeBps","type":"uint256"},{"internalType":"address","name":"helioTreasury","type":"address"},{"internalType":"address","name":"partnerTreasury","type":"address"},{"internalType":"uint256","name":"partnerFeeBps","type":"uint256"}],"name":"swapTokensForExactETH","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
9c4d535b0000000000000000000000000000000000000000000000000000000000000000010004b14f16a3dc5e961f383ee532624653393bbc8e9ae17df3db561b54947800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000ad1eca41e6f772be3cb5a48a6141f9bcc1af9f7c
Deployed Bytecode
0x00020000000000020016000000000002000000600310027000010000000103550000046e0030019d0000046e033001970000000100200190000002be0000c13d0000008002000039000000400020043f000000040030008c000002ee0000413d000000000201043b000000e004200270000004780040009c000002f20000a13d000004790040009c000004440000213d0000047d0040009c0000056e0000613d0000047e0040009c000005310000613d0000047f0040009c000005db0000c13d000000e40030008c000005db0000413d0000000002000416000000000002004b000005db0000c13d0000000402100370000000000202043b000c00000002001d000004710020009c000005db0000213d0000006402100370000000000202043b000b00000002001d0000004402100370000000000202043b000900000002001d0000002402100370000000000202043b000800000002001d0000008402100370000000000202043b000a00000002001d000004710020009c000005db0000213d000000a402100370000000000202043b000700000002001d000004710020009c000005db0000213d000000c401100370000000000201043b0000000b01000029000000c80010008c000005820000213d000027100020008c000005820000213d0000000a0000006b0000000c040000290000056a0000613d000000070000006b0000056a0000613d000000000004004b0000056a0000613d000500000002001d000000000200041100000000030004100000000001040019000000090400002911b410ff0000040f0000048a01000041000000400200043d000600000002001d00000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000101043b00000006040000290000002402400039000000090300002900000000003204350000047101100197000000040240003900000000001204350000046e0040009c0000046e010000410000000001044019000000400110021000000000020004140000046e0020009c0000046e02008041000000c002200210000000000112019f0000048c011001c70000000c0200002911b411aa0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000060b00002900000000057b00190000007f0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b0000007b0000c13d00000000090b0019000000000006004b0000008d0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000006010000613d0000001f01400039000000600110018f0000000002910019000000000012004b00000000010000390000000101004039000400000002001d0000048d0020009c000005140000213d0000000100100190000005140000c13d0000000401000029000000400010043f000000200030008c000005db0000413d0000000001090433000000000001004b0000000002000039000000010200c039000000000021004b000005db0000c13d00000004010000290000048e0010009c000005140000213d00000004030000290000006001300039000000400010043f00000002020000390000000002230436000000000300003100000001033003670000000004020019000000003503043c0000000004540436000000000014004b000000af0000c13d0000000c0100002900000000001204350000048f01000041000000400200043d000600000002001d00000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000006010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000000e30000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000000df0000c13d000000000006004b000000f00000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000009f30000613d0000001f01400039000000600210018f0000000601200029000000000021004b000000000200003900000001020040390000048d0010009c000005140000213d0000000100200190000005140000c13d000000400010043f000000200030008c000005db0000413d00000006010000290000000001010433000004710010009c000005db0000213d00000004020000290000000002020433000000020020008c000006250000413d0000000402000029000000400220003900000000001204350000049101000041000000400200043d000600000002001d00000000001204350000049201000041000000000010044300000000010004140000046e0010009c0000046e01008041000000c00110021000000493011001c70000800b0200003911b411af0000040f00000001002001900000000904000029000010ce0000613d000000000101043b00000006050000290000004402500039000000a00300003900000000003204350000002402500039000000000042043500000004025000390000000803000029000000000032043500000004020000290000000002020433000000a4035000390000000000230435000000c406500039000000000002004b000001340000613d0000000003000019000000040500002900000020055000390000000004050433000004710440019700000000064604360000000103300039000000000023004b0000012d0000413d000900000006001d00000006030000290000008402300039000000000012043500000000010004100000047101100197000000640230003900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000060300002900000009023000690000046e0020009c0000046e0200804100000060022002100000046e0030009c0000046e030080410000004003300210000000000232019f000000000301043b00000000010004140000046e0010009c0000046e01008041000000c001100210000000000121019f000004710230019711b411aa0000040f00000060031002700000001f0430018f00000470053001970000046e03300197000000010020019000000c4e0000613d0000000602500029000000000005004b0000016a0000613d000000000601034f0000000607000029000000006806043c0000000007870436000000000027004b000001660000c13d000000000004004b000001770000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000001f013000390000046f011001970000000602100029000000000012004b00000000010000390000000101004039000900000002001d0000048d0020009c000005140000213d0000000100100190000005140000c13d0000000901000029000000400010043f000000200030008c000005db0000413d000000060100002900000000010104330000048d0010009c000005db0000213d000000060230002900000006011000290000001f03100039000000000023004b0000000004000019000004940400804100000494033001970000049405200197000000000653013f000000000053004b00000000030000190000049403004041000004940060009c000000000304c019000000000003004b000005db0000c13d00000000130104340000048d0030009c000005140000213d00000005043002100000003f05400039000004950550019700000009055000290000048d0050009c000005140000213d000000400050043f00000009050000290000000005350436000800000005001d0000000004140019000000000024004b000005db0000213d000000000041004b000001b40000813d0000000902000029000000200220003900000000130104340000000000320435000000000041004b000001ad0000413d00000009010000290000000003010433000000000003004b00000ca40000613d000000050130021000000009011000290000000002000415000000100220008a00040005002002180000000003010433000000000003004b000600000000001d000000000100001900000c7d0000c13d0000000602000029000027100320011a00000004020000290000000502200270000000000203001f000500000003001d000b00000031005300000ca40000413d000001fd0000613d00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c700008009020000390000000b030000290000000a04000029000000000500001911b411aa0000040f00000060031002700000046e03300198000001fb0000613d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f000000000635043600000470053001980000000003560019000001ee0000613d000000000701034f000000007807043c0000000006860436000000000036004b000001ea0000c13d000000000004004b000001fb0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000010020019000000e2a0000613d0000000601000029000027100010008c0000020f0000413d00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c7000080090200003900000005030000290000000704000029000000000500001911b411aa0000040f00000060031002700000046e0330019800000e3e0000c13d000000010020019000000e2a0000613d000004970100004100000000001004430000000001000410000000040010044300000000010004140000046e0010009c0000046e01008041000000c00110021000000498011001c70000800a0200003911b411af0000040f0000000100200190000010ce0000613d000000000101043b000600000001001d000000000001004b0000022f0000613d00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c7000080090200003900000006030000290000000004000411000000000500001911b411aa0000040f00000060031002700000046e0330019800000ea20000c13d000000010020019000000e2a0000613d000000400300043d000500000003001d000004990100004100000000001304350000000401300039000000000200041000000000002104350000046e0030009c0000046e010000410000000001034019000000400110021000000000020004140000046e0020009c0000046e02008041000000c002200210000000000112019f00000477011001c70000000c020000290000047102200197000c00000002001d11b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000050b0000290000000505700029000002540000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000002500000c13d000000000006004b000002610000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000e960000613d0000001f01400039000000600210018f0000000001b20019000000000021004b000000000200003900000001020040390000048d0010009c000005140000213d0000000100200190000005140000c13d000000400010043f000000200030008c000005db0000413d00000000020b04330000004403100039000000000023043500000020021000390000049a03000041000000000032043500000044030000390000000000310435000000000300041100000471043001970000002403100039000500000004001d00000000004304350000049b0010009c000005140000213d0000008003100039000000400030043f0000046e0020009c0000046e02008041000000400220021000000000010104330000046e0010009c0000046e010080410000006001100210000000000121019f00000000020004140000046e0020009c0000046e02008041000000c002200210000000000121019f0000000c0200002911b411aa0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0540018f00000020044001900000029e0000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000047004b0000029a0000c13d000000000005004b000002ab0000613d000000000641034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000000010020019000000f120000613d000000000003004b00000f1e0000c13d0000049c0100004100000000001004430000000c01000029000000040010044300000000010004140000046e0010009c0000046e01008041000000c00110021000000498011001c7000080020200003911b411af0000040f0000000100200190000010ce0000613d000000000101043b00000f220000013d0000000002000416000000000002004b000005db0000c13d0000001f023000390000046f02200197000000a002200039000000400020043f0000001f0430018f0000047005300198000000a002500039000002cf0000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000002cb0000c13d000000000004004b000002dc0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c000005db0000413d000000a00100043d000004710010009c000005db0000213d0000000006000411000000000006004b0000046a0000c13d000000400100043d00000476020000410000000000210435000000040210003900000000000204350000046e0010009c0000046e01008041000000400110021000000477011001c7000011b600010430000000000003004b000005db0000c13d0000000001000019000011b50001042e000004800040009c0000045f0000a13d000000000231034f000004810040009c000005460000613d000004820040009c0000051a0000613d000004830040009c000005db0000c13d000000c40030008c000005db0000413d0000000403100370000000000303043b000c00000003001d000004710030009c000005db0000213d0000004403100370000000000303043b000b00000003001d0000002403100370000000000303043b000900000003001d0000006403100370000000000303043b000a00000003001d000004710030009c000005db0000213d0000008403100370000000000303043b000800000003001d000004710030009c000005db0000213d000000a401100370000000000301043b0000000b01000029000000c80010008c000005820000213d000027100030008c000005820000213d0000000a0000006b0000056a0000613d000000080000006b0000056a0000613d0000000c0000006b0000056a0000613d000700000003001d000000e001000039000000400010043f0000000201000039000000800010043f000000a001000039000000002302043c0000000001310436000000e00010008c000003250000c13d0000048f01000041000000e00010043f0000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000101043b000000000300041400000471021001970000046e0030009c0000046e03008041000000c001300210000004a2011001c711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000e005700039000000e00a000039000003500000613d000000000801034f000000008908043c000000000a9a043600000000005a004b0000034c0000c13d000000000006004b0000035d0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000005e90000613d0000001f01400039000000600110018f000000e001100039000000400010043f000000200030008c000005db0000413d000000e00100043d000004710010009c000005db0000213d000000800200043d000000000002004b000006250000613d000000a00010043f000000010020008c000006250000613d0000000c01000029000000c00010043f0000000001000415000000120110008a00050005001002180000000001000416000000000001004b000600000000001d0000000001000019000009cf0000c13d0000000602000029000027100320011a00000005020000290000000502200270000000000203001f000700000003001d000b00000031005300000ca40000413d000003b50000613d00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c700008009020000390000000b030000290000000a04000029000000000500001911b411aa0000040f00000060031002700000046e03300198000003b30000613d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f000000000635043600000470053001980000000003560019000003a60000613d000000000701034f000000007807043c0000000006860436000000000036004b000003a20000c13d000000000004004b000003b30000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000010020019000000e2a0000613d0000000601000029000027100010008c000003ec0000413d00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c7000080090200003900000007030000290000000804000029000000000500001911b411aa0000040f00000060031002700000046e03300198000003ea0000613d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f000000000635043600000470053001980000000003560019000003dd0000613d000000000701034f000000007807043c0000000006860436000000000036004b000003d90000c13d000000000004004b000003ea0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000010020019000000e2a0000613d00000000010004160006000b0010007400000ca40000413d0000000602000029000300070020007400000ca40000413d000000400200043d000004a301000041000400000002001d00000000001204350000049201000041000000000010044300000000010004140000046e0010009c0000046e01008041000000c00110021000000493011001c70000800b0200003911b411af0000040f0000000100200190000010ce0000613d000000000101043b00000004040000290000002402400039000000800300003900000000003204350000000402400039000000090300002900000000003204350000008403400039000000800200043d0000000000230435000000a406400039000000000002004b000004180000613d0000000003000019000000800500003900000020055000390000000004050433000004710440019700000000064604360000000103300039000000000023004b000004110000413d000900000006001d000000040300002900000064023000390000000000120435000000000100041100000471021001970000004401300039000200000002001d00000000002104350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000040300002900000009023000690000046e0020009c0000046e0200804100000060022002100000046e0030009c0000046e030080410000004003300210000000000232019f000000000301043b00000000010004140000046e0010009c0000046e01008041000000c001100210000000000121019f00000471043001970000000603000029000000070030006c00000a0b0000c13d000000000204001900000a0f0000013d0000047a0040009c000005760000613d0000047b0040009c000005380000613d0000047c0040009c000005db0000c13d000000240030008c000005db0000413d0000000002000416000000000002004b000005db0000c13d0000000401100370000000000101043b000004710010009c000005db0000213d000000000200041a00000471032001970000000005000411000000000053004b0000057d0000c13d0000047106100198000005860000c13d0000047601000041000000800010043f000000840000043f0000048701000041000011b600010430000004840040009c000004850000613d000004850040009c000005db0000c13d0000000001000416000000000001004b000005db0000c13d000004a601000041000000800010043f0000048901000041000011b50001042e000c00000001001d000000000100041a0000047202100197000000000262019f000000000020041b000000000200041400000471051001970000046e0020009c0000046e02008041000000c00120021000000473011001c70000800d020000390000000303000039000004740400004111b411aa0000040f0000000c010000290000000100200190000005db0000613d000000800010043f0000014000000443000001600010044300000020010000390000010000100443000000010100003900000120001004430000047501000041000011b50001042e000000e40030008c000005db0000413d0000000002000416000000000002004b000005db0000c13d0000000402100370000000000202043b000c00000002001d000004710020009c000005db0000213d0000006402100370000000000202043b000b00000002001d0000004402100370000000000202043b000800000002001d0000002402100370000000000202043b000900000002001d0000008402100370000000000202043b000a00000002001d000004710020009c000005db0000213d000000a402100370000000000202043b000700000002001d000004710020009c000005db0000213d000000c401100370000000000201043b0000000b01000029000000c80010008c000005820000213d000027110020008c000005820000813d0000000a0000006b0000000c040000290000056a0000613d000000070000006b0000056a0000613d000000000004004b0000056a0000613d000500000002001d000000000200041100000000030004100000000001040019000000090400002911b410ff0000040f0000048a01000041000000400200043d000600000002001d00000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000101043b00000006040000290000002402400039000000090300002900000000003204350000047101100197000000040240003900000000001204350000046e0040009c0000046e010000410000000001044019000000400110021000000000020004140000046e0020009c0000046e02008041000000c002200210000000000112019f0000048c011001c70000000c0200002911b411aa0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000060b00002900000000057b0019000004ec0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000004e80000c13d00000000090b0019000000000006004b000004fa0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000005dd0000613d0000001f01400039000000600110018f0000000002910019000000000012004b00000000010000390000000101004039000400000002001d0000048d0020009c000005140000213d0000000100100190000005140000c13d0000000401000029000000400010043f000000200030008c000005db0000413d0000000001090433000000000001004b0000000002000039000000010200c039000000000021004b000005db0000c13d00000004010000290000048e0010009c0000062b0000a13d000004ab01000041000000000010043f0000004101000039000000040010043f0000047701000041000011b6000104300000000001000416000000000001004b000005db0000c13d000000000100041a00000471021001970000000005000411000000000052004b0000057d0000c13d0000047201100197000000000010041b00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c70000800d0200003900000003030000390000047404000041000000000600001911b411aa0000040f0000000100200190000002f00000c13d000005db0000013d0000000001000416000000000001004b000005db0000c13d000000c801000039000000800010043f0000048901000041000011b50001042e0000000001000416000000000001004b000005db0000c13d0000000001000412000e00000001001d000d00000000003d0000800501000039000000440300003900000000040004150000000e0440008a0000000504400210000004880200004111b4118c0000040f000005720000013d000000c40030008c000005db0000413d0000000403100370000000000303043b000c00000003001d000004710030009c000005db0000213d0000004403100370000000000303043b000b00000003001d0000002403100370000000000303043b000900000003001d0000006403100370000000000303043b000a00000003001d000004710030009c000005db0000213d0000008403100370000000000303043b000800000003001d000004710030009c000005db0000213d000000a401100370000000000301043b0000000b01000029000000c80010008c000005820000213d000027100030008c000005820000213d0000000a0000006b0000056a0000613d000000080000006b0000056a0000613d0000000c0000006b000005920000c13d000004ac01000041000000800010043f000004a801000041000011b6000104300000000001000416000000000001004b000005db0000c13d000000000100041a0000047101100197000000800010043f0000048901000041000011b50001042e0000000001000416000000000001004b000005db0000c13d0000271001000039000000800010043f0000048901000041000011b50001042e0000048601000041000000800010043f000000840050043f0000048701000041000011b600010430000004a701000041000000800010043f000004a801000041000011b6000104300000047201200197000000000161019f000000000010041b00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c70000800d02000039000000030300003900000474040000410000052d0000013d000700000003001d000000e001000039000000400010043f0000000201000039000000800010043f000000a001000039000000002302043c0000000001310436000000e00010008c000005980000c13d0000048f01000041000000e00010043f0000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000101043b000000000300041400000471021001970000046e0030009c0000046e03008041000000c001300210000004a2011001c711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000e005700039000000e00a000039000005c30000613d000000000801034f000000008908043c000000000a9a043600000000005a004b000005bf0000c13d000000000006004b000005d00000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000005f50000613d0000001f01400039000000600110018f000000e001100039000000400010043f000000200030008c000005db0000413d000000e00100043d000004710010009c0000061f0000a13d0000000001000019000011b6000104300000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000005e40000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000005f00000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000005fc0000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006080000c13d000000000005004b000006190000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000046e0020009c0000046e020080410000004002200210000000000112019f000011b600010430000000800200043d000000000002004b000006250000613d000000a00010043f000000010020008c000008fa0000c13d000004ab01000041000000000010043f0000003201000039000000040010043f0000047701000041000011b60001043000000004030000290000006001300039000000400010043f00000002020000390000000002230436000000000300003100000001033003670000000004020019000000003503043c0000000004540436000000000014004b000006330000c13d0000000c0100002900000000001204350000048f01000041000000400200043d000600000002001d00000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000006010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000006670000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000006630000c13d000000000006004b000006740000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000009ff0000613d0000001f01400039000000600210018f0000000601200029000000000021004b000000000200003900000001020040390000048d0010009c000005140000213d0000000100200190000005140000c13d000000400010043f000000200030008c000005db0000413d00000006010000290000000001010433000004710010009c000005db0000213d00000004020000290000000002020433000000010020008c000006250000a13d000000040200002900000040022000390000000000120435000004a901000041000000400200043d000600000002001d00000000001204350000049201000041000000000010044300000000010004140000046e0010009c0000046e01008041000000c00110021000000493011001c70000800b0200003911b411af0000040f00000001002001900000000904000029000010ce0000613d000000000101043b00000006050000290000004402500039000000a00300003900000000003204350000002402500039000000080300002900000000003204350000000402500039000000000042043500000004020000290000000002020433000000a4035000390000000000230435000000c406500039000000000002004b000006b80000613d0000000003000019000000040500002900000020055000390000000004050433000004710440019700000000064604360000000103300039000000000023004b000006b10000413d000800000006001d00000006030000290000008402300039000000000012043500000000010004100000047101100197000000640230003900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000060300002900000008023000690000046e0020009c0000046e0200804100000060022002100000046e0030009c0000046e030080410000004003300210000000000232019f000000000301043b00000000010004140000046e0010009c0000046e01008041000000c001100210000000000121019f000004710230019711b411aa0000040f00000060031002700000001f0430018f00000470053001970000046e03300197000000010020019000000c590000613d0000000602500029000000000005004b000006ee0000613d000000000601034f0000000607000029000000006806043c0000000007870436000000000027004b000006ea0000c13d000000000004004b000006fb0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000001f013000390000046f021001970000000601200029000000000021004b000000000200003900000001020040390000048d0010009c000005140000213d0000000100200190000005140000c13d000000400010043f000000200030008c000005db0000413d000000060200002900000000020204330000048d0020009c000005db0000213d000000060330002900000006022000290000001f04200039000000000034004b0000000005000019000004940500804100000494044001970000049406300197000000000764013f000000000064004b00000000040000190000049404004041000004940070009c000000000405c019000000000004004b000005db0000c13d00000000240204340000048d0040009c000005140000213d00000005054002100000003f06500039000004950660019700000000061600190000048d0060009c000005140000213d000000400060043f00000000004104350000000005250019000000000035004b000005db0000213d000000000052004b000007330000813d0000000003010019000000200330003900000000240204340000000000430435000000000052004b0000072d0000413d0000000004010433000000000004004b00000ca40000613d000000050240021000000000011200190000000002000415000000160220008a00060005002002180000000003010433000000000003004b000800000000001d000000000100001900000c910000c13d0000000802000029000027100320011a00000006020000290000000502200270000000000203001f000500000003001d000b00000031005300000ca40000413d0000077c0000613d00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c700008009020000390000000b030000290000000a04000029000000000500001911b411aa0000040f00000060031002700000046e033001980000077a0000613d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f0000000006350436000004700530019800000000035600190000076d0000613d000000000701034f000000007807043c0000000006860436000000000036004b000007690000c13d000000000004004b0000077a0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000010020019000000e2a0000613d0000000801000029000027100010008c0000078e0000413d00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c7000080090200003900000005030000290000000704000029000000000500001911b411aa0000040f00000060031002700000046e0330019800000e640000c13d000000010020019000000e2a0000613d000004970100004100000000001004430000000001000410000000040010044300000000010004140000046e0010009c0000046e01008041000000c00110021000000498011001c70000800a0200003911b411af0000040f0000000100200190000010ce0000613d000000000101043b000500000001001d000000000001004b000007ae0000613d00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c7000080090200003900000005030000290000000004000411000000000500001911b411aa0000040f00000060031002700000046e0330019800000ec80000c13d000000010020019000000e2a0000613d000000400200043d0000049d01000041000800000002001d00000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000008010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000805700029000007dc0000613d000000000801034f0000000809000029000000008a08043c0000000009a90436000000000059004b000007d80000c13d000000000006004b000007e90000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000eee0000613d0000001f01400039000000600110018f0000000802100029000000000012004b00000000010000390000000101004039000400000002001d0000048d0020009c000005140000213d0000000100100190000005140000c13d0000000401000029000000400010043f000000200030008c000005db0000413d00000008010000290000000001010433000800000001001d000004710010009c000005db0000213d0000048f01000041000000040200002900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000004010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000004057000290000082c0000613d000000000801034f0000000409000029000000008a08043c0000000009a90436000000000059004b000008280000c13d000000000006004b000008390000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000f3d0000613d0000001f01400039000000600110018f0000000401100029000300000001001d0000048d0010009c000005140000213d0000000301000029000000400010043f000000200030008c000005db0000413d00000004010000290000000001010433000004710010009c000005db0000213d0000000303000029000000240230003900000000001204350000049e0100004100000000001304350000000c0100002900000471021001970000000401300039000400000002001d00000000002104350000046e0030009c0000046e010000410000000001034019000000400110021000000000020004140000046e0020009c0000046e02008041000000c002200210000000000112019f0000048c011001c7000000080200002911b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000003057000290000086e0000613d000000000801034f0000000309000029000000008a08043c0000000009a90436000000000059004b0000086a0000c13d000000000006004b0000087b0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000f490000613d0000001f01400039000000600110018f0000000301100029000c00000001001d0000048d0010009c000005140000213d0000000c01000029000000400010043f000000200030008c000005db0000413d00000003010000290000000001010433000800000001001d000004710010009c000005db0000213d0000048f010000410000000c0200002900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b0000000c010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000c05700029000008b90000613d000000000801034f0000000c09000029000000008a08043c0000000009a90436000000000059004b000008b50000c13d000000000006004b000008c60000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000f550000613d0000001f01400039000000600110018f0000000c011000290000048d0010009c000005140000213d000000400010043f000000200030008c000005db0000413d0000000c020000290000000002020433000004710020009c000005db0000213d0000000603000029000000050330027000000000030300310000012004100039000000080500002900000000005404350000000704000029000004710440019700000100051000390000000000450435000000e00410003900000000003404350000000a030000290000047103300197000000c0041000390000000000340435000000a0031000390000000b040000290000000000430435000000800310003900000005040000290000000000430435000000600310003900000009040000290000000000430435000000400310003900000000002304350000002002100039000000040300002900000000003204350000000002000411000004710220019700000000002104350000046e0010009c0000046e0100804100000040011002100000000002000414000010c50000013d0000000c01000029000000c00010043f0000000001000415000000140110008a00050005001002180000000001000416000000000001004b000600000000001d0000000001000019000009e10000c13d0000000602000029000027100320011a00000005020000290000000502200270000000000203001f000700000003001d000b00000031005300000ca40000413d000009410000613d00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c700008009020000390000000b030000290000000a04000029000000000500001911b411aa0000040f00000060031002700000046e033001980000093f0000613d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f000000000635043600000470053001980000000003560019000009320000613d000000000701034f000000007807043c0000000006860436000000000036004b0000092e0000c13d000000000004004b0000093f0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000010020019000000e2a0000613d0000000601000029000027100010008c000009780000413d00000000010004140000046e0010009c0000046e01008041000000c00110021000000473011001c7000080090200003900000007030000290000000804000029000000000500001911b411aa0000040f00000060031002700000046e03300198000009760000613d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f000000000635043600000470053001980000000003560019000009690000613d000000000701034f000000007807043c0000000006860436000000000036004b000009650000c13d000000000004004b000009760000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000010020019000000e2a0000613d00000000010004160006000b0010007400000ca40000413d0000000602000029000300070020007400000ca40000413d000000400200043d000004a501000041000400000002001d00000000001204350000049201000041000000000010044300000000010004140000046e0010009c0000046e01008041000000c00110021000000493011001c70000800b0200003911b411af0000040f0000000100200190000010ce0000613d000000000101043b00000004050000290000002402500039000000800300003900000000003204350000000402500039000000090400002900000000004204350000008402500039000000800400043d00000000004204350000000002000411000000a407500039000000000004004b000009a40000613d000000000500001900000020033000390000000006030433000004710660019700000000076704360000000105500039000000000045004b0000099d0000413d000900000007001d00000004040000290000006403400039000000000013043500000471022001970000004401400039000200000002001d00000000002104350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000040300002900000009023000690000046e0020009c0000046e0200804100000060022002100000046e0030009c0000046e030080410000004003300210000000000232019f000000000301043b00000000010004140000046e0010009c0000046e01008041000000c001100210000000000121019f00000471043001970000000603000029000000070030006c00000a8c0000c13d000000000204001900000a900000013d00000000010004160000000b021000b900000000011200d90000000b0010006c00000ca40000c13d0000000001000415000000110110008a0005000500100218000027100020008c000600000000001d0000000001000019000003780000413d0000000001000415000000110110008a0005000500100218000027100120011a00060007001000bd000003780000013d00000000010004160000000b021000b900000000011200d90000000b0010006c00000ca40000c13d0000000001000415000000130110008a0005000500100218000027100020008c000600000000001d0000000001000019000009040000413d0000000001000415000000130110008a0005000500100218000027100120011a00060007001000bd000009040000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000009fa0000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000a060000c13d0000060c0000013d00000473011001c700008009020000390000000303000029000000000500001911b411aa0000040f00000060031002700000001f0430018f00000470053001970000046e03300197000000010020019000000c380000613d0000000402500029000000000005004b00000a1f0000613d000000000601034f0000000407000029000000006806043c0000000007870436000000000027004b00000a1b0000c13d000000000004004b00000a2c0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000001f013000390000046f011001970000000402100029000000000012004b00000000010000390000000101004039000900000002001d0000048d0020009c000005140000213d0000000100100190000005140000c13d0000000901000029000000400010043f000000200030008c000005db0000413d000000040100002900000000010104330000048d0010009c000005db0000213d000000040230002900000004011000290000001f03100039000000000023004b0000000004000019000004940400804100000494033001970000049405200197000000000653013f000000000053004b00000000030000190000049403004041000004940060009c000000000304c019000000000003004b000005db0000c13d00000000130104340000048d0030009c000005140000213d00000005043002100000003f05400039000004950550019700000009055000290000048d0050009c000005140000213d000000400050043f000000090500002900000000003504350000000003140019000000000023004b000005db0000213d000000000031004b00000a660000813d0000000902000029000000200220003900000000140104340000000000420435000000000031004b00000a610000413d000004970100004100000000001004430000000001000410000000040010044300000000010004140000046e0010009c0000046e01008041000000c00110021000000498011001c70000800a0200003911b411af0000040f0000000100200190000010ce0000613d000000000101043b000004a40010009c00000cd90000413d000004970100004100000000001004430000000001000410000000040010044300000000010004140000046e0010009c0000046e01008041000000c00110021000000498011001c70000800a0200003911b411af0000040f0000000100200190000010ce0000613d000000000301043b00000000010004140000046e0010009c0000046e01008041000000c001100210000000000003004b00000caa0000c13d000000000200041100000cae0000013d00000473011001c700008009020000390000000303000029000000000500001911b411aa0000040f00000060031002700000001f0430018f00000470053001970000046e03300197000000010020019000000c430000613d0000000402500029000000000005004b00000aa00000613d000000000601034f0000000407000029000000006806043c0000000007870436000000000027004b00000a9c0000c13d000000000004004b00000aad0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000001f013000390000046f011001970000000402100029000000000012004b00000000010000390000000101004039000900000002001d0000048d0020009c000005140000213d0000000100100190000005140000c13d0000000901000029000000400010043f000000200030008c000005db0000413d000000040100002900000000010104330000048d0010009c000005db0000213d000000040230002900000004011000290000001f03100039000000000023004b0000000004000019000004940400804100000494033001970000049405200197000000000653013f000000000053004b00000000030000190000049403004041000004940060009c000000000304c019000000000003004b000005db0000c13d00000000130104340000048d0030009c000005140000213d00000005043002100000003f05400039000004950550019700000009055000290000048d0050009c000005140000213d000000400050043f000000090500002900000000003504350000000003140019000000000023004b000005db0000213d000000000031004b00000ae70000813d0000000902000029000000200220003900000000140104340000000000420435000000000031004b00000ae20000413d000000400200043d0000049d01000041000700000002001d00000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000007010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000070570002900000b150000613d000000000801034f0000000709000029000000008a08043c0000000009a90436000000000059004b00000b110000c13d000000000006004b00000b220000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000c710000613d0000001f01400039000000600110018f0000000702100029000000000012004b00000000010000390000000101004039000600000002001d0000048d0020009c000005140000213d0000000100100190000005140000c13d0000000601000029000000400010043f000000200030008c000005db0000413d00000007010000290000000001010433000700000001001d000004710010009c000005db0000213d0000048f01000041000000060200002900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000006010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000060570002900000b650000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b00000b610000c13d000000000006004b00000b720000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000e8a0000613d0000001f01400039000000600110018f0000000601100029000400000001001d0000048d0010009c000005140000213d0000000401000029000000400010043f000000200030008c000005db0000413d00000006010000290000000001010433000004710010009c000005db0000213d0000049e0200004100000004030000290000000000230435000000040230003900000000001204350000000c0100002900000471021001970000002401300039000c00000002001d00000000002104350000046e0030009c0000046e010000410000000001034019000000400110021000000000020004140000046e0020009c0000046e02008041000000c002200210000000000112019f0000048c011001c7000000070200002911b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000040570002900000ba70000613d000000000801034f0000000409000029000000008a08043c0000000009a90436000000000059004b00000ba30000c13d000000000006004b00000bb40000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000f060000613d0000001f01400039000000600110018f0000000401100029000700000001001d0000048d0010009c000005140000213d0000000701000029000000400010043f000000200030008c000005db0000413d00000004010000290000000001010433000600000001001d000004710010009c000005db0000213d0000048f01000041000000070200002900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000007010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000070570002900000bf20000613d000000000801034f0000000709000029000000008a08043c0000000009a90436000000000059004b00000bee0000c13d000000000006004b00000bff0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000f610000613d0000001f01400039000000600110018f00000007011000290000048d0010009c000005140000213d000000400010043f000000200030008c000005db0000413d00000007020000290000000002020433000004710020009c000005db0000213d00000009030000290000000003030433000000000003004b00000ca40000613d0000000503300210000000090330002900000000030304330000000504000029000000050440027000000000040400310000012005100039000000060600002900000000006504350000000805000029000004710550019700000100061000390000000000560435000000e00510003900000000004504350000000a040000290000047104400197000000c0051000390000000000450435000000a0041000390000000b0500002900000000005404350000008004100039000000000034043500000060031000390000000004000416000000000043043500000040031000390000000c04000029000000000043043500000020031000390000000000230435000000020200002900000000002104350000046e0010009c0000046e0100804100000040011002100000000002000414000010c50000013d000000400200043d0000000006520019000000000005004b00000c630000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000c3e0000c13d00000c630000013d000000400200043d0000000006520019000000000005004b00000c630000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000c490000c13d00000c630000013d000000400200043d0000000006520019000000000005004b00000c630000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000c540000c13d00000c630000013d000000400200043d0000000006520019000000000005004b00000c630000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000c5f0000c13d000000000004004b000006190000613d000000000151034f0000000304400210000000000506043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000160435000006190000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000c780000c13d0000060c0000013d0000000b023000b900000000013200d90000000b0010006c00000ca40000c13d00000000010004150000000f0110008a0004000500100218000027100020008c000600000000001d0000000001000019000001c00000413d00000000010004150000000f0110008a0004000500100218000027100120011a00060005001000bd00000006021000f9000000050020006c000001c00000613d00000ca40000013d0000000b023000b900000000013200d90000000b0010006c00000ca40000c13d0000000001000415000000150110008a0006000500100218000027100020008c000800000000001d00000000010000190000073f0000413d0000000001000415000000150110008a0006000500100218000027100120011a00080005001000bd00000008021000f9000000050020006c0000073f0000613d000004ab01000041000000000010043f0000001101000039000000040010043f0000047701000041000011b60001043000000473011001c700008009020000390000000004000411000000000500001911b411aa0000040f00000060031002700000046e0330019800000cd70000613d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f00000000063504360000047005300198000000000356001900000cca0000613d000000000701034f000000007807043c0000000006860436000000000036004b00000cc60000c13d000000000004004b00000cd70000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000010020019000000e2a0000613d000000400200043d0000049d01000041000700000002001d00000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000007010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000070570002900000d070000613d000000000801034f0000000709000029000000008a08043c0000000009a90436000000000059004b00000d030000c13d000000000006004b00000d140000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000e320000613d0000001f01400039000000600110018f0000000702100029000000000012004b00000000010000390000000101004039000600000002001d0000048d0020009c000005140000213d0000000100100190000005140000c13d0000000601000029000000400010043f000000200030008c000005db0000413d00000007010000290000000001010433000700000001001d000004710010009c000005db0000213d0000048f01000041000000060200002900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000006010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000060570002900000d570000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b00000d530000c13d000000000006004b00000d640000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000efa0000613d0000001f01400039000000600110018f0000000601100029000400000001001d0000048d0010009c000005140000213d0000000401000029000000400010043f000000200030008c000005db0000413d00000006010000290000000001010433000004710010009c000005db0000213d0000049e0200004100000004030000290000000000230435000000040230003900000000001204350000000c0100002900000471021001970000002401300039000600000002001d00000000002104350000046e0030009c0000046e010000410000000001034019000000400110021000000000020004140000046e0020009c0000046e02008041000000c002200210000000000112019f0000048c011001c7000000070200002911b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000040570002900000d990000613d000000000801034f0000000409000029000000008a08043c0000000009a90436000000000059004b00000d950000c13d000000000006004b00000da60000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000f310000613d0000001f01400039000000600110018f0000000401100029000c00000001001d0000048d0010009c000005140000213d0000000c01000029000000400010043f000000200030008c000005db0000413d00000004010000290000000001010433000700000001001d000004710010009c000005db0000213d0000048f010000410000000c0200002900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b0000000c010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000c0570002900000de40000613d000000000801034f0000000c09000029000000008a08043c0000000009a90436000000000059004b00000de00000c13d000000000006004b00000df10000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000f6d0000613d0000001f01400039000000600110018f0000000c011000290000048d0010009c000005140000213d000000400010043f000000200030008c000005db0000413d0000000c020000290000000002020433000004710020009c000005db0000213d00000009030000290000000003030433000000000003004b00000ca40000613d0000000503300210000000090330002900000000030304330000000504000029000000050440027000000000040400310000012005100039000000070600002900000000006504350000000805000029000004710550019700000100061000390000000000560435000000e00510003900000000004504350000000a040000290000047104400197000000c0051000390000000000450435000000a0041000390000000b0500002900000000005404350000008004100039000000000034043500000060031000390000000004000416000000000043043500000040031000390000000604000029000000000043043500000020031000390000000000230435000000020200002900000000002104350000046e0010009c0000046e0100804100000040011002100000000002000414000010c50000013d000000400100043d000004aa0200004100000000002104350000046e0010009c0000046e01008041000000400110021000000490011001c7000011b6000104300000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000e390000c13d0000060c0000013d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f00000000063504360000047005300198000000000356001900000e560000613d000000000701034f000000007807043c0000000006860436000000000036004b00000e520000c13d000000000004004b0000020d0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001304350000020d0000013d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f00000000063504360000047005300198000000000356001900000e7c0000613d000000000701034f000000007807043c0000000006860436000000000036004b00000e780000c13d000000000004004b0000078c0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001304350000078c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000e910000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000e9d0000c13d0000060c0000013d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f00000000063504360000047005300198000000000356001900000eba0000613d000000000701034f000000007807043c0000000006860436000000000036004b00000eb60000c13d000000000004004b0000022d0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001304350000022d0000013d0000001f043000390000046f044001970000003f044000390000049604400197000000400500043d0000000004450019000000000054004b000000000600003900000001060040390000048d0040009c000005140000213d0000000100600190000005140000c13d000000400040043f0000001f0430018f00000000063504360000047005300198000000000356001900000ee00000613d000000000701034f000000007807043c0000000006860436000000000036004b00000edc0000c13d000000000004004b000007ac0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000007ac0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000ef50000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f010000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f0d0000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f190000c13d0000060c0000013d000000000100043d000000010010008c00000000010000390000000101006039000000400200043d000300000002001d000000000001004b00000f790000c13d000004a1010000410000000303000029000000000013043500000004013000390000000c0200002900000000002104350000046e0030009c0000046e03008041000000400130021000000477011001c7000011b6000104300000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f380000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f440000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f500000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f5c0000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f680000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f740000c13d0000060c0000013d0000049d01000041000000030200002900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000003010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000030570002900000fa60000613d000000000801034f0000000309000029000000008a08043c0000000009a90436000000000059004b00000fa20000c13d000000000006004b00000fb30000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000010cf0000613d0000001f01400039000000600110018f0000000302100029000000000012004b00000000010000390000000101004039000200000002001d0000048d0020009c000005140000213d0000000100100190000005140000c13d0000000201000029000000400010043f000000200030008c000005db0000413d00000003010000290000000001010433000300000001001d000004710010009c000005db0000213d0000048f01000041000000020200002900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000002010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000020570002900000ff60000613d000000000801034f0000000209000029000000008a08043c0000000009a90436000000000059004b00000ff20000c13d000000000006004b000010030000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000010db0000613d0000001f01400039000000600110018f0000000201100029000100000001001d0000048d0010009c000005140000213d0000000101000029000000400010043f000000200030008c000005db0000413d00000002010000290000000001010433000004710010009c000005db0000213d0000000103000029000000240230003900000000001204350000049e01000041000000000013043500000004013000390000000c0200002900000000002104350000046e0030009c0000046e010000410000000001034019000000400110021000000000020004140000046e0020009c0000046e02008041000000c002200210000000000112019f0000048c011001c7000000030200002911b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000105700029000010360000613d000000000801034f0000000109000029000000008a08043c0000000009a90436000000000059004b000010320000c13d000000000006004b000010430000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000010e70000613d0000001f01400039000000600110018f0000000101100029000300000001001d0000048d0010009c000005140000213d0000000301000029000000400010043f000000200030008c000005db0000413d00000001010000290000000001010433000200000001001d000004710010009c000005db0000213d0000048f01000041000000030200002900000000001204350000048801000041000000000010044300000000010004120000000400100443000000240000044300000000010004140000046e0010009c0000046e01008041000000c0011002100000048b011001c7000080050200003911b411af0000040f0000000100200190000010ce0000613d000000000201043b00000003010000290000046e0010009c0000046e01008041000000400110021000000000030004140000046e0030009c0000046e03008041000000c003300210000000000113019f00000490011001c7000004710220019711b411af0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000305700029000010810000613d000000000801034f0000000309000029000000008a08043c0000000009a90436000000000059004b0000107d0000c13d000000000006004b0000108e0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000010f30000613d0000001f01400039000000600110018f00000003011000290000048d0010009c000005140000213d000000400010043f000000200030008c000005db0000413d00000003020000290000000002020433000004710020009c000005db0000213d00000009030000290000000003030433000000000003004b000006250000613d000000080300002900000000030304330000000404000029000000050440027000000000040400310000012005100039000000020600002900000000006504350000000705000029000004710550019700000100061000390000000000560435000000e00510003900000000004504350000000a040000290000047104400197000000c0051000390000000000450435000000a0041000390000000b050000290000000000540435000000800410003900000006050000290000000000540435000000600410003900000000003404350000004003100039000000000023043500000020021000390000000c030000290000000000320435000000050200002900000000002104350000046e0010009c0000046e01008041000000400110021000000000020004140000046e0020009c0000046e02008041000000c002200210000000000112019f0000049f011001c70000800d020000390000000103000039000004a0040000410000052d0000013d000000000001042f0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000010d60000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000010e20000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000010ee0000c13d0000060c0000013d0000001f0530018f0000047006300198000000400200043d00000000046200190000060c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000010fa0000c13d0000060c0000013d00010000000000020000000006010019000000400100043d000000640510003900000000004504350000047103300197000000440410003900000000003404350000002003100039000004ad04000041000000000043043500000471022001970000002404100039000000000024043500000064020000390000000000210435000004ae0010009c000011660000813d000000a002100039000000400020043f0000046e0030009c0000046e03008041000000400230021000000000010104330000046e0010009c0000046e010080410000006001100210000000000121019f00000000020004140000046e0020009c0000046e02008041000000c002200210000000000121019f000100000006001d000000000206001911b411aa0000040f00000060031002700000046e03300197000000200030008c000000200400003900000000040340190000001f0540018f0000002004400190000011310000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000047004b0000112d0000c13d000000000005004b0000113e0000613d000000000641034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f000000000054043500000001002001900000116c0000613d000000000003004b00000001030000290000114a0000613d000000000100043d000000010010008c00000000010000390000000101006039000000000001004b0000115b0000613d000000000001042d0000049c0100004100000000001004430000047101300197000000040010044300000000010004140000046e0010009c0000046e01008041000000c00110021000000498011001c7000080020200003911b411af0000040f00000001002001900000118a0000613d000000000101043b0000000103000029000000000001004b000011490000c13d000000400100043d000004a10200004100000000002104350000047102300197000000040310003900000000002304350000046e0010009c0000046e01008041000000400110021000000477011001c7000011b600010430000004ab01000041000000000010043f0000004101000039000000040010043f0000047701000041000011b6000104300000001f0530018f0000047006300198000000400200043d0000000004620019000011770000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000011730000c13d000000000005004b000011840000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000046e0020009c0000046e020080410000004002200210000000000112019f000011b600010430000000000001042f000000000001042f00000000050100190000000000200443000000050030008c0000119a0000413d000000040100003900000000020000190000000506200210000000000664001900000005066002700000000006060031000000000161043a0000000102200039000000000031004b000011920000413d0000046e0030009c0000046e03008041000000600130021000000000020004140000046e0020009c0000046e02008041000000c002200210000000000112019f000004af011001c7000000000205001911b411af0000040f0000000100200190000011a90000613d000000000101043b000000000001042d000000000001042f000011ad002104210000000102000039000000000001042d0000000002000019000000000001042d000011b2002104230000000102000039000000000001042d0000000002000019000000000001042d000011b400000432000011b50001042e000011b600010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e000000002000000000000000000000000000000800000010000000000000000001e4fbdf7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000000000008da5cb5a00000000000000000000000000000000000000000000000000000000cfa498a200000000000000000000000000000000000000000000000000000000cfa498a300000000000000000000000000000000000000000000000000000000d826492000000000000000000000000000000000000000000000000000000000f2fde38b000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000009d2b3a8a00000000000000000000000000000000000000000000000000000000a9ce7301000000000000000000000000000000000000000000000000000000002f59c2d4000000000000000000000000000000000000000000000000000000002f59c2d500000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000007738ebbd00000000000000000000000000000000000000000000000000000000002a7d6d000000000000000000000000000000000000000000000000000000001d609fa3118cdaa7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000800000000000000000310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0000000000000000000000000000000000000020000000800000000000000000095ea7b30000000000000000000000000000000000000000000000000000000002000002000000000000000000000000000000440000000000000000000000000000000000000000000000000000000000000044000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffff9fad5c46480000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000004a25d94a00000000000000000000000000000000000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe000000000000000000000000000000000000000000000000000000003ffffffe09cc7f708afc65944829bd487b90b72536b1951864fbfc14e125fc972a6507f39020000020000000000000000000000000000002400000000000000000000000070a0823100000000000000000000000000000000000000000000000000000000a9059cbb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f1806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83c45a015500000000000000000000000000000000000000000000000000000000e6a439050000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000001400000000000000000000000001854e126c531b464931f921ac9c5aaca843aa7a189df01c55e9ce646881f93ab5274afe7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000e00000000000000000fb3bdb4100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e8d4a510017ff36ab500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e8d4a51000a724e54f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000080000000000000000018cbafe50000000000000000000000000000000000000000000000000000000071045826000000000000000000000000000000000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000d92e233d0000000000000000000000000000000000000000000000000000000023b872dd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff6002000002000000000000000000000000000000000000000000000000000000003d77291375509ccd38b9241218a5c9360b437e00ce9b3c3f62e72a0097513593
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000ad1eca41e6f772be3cb5a48a6141f9bcc1af9f7c
-----Decoded View---------------
Arg [0] : _uniswapRouter (address): 0xad1eCa41E6F772bE3cb5A48A6141f9bcc1AF9F7c
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000ad1eca41e6f772be3cb5a48a6141f9bcc1af9f7c
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.