| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| 0x27e03e51a90d17ccd2fc8648953ade5bc467fc7cf778de73490a159ca5f4ba38 | Approve | (pending) | 18 days ago | IN | 0 ETH | (Pending) | |||
| Approve | 24613069 | 4 days ago | IN | 0 ETH | 0.00005087 | ||||
| Approve | 24528613 | 16 days ago | IN | 0 ETH | 0.00000318 | ||||
| Approve | 24458712 | 26 days ago | IN | 0 ETH | 0.00005076 | ||||
| Claim | 24441540 | 28 days ago | IN | 0 ETH | 0.000061 | ||||
| Claim | 24362032 | 39 days ago | IN | 0 ETH | 0.00009152 | ||||
| Claim | 24362019 | 39 days ago | IN | 0 ETH | 0.00009116 | ||||
| Approve | 24355981 | 40 days ago | IN | 0 ETH | 0.00006926 | ||||
| Approve | 24323826 | 45 days ago | IN | 0 ETH | 0.00001344 | ||||
| Approve | 24318806 | 45 days ago | IN | 0 ETH | 0.00000289 | ||||
| Approve | 24188084 | 64 days ago | IN | 0 ETH | 0.00001376 | ||||
| Approve | 24134431 | 71 days ago | IN | 0 ETH | 0.00009869 | ||||
| Approve | 24134270 | 71 days ago | IN | 0 ETH | 0.00010053 | ||||
| Transfer | 24126972 | 72 days ago | IN | 0 ETH | 0.00002802 | ||||
| Approve | 24115994 | 74 days ago | IN | 0 ETH | 0.00001357 | ||||
| Approve | 24031361 | 85 days ago | IN | 0 ETH | 0.00001321 | ||||
| Approve | 24024477 | 86 days ago | IN | 0 ETH | 0.00001766 | ||||
| Approve | 23979757 | 93 days ago | IN | 0 ETH | 0.00005018 | ||||
| Approve | 23978758 | 93 days ago | IN | 0 ETH | 0.0000323 | ||||
| Claim | 23940421 | 98 days ago | IN | 0 ETH | 0.00000747 | ||||
| Claim | 23940410 | 98 days ago | IN | 0 ETH | 0.00000769 | ||||
| Approve | 23891826 | 105 days ago | IN | 0 ETH | 0.00000621 | ||||
| Approve | 23891824 | 105 days ago | IN | 0 ETH | 0.00001231 | ||||
| Approve | 23832160 | 113 days ago | IN | 0 ETH | 0.00003194 | ||||
| Approve | 23811293 | 116 days ago | IN | 0 ETH | 0.00005679 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 24528614 | 16 days ago | 0.00072871 ETH | ||||
| Transfer | 24528614 | 16 days ago | 0.00072871 ETH | ||||
| Transfer | 24528614 | 16 days ago | 0.00072996 ETH | ||||
| Transfer | 24528614 | 16 days ago | 0.00072996 ETH | ||||
| Transfer | 24513282 | 18 days ago | 0.00073122 ETH | ||||
| Transfer | 24513282 | 18 days ago | 0.00073122 ETH | ||||
| Transfer | 24355985 | 40 days ago | 0.00073285 ETH | ||||
| Transfer | 24355985 | 40 days ago | 0.00073285 ETH | ||||
| Transfer | 24134450 | 71 days ago | 0.00073376 ETH | ||||
| Transfer | 24134450 | 71 days ago | 0.00073376 ETH | ||||
| Transfer | 24126972 | 72 days ago | 0.00073503 ETH | ||||
| Transfer | 24126972 | 72 days ago | 0.00073503 ETH | ||||
| Transfer | 24024480 | 86 days ago | 0.00074212 ETH | ||||
| Transfer | 24024480 | 86 days ago | 0.00074212 ETH | ||||
| Transfer | 23979759 | 93 days ago | 0.00074549 ETH | ||||
| Transfer | 23979759 | 93 days ago | 0.00074549 ETH | ||||
| Transfer | 23978759 | 93 days ago | 0.00074679 ETH | ||||
| Transfer | 23978759 | 93 days ago | 0.00074679 ETH | ||||
| Transfer | 23978759 | 93 days ago | 0.00074809 ETH | ||||
| Transfer | 23978759 | 93 days ago | 0.00074809 ETH | ||||
| Transfer | 23978759 | 93 days ago | 0.00074939 ETH | ||||
| Transfer | 23978759 | 93 days ago | 0.00074939 ETH | ||||
| Transfer | 23832162 | 113 days ago | 0.00075122 ETH | ||||
| Transfer | 23832162 | 113 days ago | 0.00075122 ETH | ||||
| Transfer | 23822022 | 115 days ago | 0.00075253 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
AimBot
Compiler Version
v0.8.19+commit.7dd6d404
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// https://aim-bot.app/
// https://t.me/Aimbotportal
// https://twitter.com/aimbot_coin
// SPDX-License-Identifier: MIT
import "./AimBotDividends.sol";
import "./Ownable.sol";
import "./Context.sol";
import "./ERC20.sol";
import "./IERC20.sol";
import "./IERC20Metadata.sol";
import "./IUniswapV2Factory.sol";
import "./IUniswapV2Router.sol";
pragma solidity ^0.8.19;
contract AimBot is Ownable, ERC20 {
uint256 public maxWallet;
address public uniswapV2Pair;
IUniswapV2Router02 immutable router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);
AimBotDividends public dividends;
uint256 SUPPLY = 1000000 * 10**18;
uint256 snipeFee = 30;
uint256 totalFee = 5;
uint256 botFee = 3;
bool private inSwap = false;
address public marketingWallet;
address public devWallet;
address public botWallet;
uint256 public openTradingBlock;
mapping (address => uint256) public receiveBlock;
uint256 public swapAt = SUPPLY / 1000; //0.1%
constructor() ERC20("AimBot", "AIMBOT") payable {
_mint(msg.sender, SUPPLY * 23 / 1000);
_mint(address(this), SUPPLY * 977 / 1000);
maxWallet = SUPPLY;
marketingWallet = 0x3be53c7D961F3595515E9905E7507b33A5DC7c5A;
devWallet = 0x092A071a3322166A840B06Ace845761f98FbBAa0;
botWallet = 0x88054E4FF95395d43286b52D97451C71a974D8c9;
dividends = new AimBotDividends();
dividends.excludeFromDividends(address(dividends));
dividends.excludeFromDividends(address(this));
dividends.excludeFromDividends(owner());
}
receive() external payable {}
function isContract(address account) private view returns (bool) {
uint256 size;
assembly {
size := extcodesize(account)
}
return size > 0;
}
function updateBotWallet(address _botWallet) external onlyOwner {
botWallet = _botWallet;
}
function updateDividends(address _dividends) external onlyOwner {
dividends = AimBotDividends(payable(_dividends));
dividends.excludeFromDividends(address(dividends));
dividends.excludeFromDividends(address(this));
dividends.excludeFromDividends(owner());
dividends.excludeFromDividends(uniswapV2Pair);
dividends.excludeFromDividends(address(router));
}
function updateFee(uint256 _totalFee, uint256 _botFee) external onlyOwner {
require(_totalFee <= 5 && _botFee <= _totalFee);
totalFee = _totalFee;
botFee = _botFee;
}
function updateMaxHoldingPercent(uint256 percent) public onlyOwner {
require(percent >= 1 && percent <= 100, "invalid percent");
maxWallet = SUPPLY * percent / 100;
}
function updateSwapAt(uint256 value) external onlyOwner() {
require(value <= SUPPLY / 50);
swapAt = value;
}
function stats(address account) external view returns (uint256 withdrawableDividends, uint256 totalDividends) {
(,withdrawableDividends,totalDividends) = dividends.getAccount(account);
}
function claim() external {
dividends.claim(msg.sender);
}
function openTrading() external onlyOwner {
address pair = IUniswapV2Factory(router.factory()).createPair(address(this), router.WETH());
_approve(address(this), address(router), balanceOf(address(this)));
router.addLiquidityETH{
value: address(this).balance
} (
address(this),
balanceOf(address(this)),
0,
0,
owner(),
block.timestamp
);
uniswapV2Pair = pair;
openTradingBlock = block.number;
dividends.excludeFromDividends(address(router));
dividends.excludeFromDividends(pair);
updateMaxHoldingPercent(1);
}
function _transfer(address from, address to, uint256 amount) internal override {
if(uniswapV2Pair == address(0)) {
require(from == address(this) || from == address(0) || from == owner() || to == owner(), "Not started");
super._transfer(from, to, amount);
return;
}
if(from == uniswapV2Pair && to != address(this) && to != owner() && to != address(router)) {
require(super.balanceOf(to) + amount <= maxWallet, "max wallet");
}
uint256 swapAmount = balanceOf(address(this));
if(swapAmount > swapAt) {
swapAmount = swapAt;
}
if(
swapAt > 0 &&
swapAmount == swapAt &&
!inSwap &&
from != uniswapV2Pair) {
inSwap = true;
swapTokensForEth(swapAmount);
uint256 balance = address(this).balance;
if(balance > 0) {
withdraw(balance);
}
inSwap = false;
}
uint256 fee;
if(block.number <= openTradingBlock + 4 && from == uniswapV2Pair) {
require(!isContract(to));
fee = snipeFee;
}
else if(totalFee > 0) {
fee = totalFee;
}
if(
fee > 0 &&
from != address(this) &&
from != owner() &&
from != address(router)
) {
uint256 feeTokens = amount * fee / 100;
amount -= feeTokens;
super._transfer(from, address(this), feeTokens);
}
super._transfer(from, to, amount);
dividends.updateBalance(payable(from));
dividends.updateBalance(payable(to));
}
function swapTokensForEth(uint256 tokenAmount) private {
address[] memory path = new address[](2);
path[0] = address(this);
path[1] = router.WETH();
_approve(address(this), address(router), tokenAmount);
router.swapExactTokensForETHSupportingFeeOnTransferTokens(
tokenAmount,
0,
path,
address(this),
block.timestamp
);
}
function sendFunds(address user, uint256 value) private {
if(value > 0) {
(bool success,) = user.call{value: value}("");
success;
}
}
function withdraw(uint256 amount) private {
uint256 botShare = totalFee > 0 ? botFee * 10000 / totalFee : 0;
uint256 toBot = amount * botShare / 10000;
uint256 toMarketing = (amount - toBot) / 2;
uint256 toDev = toMarketing;
sendFunds(marketingWallet, toMarketing);
sendFunds(devWallet, toDev);
sendFunds(botWallet, toBot);
}
}//
//
//
// SPDX-License-Identifier: MIT
import "./Ownable.sol";
import "./ERC20.sol";
import "./IERC20.sol";
import "./SafeMath.sol";
pragma solidity ^0.8.19;
contract DividendPayingToken is ERC20 {
using SafeMath for uint256;
using SafeMathUint for uint256;
using SafeMathInt for int256;
// With `magnitude`, we can properly distribute dividends even if the amount of received ether is small.
// For more discussion about choosing the value of `magnitude`,
// see https://github.com/ethereum/EIPs/issues/1726#issuecomment-472352728
uint256 constant internal magnitude = 2**128;
uint256 internal magnifiedDividendPerShare;
// About dividendCorrection:
// If the token balance of a `_user` is never changed, the dividend of `_user` can be computed with:
// `dividendOf(_user) = dividendPerShare * balanceOf(_user)`.
// When `balanceOf(_user)` is changed (via minting/burning/transferring tokens),
// `dividendOf(_user)` should not be changed,
// but the computed value of `dividendPerShare * balanceOf(_user)` is changed.
// To keep the `dividendOf(_user)` unchanged, we add a correction term:
// `dividendOf(_user) = dividendPerShare * balanceOf(_user) + dividendCorrectionOf(_user)`,
// where `dividendCorrectionOf(_user)` is updated whenever `balanceOf(_user)` is changed:
// `dividendCorrectionOf(_user) = dividendPerShare * (old balanceOf(_user)) - (new balanceOf(_user))`.
// So now `dividendOf(_user)` returns the same value before and after `balanceOf(_user)` is changed.
mapping(address => int256) internal magnifiedDividendCorrections;
mapping(address => uint256) internal withdrawnDividends;
uint256 public totalDividendsDistributed;
event DividendsDistributed(address user, uint256 amount);
event DividendWithdrawn(address user, uint256 amount);
constructor(string memory _name, string memory _symbol) ERC20(_name, _symbol) {
}
/// @dev Distributes dividends whenever ether is paid to this contract.
receive() external payable {
distributeDividends();
}
/// @notice Distributes ether to token holders as dividends.
/// @dev It reverts if the total supply of tokens is 0.
/// It emits the `DividendsDistributed` event if the amount of received ether is greater than 0.
/// About undistributed ether:
/// In each distribution, there is a small amount of ether not distributed,
/// the magnified amount of which is
/// `(msg.value * magnitude) % totalSupply()`.
/// With a well-chosen `magnitude`, the amount of undistributed ether
/// (de-magnified) in a distribution can be less than 1 wei.
/// We can actually keep track of the undistributed ether in a distribution
/// and try to distribute it in the next distribution,
/// but keeping track of such data on-chain costs much more than
/// the saved ether, so we don't do that.
function distributeDividends() public virtual payable {
require(totalSupply() > 0);
if (msg.value > 0) {
magnifiedDividendPerShare = magnifiedDividendPerShare.add(
(msg.value).mul(magnitude) / totalSupply()
);
emit DividendsDistributed(msg.sender, msg.value);
totalDividendsDistributed = totalDividendsDistributed.add(msg.value);
}
}
/// @notice Withdraws the ether distributed to the sender.
/// @dev It emits a `DividendWithdrawn` event if the amount of withdrawn ether is greater than 0.
function withdrawDividend() public virtual {
_withdrawDividendOfUser(payable(msg.sender));
}
/// @notice Withdraws the ether distributed to the sender.
/// @dev It emits a `DividendWithdrawn` event if the amount of withdrawn ether is greater than 0.
function _withdrawDividendOfUser(address payable user) internal returns (uint256) {
uint256 _withdrawableDividend = withdrawableDividendOf(user);
if (_withdrawableDividend > 0) {
withdrawnDividends[user] = withdrawnDividends[user].add(_withdrawableDividend);
emit DividendWithdrawn(user, _withdrawableDividend);
(bool success,) = user.call{value: _withdrawableDividend, gas: 3000}("");
if(!success) {
withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend);
return 0;
}
return _withdrawableDividend;
}
return 0;
}
/// @notice View the amount of dividend in wei that an address can withdraw.
/// @param _owner The address of a token holder.
/// @return The amount of dividend in wei that `_owner` can withdraw.
function dividendOf(address _owner) public view returns(uint256) {
return withdrawableDividendOf(_owner);
}
/// @notice View the amount of dividend in wei that an address can withdraw.
/// @param _owner The address of a token holder.
/// @return The amount of dividend in wei that `_owner` can withdraw.
function withdrawableDividendOf(address _owner) public view returns(uint256) {
return accumulativeDividendOf(_owner).sub(withdrawnDividends[_owner]);
}
/// @notice View the amount of dividend in wei that an address has withdrawn.
/// @param _owner The address of a token holder.
/// @return The amount of dividend in wei that `_owner` has withdrawn.
function withdrawnDividendOf(address _owner) public view returns(uint256) {
return withdrawnDividends[_owner];
}
/// @notice View the amount of dividend in wei that an address has earned in total.
/// @dev accumulativeDividendOf(_owner) = withdrawableDividendOf(_owner) + withdrawnDividendOf(_owner)
/// = (magnifiedDividendPerShare * balanceOf(_owner) + magnifiedDividendCorrections[_owner]) / magnitude
/// @param _owner The address of a token holder.
/// @return The amount of dividend in wei that `_owner` has earned in total.
function accumulativeDividendOf(address _owner) public view returns(uint256) {
return magnifiedDividendPerShare.mul(balanceOf(_owner)).toInt256Safe()
.add(magnifiedDividendCorrections[_owner]).toUint256Safe() / magnitude;
}
/// @dev Internal function that transfer tokens from one address to another.
/// Update magnifiedDividendCorrections to keep dividends unchanged.
/// @param from The address to transfer from.
/// @param to The address to transfer to.
/// @param value The amount to be transferred.
function _transfer(address from, address to, uint256 value) internal virtual override {
require(false);
int256 _magCorrection = magnifiedDividendPerShare.mul(value).toInt256Safe();
magnifiedDividendCorrections[from] = magnifiedDividendCorrections[from].add(_magCorrection);
magnifiedDividendCorrections[to] = magnifiedDividendCorrections[to].sub(_magCorrection);
}
/// @dev Internal function that mints tokens to an account.
/// Update magnifiedDividendCorrections to keep dividends unchanged.
/// @param account The account that will receive the created tokens.
/// @param value The amount that will be created.
function _mint(address account, uint256 value) internal override {
super._mint(account, value);
magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account]
.sub( (magnifiedDividendPerShare.mul(value)).toInt256Safe() );
}
/// @dev Internal function that burns an amount of the token of a given account.
/// Update magnifiedDividendCorrections to keep dividends unchanged.
/// @param account The account whose tokens will be burnt.
/// @param value The amount that will be burnt.
function _burn(address account, uint256 value) internal override {
super._burn(account, value);
magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account]
.add( (magnifiedDividendPerShare.mul(value)).toInt256Safe() );
}
function _setBalance(address account, uint256 newBalance) internal {
uint256 currentBalance = balanceOf(account);
if(newBalance > currentBalance) {
uint256 mintAmount = newBalance.sub(currentBalance);
_mint(account, mintAmount);
} else if(newBalance < currentBalance) {
uint256 burnAmount = currentBalance.sub(newBalance);
_burn(account, burnAmount);
}
}
}
contract AimBotDividends is DividendPayingToken, Ownable {
using SafeMath for uint256;
using SafeMathInt for int256;
IERC20 token;
mapping (address => bool) public excludedFromDividends;
address private deployer;
uint256 public closeTime;
uint256 public constant claimGracePeriod = 30 days;
event ExcludeFromDividends(address indexed account);
event Claim(address indexed account, uint256 amount, bool indexed automatic);
constructor() DividendPayingToken("AIMBOT_Dividends", "AIMBOT_Dividends") {
deployer = tx.origin;
token = IERC20(msg.sender);
}
bool noWarning;
function _transfer(address, address, uint256) internal override {
require(false, "No transfers allowed");
noWarning = noWarning;
}
function withdrawDividend() public override {
require(false, "withdrawDividend disabled. Use the 'claim' function on the main token contract.");
noWarning = noWarning;
}
function claim(address account) external onlyOwner {
require(closeTime == 0 || block.timestamp < closeTime + claimGracePeriod, "closed");
_withdrawDividendOfUser(payable(account));
}
function excludeFromDividends(address account) external onlyOwner {
excludedFromDividends[account] = true;
_setBalance(account, 0);
emit ExcludeFromDividends(account);
}
function getAccount(address _account)
public view returns (
address account,
uint256 withdrawableDividends,
uint256 totalDividends) {
account = _account;
withdrawableDividends = withdrawableDividendOf(account);
totalDividends = accumulativeDividendOf(account);
}
function updateBalance(address payable account) external {
if(excludedFromDividends[account]) {
return;
}
_setBalance(account, token.balanceOf(account));
}
//If the dividend contract needs to be updated, we can close
//this one, and let people claim for a month
//After that is over, we can take the remaining funds and
//use for the project
function close() external onlyOwner {
require(closeTime == 0, "cannot take yet");
closeTime = block.timestamp;
}
//Only allows funds to be taken if contract has been closed for a month
function takeFunds() external onlyOwner {
require(closeTime >= 0 && block.timestamp >= closeTime + claimGracePeriod, "already closed");
(bool success,) = msg.sender.call{value: address(this).balance}("");
require(success);
}
}// SPDX-License-Identifier: MIT
import "./Context.sol";
pragma solidity ^0.8.19;
abstract contract Ownable is Context {
address private _owner;
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_owner = msg.sender;
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
require(_owner == msg.sender);
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
import "./Context.sol";
import "./IERC20.sol";
import "./IERC20Metadata.sol";
contract ERC20 is Context, IERC20, IERC20Metadata {
mapping(address => uint256) private _balances;
mapping(address => mapping(address => uint256)) private _allowances;
uint256 private _totalSupply;
string private _name;
string private _symbol;
/**
* @dev Sets the values for {name} and {symbol}.
*
* The default value of {decimals} is 18. To select a different value for
* {decimals} you should overload it.
*
* All two of these values are immutable: they can only be set once during
* construction.
*/
constructor(string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
}
/**
* @dev Returns the name of the token.
*/
function name() public view virtual override returns (string memory) {
return _name;
}
/**
* @dev Returns the symbol of the token, usually a shorter version of the
* name.
*/
function symbol() public view virtual override returns (string memory) {
return _symbol;
}
/**
* @dev Returns the number of decimals used to get its user representation.
* For example, if `decimals` equals `2`, a balance of `505` tokens should
* be displayed to a user as `5.05` (`505 / 10 ** 2`).
*
* Tokens usually opt for a value of 18, imitating the relationship between
* Ether and Wei. This is the value {ERC20} uses, unless this function is
* overridden;
*
* NOTE: This information is only used for _display_ purposes: it in
* no way affects any of the arithmetic of the contract, including
* {IERC20-balanceOf} and {IERC20-transfer}.
*/
function decimals() public view virtual override returns (uint8) {
return 18;
}
/**
* @dev See {IERC20-totalSupply}.
*/
function totalSupply() public view virtual override returns (uint256) {
return _totalSupply;
}
/**
* @dev See {IERC20-balanceOf}.
*/
function balanceOf(address account) public view virtual override returns (uint256) {
return _balances[account];
}
/**
* @dev See {IERC20-transfer}.
*
* Requirements:
*
* - `recipient` cannot be the zero address.
* - the caller must have a balance of at least `amount`.
*/
function transfer(address recipient, uint256 amount) public virtual override returns (bool) {
_transfer(_msgSender(), recipient, amount);
return true;
}
/**
* @dev See {IERC20-allowance}.
*/
function allowance(address owner, address spender) public view virtual override returns (uint256) {
return _allowances[owner][spender];
}
/**
* @dev See {IERC20-approve}.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function approve(address spender, uint256 amount) public virtual override returns (bool) {
_approve(_msgSender(), spender, amount);
return true;
}
/**
* @dev See {IERC20-transferFrom}.
*
* Emits an {Approval} event indicating the updated allowance. This is not
* required by the EIP. See the note at the beginning of {ERC20}.
*
* Requirements:
*
* - `sender` and `recipient` cannot be the zero address.
* - `sender` must have a balance of at least `amount`.
* - the caller must have allowance for ``sender``'s tokens of at least
* `amount`.
*/
function transferFrom(
address sender,
address recipient,
uint256 amount
) public virtual override returns (bool) {
_transfer(sender, recipient, amount);
uint256 currentAllowance = _allowances[sender][_msgSender()];
require(currentAllowance >= amount, "ERC20: transfer amount exceeds allowance");
unchecked {
_approve(sender, _msgSender(), currentAllowance - amount);
}
return true;
}
/**
* @dev Atomically increases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IERC20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
_approve(_msgSender(), spender, _allowances[_msgSender()][spender] + addedValue);
return true;
}
/**
* @dev Atomically decreases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IERC20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
* - `spender` must have allowance for the caller of at least
* `subtractedValue`.
*/
function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
uint256 currentAllowance = _allowances[_msgSender()][spender];
require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
unchecked {
_approve(_msgSender(), spender, currentAllowance - subtractedValue);
}
return true;
}
/**
* @dev Moves `amount` of tokens from `sender` to `recipient`.
*
* This internal function is equivalent to {transfer}, and can be used to
* e.g. implement automatic token fees, slashing mechanisms, etc.
*
* Emits a {Transfer} event.
*
* Requirements:
*
* - `sender` cannot be the zero address.
* - `recipient` cannot be the zero address.
* - `sender` must have a balance of at least `amount`.
*/
function _transfer(
address sender,
address recipient,
uint256 amount
) internal virtual {
require(sender != address(0), "ERC20: transfer from the zero address");
require(recipient != address(0), "ERC20: transfer to the zero address");
_beforeTokenTransfer(sender, recipient, amount);
uint256 senderBalance = _balances[sender];
require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");
unchecked {
_balances[sender] = senderBalance - amount;
}
_balances[recipient] += amount;
emit Transfer(sender, recipient, amount);
_afterTokenTransfer(sender, recipient, amount);
}
/** @dev Creates `amount` tokens and assigns them to `account`, increasing
* the total supply.
*
* Emits a {Transfer} event with `from` set to the zero address.
*
* Requirements:
*
* - `account` cannot be the zero address.
*/
function _mint(address account, uint256 amount) internal virtual {
require(account != address(0), "ERC20: mint to the zero address");
_beforeTokenTransfer(address(0), account, amount);
_totalSupply += amount;
_balances[account] += amount;
emit Transfer(address(0), account, amount);
_afterTokenTransfer(address(0), account, amount);
}
/**
* @dev Destroys `amount` tokens from `account`, reducing the
* total supply.
*
* Emits a {Transfer} event with `to` set to the zero address.
*
* Requirements:
*
* - `account` cannot be the zero address.
* - `account` must have at least `amount` tokens.
*/
function _burn(address account, uint256 amount) internal virtual {
require(account != address(0), "ERC20: burn from the zero address");
_beforeTokenTransfer(account, address(0), amount);
uint256 accountBalance = _balances[account];
require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
unchecked {
_balances[account] = accountBalance - amount;
}
_totalSupply -= amount;
emit Transfer(account, address(0), amount);
_afterTokenTransfer(account, address(0), amount);
}
/**
* @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
*
* This internal function is equivalent to `approve`, and can be used to
* e.g. set automatic allowances for certain subsystems, etc.
*
* Emits an {Approval} event.
*
* Requirements:
*
* - `owner` cannot be the zero address.
* - `spender` cannot be the zero address.
*/
function _approve(
address owner,
address spender,
uint256 amount
) internal virtual {
require(owner != address(0), "ERC20: approve from the zero address");
require(spender != address(0), "ERC20: approve to the zero address");
_allowances[owner][spender] = amount;
emit Approval(owner, spender, amount);
}
/**
* @dev Hook that is called before any transfer of tokens. This includes
* minting and burning.
*
* Calling conditions:
*
* - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* will be transferred to `to`.
* - when `from` is zero, `amount` tokens will be minted for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens will be burned.
* - `from` and `to` are never both zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _beforeTokenTransfer(
address from,
address to,
uint256 amount
) internal virtual {}
/**
* @dev Hook that is called after any transfer of tokens. This includes
* minting and burning.
*
* Calling conditions:
*
* - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* has been transferred to `to`.
* - when `from` is zero, `amount` tokens have been minted for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens have been burned.
* - `from` and `to` are never both zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _afterTokenTransfer(
address from,
address to,
uint256 amount
) internal virtual {}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
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 amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `to`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address to, uint256 amount) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address owner, address spender) external view returns (uint256);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Moves `amount` tokens from `from` to `to` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(
address from,
address to,
uint256 amount
) external returns (bool);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
import "./IERC20.sol";
interface IERC20Metadata is IERC20 {
/**
* @dev Returns the name of the token.
*/
function name() external view returns (string memory);
/**
* @dev Returns the symbol of the token.
*/
function symbol() external view returns (string memory);
/**
* @dev Returns the decimals places of the token.
*/
function decimals() external view returns (uint8);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
interface IUniswapV2Factory {
function createPair(address tokenA, address tokenB) external returns (address pair);
function getPair(address tokenA, address tokenB) external view returns (address pair);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
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);
}
// File: @uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router02.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.19;
library SafeMath {
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a, "SafeMath: addition overflow");
return c;
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
return sub(a, b, "SafeMath: subtraction overflow");
}
function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b <= a, errorMessage);
uint256 c = a - b;
return c;
}
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint256 c = a * b;
require(c / a == b, "SafeMath: multiplication overflow");
return c;
}
function div(uint256 a, uint256 b) internal pure returns (uint256) {
return div(a, b, "SafeMath: division by zero");
}
function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b > 0, errorMessage);
uint256 c = a / b;
return c;
}
}
/**
* @title SafeMathUint
* @dev Math operations with safety checks that revert on error
*/
library SafeMathUint {
function toInt256Safe(uint256 a) internal pure returns (int256) {
int256 b = int256(a);
require(b >= 0);
return b;
}
}
/**
* @title SafeMathInt
* @dev Math operations for int256 with overflow safety checks.
*/
library SafeMathInt {
int256 private constant MIN_INT256 = int256(1) << 255;
int256 private constant MAX_INT256 = ~(int256(1) << 255);
/**
* @dev Multiplies two int256 variables and fails on overflow.
*/
function mul(int256 a, int256 b) internal pure returns (int256) {
int256 c = a * b;
// Detect overflow when multiplying MIN_INT256 with -1
require(c != MIN_INT256 || (a & MIN_INT256) != (b & MIN_INT256));
require((b == 0) || (c / b == a));
return c;
}
/**
* @dev Division of two int256 variables and fails on overflow.
*/
function div(int256 a, int256 b) internal pure returns (int256) {
// Prevent overflow when dividing MIN_INT256 by -1
require(b != -1 || a != MIN_INT256);
// Solidity already throws when dividing by 0.
return a / b;
}
/**
* @dev Subtracts two int256 variables and fails on overflow.
*/
function sub(int256 a, int256 b) internal pure returns (int256) {
int256 c = a - b;
require((b >= 0 && c <= a) || (b < 0 && c > a));
return c;
}
/**
* @dev Adds two int256 variables and fails on overflow.
*/
function add(int256 a, int256 b) internal pure returns (int256) {
int256 c = a + b;
require((b >= 0 && c >= a) || (b < 0 && c < a));
return c;
}
/**
* @dev Converts to absolute value, and fails on overflow.
*/
function abs(int256 a) internal pure returns (int256) {
require(a != MIN_INT256);
return a < 0 ? -a : a;
}
function toUint256Safe(int256 a) internal pure returns (uint256) {
require(a >= 0);
return uint256(a);
}
}{
"optimizer": {
"enabled": false,
"runs": 200
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"botWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"claim","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"devWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"dividends","outputs":[{"internalType":"contract AimBotDividends","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"marketingWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxWallet","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"openTrading","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"openTradingBlock","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"receiveBlock","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"stats","outputs":[{"internalType":"uint256","name":"withdrawableDividends","type":"uint256"},{"internalType":"uint256","name":"totalDividends","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"swapAt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_botWallet","type":"address"}],"name":"updateBotWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_dividends","type":"address"}],"name":"updateDividends","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_totalFee","type":"uint256"},{"internalType":"uint256","name":"_botFee","type":"uint256"}],"name":"updateFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"percent","type":"uint256"}],"name":"updateMaxHoldingPercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"value","type":"uint256"}],"name":"updateSwapAt","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
60a0604052737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1660809073ffffffffffffffffffffffffffffffffffffffff1681525069d3c21bcecceda1000000600955601e600a556005600b556003600c556000600d60006101000a81548160ff0219169083151502179055506103e86009546200009591906200074d565b6012556040518060400160405280600681526020017f41696d426f7400000000000000000000000000000000000000000000000000008152506040518060400160405280600681526020017f41494d424f540000000000000000000000000000000000000000000000000000815250336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508160049081620001559190620009f5565b508060059081620001679190620009f5565b5050506200019b336103e8601760095462000183919062000adc565b6200018f91906200074d565b6200052b60201b60201c565b620001cd306103e86103d1600954620001b5919062000adc565b620001c191906200074d565b6200052b60201b60201c565b600954600681905550733be53c7d961f3595515e9905e7507b33a5dc7c5a600d60016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555073092a071a3322166a840b06ace845761f98fbbaa0600e60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507388054e4ff95395d43286b52d97451c71a974d8c9600f60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550604051620002e390620006d7565b604051809103906000f08015801562000300573d6000803e3d6000fd5b50600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518263ffffffff1660e01b8152600401620003c0919062000b6c565b600060405180830381600087803b158015620003db57600080fd5b505af1158015620003f0573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0306040518263ffffffff1660e01b815260040162000451919062000b6c565b600060405180830381600087803b1580156200046c57600080fd5b505af115801562000481573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0620004d3620006a460201b60201c565b6040518263ffffffff1660e01b8152600401620004f1919062000b6c565b600060405180830381600087803b1580156200050c57600080fd5b505af115801562000521573d6000803e3d6000fd5b5050505062000c75565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036200059d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620005949062000bea565b60405180910390fd5b620005b160008383620006cd60201b60201c565b8060036000828254620005c5919062000c0c565b9250508190555080600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546200061d919062000c0c565b925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405162000684919062000c58565b60405180910390a3620006a060008383620006d260201b60201c565b5050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b505050565b505050565b6132db80620043a883390190565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006200075a82620006e5565b91506200076783620006e5565b9250826200077a5762000779620006ef565b5b828204905092915050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200080757607f821691505b6020821081036200081d576200081c620007bf565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302620008877fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000848565b62000893868362000848565b95508019841693508086168417925050509392505050565b6000819050919050565b6000620008d6620008d0620008ca84620006e5565b620008ab565b620006e5565b9050919050565b6000819050919050565b620008f283620008b5565b6200090a6200090182620008dd565b84845462000855565b825550505050565b600090565b6200092162000912565b6200092e818484620008e7565b505050565b5b8181101562000956576200094a60008262000917565b60018101905062000934565b5050565b601f821115620009a5576200096f8162000823565b6200097a8462000838565b810160208510156200098a578190505b620009a2620009998562000838565b83018262000933565b50505b505050565b600082821c905092915050565b6000620009ca60001984600802620009aa565b1980831691505092915050565b6000620009e58383620009b7565b9150826002028217905092915050565b62000a008262000785565b67ffffffffffffffff81111562000a1c5762000a1b62000790565b5b62000a288254620007ee565b62000a358282856200095a565b600060209050601f83116001811462000a6d576000841562000a58578287015190505b62000a648582620009d7565b86555062000ad4565b601f19841662000a7d8662000823565b60005b8281101562000aa75784890151825560018201915060208501945060208101905062000a80565b8683101562000ac7578489015162000ac3601f891682620009b7565b8355505b6001600288020188555050505b505050505050565b600062000ae982620006e5565b915062000af683620006e5565b925082820262000b0681620006e5565b9150828204841483151762000b205762000b1f6200071e565b5b5092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600062000b548262000b27565b9050919050565b62000b668162000b47565b82525050565b600060208201905062000b83600083018462000b5b565b92915050565b600082825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600062000bd2601f8362000b89565b915062000bdf8262000b9a565b602082019050919050565b6000602082019050818103600083015262000c058162000bc3565b9050919050565b600062000c1982620006e5565b915062000c2683620006e5565b925082820190508082111562000c415762000c406200071e565b5b92915050565b62000c5281620006e5565b82525050565b600060208201905062000c6f600083018462000c47565b92915050565b6080516136d162000cd7600039600081816111a2015281816113770152818161142201528181611517015281816115460152818161168601528181611d0d01528181611fe0015281816124b90152818161259a01526125c101526136d16000f3fe6080604052600436106101c65760003560e01c806362e9ddd4116100f757806395d89b4111610095578063c9567bf911610064578063c9567bf91461067a578063dd62ed3e14610691578063f8b45b05146106ce578063f8f2bfce146106f9576101cd565b806395d89b41146105ac578063a1972fc4146105d7578063a457c2d714610600578063a9059cbb1461063d576101cd565b806375f0a874116100d157806375f0a874146104ed5780638bcdcbf3146105185780638da5cb5b146105565780638ea5220f14610581576101cd565b806362e9ddd41461045c5780636abfe8461461048757806370a08231146104b0576101cd565b80632d03f90011610164578063395093511161013e57806339509351146103b45780633f129a98146103f157806349bd5a5e1461041a5780634e71d92d14610445576101cd565b80632d03f90014610333578063313ce5671461035e57806335d9740514610389576101cd565b8063098fec39116101a0578063098fec391461026557806318160ddd146102a257806323b872dd146102cd5780632740c1971461030a576101cd565b806306fdde03146101d257806308aa2695146101fd578063095ea7b314610228576101cd565b366101cd57005b600080fd5b3480156101de57600080fd5b506101e7610722565b6040516101f4919061287a565b60405180910390f35b34801561020957600080fd5b506102126107b4565b60405161021f91906128b5565b60405180910390f35b34801561023457600080fd5b5061024f600480360381019061024a919061295f565b6107ba565b60405161025c91906129ba565b60405180910390f35b34801561027157600080fd5b5061028c600480360381019061028791906129d5565b6107d8565b60405161029991906128b5565b60405180910390f35b3480156102ae57600080fd5b506102b76107f0565b6040516102c491906128b5565b60405180910390f35b3480156102d957600080fd5b506102f460048036038101906102ef9190612a02565b6107fa565b60405161030191906129ba565b60405180910390f35b34801561031657600080fd5b50610331600480360381019061032c9190612a55565b6108f2565b005b34801561033f57600080fd5b50610348610976565b6040516103559190612aa4565b60405180910390f35b34801561036a57600080fd5b5061037361099c565b6040516103809190612adb565b60405180910390f35b34801561039557600080fd5b5061039e6109a5565b6040516103ab9190612b55565b60405180910390f35b3480156103c057600080fd5b506103db60048036038101906103d6919061295f565b6109cb565b6040516103e891906129ba565b60405180910390f35b3480156103fd57600080fd5b50610418600480360381019061041391906129d5565b610a77565b005b34801561042657600080fd5b5061042f610b13565b60405161043c9190612aa4565b60405180910390f35b34801561045157600080fd5b5061045a610b39565b005b34801561046857600080fd5b50610471610bc8565b60405161047e91906128b5565b60405180910390f35b34801561049357600080fd5b506104ae60048036038101906104a99190612b70565b610bce565b005b3480156104bc57600080fd5b506104d760048036038101906104d291906129d5565b610c4b565b6040516104e491906128b5565b60405180910390f35b3480156104f957600080fd5b50610502610c94565b60405161050f9190612aa4565b60405180910390f35b34801561052457600080fd5b5061053f600480360381019061053a91906129d5565b610cba565b60405161054d929190612b9d565b60405180910390f35b34801561056257600080fd5b5061056b610d69565b6040516105789190612aa4565b60405180910390f35b34801561058d57600080fd5b50610596610d92565b6040516105a39190612aa4565b60405180910390f35b3480156105b857600080fd5b506105c1610db8565b6040516105ce919061287a565b60405180910390f35b3480156105e357600080fd5b506105fe60048036038101906105f991906129d5565b610e4a565b005b34801561060c57600080fd5b506106276004803603810190610622919061295f565b611212565b60405161063491906129ba565b60405180910390f35b34801561064957600080fd5b50610664600480360381019061065f919061295f565b6112fd565b60405161067191906129ba565b60405180910390f35b34801561068657600080fd5b5061068f61131b565b005b34801561069d57600080fd5b506106b860048036038101906106b39190612bc6565b61178d565b6040516106c591906128b5565b60405180910390f35b3480156106da57600080fd5b506106e3611814565b6040516106f091906128b5565b60405180910390f35b34801561070557600080fd5b50610720600480360381019061071b9190612b70565b61181a565b005b60606004805461073190612c35565b80601f016020809104026020016040519081016040528092919081815260200182805461075d90612c35565b80156107aa5780601f1061077f576101008083540402835291602001916107aa565b820191906000526020600020905b81548152906001019060200180831161078d57829003601f168201915b5050505050905090565b60125481565b60006107ce6107c76118e6565b84846118ee565b6001905092915050565b60116020528060005260406000206000915090505481565b6000600354905090565b6000610807848484611ab7565b6000600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006108526118e6565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156108d2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108c990612cd8565b60405180910390fd5b6108e6856108de6118e6565b8584036118ee565b60019150509392505050565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461094a57600080fd5b6005821115801561095b5750818111155b61096457600080fd5b81600b8190555080600c819055505050565b600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60006012905090565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000610a6d6109d86118e6565b8484600260006109e66118e6565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610a689190612d27565b6118ee565b6001905092915050565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610acf57600080fd5b80600f60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631e83409a336040518263ffffffff1660e01b8152600401610b949190612aa4565b600060405180830381600087803b158015610bae57600080fd5b505af1158015610bc2573d6000803e3d6000fd5b50505050565b60105481565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610c2657600080fd5b6032600954610c359190612d8a565b811115610c4157600080fd5b8060128190555050565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b600d60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600080600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663fbcbc0f1846040518263ffffffff1660e01b8152600401610d189190612aa4565b606060405180830381865afa158015610d35573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d599190612de5565b9091508092508193505050915091565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b606060058054610dc790612c35565b80601f0160208091040260200160405190810160405280929190818152602001828054610df390612c35565b8015610e405780601f10610e1557610100808354040283529160200191610e40565b820191906000526020600020905b815481529060010190602001808311610e2357829003601f168201915b5050505050905090565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610ea257600080fd5b80600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518263ffffffff1660e01b8152600401610f609190612aa4565b600060405180830381600087803b158015610f7a57600080fd5b505af1158015610f8e573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0306040518263ffffffff1660e01b8152600401610fed9190612aa4565b600060405180830381600087803b15801561100757600080fd5b505af115801561101b573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0611065610d69565b6040518263ffffffff1660e01b81526004016110819190612aa4565b600060405180830381600087803b15801561109b57600080fd5b505af11580156110af573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518263ffffffff1660e01b81526004016111309190612aa4565b600060405180830381600087803b15801561114a57600080fd5b505af115801561115e573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db07f00000000000000000000000000000000000000000000000000000000000000006040518263ffffffff1660e01b81526004016111dd9190612aa4565b600060405180830381600087803b1580156111f757600080fd5b505af115801561120b573d6000803e3d6000fd5b5050505050565b600080600260006112216118e6565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156112de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d590612eaa565b60405180910390fd5b6112f26112e96118e6565b858584036118ee565b600191505092915050565b600061131161130a6118e6565b8484611ab7565b6001905092915050565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461137357600080fd5b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114049190612eca565b73ffffffffffffffffffffffffffffffffffffffff1663c9c65396307f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa15801561148b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114af9190612eca565b6040518363ffffffff1660e01b81526004016114cc929190612ef7565b6020604051808303816000875af11580156114eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061150f9190612eca565b9050611544307f000000000000000000000000000000000000000000000000000000000000000061153f30610c4b565b6118ee565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663f305d719473061158b30610c4b565b600080611596610d69565b426040518863ffffffff1660e01b81526004016115b896959493929190612f5b565b60606040518083038185885af11580156115d6573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906115fb9190612fbc565b50505080600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555043601081905550600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db07f00000000000000000000000000000000000000000000000000000000000000006040518263ffffffff1660e01b81526004016116c19190612aa4565b600060405180830381600087803b1580156116db57600080fd5b505af11580156116ef573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0826040518263ffffffff1660e01b815260040161174e9190612aa4565b600060405180830381600087803b15801561176857600080fd5b505af115801561177c573d6000803e3d6000fd5b5050505061178a600161181a565b50565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60065481565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461187257600080fd5b60018110158015611884575060648111155b6118c3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118ba9061305b565b60405180910390fd5b6064816009546118d3919061307b565b6118dd9190612d8a565b60068190555050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361195d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119549061312f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036119cc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c3906131c1565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051611aaa91906128b5565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603611c3c573073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480611b735750600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b80611bb05750611b81610d69565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b80611bed5750611bbe610d69565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b611c2c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c239061322d565b60405180910390fd5b611c37838383612198565b612193565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16148015611cc557503073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015611d045750611cd4610d69565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015611d5c57507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b15611dba5760065481611d6e84610c4b565b611d789190612d27565b1115611db9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611db090613299565b60405180910390fd5b5b6000611dc530610c4b565b9050601254811115611dd75760125490505b6000601254118015611dea575060125481145b8015611e035750600d60009054906101000a900460ff16155b8015611e5d5750600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614155b15611ebb576001600d60006101000a81548160ff021916908315150217905550611e868161241a565b60004790506000811115611e9e57611e9d81612657565b5b6000600d60006101000a81548160ff021916908315150217905550505b60006004601054611ecc9190612d27565b4311158015611f285750600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16145b15611f4a57611f3684612752565b15611f4057600080fd5b600a549050611f5c565b6000600b541115611f5b57600b5490505b5b600081118015611f9857503073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b8015611fd75750611fa7610d69565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b801561202f57507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b1561206b57600060648285612044919061307b565b61204e9190612d8a565b9050808461205c91906132b9565b9350612069863083612198565b505b612076858585612198565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340b8405a866040518263ffffffff1660e01b81526004016120d1919061330e565b600060405180830381600087803b1580156120eb57600080fd5b505af11580156120ff573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340b8405a856040518263ffffffff1660e01b815260040161215e919061330e565b600060405180830381600087803b15801561217857600080fd5b505af115801561218c573d6000803e3d6000fd5b5050505050505b505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612207576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121fe9061339b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612276576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161226d9061342d565b60405180910390fd5b612281838383612765565b6000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015612308576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122ff906134bf565b60405180910390fd5b818103600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461239d9190612d27565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161240191906128b5565b60405180910390a361241484848461276a565b50505050565b6000600267ffffffffffffffff811115612437576124366134df565b5b6040519080825280602002602001820160405280156124655781602001602082028036833780820191505090505b509050308160008151811061247d5761247c61350e565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015612522573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125469190612eca565b8160018151811061255a5761255961350e565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506125bf307f0000000000000000000000000000000000000000000000000000000000000000846118ee565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b81526004016126219594939291906135fb565b600060405180830381600087803b15801561263b57600080fd5b505af115801561264f573d6000803e3d6000fd5b505050505050565b600080600b5411612669576000612687565b600b54612710600c5461267c919061307b565b6126869190612d8a565b5b90506000612710828461269a919061307b565b6126a49190612d8a565b90506000600282856126b691906132b9565b6126c09190612d8a565b905060008190506126f3600d60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff168361276f565b61271f600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168261276f565b61274b600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168461276f565b5050505050565b600080823b905060008111915050919050565b505050565b505050565b60008111156127e65760008273ffffffffffffffffffffffffffffffffffffffff168260405161279e90613686565b60006040518083038185875af1925050503d80600081146127db576040519150601f19603f3d011682016040523d82523d6000602084013e6127e0565b606091505b50509050505b5050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612824578082015181840152602081019050612809565b60008484015250505050565b6000601f19601f8301169050919050565b600061284c826127ea565b61285681856127f5565b9350612866818560208601612806565b61286f81612830565b840191505092915050565b600060208201905081810360008301526128948184612841565b905092915050565b6000819050919050565b6128af8161289c565b82525050565b60006020820190506128ca60008301846128a6565b92915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612900826128d5565b9050919050565b612910816128f5565b811461291b57600080fd5b50565b60008135905061292d81612907565b92915050565b61293c8161289c565b811461294757600080fd5b50565b60008135905061295981612933565b92915050565b60008060408385031215612976576129756128d0565b5b60006129848582860161291e565b92505060206129958582860161294a565b9150509250929050565b60008115159050919050565b6129b48161299f565b82525050565b60006020820190506129cf60008301846129ab565b92915050565b6000602082840312156129eb576129ea6128d0565b5b60006129f98482850161291e565b91505092915050565b600080600060608486031215612a1b57612a1a6128d0565b5b6000612a298682870161291e565b9350506020612a3a8682870161291e565b9250506040612a4b8682870161294a565b9150509250925092565b60008060408385031215612a6c57612a6b6128d0565b5b6000612a7a8582860161294a565b9250506020612a8b8582860161294a565b9150509250929050565b612a9e816128f5565b82525050565b6000602082019050612ab96000830184612a95565b92915050565b600060ff82169050919050565b612ad581612abf565b82525050565b6000602082019050612af06000830184612acc565b92915050565b6000819050919050565b6000612b1b612b16612b11846128d5565b612af6565b6128d5565b9050919050565b6000612b2d82612b00565b9050919050565b6000612b3f82612b22565b9050919050565b612b4f81612b34565b82525050565b6000602082019050612b6a6000830184612b46565b92915050565b600060208284031215612b8657612b856128d0565b5b6000612b948482850161294a565b91505092915050565b6000604082019050612bb260008301856128a6565b612bbf60208301846128a6565b9392505050565b60008060408385031215612bdd57612bdc6128d0565b5b6000612beb8582860161291e565b9250506020612bfc8582860161291e565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612c4d57607f821691505b602082108103612c6057612c5f612c06565b5b50919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206160008201527f6c6c6f77616e6365000000000000000000000000000000000000000000000000602082015250565b6000612cc26028836127f5565b9150612ccd82612c66565b604082019050919050565b60006020820190508181036000830152612cf181612cb5565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612d328261289c565b9150612d3d8361289c565b9250828201905080821115612d5557612d54612cf8565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000612d958261289c565b9150612da08361289c565b925082612db057612daf612d5b565b5b828204905092915050565b600081519050612dca81612907565b92915050565b600081519050612ddf81612933565b92915050565b600080600060608486031215612dfe57612dfd6128d0565b5b6000612e0c86828701612dbb565b9350506020612e1d86828701612dd0565b9250506040612e2e86828701612dd0565b9150509250925092565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000612e946025836127f5565b9150612e9f82612e38565b604082019050919050565b60006020820190508181036000830152612ec381612e87565b9050919050565b600060208284031215612ee057612edf6128d0565b5b6000612eee84828501612dbb565b91505092915050565b6000604082019050612f0c6000830185612a95565b612f196020830184612a95565b9392505050565b6000819050919050565b6000612f45612f40612f3b84612f20565b612af6565b61289c565b9050919050565b612f5581612f2a565b82525050565b600060c082019050612f706000830189612a95565b612f7d60208301886128a6565b612f8a6040830187612f4c565b612f976060830186612f4c565b612fa46080830185612a95565b612fb160a08301846128a6565b979650505050505050565b600080600060608486031215612fd557612fd46128d0565b5b6000612fe386828701612dd0565b9350506020612ff486828701612dd0565b925050604061300586828701612dd0565b9150509250925092565b7f696e76616c69642070657263656e740000000000000000000000000000000000600082015250565b6000613045600f836127f5565b91506130508261300f565b602082019050919050565b6000602082019050818103600083015261307481613038565b9050919050565b60006130868261289c565b91506130918361289c565b925082820261309f8161289c565b915082820484148315176130b6576130b5612cf8565b5b5092915050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006131196024836127f5565b9150613124826130bd565b604082019050919050565b600060208201905081810360008301526131488161310c565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b60006131ab6022836127f5565b91506131b68261314f565b604082019050919050565b600060208201905081810360008301526131da8161319e565b9050919050565b7f4e6f742073746172746564000000000000000000000000000000000000000000600082015250565b6000613217600b836127f5565b9150613222826131e1565b602082019050919050565b600060208201905081810360008301526132468161320a565b9050919050565b7f6d61782077616c6c657400000000000000000000000000000000000000000000600082015250565b6000613283600a836127f5565b915061328e8261324d565b602082019050919050565b600060208201905081810360008301526132b281613276565b9050919050565b60006132c48261289c565b91506132cf8361289c565b92508282039050818111156132e7576132e6612cf8565b5b92915050565b60006132f8826128d5565b9050919050565b613308816132ed565b82525050565b600060208201905061332360008301846132ff565b92915050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b60006133856025836127f5565b915061339082613329565b604082019050919050565b600060208201905081810360008301526133b481613378565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006134176023836127f5565b9150613422826133bb565b604082019050919050565b600060208201905081810360008301526134468161340a565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006134a96026836127f5565b91506134b48261344d565b604082019050919050565b600060208201905081810360008301526134d88161349c565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b613572816128f5565b82525050565b60006135848383613569565b60208301905092915050565b6000602082019050919050565b60006135a88261353d565b6135b28185613548565b93506135bd83613559565b8060005b838110156135ee5781516135d58882613578565b97506135e083613590565b9250506001810190506135c1565b5085935050505092915050565b600060a08201905061361060008301886128a6565b61361d6020830187612f4c565b818103604083015261362f818661359d565b905061363e6060830185612a95565b61364b60808301846128a6565b9695505050505050565b600081905092915050565b50565b6000613670600083613655565b915061367b82613660565b600082019050919050565b600061369182613663565b915081905091905056fea2646970667358221220fe6ee737ae99724d4c287eafa9016bf424b07ec9e0e3650d1875018c0032840564736f6c6343000813003360806040523480156200001157600080fd5b506040518060400160405280601081526020017f41494d424f545f4469766964656e6473000000000000000000000000000000008152506040518060400160405280601081526020017f41494d424f545f4469766964656e64730000000000000000000000000000000081525081818160039081620000919190620003eb565b508060049081620000a39190620003eb565b505050505033600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555032600c60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555033600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550620004d2565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620001f357607f821691505b602082108103620002095762000208620001ab565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302620002737fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000234565b6200027f868362000234565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000620002cc620002c6620002c08462000297565b620002a1565b62000297565b9050919050565b6000819050919050565b620002e883620002ab565b62000300620002f782620002d3565b84845462000241565b825550505050565b600090565b6200031762000308565b62000324818484620002dd565b505050565b5b818110156200034c57620003406000826200030d565b6001810190506200032a565b5050565b601f8211156200039b5762000365816200020f565b620003708462000224565b8101602085101562000380578190505b620003986200038f8562000224565b83018262000329565b50505b505050565b600082821c905092915050565b6000620003c060001984600802620003a0565b1980831691505092915050565b6000620003db8383620003ad565b9150826002028217905092915050565b620003f68262000171565b67ffffffffffffffff8111156200041257620004116200017c565b5b6200041e8254620001da565b6200042b82828562000350565b600060209050601f8311600181146200046357600084156200044e578287015190505b6200045a8582620003cd565b865550620004ca565b601f19841662000473866200020f565b60005b828110156200049d5784890151825560018201915060208501945060208101905062000476565b86831015620004bd5784890151620004b9601f891682620003ad565b8355505b6001600288020188555050505b505050505050565b612df980620004e26000396000f3fe6080604052600436106101ba5760003560e01c8063627749e6116100ec578063a457c2d71161008a578063aafd847a11610064578063aafd847a14610627578063c9e7cc1314610664578063dd62ed3e1461068f578063fbcbc0f1146106cc576101c9565b8063a457c2d714610570578063a8b9d240146105ad578063a9059cbb146105ea576101c9565b806385a6b3ae116100c657806385a6b3ae146104b25780638da5cb5b146104dd57806391b89fba1461050857806395d89b4114610545576101c9565b8063627749e6146104335780636a4740021461045e57806370a0823114610475576101c9565b806327ce0147116101595780633950935111610133578063395093511461037957806340b8405a146103b657806343d726d6146103df5780634e7b827f146103f6576101c9565b806327ce0147146102e8578063313ce5671461032557806331e79db014610350576101c9565b8063095ea7b311610195578063095ea7b31461021a57806318160ddd146102575780631e83409a1461028257806323b872dd146102ab576101c9565b8062788b56146101ce57806303c83302146101e557806306fdde03146101ef576101c9565b366101c9576101c761070b565b005b600080fd5b3480156101da57600080fd5b506101e36107cf565b005b6101ed61070b565b005b3480156101fb57600080fd5b50610204610904565b6040516102119190611fe9565b60405180910390f35b34801561022657600080fd5b50610241600480360381019061023c91906120a4565b610996565b60405161024e91906120ff565b60405180910390f35b34801561026357600080fd5b5061026c6109b4565b6040516102799190612129565b60405180910390f35b34801561028e57600080fd5b506102a960048036038101906102a49190612144565b6109be565b005b3480156102b757600080fd5b506102d260048036038101906102cd9190612171565b610a84565b6040516102df91906120ff565b60405180910390f35b3480156102f457600080fd5b5061030f600480360381019061030a9190612144565b610b7c565b60405161031c9190612129565b60405180910390f35b34801561033157600080fd5b5061033a610c1f565b60405161034791906121e0565b60405180910390f35b34801561035c57600080fd5b5061037760048036038101906103729190612144565b610c28565b005b34801561038557600080fd5b506103a0600480360381019061039b91906120a4565b610d2b565b6040516103ad91906120ff565b60405180910390f35b3480156103c257600080fd5b506103dd60048036038101906103d89190612239565b610dd7565b005b3480156103eb57600080fd5b506103f4610ed1565b005b34801561040257600080fd5b5061041d60048036038101906104189190612144565b610f79565b60405161042a91906120ff565b60405180910390f35b34801561043f57600080fd5b50610448610f99565b6040516104559190612129565b60405180910390f35b34801561046a57600080fd5b50610473610f9f565b005b34801561048157600080fd5b5061049c60048036038101906104979190612144565b61100b565b6040516104a99190612129565b60405180910390f35b3480156104be57600080fd5b506104c7611053565b6040516104d49190612129565b60405180910390f35b3480156104e957600080fd5b506104f2611059565b6040516104ff9190612275565b60405180910390f35b34801561051457600080fd5b5061052f600480360381019061052a9190612144565b611083565b60405161053c9190612129565b60405180910390f35b34801561055157600080fd5b5061055a611095565b6040516105679190611fe9565b60405180910390f35b34801561057c57600080fd5b50610597600480360381019061059291906120a4565b611127565b6040516105a491906120ff565b60405180910390f35b3480156105b957600080fd5b506105d460048036038101906105cf9190612144565b611212565b6040516105e19190612129565b60405180910390f35b3480156105f657600080fd5b50610611600480360381019061060c91906120a4565b611275565b60405161061e91906120ff565b60405180910390f35b34801561063357600080fd5b5061064e60048036038101906106499190612144565b611293565b60405161065b9190612129565b60405180910390f35b34801561067057600080fd5b506106796112dc565b6040516106869190612129565b60405180910390f35b34801561069b57600080fd5b506106b660048036038101906106b19190612290565b6112e3565b6040516106c39190612129565b60405180910390f35b3480156106d857600080fd5b506106f360048036038101906106ee9190612144565b61136a565b604051610702939291906122d0565b60405180910390f35b60006107156109b4565b1161071f57600080fd5b60003411156107cd576107726107336109b4565b6107577001000000000000000000000000000000003461138f90919063ffffffff16565b6107619190612365565b60055461140990919063ffffffff16565b6005819055507fa493a9229478c3fcd73f66d2cdeb7f94fd0f341da924d1054236d7845411651133346040516107a9929190612396565b60405180910390a16107c63460085461140990919063ffffffff16565b6008819055505b565b3373ffffffffffffffffffffffffffffffffffffffff16600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461082957600080fd5b6000600d541015801561084c575062278d00600d5461084891906123bf565b4210155b61088b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108829061243f565b60405180910390fd5b60003373ffffffffffffffffffffffffffffffffffffffff16476040516108b190612490565b60006040518083038185875af1925050503d80600081146108ee576040519150601f19603f3d011682016040523d82523d6000602084013e6108f3565b606091505b505090508061090157600080fd5b50565b606060038054610913906124d4565b80601f016020809104026020016040519081016040528092919081815260200182805461093f906124d4565b801561098c5780601f106109615761010080835404028352916020019161098c565b820191906000526020600020905b81548152906001019060200180831161096f57829003601f168201915b5050505050905090565b60006109aa6109a3611467565b848461146f565b6001905092915050565b6000600254905090565b3373ffffffffffffffffffffffffffffffffffffffff16600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610a1857600080fd5b6000600d541480610a38575062278d00600d54610a3591906123bf565b42105b610a77576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a6e90612551565b60405180910390fd5b610a8081611638565b5050565b6000610a91848484611848565b6000600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610adc611467565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610b5c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b53906125e3565b60405180910390fd5b610b7085610b68611467565b85840361146f565b60019150509392505050565b6000700100000000000000000000000000000000610c0e610c09600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610bfb610bf6610be58861100b565b60055461138f90919063ffffffff16565b6118b7565b6118d490919063ffffffff16565b61191f565b610c189190612365565b9050919050565b60006012905090565b3373ffffffffffffffffffffffffffffffffffffffff16600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610c8257600080fd5b6001600b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550610ce5816000611936565b8073ffffffffffffffffffffffffffffffffffffffff167fa878b31040b2e6d0a9a3d3361209db3908ba62014b0dca52adbaee451d128b2560405160405180910390a250565b6000610dcd610d38611467565b848460016000610d46611467565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610dc891906123bf565b61146f565b6001905092915050565b600b60008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16610ece57610ecd81600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231846040518263ffffffff1660e01b8152600401610e879190612662565b602060405180830381865afa158015610ea4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ec89190612692565b611936565b5b50565b3373ffffffffffffffffffffffffffffffffffffffff16600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610f2b57600080fd5b6000600d5414610f70576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f679061270b565b60405180910390fd5b42600d81905550565b600b6020528060005260406000206000915054906101000a900460ff1681565b600d5481565b6000610fe0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fd7906127c3565b60405180910390fd5b600e60009054906101000a900460ff16600e60006101000a81548160ff021916908315150217905550565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60085481565b6000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600061108e82611212565b9050919050565b6060600480546110a4906124d4565b80601f01602080910402602001604051908101604052809291908181526020018280546110d0906124d4565b801561111d5780601f106110f25761010080835404028352916020019161111d565b820191906000526020600020905b81548152906001019060200180831161110057829003601f168201915b5050505050905090565b60008060016000611136611467565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156111f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111ea90612855565b60405180910390fd5b6112076111fe611467565b8585840361146f565b600191505092915050565b600061126e600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461126084610b7c565b6119a390919063ffffffff16565b9050919050565b6000611289611282611467565b8484611848565b6001905092915050565b6000600760008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b62278d0081565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600080600083925061137b83611212565b915061138683610b7c565b90509193909250565b60008083036113a15760009050611403565b600082846113af9190612875565b90508284826113be9190612365565b146113fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113f590612929565b60405180910390fd5b809150505b92915050565b600080828461141891906123bf565b90508381101561145d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161145490612995565b60405180910390fd5b8091505092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036114de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114d590612a27565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361154d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161154490612ab9565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161162b9190612129565b60405180910390a3505050565b60008061164483611212565b9050600081111561183d576116a181600760008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461140990919063ffffffff16565b600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055507fee503bee2bb6a87e57bc57db795f98137327401a0e7b7ce42e37926cc1a9ca4d8382604051611715929190612ad9565b60405180910390a160008373ffffffffffffffffffffffffffffffffffffffff1682610bb89060405161174790612490565b600060405180830381858888f193505050503d8060008114611785576040519150601f19603f3d011682016040523d82523d6000602084013e61178a565b606091505b5050905080611833576117e582600760008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119a390919063ffffffff16565b600760008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600092505050611843565b8192505050611843565b60009150505b919050565b6000611889576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161188090612b4e565b60405180910390fd5b600e60009054906101000a900460ff16600e60006101000a81548160ff021916908315150217905550505050565b60008082905060008112156118cb57600080fd5b80915050919050565b60008082846118e39190612b78565b9050600083121580156118f65750838112155b8061190c575060008312801561190b57508381125b5b61191557600080fd5b8091505092915050565b60008082121561192e57600080fd5b819050919050565b60006119418361100b565b90508082111561197257600061196082846119a390919063ffffffff16565b905061196c84826119ed565b5061199e565b8082101561199d57600061198f83836119a390919063ffffffff16565b905061199b8482611aac565b505b5b505050565b60006119e583836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611b6b565b905092915050565b6119f78282611bcf565b611a65611a17611a128360055461138f90919063ffffffff16565b6118b7565b600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054611d2e90919063ffffffff16565b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505050565b611ab68282611d79565b611b24611ad6611ad18360055461138f90919063ffffffff16565b6118b7565b600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546118d490919063ffffffff16565b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505050565b6000838311158290611bb3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611baa9190611fe9565b60405180910390fd5b5060008385611bc29190612bbc565b9050809150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611c3e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c3590612c3c565b60405180910390fd5b611c4a60008383611f4f565b8060026000828254611c5c91906123bf565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611cb191906123bf565b925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051611d169190612129565b60405180910390a3611d2a60008383611f54565b5050565b6000808284611d3d9190612c5c565b905060008312158015611d505750838113155b80611d665750600083128015611d6557508381135b5b611d6f57600080fd5b8091505092915050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611de8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ddf90612d11565b60405180910390fd5b611df482600083611f4f565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611e7a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e7190612da3565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160026000828254611ed19190612bbc565b92505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611f369190612129565b60405180910390a3611f4a83600084611f54565b505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015611f93578082015181840152602081019050611f78565b60008484015250505050565b6000601f19601f8301169050919050565b6000611fbb82611f59565b611fc58185611f64565b9350611fd5818560208601611f75565b611fde81611f9f565b840191505092915050565b600060208201905081810360008301526120038184611fb0565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061203b82612010565b9050919050565b61204b81612030565b811461205657600080fd5b50565b60008135905061206881612042565b92915050565b6000819050919050565b6120818161206e565b811461208c57600080fd5b50565b60008135905061209e81612078565b92915050565b600080604083850312156120bb576120ba61200b565b5b60006120c985828601612059565b92505060206120da8582860161208f565b9150509250929050565b60008115159050919050565b6120f9816120e4565b82525050565b600060208201905061211460008301846120f0565b92915050565b6121238161206e565b82525050565b600060208201905061213e600083018461211a565b92915050565b60006020828403121561215a5761215961200b565b5b600061216884828501612059565b91505092915050565b60008060006060848603121561218a5761218961200b565b5b600061219886828701612059565b93505060206121a986828701612059565b92505060406121ba8682870161208f565b9150509250925092565b600060ff82169050919050565b6121da816121c4565b82525050565b60006020820190506121f560008301846121d1565b92915050565b600061220682612010565b9050919050565b612216816121fb565b811461222157600080fd5b50565b6000813590506122338161220d565b92915050565b60006020828403121561224f5761224e61200b565b5b600061225d84828501612224565b91505092915050565b61226f81612030565b82525050565b600060208201905061228a6000830184612266565b92915050565b600080604083850312156122a7576122a661200b565b5b60006122b585828601612059565b92505060206122c685828601612059565b9150509250929050565b60006060820190506122e56000830186612266565b6122f2602083018561211a565b6122ff604083018461211a565b949350505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006123708261206e565b915061237b8361206e565b92508261238b5761238a612307565b5b828204905092915050565b60006040820190506123ab6000830185612266565b6123b8602083018461211a565b9392505050565b60006123ca8261206e565b91506123d58361206e565b92508282019050808211156123ed576123ec612336565b5b92915050565b7f616c726561647920636c6f736564000000000000000000000000000000000000600082015250565b6000612429600e83611f64565b9150612434826123f3565b602082019050919050565b600060208201905081810360008301526124588161241c565b9050919050565b600081905092915050565b50565b600061247a60008361245f565b91506124858261246a565b600082019050919050565b600061249b8261246d565b9150819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806124ec57607f821691505b6020821081036124ff576124fe6124a5565b5b50919050565b7f636c6f7365640000000000000000000000000000000000000000000000000000600082015250565b600061253b600683611f64565b915061254682612505565b602082019050919050565b6000602082019050818103600083015261256a8161252e565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206160008201527f6c6c6f77616e6365000000000000000000000000000000000000000000000000602082015250565b60006125cd602883611f64565b91506125d882612571565b604082019050919050565b600060208201905081810360008301526125fc816125c0565b9050919050565b6000819050919050565b600061262861262361261e84612010565b612603565b612010565b9050919050565b600061263a8261260d565b9050919050565b600061264c8261262f565b9050919050565b61265c81612641565b82525050565b60006020820190506126776000830184612653565b92915050565b60008151905061268c81612078565b92915050565b6000602082840312156126a8576126a761200b565b5b60006126b68482850161267d565b91505092915050565b7f63616e6e6f742074616b65207965740000000000000000000000000000000000600082015250565b60006126f5600f83611f64565b9150612700826126bf565b602082019050919050565b60006020820190508181036000830152612724816126e8565b9050919050565b7f77697468647261774469766964656e642064697361626c65642e20557365207460008201527f68652027636c61696d272066756e6374696f6e206f6e20746865206d61696e2060208201527f746f6b656e20636f6e74726163742e0000000000000000000000000000000000604082015250565b60006127ad604f83611f64565b91506127b88261272b565b606082019050919050565b600060208201905081810360008301526127dc816127a0565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b600061283f602583611f64565b915061284a826127e3565b604082019050919050565b6000602082019050818103600083015261286e81612832565b9050919050565b60006128808261206e565b915061288b8361206e565b92508282026128998161206e565b915082820484148315176128b0576128af612336565b5b5092915050565b7f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f60008201527f7700000000000000000000000000000000000000000000000000000000000000602082015250565b6000612913602183611f64565b915061291e826128b7565b604082019050919050565b6000602082019050818103600083015261294281612906565b9050919050565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000600082015250565b600061297f601b83611f64565b915061298a82612949565b602082019050919050565b600060208201905081810360008301526129ae81612972565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000612a11602483611f64565b9150612a1c826129b5565b604082019050919050565b60006020820190508181036000830152612a4081612a04565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000612aa3602283611f64565b9150612aae82612a47565b604082019050919050565b60006020820190508181036000830152612ad281612a96565b9050919050565b6000604082019050612aee6000830185612653565b612afb602083018461211a565b9392505050565b7f4e6f207472616e736665727320616c6c6f776564000000000000000000000000600082015250565b6000612b38601483611f64565b9150612b4382612b02565b602082019050919050565b60006020820190508181036000830152612b6781612b2b565b9050919050565b6000819050919050565b6000612b8382612b6e565b9150612b8e83612b6e565b925082820190508281121560008312168382126000841215161715612bb657612bb5612336565b5b92915050565b6000612bc78261206e565b9150612bd28361206e565b9250828203905081811115612bea57612be9612336565b5b92915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000612c26601f83611f64565b9150612c3182612bf0565b602082019050919050565b60006020820190508181036000830152612c5581612c19565b9050919050565b6000612c6782612b6e565b9150612c7283612b6e565b9250828203905081811260008412168282136000851215161715612c9957612c98612336565b5b92915050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b6000612cfb602183611f64565b9150612d0682612c9f565b604082019050919050565b60006020820190508181036000830152612d2a81612cee565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b6000612d8d602283611f64565b9150612d9882612d31565b604082019050919050565b60006020820190508181036000830152612dbc81612d80565b905091905056fea2646970667358221220cafb80875c68127869ed67d869690020e0602b3544e350e6b5b07e7d33821d6664736f6c63430008130033
Deployed Bytecode
0x6080604052600436106101c65760003560e01c806362e9ddd4116100f757806395d89b4111610095578063c9567bf911610064578063c9567bf91461067a578063dd62ed3e14610691578063f8b45b05146106ce578063f8f2bfce146106f9576101cd565b806395d89b41146105ac578063a1972fc4146105d7578063a457c2d714610600578063a9059cbb1461063d576101cd565b806375f0a874116100d157806375f0a874146104ed5780638bcdcbf3146105185780638da5cb5b146105565780638ea5220f14610581576101cd565b806362e9ddd41461045c5780636abfe8461461048757806370a08231146104b0576101cd565b80632d03f90011610164578063395093511161013e57806339509351146103b45780633f129a98146103f157806349bd5a5e1461041a5780634e71d92d14610445576101cd565b80632d03f90014610333578063313ce5671461035e57806335d9740514610389576101cd565b8063098fec39116101a0578063098fec391461026557806318160ddd146102a257806323b872dd146102cd5780632740c1971461030a576101cd565b806306fdde03146101d257806308aa2695146101fd578063095ea7b314610228576101cd565b366101cd57005b600080fd5b3480156101de57600080fd5b506101e7610722565b6040516101f4919061287a565b60405180910390f35b34801561020957600080fd5b506102126107b4565b60405161021f91906128b5565b60405180910390f35b34801561023457600080fd5b5061024f600480360381019061024a919061295f565b6107ba565b60405161025c91906129ba565b60405180910390f35b34801561027157600080fd5b5061028c600480360381019061028791906129d5565b6107d8565b60405161029991906128b5565b60405180910390f35b3480156102ae57600080fd5b506102b76107f0565b6040516102c491906128b5565b60405180910390f35b3480156102d957600080fd5b506102f460048036038101906102ef9190612a02565b6107fa565b60405161030191906129ba565b60405180910390f35b34801561031657600080fd5b50610331600480360381019061032c9190612a55565b6108f2565b005b34801561033f57600080fd5b50610348610976565b6040516103559190612aa4565b60405180910390f35b34801561036a57600080fd5b5061037361099c565b6040516103809190612adb565b60405180910390f35b34801561039557600080fd5b5061039e6109a5565b6040516103ab9190612b55565b60405180910390f35b3480156103c057600080fd5b506103db60048036038101906103d6919061295f565b6109cb565b6040516103e891906129ba565b60405180910390f35b3480156103fd57600080fd5b50610418600480360381019061041391906129d5565b610a77565b005b34801561042657600080fd5b5061042f610b13565b60405161043c9190612aa4565b60405180910390f35b34801561045157600080fd5b5061045a610b39565b005b34801561046857600080fd5b50610471610bc8565b60405161047e91906128b5565b60405180910390f35b34801561049357600080fd5b506104ae60048036038101906104a99190612b70565b610bce565b005b3480156104bc57600080fd5b506104d760048036038101906104d291906129d5565b610c4b565b6040516104e491906128b5565b60405180910390f35b3480156104f957600080fd5b50610502610c94565b60405161050f9190612aa4565b60405180910390f35b34801561052457600080fd5b5061053f600480360381019061053a91906129d5565b610cba565b60405161054d929190612b9d565b60405180910390f35b34801561056257600080fd5b5061056b610d69565b6040516105789190612aa4565b60405180910390f35b34801561058d57600080fd5b50610596610d92565b6040516105a39190612aa4565b60405180910390f35b3480156105b857600080fd5b506105c1610db8565b6040516105ce919061287a565b60405180910390f35b3480156105e357600080fd5b506105fe60048036038101906105f991906129d5565b610e4a565b005b34801561060c57600080fd5b506106276004803603810190610622919061295f565b611212565b60405161063491906129ba565b60405180910390f35b34801561064957600080fd5b50610664600480360381019061065f919061295f565b6112fd565b60405161067191906129ba565b60405180910390f35b34801561068657600080fd5b5061068f61131b565b005b34801561069d57600080fd5b506106b860048036038101906106b39190612bc6565b61178d565b6040516106c591906128b5565b60405180910390f35b3480156106da57600080fd5b506106e3611814565b6040516106f091906128b5565b60405180910390f35b34801561070557600080fd5b50610720600480360381019061071b9190612b70565b61181a565b005b60606004805461073190612c35565b80601f016020809104026020016040519081016040528092919081815260200182805461075d90612c35565b80156107aa5780601f1061077f576101008083540402835291602001916107aa565b820191906000526020600020905b81548152906001019060200180831161078d57829003601f168201915b5050505050905090565b60125481565b60006107ce6107c76118e6565b84846118ee565b6001905092915050565b60116020528060005260406000206000915090505481565b6000600354905090565b6000610807848484611ab7565b6000600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006108526118e6565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156108d2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108c990612cd8565b60405180910390fd5b6108e6856108de6118e6565b8584036118ee565b60019150509392505050565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461094a57600080fd5b6005821115801561095b5750818111155b61096457600080fd5b81600b8190555080600c819055505050565b600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60006012905090565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000610a6d6109d86118e6565b8484600260006109e66118e6565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610a689190612d27565b6118ee565b6001905092915050565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610acf57600080fd5b80600f60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631e83409a336040518263ffffffff1660e01b8152600401610b949190612aa4565b600060405180830381600087803b158015610bae57600080fd5b505af1158015610bc2573d6000803e3d6000fd5b50505050565b60105481565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610c2657600080fd5b6032600954610c359190612d8a565b811115610c4157600080fd5b8060128190555050565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b600d60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600080600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663fbcbc0f1846040518263ffffffff1660e01b8152600401610d189190612aa4565b606060405180830381865afa158015610d35573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d599190612de5565b9091508092508193505050915091565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b606060058054610dc790612c35565b80601f0160208091040260200160405190810160405280929190818152602001828054610df390612c35565b8015610e405780601f10610e1557610100808354040283529160200191610e40565b820191906000526020600020905b815481529060010190602001808311610e2357829003601f168201915b5050505050905090565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610ea257600080fd5b80600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518263ffffffff1660e01b8152600401610f609190612aa4565b600060405180830381600087803b158015610f7a57600080fd5b505af1158015610f8e573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0306040518263ffffffff1660e01b8152600401610fed9190612aa4565b600060405180830381600087803b15801561100757600080fd5b505af115801561101b573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0611065610d69565b6040518263ffffffff1660e01b81526004016110819190612aa4565b600060405180830381600087803b15801561109b57600080fd5b505af11580156110af573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518263ffffffff1660e01b81526004016111309190612aa4565b600060405180830381600087803b15801561114a57600080fd5b505af115801561115e573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db07f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6040518263ffffffff1660e01b81526004016111dd9190612aa4565b600060405180830381600087803b1580156111f757600080fd5b505af115801561120b573d6000803e3d6000fd5b5050505050565b600080600260006112216118e6565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156112de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d590612eaa565b60405180910390fd5b6112f26112e96118e6565b858584036118ee565b600191505092915050565b600061131161130a6118e6565b8484611ab7565b6001905092915050565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461137357600080fd5b60007f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114049190612eca565b73ffffffffffffffffffffffffffffffffffffffff1663c9c65396307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa15801561148b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114af9190612eca565b6040518363ffffffff1660e01b81526004016114cc929190612ef7565b6020604051808303816000875af11580156114eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061150f9190612eca565b9050611544307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d61153f30610c4b565b6118ee565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663f305d719473061158b30610c4b565b600080611596610d69565b426040518863ffffffff1660e01b81526004016115b896959493929190612f5b565b60606040518083038185885af11580156115d6573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906115fb9190612fbc565b50505080600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555043601081905550600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db07f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6040518263ffffffff1660e01b81526004016116c19190612aa4565b600060405180830381600087803b1580156116db57600080fd5b505af11580156116ef573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166331e79db0826040518263ffffffff1660e01b815260040161174e9190612aa4565b600060405180830381600087803b15801561176857600080fd5b505af115801561177c573d6000803e3d6000fd5b5050505061178a600161181a565b50565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60065481565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461187257600080fd5b60018110158015611884575060648111155b6118c3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118ba9061305b565b60405180910390fd5b6064816009546118d3919061307b565b6118dd9190612d8a565b60068190555050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361195d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119549061312f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036119cc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c3906131c1565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051611aaa91906128b5565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603611c3c573073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480611b735750600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b80611bb05750611b81610d69565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b80611bed5750611bbe610d69565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b611c2c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c239061322d565b60405180910390fd5b611c37838383612198565b612193565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16148015611cc557503073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015611d045750611cd4610d69565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015611d5c57507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b15611dba5760065481611d6e84610c4b565b611d789190612d27565b1115611db9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611db090613299565b60405180910390fd5b5b6000611dc530610c4b565b9050601254811115611dd75760125490505b6000601254118015611dea575060125481145b8015611e035750600d60009054906101000a900460ff16155b8015611e5d5750600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614155b15611ebb576001600d60006101000a81548160ff021916908315150217905550611e868161241a565b60004790506000811115611e9e57611e9d81612657565b5b6000600d60006101000a81548160ff021916908315150217905550505b60006004601054611ecc9190612d27565b4311158015611f285750600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16145b15611f4a57611f3684612752565b15611f4057600080fd5b600a549050611f5c565b6000600b541115611f5b57600b5490505b5b600081118015611f9857503073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b8015611fd75750611fa7610d69565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b801561202f57507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b1561206b57600060648285612044919061307b565b61204e9190612d8a565b9050808461205c91906132b9565b9350612069863083612198565b505b612076858585612198565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340b8405a866040518263ffffffff1660e01b81526004016120d1919061330e565b600060405180830381600087803b1580156120eb57600080fd5b505af11580156120ff573d6000803e3d6000fd5b50505050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166340b8405a856040518263ffffffff1660e01b815260040161215e919061330e565b600060405180830381600087803b15801561217857600080fd5b505af115801561218c573d6000803e3d6000fd5b5050505050505b505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612207576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121fe9061339b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612276576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161226d9061342d565b60405180910390fd5b612281838383612765565b6000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015612308576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122ff906134bf565b60405180910390fd5b818103600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461239d9190612d27565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161240191906128b5565b60405180910390a361241484848461276a565b50505050565b6000600267ffffffffffffffff811115612437576124366134df565b5b6040519080825280602002602001820160405280156124655781602001602082028036833780820191505090505b509050308160008151811061247d5761247c61350e565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015612522573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125469190612eca565b8160018151811061255a5761255961350e565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506125bf307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d846118ee565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b81526004016126219594939291906135fb565b600060405180830381600087803b15801561263b57600080fd5b505af115801561264f573d6000803e3d6000fd5b505050505050565b600080600b5411612669576000612687565b600b54612710600c5461267c919061307b565b6126869190612d8a565b5b90506000612710828461269a919061307b565b6126a49190612d8a565b90506000600282856126b691906132b9565b6126c09190612d8a565b905060008190506126f3600d60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff168361276f565b61271f600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168261276f565b61274b600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168461276f565b5050505050565b600080823b905060008111915050919050565b505050565b505050565b60008111156127e65760008273ffffffffffffffffffffffffffffffffffffffff168260405161279e90613686565b60006040518083038185875af1925050503d80600081146127db576040519150601f19603f3d011682016040523d82523d6000602084013e6127e0565b606091505b50509050505b5050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612824578082015181840152602081019050612809565b60008484015250505050565b6000601f19601f8301169050919050565b600061284c826127ea565b61285681856127f5565b9350612866818560208601612806565b61286f81612830565b840191505092915050565b600060208201905081810360008301526128948184612841565b905092915050565b6000819050919050565b6128af8161289c565b82525050565b60006020820190506128ca60008301846128a6565b92915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612900826128d5565b9050919050565b612910816128f5565b811461291b57600080fd5b50565b60008135905061292d81612907565b92915050565b61293c8161289c565b811461294757600080fd5b50565b60008135905061295981612933565b92915050565b60008060408385031215612976576129756128d0565b5b60006129848582860161291e565b92505060206129958582860161294a565b9150509250929050565b60008115159050919050565b6129b48161299f565b82525050565b60006020820190506129cf60008301846129ab565b92915050565b6000602082840312156129eb576129ea6128d0565b5b60006129f98482850161291e565b91505092915050565b600080600060608486031215612a1b57612a1a6128d0565b5b6000612a298682870161291e565b9350506020612a3a8682870161291e565b9250506040612a4b8682870161294a565b9150509250925092565b60008060408385031215612a6c57612a6b6128d0565b5b6000612a7a8582860161294a565b9250506020612a8b8582860161294a565b9150509250929050565b612a9e816128f5565b82525050565b6000602082019050612ab96000830184612a95565b92915050565b600060ff82169050919050565b612ad581612abf565b82525050565b6000602082019050612af06000830184612acc565b92915050565b6000819050919050565b6000612b1b612b16612b11846128d5565b612af6565b6128d5565b9050919050565b6000612b2d82612b00565b9050919050565b6000612b3f82612b22565b9050919050565b612b4f81612b34565b82525050565b6000602082019050612b6a6000830184612b46565b92915050565b600060208284031215612b8657612b856128d0565b5b6000612b948482850161294a565b91505092915050565b6000604082019050612bb260008301856128a6565b612bbf60208301846128a6565b9392505050565b60008060408385031215612bdd57612bdc6128d0565b5b6000612beb8582860161291e565b9250506020612bfc8582860161291e565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612c4d57607f821691505b602082108103612c6057612c5f612c06565b5b50919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206160008201527f6c6c6f77616e6365000000000000000000000000000000000000000000000000602082015250565b6000612cc26028836127f5565b9150612ccd82612c66565b604082019050919050565b60006020820190508181036000830152612cf181612cb5565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612d328261289c565b9150612d3d8361289c565b9250828201905080821115612d5557612d54612cf8565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000612d958261289c565b9150612da08361289c565b925082612db057612daf612d5b565b5b828204905092915050565b600081519050612dca81612907565b92915050565b600081519050612ddf81612933565b92915050565b600080600060608486031215612dfe57612dfd6128d0565b5b6000612e0c86828701612dbb565b9350506020612e1d86828701612dd0565b9250506040612e2e86828701612dd0565b9150509250925092565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000612e946025836127f5565b9150612e9f82612e38565b604082019050919050565b60006020820190508181036000830152612ec381612e87565b9050919050565b600060208284031215612ee057612edf6128d0565b5b6000612eee84828501612dbb565b91505092915050565b6000604082019050612f0c6000830185612a95565b612f196020830184612a95565b9392505050565b6000819050919050565b6000612f45612f40612f3b84612f20565b612af6565b61289c565b9050919050565b612f5581612f2a565b82525050565b600060c082019050612f706000830189612a95565b612f7d60208301886128a6565b612f8a6040830187612f4c565b612f976060830186612f4c565b612fa46080830185612a95565b612fb160a08301846128a6565b979650505050505050565b600080600060608486031215612fd557612fd46128d0565b5b6000612fe386828701612dd0565b9350506020612ff486828701612dd0565b925050604061300586828701612dd0565b9150509250925092565b7f696e76616c69642070657263656e740000000000000000000000000000000000600082015250565b6000613045600f836127f5565b91506130508261300f565b602082019050919050565b6000602082019050818103600083015261307481613038565b9050919050565b60006130868261289c565b91506130918361289c565b925082820261309f8161289c565b915082820484148315176130b6576130b5612cf8565b5b5092915050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006131196024836127f5565b9150613124826130bd565b604082019050919050565b600060208201905081810360008301526131488161310c565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b60006131ab6022836127f5565b91506131b68261314f565b604082019050919050565b600060208201905081810360008301526131da8161319e565b9050919050565b7f4e6f742073746172746564000000000000000000000000000000000000000000600082015250565b6000613217600b836127f5565b9150613222826131e1565b602082019050919050565b600060208201905081810360008301526132468161320a565b9050919050565b7f6d61782077616c6c657400000000000000000000000000000000000000000000600082015250565b6000613283600a836127f5565b915061328e8261324d565b602082019050919050565b600060208201905081810360008301526132b281613276565b9050919050565b60006132c48261289c565b91506132cf8361289c565b92508282039050818111156132e7576132e6612cf8565b5b92915050565b60006132f8826128d5565b9050919050565b613308816132ed565b82525050565b600060208201905061332360008301846132ff565b92915050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b60006133856025836127f5565b915061339082613329565b604082019050919050565b600060208201905081810360008301526133b481613378565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006134176023836127f5565b9150613422826133bb565b604082019050919050565b600060208201905081810360008301526134468161340a565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006134a96026836127f5565b91506134b48261344d565b604082019050919050565b600060208201905081810360008301526134d88161349c565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b613572816128f5565b82525050565b60006135848383613569565b60208301905092915050565b6000602082019050919050565b60006135a88261353d565b6135b28185613548565b93506135bd83613559565b8060005b838110156135ee5781516135d58882613578565b97506135e083613590565b9250506001810190506135c1565b5085935050505092915050565b600060a08201905061361060008301886128a6565b61361d6020830187612f4c565b818103604083015261362f818661359d565b905061363e6060830185612a95565b61364b60808301846128a6565b9695505050505050565b600081905092915050565b50565b6000613670600083613655565b915061367b82613660565b600082019050919050565b600061369182613663565b915081905091905056fea2646970667358221220fe6ee737ae99724d4c287eafa9016bf424b07ec9e0e3650d1875018c0032840564736f6c63430008130033
Loading...
Loading
Loading...
Loading
OVERVIEW
AIMBOT is an autonomous sniper that picks the best launches to invest in. Trading profits are automatically shared among token holders.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.