More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 957 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Approve | 21276865 | 9 hrs ago | IN | 0 ETH | 0.00034445 | ||||
Approve | 21276745 | 9 hrs ago | IN | 0 ETH | 0.0005463 | ||||
Approve | 21244616 | 4 days ago | IN | 0 ETH | 0.00080008 | ||||
Approve | 21239368 | 5 days ago | IN | 0 ETH | 0.00065645 | ||||
Approve | 21238833 | 5 days ago | IN | 0 ETH | 0.00076472 | ||||
Transfer | 21238817 | 5 days ago | IN | 0 ETH | 0.00061545 | ||||
Transfer | 21238809 | 5 days ago | IN | 0 ETH | 0.00062779 | ||||
Approve | 21225628 | 7 days ago | IN | 0 ETH | 0.00051339 | ||||
Approve | 21209020 | 9 days ago | IN | 0 ETH | 0.000634 | ||||
Approve | 21207439 | 10 days ago | IN | 0 ETH | 0.00053601 | ||||
Approve | 21201252 | 10 days ago | IN | 0 ETH | 0.00093091 | ||||
Approve | 21198586 | 11 days ago | IN | 0 ETH | 0.00053485 | ||||
Approve | 21196310 | 11 days ago | IN | 0 ETH | 0.00084397 | ||||
Approve | 21190279 | 12 days ago | IN | 0 ETH | 0.00085431 | ||||
Approve | 21188021 | 12 days ago | IN | 0 ETH | 0.00161564 | ||||
Approve | 21182398 | 13 days ago | IN | 0 ETH | 0.00154862 | ||||
Approve | 21177158 | 14 days ago | IN | 0 ETH | 0.0010502 | ||||
Approve | 21174450 | 14 days ago | IN | 0 ETH | 0.00112414 | ||||
Approve | 21173931 | 14 days ago | IN | 0 ETH | 0.00173828 | ||||
Approve | 21171369 | 15 days ago | IN | 0 ETH | 0.00125474 | ||||
Approve | 21170775 | 15 days ago | IN | 0 ETH | 0.0016288 | ||||
Approve | 21170279 | 15 days ago | IN | 0 ETH | 0.0008841 | ||||
Approve | 21170263 | 15 days ago | IN | 0 ETH | 0.0012004 | ||||
Approve | 21170247 | 15 days ago | IN | 0 ETH | 0.00133002 | ||||
Approve | 21169995 | 15 days ago | IN | 0 ETH | 0.00120911 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
21276865 | 9 hrs ago | 0.01202494 ETH | ||||
21276865 | 9 hrs ago | 0.01202494 ETH | ||||
21276745 | 9 hrs ago | 0.01249969 ETH | ||||
21276745 | 9 hrs ago | 0.01249969 ETH | ||||
21244620 | 4 days ago | 0.01363177 ETH | ||||
21244620 | 4 days ago | 0.01363177 ETH | ||||
21243376 | 5 days ago | 0.01456069 ETH | ||||
21243376 | 5 days ago | 0.01456069 ETH | ||||
21238837 | 5 days ago | 0.01867289 ETH | ||||
21238837 | 5 days ago | 0.01867289 ETH | ||||
21236049 | 6 days ago | 0.0273047 ETH | ||||
21236049 | 6 days ago | 0.0273047 ETH | ||||
21200447 | 11 days ago | 0.02209876 ETH | ||||
21200447 | 11 days ago | 0.02209876 ETH | ||||
21174945 | 14 days ago | 0.02741813 ETH | ||||
21174945 | 14 days ago | 0.02741813 ETH | ||||
21170250 | 15 days ago | 0.04150053 ETH | ||||
21170250 | 15 days ago | 0.04150053 ETH | ||||
21168544 | 15 days ago | 0.0486768 ETH | ||||
21168544 | 15 days ago | 0.0486768 ETH | ||||
21160515 | 16 days ago | 0.05049868 ETH | ||||
21160515 | 16 days ago | 0.05049868 ETH | ||||
21159331 | 16 days ago | 0.05012145 ETH | ||||
21159331 | 16 days ago | 0.05012145 ETH | ||||
21153824 | 17 days ago | 0.061021 ETH |
Loading...
Loading
Contract Name:
SendrCoin
Compiler Version
v0.8.20+commit.a1b79de6
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2024-10-15 */ /* $SENDR - Sendr https://x.com/sendrcoin https://t.me/sendrcoin https://sendr.site */ // File: @openzeppelin/contracts/utils/Context.sol // OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol) pragma solidity ^0.8.20; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } function _contextSuffixLength() internal view virtual returns (uint256) { return 0; } } // File: @openzeppelin/contracts/access/Ownable.sol // OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol) pragma solidity ^0.8.20; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * The initial owner is set to the address provided by the deployer. This can * later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; /** * @dev The caller account is not authorized to perform an operation. */ error OwnableUnauthorizedAccount(address account); /** * @dev The owner is not a valid owner account. (eg. `address(0)`) */ error OwnableInvalidOwner(address owner); event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the address provided by the deployer as the initial owner. */ constructor(address initialOwner) { if (initialOwner == address(0)) { revert OwnableInvalidOwner(address(0)); } _transferOwnership(initialOwner); } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { _checkOwner(); _; } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if the sender is not the owner. */ function _checkOwner() internal view virtual { if (owner() != _msgSender()) { revert OwnableUnauthorizedAccount(_msgSender()); } } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby disabling any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { if (newOwner == address(0)) { revert OwnableInvalidOwner(address(0)); } _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } } // File: @openzeppelin/contracts/token/ERC20/IERC20.sol // OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol) pragma solidity ^0.8.20; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Emitted when the allowance of a `spender` for an `owner` is set by * a call to {approve}. `value` is the new allowance. */ event Approval(address indexed owner, address indexed spender, uint256 value); /** * @dev Returns the value of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the value of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves a `value` amount of tokens from the caller's account to `to`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address to, uint256 value) external returns (bool); /** * @dev Returns the remaining number of tokens that `spender` will be * allowed to spend on behalf of `owner` through {transferFrom}. This is * zero by default. * * This value changes when {approve} or {transferFrom} are called. */ function allowance(address owner, address spender) external view returns (uint256); /** * @dev Sets a `value` amount of tokens as the allowance of `spender` over the * caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 value) external returns (bool); /** * @dev Moves a `value` amount of tokens from `from` to `to` using the * allowance mechanism. `value` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transferFrom(address from, address to, uint256 value) external returns (bool); } // File: @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol // OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/extensions/IERC20Metadata.sol) pragma solidity ^0.8.20; /** * @dev Interface for the optional metadata functions from the ERC20 standard. */ 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); } // File: @openzeppelin/contracts/interfaces/draft-IERC6093.sol // OpenZeppelin Contracts (last updated v5.0.0) (interfaces/draft-IERC6093.sol) pragma solidity ^0.8.20; /** * @dev Standard ERC20 Errors * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC20 tokens. */ interface IERC20Errors { /** * @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers. * @param sender Address whose tokens are being transferred. * @param balance Current balance for the interacting account. * @param needed Minimum amount required to perform a transfer. */ error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed); /** * @dev Indicates a failure with the token `sender`. Used in transfers. * @param sender Address whose tokens are being transferred. */ error ERC20InvalidSender(address sender); /** * @dev Indicates a failure with the token `receiver`. Used in transfers. * @param receiver Address to which tokens are being transferred. */ error ERC20InvalidReceiver(address receiver); /** * @dev Indicates a failure with the `spender`’s `allowance`. Used in transfers. * @param spender Address that may be allowed to operate on tokens without being their owner. * @param allowance Amount of tokens a `spender` is allowed to operate with. * @param needed Minimum amount required to perform a transfer. */ error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed); /** * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals. * @param approver Address initiating an approval operation. */ error ERC20InvalidApprover(address approver); /** * @dev Indicates a failure with the `spender` to be approved. Used in approvals. * @param spender Address that may be allowed to operate on tokens without being their owner. */ error ERC20InvalidSpender(address spender); } /** * @dev Standard ERC721 Errors * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC721 tokens. */ interface IERC721Errors { /** * @dev Indicates that an address can't be an owner. For example, `address(0)` is a forbidden owner in EIP-20. * Used in balance queries. * @param owner Address of the current owner of a token. */ error ERC721InvalidOwner(address owner); /** * @dev Indicates a `tokenId` whose `owner` is the zero address. * @param tokenId Identifier number of a token. */ error ERC721NonexistentToken(uint256 tokenId); /** * @dev Indicates an error related to the ownership over a particular token. Used in transfers. * @param sender Address whose tokens are being transferred. * @param tokenId Identifier number of a token. * @param owner Address of the current owner of a token. */ error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner); /** * @dev Indicates a failure with the token `sender`. Used in transfers. * @param sender Address whose tokens are being transferred. */ error ERC721InvalidSender(address sender); /** * @dev Indicates a failure with the token `receiver`. Used in transfers. * @param receiver Address to which tokens are being transferred. */ error ERC721InvalidReceiver(address receiver); /** * @dev Indicates a failure with the `operator`’s approval. Used in transfers. * @param operator Address that may be allowed to operate on tokens without being their owner. * @param tokenId Identifier number of a token. */ error ERC721InsufficientApproval(address operator, uint256 tokenId); /** * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals. * @param approver Address initiating an approval operation. */ error ERC721InvalidApprover(address approver); /** * @dev Indicates a failure with the `operator` to be approved. Used in approvals. * @param operator Address that may be allowed to operate on tokens without being their owner. */ error ERC721InvalidOperator(address operator); } /** * @dev Standard ERC1155 Errors * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC1155 tokens. */ interface IERC1155Errors { /** * @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers. * @param sender Address whose tokens are being transferred. * @param balance Current balance for the interacting account. * @param needed Minimum amount required to perform a transfer. * @param tokenId Identifier number of a token. */ error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId); /** * @dev Indicates a failure with the token `sender`. Used in transfers. * @param sender Address whose tokens are being transferred. */ error ERC1155InvalidSender(address sender); /** * @dev Indicates a failure with the token `receiver`. Used in transfers. * @param receiver Address to which tokens are being transferred. */ error ERC1155InvalidReceiver(address receiver); /** * @dev Indicates a failure with the `operator`’s approval. Used in transfers. * @param operator Address that may be allowed to operate on tokens without being their owner. * @param owner Address of the current owner of a token. */ error ERC1155MissingApprovalForAll(address operator, address owner); /** * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals. * @param approver Address initiating an approval operation. */ error ERC1155InvalidApprover(address approver); /** * @dev Indicates a failure with the `operator` to be approved. Used in approvals. * @param operator Address that may be allowed to operate on tokens without being their owner. */ error ERC1155InvalidOperator(address operator); /** * @dev Indicates an array length mismatch between ids and values in a safeBatchTransferFrom operation. * Used in batch transfers. * @param idsLength Length of the array of token identifiers * @param valuesLength Length of the array of token amounts */ error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength); } // File: @openzeppelin/contracts/token/ERC20/ERC20.sol // OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/ERC20.sol) pragma solidity ^0.8.20; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism has to be added in a derived contract using {_mint}. * * TIP: For a detailed writeup see our guide * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How * to implement supply mechanisms]. * * The default value of {decimals} is 18. To change this, you should override * this function so it returns a different value. * * We have followed general OpenZeppelin Contracts guidelines: functions revert * instead returning `false` on failure. This behavior is nonetheless * conventional and does not conflict with the expectations of ERC20 * applications. * * Additionally, an {Approval} event is emitted on calls to {transferFrom}. * This allows applications to reconstruct the allowance for all accounts just * by listening to said events. Other implementations of the EIP may not emit * these events, as it isn't required by the specification. */ abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors { mapping(address account => uint256) private _balances; mapping(address account => mapping(address spender => uint256)) private _allowances; uint256 private _totalSupply; string private _name; string private _symbol; /** * @dev Sets the values for {name} and {symbol}. * * 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 returns (string memory) { return _name; } /** * @dev Returns the symbol of the token, usually a shorter version of the * name. */ function symbol() public view virtual 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 default value returned by this function, unless * it's 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 returns (uint8) { return 18; } /** * @dev See {IERC20-totalSupply}. */ function totalSupply() public view virtual returns (uint256) { return _totalSupply; } /** * @dev See {IERC20-balanceOf}. */ function balanceOf(address account) public view virtual returns (uint256) { return _balances[account]; } /** * @dev See {IERC20-transfer}. * * Requirements: * * - `to` cannot be the zero address. * - the caller must have a balance of at least `value`. */ function transfer(address to, uint256 value) public virtual returns (bool) { address owner = _msgSender(); _transfer(owner, to, value); return true; } /** * @dev See {IERC20-allowance}. */ function allowance(address owner, address spender) public view virtual returns (uint256) { return _allowances[owner][spender]; } /** * @dev See {IERC20-approve}. * * NOTE: If `value` is the maximum `uint256`, the allowance is not updated on * `transferFrom`. This is semantically equivalent to an infinite approval. * * Requirements: * * - `spender` cannot be the zero address. */ function approve(address spender, uint256 value) public virtual returns (bool) { address owner = _msgSender(); _approve(owner, spender, value); 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}. * * NOTE: Does not update the allowance if the current allowance * is the maximum `uint256`. * * Requirements: * * - `from` and `to` cannot be the zero address. * - `from` must have a balance of at least `value`. * - the caller must have allowance for ``from``'s tokens of at least * `value`. */ function transferFrom(address from, address to, uint256 value) public virtual returns (bool) { address spender = _msgSender(); _spendAllowance(from, spender, value); _transfer(from, to, value); return true; } /** * @dev Moves a `value` amount of tokens from `from` to `to`. * * 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. * * NOTE: This function is not virtual, {_update} should be overridden instead. */ function _transfer(address from, address to, uint256 value) internal virtual { if (from == address(0)) { revert ERC20InvalidSender(address(0)); } if (to == address(0)) { revert ERC20InvalidReceiver(address(0)); } _update(from, to, value); } /** * @dev Transfers a `value` amount of tokens from `from` to `to`, or alternatively mints (or burns) if `from` * (or `to`) is the zero address. All customizations to transfers, mints, and burns should be done by overriding * this function. * * Emits a {Transfer} event. */ function _update(address from, address to, uint256 value) internal virtual { if (from == address(0)) { // Overflow check required: The rest of the code assumes that totalSupply never overflows _totalSupply += value; } else { uint256 fromBalance = _balances[from]; if (fromBalance < value) { revert ERC20InsufficientBalance(from, fromBalance, value); } unchecked { // Overflow not possible: value <= fromBalance <= totalSupply. _balances[from] = fromBalance - value; } } if (to == address(0)) { unchecked { // Overflow not possible: value <= totalSupply or value <= fromBalance <= totalSupply. _totalSupply -= value; } } else { unchecked { // Overflow not possible: balance + value is at most totalSupply, which we know fits into a uint256. _balances[to] += value; } } emit Transfer(from, to, value); } /** * @dev Creates a `value` amount of tokens and assigns them to `account`, by transferring it from address(0). * Relies on the `_update` mechanism * * Emits a {Transfer} event with `from` set to the zero address. * * NOTE: This function is not virtual, {_update} should be overridden instead. */ function _mint(address account, uint256 value) internal { if (account == address(0)) { revert ERC20InvalidReceiver(address(0)); } _update(address(0), account, value); } /** * @dev Destroys a `value` amount of tokens from `account`, lowering the total supply. * Relies on the `_update` mechanism. * * Emits a {Transfer} event with `to` set to the zero address. * * NOTE: This function is not virtual, {_update} should be overridden instead */ function _burn(address account, uint256 value) internal { if (account == address(0)) { revert ERC20InvalidSender(address(0)); } _update(account, address(0), value); } /** * @dev Sets `value` 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. * * Overrides to this logic should be done to the variant with an additional `bool emitEvent` argument. */ function _approve(address owner, address spender, uint256 value) internal { _approve(owner, spender, value, true); } /** * @dev Variant of {_approve} with an optional flag to enable or disable the {Approval} event. * * By default (when calling {_approve}) the flag is set to true. On the other hand, approval changes made by * `_spendAllowance` during the `transferFrom` operation set the flag to false. This saves gas by not emitting any * `Approval` event during `transferFrom` operations. * * Anyone who wishes to continue emitting `Approval` events on the`transferFrom` operation can force the flag to * true using the following override: * ``` * function _approve(address owner, address spender, uint256 value, bool) internal virtual override { * super._approve(owner, spender, value, true); * } * ``` * * Requirements are the same as {_approve}. */ function _approve(address owner, address spender, uint256 value, bool emitEvent) internal virtual { if (owner == address(0)) { revert ERC20InvalidApprover(address(0)); } if (spender == address(0)) { revert ERC20InvalidSpender(address(0)); } _allowances[owner][spender] = value; if (emitEvent) { emit Approval(owner, spender, value); } } /** * @dev Updates `owner` s allowance for `spender` based on spent `value`. * * Does not update the allowance value in case of infinite allowance. * Revert if not enough allowance is available. * * Does not emit an {Approval} event. */ function _spendAllowance(address owner, address spender, uint256 value) internal virtual { uint256 currentAllowance = allowance(owner, spender); if (currentAllowance != type(uint256).max) { if (currentAllowance < value) { revert ERC20InsufficientAllowance(spender, currentAllowance, value); } unchecked { _approve(owner, spender, currentAllowance - value, false); } } } } // File: @uniswap/v2-core/contracts/interfaces/IUniswapV2Factory.sol pragma solidity >=0.5.0; interface IUniswapV2Factory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); function feeTo() external view returns (address); function feeToSetter() external view returns (address); function getPair(address tokenA, address tokenB) external view returns (address pair); function allPairs(uint) external view returns (address pair); function allPairsLength() external view returns (uint); function createPair(address tokenA, address tokenB) external returns (address pair); function setFeeTo(address) external; function setFeeToSetter(address) external; } // File: @uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router01.sol pragma solidity >=0.6.2; interface IUniswapV2Router01 { function factory() external pure returns (address); function WETH() external pure returns (address); function addLiquidity( address tokenA, address tokenB, uint amountADesired, uint amountBDesired, uint amountAMin, uint amountBMin, address to, uint deadline ) external returns (uint amountA, uint amountB, uint liquidity); function addLiquidityETH( address token, uint amountTokenDesired, uint amountTokenMin, uint amountETHMin, address to, uint deadline ) external payable returns (uint amountToken, uint amountETH, uint liquidity); function removeLiquidity( address tokenA, address tokenB, uint liquidity, uint amountAMin, uint amountBMin, address to, uint deadline ) external returns (uint amountA, uint amountB); function removeLiquidityETH( address token, uint liquidity, uint amountTokenMin, uint amountETHMin, address to, uint deadline ) external returns (uint amountToken, uint amountETH); function removeLiquidityWithPermit( address tokenA, address tokenB, uint liquidity, uint amountAMin, uint amountBMin, address to, uint deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s ) external returns (uint amountA, uint amountB); function removeLiquidityETHWithPermit( address token, uint liquidity, uint amountTokenMin, uint amountETHMin, address to, uint deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s ) external returns (uint amountToken, uint amountETH); function swapExactTokensForTokens( uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline ) external returns (uint[] memory amounts); function swapTokensForExactTokens( uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline ) external returns (uint[] memory amounts); function swapExactETHForTokens(uint amountOutMin, address[] calldata path, address to, uint deadline) external payable returns (uint[] memory amounts); function swapTokensForExactETH(uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline) external returns (uint[] memory amounts); function swapExactTokensForETH(uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline) external returns (uint[] memory amounts); function swapETHForExactTokens(uint amountOut, address[] calldata path, address to, uint deadline) external payable returns (uint[] memory amounts); function quote(uint amountA, uint reserveA, uint reserveB) external pure returns (uint amountB); function getAmountOut(uint amountIn, uint reserveIn, uint reserveOut) external pure returns (uint amountOut); function getAmountIn(uint amountOut, uint reserveIn, uint reserveOut) external pure returns (uint amountIn); function getAmountsOut(uint amountIn, address[] calldata path) external view returns (uint[] memory amounts); function getAmountsIn(uint amountOut, address[] calldata path) external view returns (uint[] memory amounts); } // File: @uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router02.sol pragma solidity >=0.6.2; interface IUniswapV2Router02 is IUniswapV2Router01 { function removeLiquidityETHSupportingFeeOnTransferTokens( address token, uint liquidity, uint amountTokenMin, uint amountETHMin, address to, uint deadline ) external returns (uint amountETH); function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens( address token, uint liquidity, uint amountTokenMin, uint amountETHMin, address to, uint deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s ) external returns (uint amountETH); function swapExactTokensForTokensSupportingFeeOnTransferTokens( uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline ) external; function swapExactETHForTokensSupportingFeeOnTransferTokens( uint amountOutMin, address[] calldata path, address to, uint deadline ) external payable; function swapExactTokensForETHSupportingFeeOnTransferTokens( uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline ) external; } // File: contracts/SendrCoin.sol pragma solidity 0.8.20; contract SendrCoin is ERC20, Ownable { IUniswapV2Router02 public uniswapV2Router; address public uniswapV2Pair; uint public swapAndLiqThreshold; uint public purchaseLimit; uint public buySellTax; bool private inSwapAndLiquify; bool public tradingOpen; uint256 private liquidityFee; uint256 private ethFee; address public marketingWallet; mapping (address => bool) private _isExcludedFromLimit; event ExcludeFromLimitation(address indexed account, bool isExcluded); event SwapAndLiquified(uint256 tokensSwapped, uint256 tokensForLiquidity, uint256 ethForLiquidity, uint256 ethForMarketing); event TaxUpdated(uint taxPercent); event PurchaseLimitUpdated(uint limitPercent); event SwapAndLiqThresholdSet(uint256 amount); event ETHWithdrawn(address indexed to, uint256 amount); event ERC20Withdrawn(address indexed to, uint256 amount); event TradingStatusUpdated(bool status); modifier lockTheSwap { require(!inSwapAndLiquify, "Currently in swap and liquify"); inSwapAndLiquify = true; _; inSwapAndLiquify = false; } constructor( address _router, uint256 _buySellTax, uint256 __ethFeeInPercent, uint256 __liquidityFeeInPercent, uint256 __purchaseLimit, address _marketingWallet) ERC20( "Sendr", "SENDR") Ownable(msg.sender) { _mint(_msgSender(), 1e8 ether); marketingWallet = payable(_marketingWallet); address uniswapRouter = _router; IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(uniswapRouter); IUniswapV2Factory _uniswapFactory = IUniswapV2Factory(_uniswapV2Router.factory()); ethFee = __ethFeeInPercent; liquidityFee = __liquidityFeeInPercent; address _uniswapV2Pair = _uniswapFactory.createPair( address(this), _uniswapV2Router.WETH()); uniswapV2Router = _uniswapV2Router; uniswapV2Pair = _uniswapV2Pair; buySellTax = _buySellTax; purchaseLimit = __purchaseLimit; swapAndLiqThreshold = 5e5 ether; excludeFromLimitation(uniswapV2Pair, true); excludeFromLimitation(address(uniswapRouter), true); excludeFromLimitation(_msgSender(), true); excludeFromLimitation(address(this), true); } receive() external payable {} function swapAndLiquify(uint256 toSwapLiquidity) private lockTheSwap { uint256 initialBalance = address(this).balance; uint256 totalFee = buySellTax / 100; uint256 forETH = toSwapLiquidity * ethFee / totalFee; uint256 forLiquidity = 0; uint256 tokensToSellForLiq = 0; uint256 tokensToAddLiq = 0; if (liquidityFee > 0) { forLiquidity = toSwapLiquidity * liquidityFee / totalFee; tokensToSellForLiq = forLiquidity / 2; tokensToAddLiq = forLiquidity - tokensToSellForLiq; } uint256 toSwap = forETH + tokensToSellForLiq; swapTokensForETH(toSwap); uint256 updatedBalance = address(this).balance - initialBalance; uint256 ethForMarketing = updatedBalance * forETH / toSwap; if (liquidityFee > 0) { uint256 ethForLiquidity = updatedBalance - ethForMarketing; addLiquidity(tokensToAddLiq, ethForLiquidity); emit SwapAndLiquified(toSwap, tokensToAddLiq, ethForLiquidity, ethForMarketing); } else { emit SwapAndLiquified(toSwap, 0, 0, ethForMarketing); } payable(marketingWallet).transfer(ethForMarketing); } function addLiquidity( uint256 tokenAmount, uint256 ethAmount) private { _approve( address(this), address(uniswapV2Router), tokenAmount); uniswapV2Router.addLiquidityETH{value: ethAmount}( address(this), tokenAmount, 0, 0, owner(), block.timestamp ); } function swapTokensForETH(uint256 tokenAmount) private { address[] memory path = new address[](2); path[0] = address(this); path[1] = uniswapV2Router.WETH(); _approve( address(this), address(uniswapV2Router), tokenAmount); uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens( tokenAmount, 0, path, address(this), block.timestamp ); } function _transfer( address from, address to, uint256 amount) internal override { require(amount > 0, "Transfer amount must be greater than 0"); if(!_isExcludedFromLimit[from] || !_isExcludedFromLimit[to]) { require(tradingOpen, "Trading Closed"); } uint256 taxAmount = 0; if (from == uniswapV2Pair && to != address(uniswapV2Router) && !_isExcludedFromLimit[to]) { require(amount <= totalSupply() * purchaseLimit / 1e4, "Amount exceeds max purchase amount."); } if((!_isExcludedFromLimit[from] || !_isExcludedFromLimit[to]) && from != address(this)){ if((from == uniswapV2Pair || to == uniswapV2Pair) && buySellTax > 0){ taxAmount = amount * buySellTax / 1e4; super._transfer(from, address(this), taxAmount); } } if (!inSwapAndLiquify && to == uniswapV2Pair && !_isExcludedFromLimit[from]) { uint256 balance = balanceOf(address(this)); if(balance >= swapAndLiqThreshold) { uint256 maxSwapAndLiq = swapAndLiqThreshold + (swapAndLiqThreshold / 5); if(balance >= maxSwapAndLiq){ swapAndLiquify(maxSwapAndLiq); } else { swapAndLiquify(swapAndLiqThreshold); } } } super._transfer(from, to, (amount-taxAmount)); } function changeTax( uint forMarketingInPercentage, uint forLiquidityInPercentage) external onlyOwner { uint256 taxInPercentage = forMarketingInPercentage + forLiquidityInPercentage; uint256 currentTaxInPercentage = buySellTax / 100; require(taxInPercentage <= currentTaxInPercentage, "You can only lower fees"); ethFee = forMarketingInPercentage; liquidityFee = forLiquidityInPercentage; buySellTax = taxInPercentage * 100; emit TaxUpdated(buySellTax); } function makeTradeLive() external onlyOwner { require(!tradingOpen, "Trading already open"); tradingOpen = true; emit TradingStatusUpdated(true); } function setBuyLimit(uint _limit) external onlyOwner { purchaseLimit = _limit; emit PurchaseLimitUpdated(_limit); } function setFeeThreshold(uint256 amount) public onlyOwner { uint256 currentTotalSupply = totalSupply(); uint256 minSwapAndLiqThreshold = currentTotalSupply / 10000; uint256 maxSwapAndLiqThreshold = currentTotalSupply * 5 / 1000; require(amount >= minSwapAndLiqThreshold && amount <= maxSwapAndLiqThreshold, "SnL Threshold must be within the allowed range"); swapAndLiqThreshold = amount; emit SwapAndLiqThresholdSet(amount); } function excludeFromLimitation( address account, bool excluded) public onlyOwner { _isExcludedFromLimit[account] = excluded; emit ExcludeFromLimitation(account, excluded); } function rescueEthereum(address payable _to) external onlyOwner { require(address(this).balance > 0, "No ETH to withdraw"); uint256 amount = address(this).balance; (bool sent, ) = _to.call{value: amount}(""); require(sent, "Failed to send Ether"); emit ETHWithdrawn(_to, amount); } function rescueTokens( address token, address to) public onlyOwner { uint256 balance = IERC20(address(token)).balanceOf(address(this)); require(balance > 0, "Not enough tokens in contract"); IERC20(address(token)).transfer(to, balance); emit ERC20Withdrawn(to, balance); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_router","type":"address"},{"internalType":"uint256","name":"_buySellTax","type":"uint256"},{"internalType":"uint256","name":"__ethFeeInPercent","type":"uint256"},{"internalType":"uint256","name":"__liquidityFeeInPercent","type":"uint256"},{"internalType":"uint256","name":"__purchaseLimit","type":"uint256"},{"internalType":"address","name":"_marketingWallet","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"allowance","type":"uint256"},{"internalType":"uint256","name":"needed","type":"uint256"}],"name":"ERC20InsufficientAllowance","type":"error"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"needed","type":"uint256"}],"name":"ERC20InsufficientBalance","type":"error"},{"inputs":[{"internalType":"address","name":"approver","type":"address"}],"name":"ERC20InvalidApprover","type":"error"},{"inputs":[{"internalType":"address","name":"receiver","type":"address"}],"name":"ERC20InvalidReceiver","type":"error"},{"inputs":[{"internalType":"address","name":"sender","type":"address"}],"name":"ERC20InvalidSender","type":"error"},{"inputs":[{"internalType":"address","name":"spender","type":"address"}],"name":"ERC20InvalidSpender","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"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":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"ERC20Withdrawn","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"ETHWithdrawn","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeFromLimitation","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"limitPercent","type":"uint256"}],"name":"PurchaseLimitUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SwapAndLiqThresholdSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokensForLiquidity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethForLiquidity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethForMarketing","type":"uint256"}],"name":"SwapAndLiquified","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"taxPercent","type":"uint256"}],"name":"TaxUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"status","type":"bool"}],"name":"TradingStatusUpdated","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":"value","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":"buySellTax","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"forMarketingInPercentage","type":"uint256"},{"internalType":"uint256","name":"forLiquidityInPercentage","type":"uint256"}],"name":"changeTax","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeFromLimitation","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"makeTradeLive","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"marketingWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"purchaseLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address payable","name":"_to","type":"address"}],"name":"rescueEthereum","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"to","type":"address"}],"name":"rescueTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_limit","type":"uint256"}],"name":"setBuyLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"setFeeThreshold","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapAndLiqThreshold","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":[],"name":"tradingOpen","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
608060405234801562000010575f80fd5b5060405162004008380380620040088339818101604052810190620000369190620009f7565b336040518060400160405280600581526020017f53656e64720000000000000000000000000000000000000000000000000000008152506040518060400160405280600581526020017f53454e44520000000000000000000000000000000000000000000000000000008152508160039081620000b4919062000cea565b508060049081620000c6919062000cea565b5050505f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036200013c575f6040517f1e4fbdf700000000000000000000000000000000000000000000000000000000815260040162000133919062000ddf565b60405180910390fd5b6200014d816200046060201b60201c565b506200017a620001626200052360201b60201c565b6a52b7d2dcc80cd2e40000006200052a60201b60201c565b80600e5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505f8690505f8190505f8173ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200020d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019062000233919062000dfa565b905086600d8190555085600c819055505f8173ffffffffffffffffffffffffffffffffffffffff1663c9c65396308573ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015620002ab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190620002d1919062000dfa565b6040518363ffffffff1660e01b8152600401620002f092919062000e2a565b6020604051808303815f875af11580156200030d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019062000333919062000dfa565b90508260065f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508060075f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555088600a81905550856009819055506969e10de76676d08000006008819055506200040860075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff166001620005b460201b60201c565b6200041b846001620005b460201b60201c565b6200043d6200042f6200052360201b60201c565b6001620005b460201b60201c565b62000450306001620005b460201b60201c565b5050505050505050505062000f5a565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036200059d575f6040517fec442f0500000000000000000000000000000000000000000000000000000000815260040162000594919062000ddf565b60405180910390fd5b620005b05f83836200066c60201b60201c565b5050565b620005c46200089060201b60201c565b80600f5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167fb662f3bfb1735e6cf86c62e0de5e8ded221db1f328a15d104be3fd29977cf23e8260405162000660919062000e71565b60405180910390a25050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603620006c0578060025f828254620006b3919062000eb9565b9250508190555062000791565b5f805f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050818110156200074c578381836040517fe450d38c000000000000000000000000000000000000000000000000000000008152600401620007439392919062000f04565b60405180910390fd5b8181035f808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550505b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603620007da578060025f828254039250508190555062000824565b805f808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055505b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405162000883919062000f3f565b60405180910390a3505050565b620008a06200052360201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16620008c66200093260201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16146200093057620008f26200052360201b60201c565b6040517f118cdaa700000000000000000000000000000000000000000000000000000000815260040162000927919062000ddf565b60405180910390fd5b565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f62000989826200095e565b9050919050565b6200099b816200097d565b8114620009a6575f80fd5b50565b5f81519050620009b98162000990565b92915050565b5f819050919050565b620009d381620009bf565b8114620009de575f80fd5b50565b5f81519050620009f181620009c8565b92915050565b5f805f805f8060c0878903121562000a145762000a136200095a565b5b5f62000a2389828a01620009a9565b965050602062000a3689828a01620009e1565b955050604062000a4989828a01620009e1565b945050606062000a5c89828a01620009e1565b935050608062000a6f89828a01620009e1565b92505060a062000a8289828a01620009a9565b9150509295509295509295565b5f81519050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168062000b0b57607f821691505b60208210810362000b215762000b2062000ac6565b5b50919050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f6008830262000b857fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000b48565b62000b91868362000b48565b95508019841693508086168417925050509392505050565b5f819050919050565b5f62000bd262000bcc62000bc684620009bf565b62000ba9565b620009bf565b9050919050565b5f819050919050565b62000bed8362000bb2565b62000c0562000bfc8262000bd9565b84845462000b54565b825550505050565b5f90565b62000c1b62000c0d565b62000c2881848462000be2565b505050565b5b8181101562000c4f5762000c435f8262000c11565b60018101905062000c2e565b5050565b601f82111562000c9e5762000c688162000b27565b62000c738462000b39565b8101602085101562000c83578190505b62000c9b62000c928562000b39565b83018262000c2d565b50505b505050565b5f82821c905092915050565b5f62000cc05f198460080262000ca3565b1980831691505092915050565b5f62000cda838362000caf565b9150826002028217905092915050565b62000cf58262000a8f565b67ffffffffffffffff81111562000d115762000d1062000a99565b5b62000d1d825462000af3565b62000d2a82828562000c53565b5f60209050601f83116001811462000d60575f841562000d4b578287015190505b62000d57858262000ccd565b86555062000dc6565b601f19841662000d708662000b27565b5f5b8281101562000d995784890151825560018201915060208501945060208101905062000d72565b8683101562000db9578489015162000db5601f89168262000caf565b8355505b6001600288020188555050505b505050505050565b62000dd9816200097d565b82525050565b5f60208201905062000df45f83018462000dce565b92915050565b5f6020828403121562000e125762000e116200095a565b5b5f62000e2184828501620009a9565b91505092915050565b5f60408201905062000e3f5f83018562000dce565b62000e4e602083018462000dce565b9392505050565b5f8115159050919050565b62000e6b8162000e55565b82525050565b5f60208201905062000e865f83018462000e60565b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f62000ec582620009bf565b915062000ed283620009bf565b925082820190508082111562000eed5762000eec62000e8c565b5b92915050565b62000efe81620009bf565b82525050565b5f60608201905062000f195f83018662000dce565b62000f28602083018562000ef3565b62000f37604083018462000ef3565b949350505050565b5f60208201905062000f545f83018462000ef3565b92915050565b6130a08062000f685f395ff3fe608060405260043610610184575f3560e01c8063715018a6116100d0578063a9059cbb11610089578063dd62ed3e11610063578063dd62ed3e14610541578063ec1636b81461057d578063f2fde38b146105a5578063ffb54a99146105cd5761018b565b8063a9059cbb146104b3578063b62f6e04146104ef578063dd31ee2d146105195761018b565b8063715018a6146103cd57806375f0a874146103e35780638da5cb5b1461040d5780639036ed4d1461043757806395d89b411461045f57806396e1c7d1146104895761018b565b8063223f385f1161013d578063313ce56711610117578063313ce5671461031557806349bd5a5e1461033f5780635431c94e1461036957806370a08231146103915761018b565b8063223f385f146102895780632333f9f1146102b157806323b872dd146102d95761018b565b806306fdde031461018f578063095ea7b3146101b95780630c06abe8146101f55780631694505e1461020b57806318160ddd14610235578063188866571461025f5761018b565b3661018b57005b5f80fd5b34801561019a575f80fd5b506101a36105f7565b6040516101b0919061221f565b60405180910390f35b3480156101c4575f80fd5b506101df60048036038101906101da91906122d0565b610687565b6040516101ec9190612328565b60405180910390f35b348015610200575f80fd5b506102096106a9565b005b348015610216575f80fd5b5061021f610756565b60405161022c919061239c565b60405180910390f35b348015610240575f80fd5b5061024961077b565b60405161025691906123c4565b60405180910390f35b34801561026a575f80fd5b50610273610784565b60405161028091906123c4565b60405180910390f35b348015610294575f80fd5b506102af60048036038101906102aa9190612418565b61078a565b005b3480156102bc575f80fd5b506102d760048036038101906102d2919061246d565b6108d3565b005b3480156102e4575f80fd5b506102ff60048036038101906102fa91906124ab565b610981565b60405161030c9190612328565b60405180910390f35b348015610320575f80fd5b506103296109af565b6040516103369190612516565b60405180910390f35b34801561034a575f80fd5b506103536109b7565b604051610360919061253e565b60405180910390f35b348015610374575f80fd5b5061038f600480360381019061038a9190612557565b6109dc565b005b34801561039c575f80fd5b506103b760048036038101906103b29190612595565b610b70565b6040516103c491906123c4565b60405180910390f35b3480156103d8575f80fd5b506103e1610bb5565b005b3480156103ee575f80fd5b506103f7610bc8565b604051610404919061253e565b60405180910390f35b348015610418575f80fd5b50610421610bed565b60405161042e919061253e565b60405180910390f35b348015610442575f80fd5b5061045d600480360381019061045891906125c0565b610c15565b005b34801561046a575f80fd5b50610473610ce1565b604051610480919061221f565b60405180910390f35b348015610494575f80fd5b5061049d610d71565b6040516104aa91906123c4565b60405180910390f35b3480156104be575f80fd5b506104d960048036038101906104d491906122d0565b610d77565b6040516104e69190612328565b60405180910390f35b3480156104fa575f80fd5b50610503610d99565b60405161051091906123c4565b60405180910390f35b348015610524575f80fd5b5061053f600480360381019061053a91906125fe565b610d9f565b005b34801561054c575f80fd5b5061056760048036038101906105629190612557565b610de8565b60405161057491906123c4565b60405180910390f35b348015610588575f80fd5b506105a3600480360381019061059e91906125fe565b610e6a565b005b3480156105b0575f80fd5b506105cb60048036038101906105c69190612595565b610f3e565b005b3480156105d8575f80fd5b506105e1610fc2565b6040516105ee9190612328565b60405180910390f35b60606003805461060690612656565b80601f016020809104026020016040519081016040528092919081815260200182805461063290612656565b801561067d5780601f106106545761010080835404028352916020019161067d565b820191905f5260205f20905b81548152906001019060200180831161066057829003601f168201915b5050505050905090565b5f80610691610fd5565b905061069e818585610fdc565b600191505092915050565b6106b1610fee565b600b60019054906101000a900460ff1615610701576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f8906126d0565b60405180910390fd5b6001600b60016101000a81548160ff0219169083151502179055507f44025b4c6266facf728a25ba1ed858c89e2215e03094486152577b87636ea7ab600160405161074c9190612328565b60405180910390a1565b60065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5f600254905090565b60095481565b610792610fee565b5f47116107d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107cb90612738565b60405180910390fd5b5f4790505f8273ffffffffffffffffffffffffffffffffffffffff16826040516107fd90612783565b5f6040518083038185875af1925050503d805f8114610837576040519150601f19603f3d011682016040523d82523d5f602084013e61083c565b606091505b5050905080610880576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610877906127e1565b60405180910390fd5b8273ffffffffffffffffffffffffffffffffffffffff167f94b2de810873337ed265c5f8cf98c9cffefa06b8607f9a2f1fbaebdfbcfbef1c836040516108c691906123c4565b60405180910390a2505050565b6108db610fee565b80600f5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167fb662f3bfb1735e6cf86c62e0de5e8ded221db1f328a15d104be3fd29977cf23e826040516109759190612328565b60405180910390a25050565b5f8061098b610fd5565b9050610998858285611075565b6109a3858585611107565b60019150509392505050565b5f6012905090565b60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6109e4610fee565b5f8273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401610a1e919061253e565b602060405180830381865afa158015610a39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5d9190612813565b90505f8111610aa1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a9890612888565b60405180910390fd5b8273ffffffffffffffffffffffffffffffffffffffff1663a9059cbb83836040518363ffffffff1660e01b8152600401610adc9291906128a6565b6020604051808303815f875af1158015610af8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b1c91906128e1565b508173ffffffffffffffffffffffffffffffffffffffff167f7e2c99819371db0a6fc6f4269fe872496e44f502df19ba3eae594b7a1598746082604051610b6391906123c4565b60405180910390a2505050565b5f805f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b610bbd610fee565b610bc65f611694565b565b600e5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610c1d610fee565b5f8183610c2a9190612939565b90505f6064600a54610c3c9190612999565b905080821115610c81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c7890612a13565b60405180910390fd5b83600d8190555082600c81905550606482610c9c9190612a31565b600a819055507f35ad15e7f5e4a16b548e8916bd02c51847dde8d106f334b4edaaacf140e43c91600a54604051610cd391906123c4565b60405180910390a150505050565b606060048054610cf090612656565b80601f0160208091040260200160405190810160405280929190818152602001828054610d1c90612656565b8015610d675780601f10610d3e57610100808354040283529160200191610d67565b820191905f5260205f20905b815481529060010190602001808311610d4a57829003601f168201915b5050505050905090565b600a5481565b5f80610d81610fd5565b9050610d8e818585611107565b600191505092915050565b60085481565b610da7610fee565b806009819055507fee131fa00e37f4b10e0ad1bffe4a204cdc5e73b4c9bfab1e2de9ae163dde1edc81604051610ddd91906123c4565b60405180910390a150565b5f60015f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b610e72610fee565b5f610e7b61077b565b90505f61271082610e8c9190612999565b90505f6103e8600584610e9f9190612a31565b610ea99190612999565b9050818410158015610ebb5750808411155b610efa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ef190612ae2565b60405180910390fd5b836008819055507fd9865007332e13f0dcab58b7d2a784fb5276e18f0c72e90c1a404e88a562898184604051610f3091906123c4565b60405180910390a150505050565b610f46610fee565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610fb6575f6040517f1e4fbdf7000000000000000000000000000000000000000000000000000000008152600401610fad919061253e565b60405180910390fd5b610fbf81611694565b50565b600b60019054906101000a900460ff1681565b5f33905090565b610fe98383836001611757565b505050565b610ff6610fd5565b73ffffffffffffffffffffffffffffffffffffffff16611014610bed565b73ffffffffffffffffffffffffffffffffffffffff161461107357611037610fd5565b6040517f118cdaa700000000000000000000000000000000000000000000000000000000815260040161106a919061253e565b60405180910390fd5b565b5f6110808484610de8565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811461110157818110156110f2578281836040517ffb8f41b20000000000000000000000000000000000000000000000000000000081526004016110e993929190612b00565b60405180910390fd5b61110084848484035f611757565b5b50505050565b5f8111611149576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161114090612ba5565b60405180910390fd5b600f5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1615806111e65750600f5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b1561123b57600b60019054906101000a900460ff1661123a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161123190612c0d565b60405180910390fd5b5b5f60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480156112e5575060065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b80156113385750600f5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b156113a25761271060095461134b61077b565b6113559190612a31565b61135f9190612999565b8211156113a1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161139890612c9b565b60405180910390fd5b5b600f5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16158061143f5750600f5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b801561147757503073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614155b1561155f5760075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611523575060075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b801561153057505f600a54115b1561155e57612710600a54836115469190612a31565b6115509190612999565b905061155d843083611926565b5b5b600b5f9054906101000a900460ff161580156115c7575060075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b801561161a5750600f5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15611678575f61162930610b70565b90506008548110611676575f60056008546116449190612999565b6008546116519190612939565b90508082106116685761166381611a16565b611674565b611673600854611a16565b5b505b505b61168e848483856116899190612cb9565b611926565b50505050565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16036117c7575f6040517fe602df050000000000000000000000000000000000000000000000000000000081526004016117be919061253e565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611837575f6040517f94280d6200000000000000000000000000000000000000000000000000000000815260040161182e919061253e565b60405180910390fd5b8160015f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508015611920578273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161191791906123c4565b60405180910390a35b50505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611996575f6040517f96c6fd1e00000000000000000000000000000000000000000000000000000000815260040161198d919061253e565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611a06575f6040517fec442f050000000000000000000000000000000000000000000000000000000081526004016119fd919061253e565b60405180910390fd5b611a11838383611c66565b505050565b600b5f9054906101000a900460ff1615611a65576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a5c90612d36565b60405180910390fd5b6001600b5f6101000a81548160ff0219169083151502179055505f4790505f6064600a54611a939190612999565b90505f81600d5485611aa59190612a31565b611aaf9190612999565b90505f805f80600c541115611af75784600c5488611acd9190612a31565b611ad79190612999565b9250600283611ae69190612999565b91508183611af49190612cb9565b90505b5f8285611b049190612939565b9050611b0f81611e7f565b5f8747611b1c9190612cb9565b90505f828783611b2c9190612a31565b611b369190612999565b90505f600c541115611b9e575f8183611b4f9190612cb9565b9050611b5b85826120b5565b7fada09296b37f942dad4a0318731be5f9df8af6bf0364ffc08234b0a7d842186184868385604051611b909493929190612d54565b60405180910390a150611bdc565b7fada09296b37f942dad4a0318731be5f9df8af6bf0364ffc08234b0a7d8421861835f8084604051611bd39493929190612dd0565b60405180910390a15b600e5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc8290811502906040515f60405180830381858888f19350505050158015611c40573d5f803e3d5ffd5b505050505050505050505f600b5f6101000a81548160ff02191690831515021790555050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611cb6578060025f828254611caa9190612939565b92505081905550611d84565b5f805f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905081811015611d3f578381836040517fe450d38c000000000000000000000000000000000000000000000000000000008152600401611d3693929190612b00565b60405180910390fd5b8181035f808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550505b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611dcb578060025f8282540392505081905550611e15565b805f808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055505b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051611e7291906123c4565b60405180910390a3505050565b5f600267ffffffffffffffff811115611e9b57611e9a612e13565b5b604051908082528060200260200182016040528015611ec95781602001602082028036833780820191505090505b50905030815f81518110611ee057611edf612e40565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505060065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fa89190612e81565b81600181518110611fbc57611fbb612e40565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506120223060065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1684610fdc565b60065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac947835f8430426040518663ffffffff1660e01b8152600401612084959493929190612f63565b5f604051808303815f87803b15801561209b575f80fd5b505af11580156120ad573d5f803e3d5ffd5b505050505050565b6120e13060065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1684610fdc565b60065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f305d7198230855f8061212b610bed565b426040518863ffffffff1660e01b815260040161214d96959493929190612fbb565b60606040518083038185885af1158015612169573d5f803e3d5ffd5b50505050506040513d601f19601f8201168201806040525081019061218e919061301a565b5050505050565b5f81519050919050565b5f82825260208201905092915050565b5f5b838110156121cc5780820151818401526020810190506121b1565b5f8484015250505050565b5f601f19601f8301169050919050565b5f6121f182612195565b6121fb818561219f565b935061220b8185602086016121af565b612214816121d7565b840191505092915050565b5f6020820190508181035f83015261223781846121e7565b905092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61226c82612243565b9050919050565b61227c81612262565b8114612286575f80fd5b50565b5f8135905061229781612273565b92915050565b5f819050919050565b6122af8161229d565b81146122b9575f80fd5b50565b5f813590506122ca816122a6565b92915050565b5f80604083850312156122e6576122e561223f565b5b5f6122f385828601612289565b9250506020612304858286016122bc565b9150509250929050565b5f8115159050919050565b6123228161230e565b82525050565b5f60208201905061233b5f830184612319565b92915050565b5f819050919050565b5f61236461235f61235a84612243565b612341565b612243565b9050919050565b5f6123758261234a565b9050919050565b5f6123868261236b565b9050919050565b6123968161237c565b82525050565b5f6020820190506123af5f83018461238d565b92915050565b6123be8161229d565b82525050565b5f6020820190506123d75f8301846123b5565b92915050565b5f6123e782612243565b9050919050565b6123f7816123dd565b8114612401575f80fd5b50565b5f81359050612412816123ee565b92915050565b5f6020828403121561242d5761242c61223f565b5b5f61243a84828501612404565b91505092915050565b61244c8161230e565b8114612456575f80fd5b50565b5f8135905061246781612443565b92915050565b5f80604083850312156124835761248261223f565b5b5f61249085828601612289565b92505060206124a185828601612459565b9150509250929050565b5f805f606084860312156124c2576124c161223f565b5b5f6124cf86828701612289565b93505060206124e086828701612289565b92505060406124f1868287016122bc565b9150509250925092565b5f60ff82169050919050565b612510816124fb565b82525050565b5f6020820190506125295f830184612507565b92915050565b61253881612262565b82525050565b5f6020820190506125515f83018461252f565b92915050565b5f806040838503121561256d5761256c61223f565b5b5f61257a85828601612289565b925050602061258b85828601612289565b9150509250929050565b5f602082840312156125aa576125a961223f565b5b5f6125b784828501612289565b91505092915050565b5f80604083850312156125d6576125d561223f565b5b5f6125e3858286016122bc565b92505060206125f4858286016122bc565b9150509250929050565b5f602082840312156126135761261261223f565b5b5f612620848285016122bc565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168061266d57607f821691505b6020821081036126805761267f612629565b5b50919050565b7f54726164696e6720616c7265616479206f70656e0000000000000000000000005f82015250565b5f6126ba60148361219f565b91506126c582612686565b602082019050919050565b5f6020820190508181035f8301526126e7816126ae565b9050919050565b7f4e6f2045544820746f20776974686472617700000000000000000000000000005f82015250565b5f61272260128361219f565b915061272d826126ee565b602082019050919050565b5f6020820190508181035f83015261274f81612716565b9050919050565b5f81905092915050565b50565b5f61276e5f83612756565b915061277982612760565b5f82019050919050565b5f61278d82612763565b9150819050919050565b7f4661696c656420746f2073656e642045746865720000000000000000000000005f82015250565b5f6127cb60148361219f565b91506127d682612797565b602082019050919050565b5f6020820190508181035f8301526127f8816127bf565b9050919050565b5f8151905061280d816122a6565b92915050565b5f602082840312156128285761282761223f565b5b5f612835848285016127ff565b91505092915050565b7f4e6f7420656e6f75676820746f6b656e7320696e20636f6e74726163740000005f82015250565b5f612872601d8361219f565b915061287d8261283e565b602082019050919050565b5f6020820190508181035f83015261289f81612866565b9050919050565b5f6040820190506128b95f83018561252f565b6128c660208301846123b5565b9392505050565b5f815190506128db81612443565b92915050565b5f602082840312156128f6576128f561223f565b5b5f612903848285016128cd565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f6129438261229d565b915061294e8361229d565b92508282019050808211156129665761296561290c565b5b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6129a38261229d565b91506129ae8361229d565b9250826129be576129bd61296c565b5b828204905092915050565b7f596f752063616e206f6e6c79206c6f77657220666565730000000000000000005f82015250565b5f6129fd60178361219f565b9150612a08826129c9565b602082019050919050565b5f6020820190508181035f830152612a2a816129f1565b9050919050565b5f612a3b8261229d565b9150612a468361229d565b9250828202612a548161229d565b91508282048414831517612a6b57612a6a61290c565b5b5092915050565b7f536e4c205468726573686f6c64206d7573742062652077697468696e207468655f8201527f20616c6c6f7765642072616e6765000000000000000000000000000000000000602082015250565b5f612acc602e8361219f565b9150612ad782612a72565b604082019050919050565b5f6020820190508181035f830152612af981612ac0565b9050919050565b5f606082019050612b135f83018661252f565b612b2060208301856123b5565b612b2d60408301846123b5565b949350505050565b7f5472616e7366657220616d6f756e74206d7573742062652067726561746572205f8201527f7468616e20300000000000000000000000000000000000000000000000000000602082015250565b5f612b8f60268361219f565b9150612b9a82612b35565b604082019050919050565b5f6020820190508181035f830152612bbc81612b83565b9050919050565b7f54726164696e6720436c6f7365640000000000000000000000000000000000005f82015250565b5f612bf7600e8361219f565b9150612c0282612bc3565b602082019050919050565b5f6020820190508181035f830152612c2481612beb565b9050919050565b7f416d6f756e742065786365656473206d617820707572636861736520616d6f755f8201527f6e742e0000000000000000000000000000000000000000000000000000000000602082015250565b5f612c8560238361219f565b9150612c9082612c2b565b604082019050919050565b5f6020820190508181035f830152612cb281612c79565b9050919050565b5f612cc38261229d565b9150612cce8361229d565b9250828203905081811115612ce657612ce561290c565b5b92915050565b7f43757272656e746c7920696e207377617020616e64206c6971756966790000005f82015250565b5f612d20601d8361219f565b9150612d2b82612cec565b602082019050919050565b5f6020820190508181035f830152612d4d81612d14565b9050919050565b5f608082019050612d675f8301876123b5565b612d7460208301866123b5565b612d8160408301856123b5565b612d8e60608301846123b5565b95945050505050565b5f819050919050565b5f612dba612db5612db084612d97565b612341565b61229d565b9050919050565b612dca81612da0565b82525050565b5f608082019050612de35f8301876123b5565b612df06020830186612dc1565b612dfd6040830185612dc1565b612e0a60608301846123b5565b95945050505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f81519050612e7b81612273565b92915050565b5f60208284031215612e9657612e9561223f565b5b5f612ea384828501612e6d565b91505092915050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b612ede81612262565b82525050565b5f612eef8383612ed5565b60208301905092915050565b5f602082019050919050565b5f612f1182612eac565b612f1b8185612eb6565b9350612f2683612ec6565b805f5b83811015612f56578151612f3d8882612ee4565b9750612f4883612efb565b925050600181019050612f29565b5085935050505092915050565b5f60a082019050612f765f8301886123b5565b612f836020830187612dc1565b8181036040830152612f958186612f07565b9050612fa4606083018561252f565b612fb160808301846123b5565b9695505050505050565b5f60c082019050612fce5f83018961252f565b612fdb60208301886123b5565b612fe86040830187612dc1565b612ff56060830186612dc1565b613002608083018561252f565b61300f60a08301846123b5565b979650505050505050565b5f805f606084860312156130315761303061223f565b5b5f61303e868287016127ff565b935050602061304f868287016127ff565b9250506040613060868287016127ff565b915050925092509256fea2646970667358221220095225cda2532c599669ea0690f92427dfe1392098e519bef083e0ae6447ed5064736f6c634300081400330000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d0000000000000000000000000000000000000000000000000000000000000bb8000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c8000000000000000000000000df15848798c7c5b8e43dc29e4ef99d098d295b67
Deployed Bytecode
0x608060405260043610610184575f3560e01c8063715018a6116100d0578063a9059cbb11610089578063dd62ed3e11610063578063dd62ed3e14610541578063ec1636b81461057d578063f2fde38b146105a5578063ffb54a99146105cd5761018b565b8063a9059cbb146104b3578063b62f6e04146104ef578063dd31ee2d146105195761018b565b8063715018a6146103cd57806375f0a874146103e35780638da5cb5b1461040d5780639036ed4d1461043757806395d89b411461045f57806396e1c7d1146104895761018b565b8063223f385f1161013d578063313ce56711610117578063313ce5671461031557806349bd5a5e1461033f5780635431c94e1461036957806370a08231146103915761018b565b8063223f385f146102895780632333f9f1146102b157806323b872dd146102d95761018b565b806306fdde031461018f578063095ea7b3146101b95780630c06abe8146101f55780631694505e1461020b57806318160ddd14610235578063188866571461025f5761018b565b3661018b57005b5f80fd5b34801561019a575f80fd5b506101a36105f7565b6040516101b0919061221f565b60405180910390f35b3480156101c4575f80fd5b506101df60048036038101906101da91906122d0565b610687565b6040516101ec9190612328565b60405180910390f35b348015610200575f80fd5b506102096106a9565b005b348015610216575f80fd5b5061021f610756565b60405161022c919061239c565b60405180910390f35b348015610240575f80fd5b5061024961077b565b60405161025691906123c4565b60405180910390f35b34801561026a575f80fd5b50610273610784565b60405161028091906123c4565b60405180910390f35b348015610294575f80fd5b506102af60048036038101906102aa9190612418565b61078a565b005b3480156102bc575f80fd5b506102d760048036038101906102d2919061246d565b6108d3565b005b3480156102e4575f80fd5b506102ff60048036038101906102fa91906124ab565b610981565b60405161030c9190612328565b60405180910390f35b348015610320575f80fd5b506103296109af565b6040516103369190612516565b60405180910390f35b34801561034a575f80fd5b506103536109b7565b604051610360919061253e565b60405180910390f35b348015610374575f80fd5b5061038f600480360381019061038a9190612557565b6109dc565b005b34801561039c575f80fd5b506103b760048036038101906103b29190612595565b610b70565b6040516103c491906123c4565b60405180910390f35b3480156103d8575f80fd5b506103e1610bb5565b005b3480156103ee575f80fd5b506103f7610bc8565b604051610404919061253e565b60405180910390f35b348015610418575f80fd5b50610421610bed565b60405161042e919061253e565b60405180910390f35b348015610442575f80fd5b5061045d600480360381019061045891906125c0565b610c15565b005b34801561046a575f80fd5b50610473610ce1565b604051610480919061221f565b60405180910390f35b348015610494575f80fd5b5061049d610d71565b6040516104aa91906123c4565b60405180910390f35b3480156104be575f80fd5b506104d960048036038101906104d491906122d0565b610d77565b6040516104e69190612328565b60405180910390f35b3480156104fa575f80fd5b50610503610d99565b60405161051091906123c4565b60405180910390f35b348015610524575f80fd5b5061053f600480360381019061053a91906125fe565b610d9f565b005b34801561054c575f80fd5b5061056760048036038101906105629190612557565b610de8565b60405161057491906123c4565b60405180910390f35b348015610588575f80fd5b506105a3600480360381019061059e91906125fe565b610e6a565b005b3480156105b0575f80fd5b506105cb60048036038101906105c69190612595565b610f3e565b005b3480156105d8575f80fd5b506105e1610fc2565b6040516105ee9190612328565b60405180910390f35b60606003805461060690612656565b80601f016020809104026020016040519081016040528092919081815260200182805461063290612656565b801561067d5780601f106106545761010080835404028352916020019161067d565b820191905f5260205f20905b81548152906001019060200180831161066057829003601f168201915b5050505050905090565b5f80610691610fd5565b905061069e818585610fdc565b600191505092915050565b6106b1610fee565b600b60019054906101000a900460ff1615610701576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f8906126d0565b60405180910390fd5b6001600b60016101000a81548160ff0219169083151502179055507f44025b4c6266facf728a25ba1ed858c89e2215e03094486152577b87636ea7ab600160405161074c9190612328565b60405180910390a1565b60065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5f600254905090565b60095481565b610792610fee565b5f47116107d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107cb90612738565b60405180910390fd5b5f4790505f8273ffffffffffffffffffffffffffffffffffffffff16826040516107fd90612783565b5f6040518083038185875af1925050503d805f8114610837576040519150601f19603f3d011682016040523d82523d5f602084013e61083c565b606091505b5050905080610880576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610877906127e1565b60405180910390fd5b8273ffffffffffffffffffffffffffffffffffffffff167f94b2de810873337ed265c5f8cf98c9cffefa06b8607f9a2f1fbaebdfbcfbef1c836040516108c691906123c4565b60405180910390a2505050565b6108db610fee565b80600f5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167fb662f3bfb1735e6cf86c62e0de5e8ded221db1f328a15d104be3fd29977cf23e826040516109759190612328565b60405180910390a25050565b5f8061098b610fd5565b9050610998858285611075565b6109a3858585611107565b60019150509392505050565b5f6012905090565b60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6109e4610fee565b5f8273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401610a1e919061253e565b602060405180830381865afa158015610a39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5d9190612813565b90505f8111610aa1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a9890612888565b60405180910390fd5b8273ffffffffffffffffffffffffffffffffffffffff1663a9059cbb83836040518363ffffffff1660e01b8152600401610adc9291906128a6565b6020604051808303815f875af1158015610af8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b1c91906128e1565b508173ffffffffffffffffffffffffffffffffffffffff167f7e2c99819371db0a6fc6f4269fe872496e44f502df19ba3eae594b7a1598746082604051610b6391906123c4565b60405180910390a2505050565b5f805f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b610bbd610fee565b610bc65f611694565b565b600e5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610c1d610fee565b5f8183610c2a9190612939565b90505f6064600a54610c3c9190612999565b905080821115610c81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c7890612a13565b60405180910390fd5b83600d8190555082600c81905550606482610c9c9190612a31565b600a819055507f35ad15e7f5e4a16b548e8916bd02c51847dde8d106f334b4edaaacf140e43c91600a54604051610cd391906123c4565b60405180910390a150505050565b606060048054610cf090612656565b80601f0160208091040260200160405190810160405280929190818152602001828054610d1c90612656565b8015610d675780601f10610d3e57610100808354040283529160200191610d67565b820191905f5260205f20905b815481529060010190602001808311610d4a57829003601f168201915b5050505050905090565b600a5481565b5f80610d81610fd5565b9050610d8e818585611107565b600191505092915050565b60085481565b610da7610fee565b806009819055507fee131fa00e37f4b10e0ad1bffe4a204cdc5e73b4c9bfab1e2de9ae163dde1edc81604051610ddd91906123c4565b60405180910390a150565b5f60015f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b610e72610fee565b5f610e7b61077b565b90505f61271082610e8c9190612999565b90505f6103e8600584610e9f9190612a31565b610ea99190612999565b9050818410158015610ebb5750808411155b610efa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ef190612ae2565b60405180910390fd5b836008819055507fd9865007332e13f0dcab58b7d2a784fb5276e18f0c72e90c1a404e88a562898184604051610f3091906123c4565b60405180910390a150505050565b610f46610fee565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610fb6575f6040517f1e4fbdf7000000000000000000000000000000000000000000000000000000008152600401610fad919061253e565b60405180910390fd5b610fbf81611694565b50565b600b60019054906101000a900460ff1681565b5f33905090565b610fe98383836001611757565b505050565b610ff6610fd5565b73ffffffffffffffffffffffffffffffffffffffff16611014610bed565b73ffffffffffffffffffffffffffffffffffffffff161461107357611037610fd5565b6040517f118cdaa700000000000000000000000000000000000000000000000000000000815260040161106a919061253e565b60405180910390fd5b565b5f6110808484610de8565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811461110157818110156110f2578281836040517ffb8f41b20000000000000000000000000000000000000000000000000000000081526004016110e993929190612b00565b60405180910390fd5b61110084848484035f611757565b5b50505050565b5f8111611149576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161114090612ba5565b60405180910390fd5b600f5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1615806111e65750600f5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b1561123b57600b60019054906101000a900460ff1661123a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161123190612c0d565b60405180910390fd5b5b5f60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480156112e5575060065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614155b80156113385750600f5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b156113a25761271060095461134b61077b565b6113559190612a31565b61135f9190612999565b8211156113a1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161139890612c9b565b60405180910390fd5b5b600f5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16158061143f5750600f5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b801561147757503073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614155b1561155f5760075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611523575060075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b801561153057505f600a54115b1561155e57612710600a54836115469190612a31565b6115509190612999565b905061155d843083611926565b5b5b600b5f9054906101000a900460ff161580156115c7575060075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b801561161a5750600f5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15611678575f61162930610b70565b90506008548110611676575f60056008546116449190612999565b6008546116519190612939565b90508082106116685761166381611a16565b611674565b611673600854611a16565b5b505b505b61168e848483856116899190612cb9565b611926565b50505050565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16036117c7575f6040517fe602df050000000000000000000000000000000000000000000000000000000081526004016117be919061253e565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611837575f6040517f94280d6200000000000000000000000000000000000000000000000000000000815260040161182e919061253e565b60405180910390fd5b8160015f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508015611920578273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161191791906123c4565b60405180910390a35b50505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611996575f6040517f96c6fd1e00000000000000000000000000000000000000000000000000000000815260040161198d919061253e565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611a06575f6040517fec442f050000000000000000000000000000000000000000000000000000000081526004016119fd919061253e565b60405180910390fd5b611a11838383611c66565b505050565b600b5f9054906101000a900460ff1615611a65576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a5c90612d36565b60405180910390fd5b6001600b5f6101000a81548160ff0219169083151502179055505f4790505f6064600a54611a939190612999565b90505f81600d5485611aa59190612a31565b611aaf9190612999565b90505f805f80600c541115611af75784600c5488611acd9190612a31565b611ad79190612999565b9250600283611ae69190612999565b91508183611af49190612cb9565b90505b5f8285611b049190612939565b9050611b0f81611e7f565b5f8747611b1c9190612cb9565b90505f828783611b2c9190612a31565b611b369190612999565b90505f600c541115611b9e575f8183611b4f9190612cb9565b9050611b5b85826120b5565b7fada09296b37f942dad4a0318731be5f9df8af6bf0364ffc08234b0a7d842186184868385604051611b909493929190612d54565b60405180910390a150611bdc565b7fada09296b37f942dad4a0318731be5f9df8af6bf0364ffc08234b0a7d8421861835f8084604051611bd39493929190612dd0565b60405180910390a15b600e5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc8290811502906040515f60405180830381858888f19350505050158015611c40573d5f803e3d5ffd5b505050505050505050505f600b5f6101000a81548160ff02191690831515021790555050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611cb6578060025f828254611caa9190612939565b92505081905550611d84565b5f805f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905081811015611d3f578381836040517fe450d38c000000000000000000000000000000000000000000000000000000008152600401611d3693929190612b00565b60405180910390fd5b8181035f808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550505b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611dcb578060025f8282540392505081905550611e15565b805f808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055505b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051611e7291906123c4565b60405180910390a3505050565b5f600267ffffffffffffffff811115611e9b57611e9a612e13565b5b604051908082528060200260200182016040528015611ec95781602001602082028036833780820191505090505b50905030815f81518110611ee057611edf612e40565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505060065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fa89190612e81565b81600181518110611fbc57611fbb612e40565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506120223060065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1684610fdc565b60065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac947835f8430426040518663ffffffff1660e01b8152600401612084959493929190612f63565b5f604051808303815f87803b15801561209b575f80fd5b505af11580156120ad573d5f803e3d5ffd5b505050505050565b6120e13060065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1684610fdc565b60065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f305d7198230855f8061212b610bed565b426040518863ffffffff1660e01b815260040161214d96959493929190612fbb565b60606040518083038185885af1158015612169573d5f803e3d5ffd5b50505050506040513d601f19601f8201168201806040525081019061218e919061301a565b5050505050565b5f81519050919050565b5f82825260208201905092915050565b5f5b838110156121cc5780820151818401526020810190506121b1565b5f8484015250505050565b5f601f19601f8301169050919050565b5f6121f182612195565b6121fb818561219f565b935061220b8185602086016121af565b612214816121d7565b840191505092915050565b5f6020820190508181035f83015261223781846121e7565b905092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61226c82612243565b9050919050565b61227c81612262565b8114612286575f80fd5b50565b5f8135905061229781612273565b92915050565b5f819050919050565b6122af8161229d565b81146122b9575f80fd5b50565b5f813590506122ca816122a6565b92915050565b5f80604083850312156122e6576122e561223f565b5b5f6122f385828601612289565b9250506020612304858286016122bc565b9150509250929050565b5f8115159050919050565b6123228161230e565b82525050565b5f60208201905061233b5f830184612319565b92915050565b5f819050919050565b5f61236461235f61235a84612243565b612341565b612243565b9050919050565b5f6123758261234a565b9050919050565b5f6123868261236b565b9050919050565b6123968161237c565b82525050565b5f6020820190506123af5f83018461238d565b92915050565b6123be8161229d565b82525050565b5f6020820190506123d75f8301846123b5565b92915050565b5f6123e782612243565b9050919050565b6123f7816123dd565b8114612401575f80fd5b50565b5f81359050612412816123ee565b92915050565b5f6020828403121561242d5761242c61223f565b5b5f61243a84828501612404565b91505092915050565b61244c8161230e565b8114612456575f80fd5b50565b5f8135905061246781612443565b92915050565b5f80604083850312156124835761248261223f565b5b5f61249085828601612289565b92505060206124a185828601612459565b9150509250929050565b5f805f606084860312156124c2576124c161223f565b5b5f6124cf86828701612289565b93505060206124e086828701612289565b92505060406124f1868287016122bc565b9150509250925092565b5f60ff82169050919050565b612510816124fb565b82525050565b5f6020820190506125295f830184612507565b92915050565b61253881612262565b82525050565b5f6020820190506125515f83018461252f565b92915050565b5f806040838503121561256d5761256c61223f565b5b5f61257a85828601612289565b925050602061258b85828601612289565b9150509250929050565b5f602082840312156125aa576125a961223f565b5b5f6125b784828501612289565b91505092915050565b5f80604083850312156125d6576125d561223f565b5b5f6125e3858286016122bc565b92505060206125f4858286016122bc565b9150509250929050565b5f602082840312156126135761261261223f565b5b5f612620848285016122bc565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168061266d57607f821691505b6020821081036126805761267f612629565b5b50919050565b7f54726164696e6720616c7265616479206f70656e0000000000000000000000005f82015250565b5f6126ba60148361219f565b91506126c582612686565b602082019050919050565b5f6020820190508181035f8301526126e7816126ae565b9050919050565b7f4e6f2045544820746f20776974686472617700000000000000000000000000005f82015250565b5f61272260128361219f565b915061272d826126ee565b602082019050919050565b5f6020820190508181035f83015261274f81612716565b9050919050565b5f81905092915050565b50565b5f61276e5f83612756565b915061277982612760565b5f82019050919050565b5f61278d82612763565b9150819050919050565b7f4661696c656420746f2073656e642045746865720000000000000000000000005f82015250565b5f6127cb60148361219f565b91506127d682612797565b602082019050919050565b5f6020820190508181035f8301526127f8816127bf565b9050919050565b5f8151905061280d816122a6565b92915050565b5f602082840312156128285761282761223f565b5b5f612835848285016127ff565b91505092915050565b7f4e6f7420656e6f75676820746f6b656e7320696e20636f6e74726163740000005f82015250565b5f612872601d8361219f565b915061287d8261283e565b602082019050919050565b5f6020820190508181035f83015261289f81612866565b9050919050565b5f6040820190506128b95f83018561252f565b6128c660208301846123b5565b9392505050565b5f815190506128db81612443565b92915050565b5f602082840312156128f6576128f561223f565b5b5f612903848285016128cd565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f6129438261229d565b915061294e8361229d565b92508282019050808211156129665761296561290c565b5b92915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6129a38261229d565b91506129ae8361229d565b9250826129be576129bd61296c565b5b828204905092915050565b7f596f752063616e206f6e6c79206c6f77657220666565730000000000000000005f82015250565b5f6129fd60178361219f565b9150612a08826129c9565b602082019050919050565b5f6020820190508181035f830152612a2a816129f1565b9050919050565b5f612a3b8261229d565b9150612a468361229d565b9250828202612a548161229d565b91508282048414831517612a6b57612a6a61290c565b5b5092915050565b7f536e4c205468726573686f6c64206d7573742062652077697468696e207468655f8201527f20616c6c6f7765642072616e6765000000000000000000000000000000000000602082015250565b5f612acc602e8361219f565b9150612ad782612a72565b604082019050919050565b5f6020820190508181035f830152612af981612ac0565b9050919050565b5f606082019050612b135f83018661252f565b612b2060208301856123b5565b612b2d60408301846123b5565b949350505050565b7f5472616e7366657220616d6f756e74206d7573742062652067726561746572205f8201527f7468616e20300000000000000000000000000000000000000000000000000000602082015250565b5f612b8f60268361219f565b9150612b9a82612b35565b604082019050919050565b5f6020820190508181035f830152612bbc81612b83565b9050919050565b7f54726164696e6720436c6f7365640000000000000000000000000000000000005f82015250565b5f612bf7600e8361219f565b9150612c0282612bc3565b602082019050919050565b5f6020820190508181035f830152612c2481612beb565b9050919050565b7f416d6f756e742065786365656473206d617820707572636861736520616d6f755f8201527f6e742e0000000000000000000000000000000000000000000000000000000000602082015250565b5f612c8560238361219f565b9150612c9082612c2b565b604082019050919050565b5f6020820190508181035f830152612cb281612c79565b9050919050565b5f612cc38261229d565b9150612cce8361229d565b9250828203905081811115612ce657612ce561290c565b5b92915050565b7f43757272656e746c7920696e207377617020616e64206c6971756966790000005f82015250565b5f612d20601d8361219f565b9150612d2b82612cec565b602082019050919050565b5f6020820190508181035f830152612d4d81612d14565b9050919050565b5f608082019050612d675f8301876123b5565b612d7460208301866123b5565b612d8160408301856123b5565b612d8e60608301846123b5565b95945050505050565b5f819050919050565b5f612dba612db5612db084612d97565b612341565b61229d565b9050919050565b612dca81612da0565b82525050565b5f608082019050612de35f8301876123b5565b612df06020830186612dc1565b612dfd6040830185612dc1565b612e0a60608301846123b5565b95945050505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f81519050612e7b81612273565b92915050565b5f60208284031215612e9657612e9561223f565b5b5f612ea384828501612e6d565b91505092915050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b612ede81612262565b82525050565b5f612eef8383612ed5565b60208301905092915050565b5f602082019050919050565b5f612f1182612eac565b612f1b8185612eb6565b9350612f2683612ec6565b805f5b83811015612f56578151612f3d8882612ee4565b9750612f4883612efb565b925050600181019050612f29565b5085935050505092915050565b5f60a082019050612f765f8301886123b5565b612f836020830187612dc1565b8181036040830152612f958186612f07565b9050612fa4606083018561252f565b612fb160808301846123b5565b9695505050505050565b5f60c082019050612fce5f83018961252f565b612fdb60208301886123b5565b612fe86040830187612dc1565b612ff56060830186612dc1565b613002608083018561252f565b61300f60a08301846123b5565b979650505050505050565b5f805f606084860312156130315761303061223f565b5b5f61303e868287016127ff565b935050602061304f868287016127ff565b9250506040613060868287016127ff565b915050925092509256fea2646970667358221220095225cda2532c599669ea0690f92427dfe1392098e519bef083e0ae6447ed5064736f6c63430008140033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d0000000000000000000000000000000000000000000000000000000000000bb8000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c8000000000000000000000000df15848798c7c5b8e43dc29e4ef99d098d295b67
-----Decoded View---------------
Arg [0] : _router (address): 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D
Arg [1] : _buySellTax (uint256): 3000
Arg [2] : __ethFeeInPercent (uint256): 30
Arg [3] : __liquidityFeeInPercent (uint256): 0
Arg [4] : __purchaseLimit (uint256): 200
Arg [5] : _marketingWallet (address): 0xDf15848798c7c5B8e43dC29E4ef99d098d295B67
-----Encoded View---------------
6 Constructor Arguments found :
Arg [0] : 0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000bb8
Arg [2] : 000000000000000000000000000000000000000000000000000000000000001e
Arg [3] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [4] : 00000000000000000000000000000000000000000000000000000000000000c8
Arg [5] : 000000000000000000000000df15848798c7c5b8e43dc29e4ef99d098d295b67
Deployed Bytecode Sourcemap
31819:8481:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16577:91;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;18870:190;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;38573:179;;;;;;;;;;;;;:::i;:::-;;31865:41;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;17679:99;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31986:25;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39626:331;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;39403:215;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;19638:249;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;17530:84;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31913:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39965:332;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;17841:118;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3460:103;;;;;;;;;;;;;:::i;:::-;;32177:30;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2785:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;38024:541;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;16787:95;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;32018:22;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;18164:182;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31948:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;38760:138;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;18409:142;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;38906:489;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3718:220;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;32083:23;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;16577:91;16622:13;16655:5;16648:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16577:91;:::o;18870:190::-;18943:4;18960:13;18976:12;:10;:12::i;:::-;18960:28;;18999:31;19008:5;19015:7;19024:5;18999:8;:31::i;:::-;19048:4;19041:11;;;18870:190;;;;:::o;38573:179::-;2671:13;:11;:13::i;:::-;38637:11:::1;;;;;;;;;;;38636:12;38628:45;;;;;;;;;;;;:::i;:::-;;;;;;;;;38698:4;38684:11;;:18;;;;;;;;;;;;;;;;;;38718:26;38739:4;38718:26;;;;;;:::i;:::-;;;;;;;;38573:179::o:0;31865:41::-;;;;;;;;;;;;;:::o;17679:99::-;17731:7;17758:12;;17751:19;;17679:99;:::o;31986:25::-;;;;:::o;39626:331::-;2671:13;:11;:13::i;:::-;39733:1:::1;39709:21;:25;39701:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;39768:14;39785:21;39768:38;;39818:9;39833:3;:8;;39849:6;39833:27;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;39817:43;;;39879:4;39871:37;;;;;;;;;;;;:::i;:::-;;;;;;;;;39937:3;39924:25;;;39942:6;39924:25;;;;;;:::i;:::-;;;;;;;;39690:267;;39626:331:::0;:::o;39403:215::-;2671:13;:11;:13::i;:::-;39546:8:::1;39514:20;:29;39535:7;39514:29;;;;;;;;;;;;;;;;:40;;;;;;;;;;;;;;;;;;39592:7;39570:40;;;39601:8;39570:40;;;;;;:::i;:::-;;;;;;;;39403:215:::0;;:::o;19638:249::-;19725:4;19742:15;19760:12;:10;:12::i;:::-;19742:30;;19783:37;19799:4;19805:7;19814:5;19783:15;:37::i;:::-;19831:26;19841:4;19847:2;19851:5;19831:9;:26::i;:::-;19875:4;19868:11;;;19638:249;;;;;:::o;17530:84::-;17579:5;17604:2;17597:9;;17530:84;:::o;31913:28::-;;;;;;;;;;;;;:::o;39965:332::-;2671:13;:11;:13::i;:::-;40062:15:::1;40095:5;40080:32;;;40121:4;40080:47;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;40062:65;;40156:1;40146:7;:11;40138:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;40217:5;40202:31;;;40234:2;40238:7;40202:44;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;40277:2;40262:27;;;40281:7;40262:27;;;;;;:::i;:::-;;;;;;;;40051:246;39965:332:::0;;:::o;17841:118::-;17906:7;17933:9;:18;17943:7;17933:18;;;;;;;;;;;;;;;;17926:25;;17841:118;;;:::o;3460:103::-;2671:13;:11;:13::i;:::-;3525:30:::1;3552:1;3525:18;:30::i;:::-;3460:103::o:0;32177:30::-;;;;;;;;;;;;;:::o;2785:87::-;2831:7;2858:6;;;;;;;;;;;2851:13;;2785:87;:::o;38024:541::-;2671:13;:11;:13::i;:::-;38155:23:::1;38208:24;38181;:51;;;;:::i;:::-;38155:77;;38243:30;38289:3;38276:10;;:16;;;;:::i;:::-;38243:49;;38330:22;38311:15;:41;;38303:77;;;;;;;;;;;;:::i;:::-;;;;;;;;;38400:24;38391:6;:33;;;;38450:24;38435:12;:39;;;;38516:3;38498:15;:21;;;;:::i;:::-;38485:10;:34;;;;38535:22;38546:10;;38535:22;;;;;;:::i;:::-;;;;;;;;38144:421;;38024:541:::0;;:::o;16787:95::-;16834:13;16867:7;16860:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16787:95;:::o;32018:22::-;;;;:::o;18164:182::-;18233:4;18250:13;18266:12;:10;:12::i;:::-;18250:28;;18289:27;18299:5;18306:2;18310:5;18289:9;:27::i;:::-;18334:4;18327:11;;;18164:182;;;;:::o;31948:31::-;;;;:::o;38760:138::-;2671:13;:11;:13::i;:::-;38840:6:::1;38824:13;:22;;;;38862:28;38883:6;38862:28;;;;;;:::i;:::-;;;;;;;;38760:138:::0;:::o;18409:142::-;18489:7;18516:11;:18;18528:5;18516:18;;;;;;;;;;;;;;;:27;18535:7;18516:27;;;;;;;;;;;;;;;;18509:34;;18409:142;;;;:::o;38906:489::-;2671:13;:11;:13::i;:::-;38975:26:::1;39004:13;:11;:13::i;:::-;38975:42;;39028:30;39082:5;39061:18;:26;;;;:::i;:::-;39028:59;;39099:30;39157:4;39153:1;39132:18;:22;;;;:::i;:::-;:29;;;;:::i;:::-;39099:62;;39193:22;39183:6;:32;;:68;;;;;39229:22;39219:6;:32;;39183:68;39175:127;;;;;;;;;;;;:::i;:::-;;;;;;;;;39335:6;39313:19;:28;;;;39357:30;39380:6;39357:30;;;;;;:::i;:::-;;;;;;;;38964:431;;;38906:489:::0;:::o;3718:220::-;2671:13;:11;:13::i;:::-;3823:1:::1;3803:22;;:8;:22;;::::0;3799:93:::1;;3877:1;3849:31;;;;;;;;;;;:::i;:::-;;;;;;;;3799:93;3902:28;3921:8;3902:18;:28::i;:::-;3718:220:::0;:::o;32083:23::-;;;;;;;;;;;;;:::o;794:98::-;847:7;874:10;867:17;;794:98;:::o;23705:130::-;23790:37;23799:5;23806:7;23815:5;23822:4;23790:8;:37::i;:::-;23705:130;;;:::o;2950:166::-;3021:12;:10;:12::i;:::-;3010:23;;:7;:5;:7::i;:::-;:23;;;3006:103;;3084:12;:10;:12::i;:::-;3057:40;;;;;;;;;;;:::i;:::-;;;;;;;;3006:103;2950:166::o;25421:487::-;25521:24;25548:25;25558:5;25565:7;25548:9;:25::i;:::-;25521:52;;25608:17;25588:16;:37;25584:317;;25665:5;25646:16;:24;25642:132;;;25725:7;25734:16;25752:5;25698:60;;;;;;;;;;;;;:::i;:::-;;;;;;;;25642:132;25817:57;25826:5;25833:7;25861:5;25842:16;:24;25868:5;25817:8;:57::i;:::-;25584:317;25510:398;25421:487;;;:::o;36513:1503::-;36650:1;36641:6;:10;36633:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;36709:20;:26;36730:4;36709:26;;;;;;;;;;;;;;;;;;;;;;;;;36708:27;:56;;;;36740:20;:24;36761:2;36740:24;;;;;;;;;;;;;;;;;;;;;;;;;36739:25;36708:56;36705:126;;;36789:11;;;;;;;;;;;36781:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;36705:126;36843:17;36889:13;;;;;;;;;;;36881:21;;:4;:21;;;:55;;;;;36920:15;;;;;;;;;;;36906:30;;:2;:30;;;;36881:55;:84;;;;;36941:20;:24;36962:2;36941:24;;;;;;;;;;;;;;;;;;;;;;;;;36940:25;36881:84;36877:210;;;37032:3;37016:13;;37000;:11;:13::i;:::-;:29;;;;:::i;:::-;:35;;;;:::i;:::-;36990:6;:45;;36982:93;;;;;;;;;;;;:::i;:::-;;;;;;;;;36877:210;37104:20;:26;37125:4;37104:26;;;;;;;;;;;;;;;;;;;;;;;;;37103:27;:56;;;;37135:20;:24;37156:2;37135:24;;;;;;;;;;;;;;;;;;;;;;;;;37134:25;37103:56;37102:83;;;;;37180:4;37164:21;;:4;:21;;;;37102:83;37099:319;;;37213:13;;;;;;;;;;;37205:21;;:4;:21;;;:44;;;;37236:13;;;;;;;;;;;37230:19;;:2;:19;;;37205:44;37204:64;;;;;37267:1;37254:10;;:14;37204:64;37201:206;;;37322:3;37309:10;;37300:6;:19;;;;:::i;:::-;:25;;;;:::i;:::-;37288:37;;37344:47;37360:4;37374;37381:9;37344:15;:47::i;:::-;37201:206;37099:319;37435:16;;;;;;;;;;;37434:17;:40;;;;;37461:13;;;;;;;;;;;37455:19;;:2;:19;;;37434:40;:71;;;;;37479:20;:26;37500:4;37479:26;;;;;;;;;;;;;;;;;;;;;;;;;37478:27;37434:71;37430:521;;;37522:15;37540:24;37558:4;37540:9;:24::i;:::-;37522:42;;37593:19;;37582:7;:30;37579:361;;37633:21;37702:1;37680:19;;:23;;;;:::i;:::-;37657:19;;:47;;;;:::i;:::-;37633:71;;37738:13;37727:7;:24;37724:201;;37775:29;37790:13;37775:14;:29::i;:::-;37724:201;;;37870:35;37885:19;;37870:14;:35::i;:::-;37724:201;37614:326;37579:361;37507:444;37430:521;37963:45;37979:4;37985:2;37997:9;37990:6;:16;;;;:::i;:::-;37963:15;:45::i;:::-;36622:1394;36513:1503;;;:::o;4098:191::-;4172:16;4191:6;;;;;;;;;;;4172:25;;4217:8;4208:6;;:17;;;;;;;;;;;;;;;;;;4272:8;4241:40;;4262:8;4241:40;;;;;;;;;;;;4161:128;4098:191;:::o;24686:443::-;24816:1;24799:19;;:5;:19;;;24795:91;;24871:1;24842:32;;;;;;;;;;;:::i;:::-;;;;;;;;24795:91;24919:1;24900:21;;:7;:21;;;24896:92;;24973:1;24945:31;;;;;;;;;;;:::i;:::-;;;;;;;;24896:92;25028:5;24998:11;:18;25010:5;24998:18;;;;;;;;;;;;;;;:27;25017:7;24998:27;;;;;;;;;;;;;;;:35;;;;25048:9;25044:78;;;25095:7;25079:31;;25088:5;25079:31;;;25104:5;25079:31;;;;;;:::i;:::-;;;;;;;;25044:78;24686:443;;;;:::o;20272:316::-;20380:1;20364:18;;:4;:18;;;20360:88;;20433:1;20406:30;;;;;;;;;;;:::i;:::-;;;;;;;;20360:88;20476:1;20462:16;;:2;:16;;;20458:88;;20531:1;20502:32;;;;;;;;;;;:::i;:::-;;;;;;;;20458:88;20556:24;20564:4;20570:2;20574:5;20556:7;:24::i;:::-;20272:316;;;:::o;34290:1254::-;32841:16;;;;;;;;;;;32840:17;32832:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;32921:4;32902:16;;:23;;;;;;;;;;;;;;;;;;34372:22:::1;34397:21;34372:46;;34429:16;34461:3;34448:10;;:16;;;;:::i;:::-;34429:35;;34475:14;34519:8;34510:6;;34492:15;:24;;;;:::i;:::-;:35;;;;:::i;:::-;34475:52;;34538:20;34573:26:::0;34614:22:::1;34672:1:::0;34657:12:::1;;:16;34653:222;;;34738:8;34723:12;;34705:15;:30;;;;:::i;:::-;:41;;;;:::i;:::-;34690:56;;34797:1;34782:12;:16;;;;:::i;:::-;34761:37;;34845:18;34830:12;:33;;;;:::i;:::-;34813:50;;34653:222;34887:14;34913:18;34904:6;:27;;;;:::i;:::-;34887:44;;34942:24;34959:6;34942:16;:24::i;:::-;34977:22;35026:14;35002:21;:38;;;;:::i;:::-;34977:63;;35051:23;35103:6;35094;35077:14;:23;;;;:::i;:::-;:32;;;;:::i;:::-;35051:58;;35149:1;35134:12;;:16;35130:346;;;35167:23;35210:15;35193:14;:32;;;;:::i;:::-;35167:58;;35240:45;35253:14;35269:15;35240:12;:45::i;:::-;35305:74;35322:6;35330:14;35346:15;35363;35305:74;;;;;;;;;:::i;:::-;;;;;;;;35152:239;35130:346;;;35417:47;35434:6;35442:1;35445::::0;35448:15:::1;35417:47;;;;;;;;;:::i;:::-;;;;;;;;35130:346;35494:15;;;;;;;;;;;35486:33;;:50;35520:15;35486:50;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;34359:1185;;;;;;;;;32967:5:::0;32948:16;;:24;;;;;;;;;;;;;;;;;;34290:1254;:::o;20912:1135::-;21018:1;21002:18;;:4;:18;;;20998:552;;21156:5;21140:12;;:21;;;;;;;:::i;:::-;;;;;;;;20998:552;;;21194:19;21216:9;:15;21226:4;21216:15;;;;;;;;;;;;;;;;21194:37;;21264:5;21250:11;:19;21246:117;;;21322:4;21328:11;21341:5;21297:50;;;;;;;;;;;;;:::i;:::-;;;;;;;;21246:117;21518:5;21504:11;:19;21486:9;:15;21496:4;21486:15;;;;;;;;;;;;;;;:37;;;;21179:371;20998:552;21580:1;21566:16;;:2;:16;;;21562:435;;21748:5;21732:12;;:21;;;;;;;;;;;21562:435;;;21965:5;21948:9;:13;21958:2;21948:13;;;;;;;;;;;;;;;;:22;;;;;;;;;;;21562:435;22029:2;22014:25;;22023:4;22014:25;;;22033:5;22014:25;;;;;;:::i;:::-;;;;;;;;20912:1135;;;:::o;35988:517::-;36054:21;36092:1;36078:16;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36054:40;;36123:4;36105;36110:1;36105:7;;;;;;;;:::i;:::-;;;;;;;:23;;;;;;;;;;;36149:15;;;;;;;;;;;:20;;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;36139:4;36144:1;36139:7;;;;;;;;:::i;:::-;;;;;;;:32;;;;;;;;;;;36184:104;36215:4;36244:15;;;;;;;;;;;36276:11;36184:8;:104::i;:::-;36301:15;;;;;;;;;;;:66;;;36382:11;36408:1;36424:4;36451;36471:15;36301:196;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36043:462;35988:517;:::o;35554:426::-;35655:104;35686:4;35715:15;;;;;;;;;;;35747:11;35655:8;:104::i;:::-;35772:15;;;;;;;;;;;:31;;;35811:9;35844:4;35864:11;35890:1;35907;35924:7;:5;:7::i;:::-;35946:15;35772:200;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;35554:426;;:::o;7:99:1:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1430:117::-;1539:1;1536;1529:12;1676:126;1713:7;1753:42;1746:5;1742:54;1731:65;;1676:126;;;:::o;1808:96::-;1845:7;1874:24;1892:5;1874:24;:::i;:::-;1863:35;;1808:96;;;:::o;1910:122::-;1983:24;2001:5;1983:24;:::i;:::-;1976:5;1973:35;1963:63;;2022:1;2019;2012:12;1963:63;1910:122;:::o;2038:139::-;2084:5;2122:6;2109:20;2100:29;;2138:33;2165:5;2138:33;:::i;:::-;2038:139;;;;:::o;2183:77::-;2220:7;2249:5;2238:16;;2183:77;;;:::o;2266:122::-;2339:24;2357:5;2339:24;:::i;:::-;2332:5;2329:35;2319:63;;2378:1;2375;2368:12;2319:63;2266:122;:::o;2394:139::-;2440:5;2478:6;2465:20;2456:29;;2494:33;2521:5;2494:33;:::i;:::-;2394:139;;;;:::o;2539:474::-;2607:6;2615;2664:2;2652:9;2643:7;2639:23;2635:32;2632:119;;;2670:79;;:::i;:::-;2632:119;2790:1;2815:53;2860:7;2851:6;2840:9;2836:22;2815:53;:::i;:::-;2805:63;;2761:117;2917:2;2943:53;2988:7;2979:6;2968:9;2964:22;2943:53;:::i;:::-;2933:63;;2888:118;2539:474;;;;;:::o;3019:90::-;3053:7;3096:5;3089:13;3082:21;3071:32;;3019:90;;;:::o;3115:109::-;3196:21;3211:5;3196:21;:::i;:::-;3191:3;3184:34;3115:109;;:::o;3230:210::-;3317:4;3355:2;3344:9;3340:18;3332:26;;3368:65;3430:1;3419:9;3415:17;3406:6;3368:65;:::i;:::-;3230:210;;;;:::o;3446:60::-;3474:3;3495:5;3488:12;;3446:60;;;:::o;3512:142::-;3562:9;3595:53;3613:34;3622:24;3640:5;3622:24;:::i;:::-;3613:34;:::i;:::-;3595:53;:::i;:::-;3582:66;;3512:142;;;:::o;3660:126::-;3710:9;3743:37;3774:5;3743:37;:::i;:::-;3730:50;;3660:126;;;:::o;3792:153::-;3869:9;3902:37;3933:5;3902:37;:::i;:::-;3889:50;;3792:153;;;:::o;3951:185::-;4065:64;4123:5;4065:64;:::i;:::-;4060:3;4053:77;3951:185;;:::o;4142:276::-;4262:4;4300:2;4289:9;4285:18;4277:26;;4313:98;4408:1;4397:9;4393:17;4384:6;4313:98;:::i;:::-;4142:276;;;;:::o;4424:118::-;4511:24;4529:5;4511:24;:::i;:::-;4506:3;4499:37;4424:118;;:::o;4548:222::-;4641:4;4679:2;4668:9;4664:18;4656:26;;4692:71;4760:1;4749:9;4745:17;4736:6;4692:71;:::i;:::-;4548:222;;;;:::o;4776:104::-;4821:7;4850:24;4868:5;4850:24;:::i;:::-;4839:35;;4776:104;;;:::o;4886:138::-;4967:32;4993:5;4967:32;:::i;:::-;4960:5;4957:43;4947:71;;5014:1;5011;5004:12;4947:71;4886:138;:::o;5030:155::-;5084:5;5122:6;5109:20;5100:29;;5138:41;5173:5;5138:41;:::i;:::-;5030:155;;;;:::o;5191:345::-;5258:6;5307:2;5295:9;5286:7;5282:23;5278:32;5275:119;;;5313:79;;:::i;:::-;5275:119;5433:1;5458:61;5511:7;5502:6;5491:9;5487:22;5458:61;:::i;:::-;5448:71;;5404:125;5191:345;;;;:::o;5542:116::-;5612:21;5627:5;5612:21;:::i;:::-;5605:5;5602:32;5592:60;;5648:1;5645;5638:12;5592:60;5542:116;:::o;5664:133::-;5707:5;5745:6;5732:20;5723:29;;5761:30;5785:5;5761:30;:::i;:::-;5664:133;;;;:::o;5803:468::-;5868:6;5876;5925:2;5913:9;5904:7;5900:23;5896:32;5893:119;;;5931:79;;:::i;:::-;5893:119;6051:1;6076:53;6121:7;6112:6;6101:9;6097:22;6076:53;:::i;:::-;6066:63;;6022:117;6178:2;6204:50;6246:7;6237:6;6226:9;6222:22;6204:50;:::i;:::-;6194:60;;6149:115;5803:468;;;;;:::o;6277:619::-;6354:6;6362;6370;6419:2;6407:9;6398:7;6394:23;6390:32;6387:119;;;6425:79;;:::i;:::-;6387:119;6545:1;6570:53;6615:7;6606:6;6595:9;6591:22;6570:53;:::i;:::-;6560:63;;6516:117;6672:2;6698:53;6743:7;6734:6;6723:9;6719:22;6698:53;:::i;:::-;6688:63;;6643:118;6800:2;6826:53;6871:7;6862:6;6851:9;6847:22;6826:53;:::i;:::-;6816:63;;6771:118;6277:619;;;;;:::o;6902:86::-;6937:7;6977:4;6970:5;6966:16;6955:27;;6902:86;;;:::o;6994:112::-;7077:22;7093:5;7077:22;:::i;:::-;7072:3;7065:35;6994:112;;:::o;7112:214::-;7201:4;7239:2;7228:9;7224:18;7216:26;;7252:67;7316:1;7305:9;7301:17;7292:6;7252:67;:::i;:::-;7112:214;;;;:::o;7332:118::-;7419:24;7437:5;7419:24;:::i;:::-;7414:3;7407:37;7332:118;;:::o;7456:222::-;7549:4;7587:2;7576:9;7572:18;7564:26;;7600:71;7668:1;7657:9;7653:17;7644:6;7600:71;:::i;:::-;7456:222;;;;:::o;7684:474::-;7752:6;7760;7809:2;7797:9;7788:7;7784:23;7780:32;7777:119;;;7815:79;;:::i;:::-;7777:119;7935:1;7960:53;8005:7;7996:6;7985:9;7981:22;7960:53;:::i;:::-;7950:63;;7906:117;8062:2;8088:53;8133:7;8124:6;8113:9;8109:22;8088:53;:::i;:::-;8078:63;;8033:118;7684:474;;;;;:::o;8164:329::-;8223:6;8272:2;8260:9;8251:7;8247:23;8243:32;8240:119;;;8278:79;;:::i;:::-;8240:119;8398:1;8423:53;8468:7;8459:6;8448:9;8444:22;8423:53;:::i;:::-;8413:63;;8369:117;8164:329;;;;:::o;8499:474::-;8567:6;8575;8624:2;8612:9;8603:7;8599:23;8595:32;8592:119;;;8630:79;;:::i;:::-;8592:119;8750:1;8775:53;8820:7;8811:6;8800:9;8796:22;8775:53;:::i;:::-;8765:63;;8721:117;8877:2;8903:53;8948:7;8939:6;8928:9;8924:22;8903:53;:::i;:::-;8893:63;;8848:118;8499:474;;;;;:::o;8979:329::-;9038:6;9087:2;9075:9;9066:7;9062:23;9058:32;9055:119;;;9093:79;;:::i;:::-;9055:119;9213:1;9238:53;9283:7;9274:6;9263:9;9259:22;9238:53;:::i;:::-;9228:63;;9184:117;8979:329;;;;:::o;9314:180::-;9362:77;9359:1;9352:88;9459:4;9456:1;9449:15;9483:4;9480:1;9473:15;9500:320;9544:6;9581:1;9575:4;9571:12;9561:22;;9628:1;9622:4;9618:12;9649:18;9639:81;;9705:4;9697:6;9693:17;9683:27;;9639:81;9767:2;9759:6;9756:14;9736:18;9733:38;9730:84;;9786:18;;:::i;:::-;9730:84;9551:269;9500:320;;;:::o;9826:170::-;9966:22;9962:1;9954:6;9950:14;9943:46;9826:170;:::o;10002:366::-;10144:3;10165:67;10229:2;10224:3;10165:67;:::i;:::-;10158:74;;10241:93;10330:3;10241:93;:::i;:::-;10359:2;10354:3;10350:12;10343:19;;10002:366;;;:::o;10374:419::-;10540:4;10578:2;10567:9;10563:18;10555:26;;10627:9;10621:4;10617:20;10613:1;10602:9;10598:17;10591:47;10655:131;10781:4;10655:131;:::i;:::-;10647:139;;10374:419;;;:::o;10799:168::-;10939:20;10935:1;10927:6;10923:14;10916:44;10799:168;:::o;10973:366::-;11115:3;11136:67;11200:2;11195:3;11136:67;:::i;:::-;11129:74;;11212:93;11301:3;11212:93;:::i;:::-;11330:2;11325:3;11321:12;11314:19;;10973:366;;;:::o;11345:419::-;11511:4;11549:2;11538:9;11534:18;11526:26;;11598:9;11592:4;11588:20;11584:1;11573:9;11569:17;11562:47;11626:131;11752:4;11626:131;:::i;:::-;11618:139;;11345:419;;;:::o;11770:147::-;11871:11;11908:3;11893:18;;11770:147;;;;:::o;11923:114::-;;:::o;12043:398::-;12202:3;12223:83;12304:1;12299:3;12223:83;:::i;:::-;12216:90;;12315:93;12404:3;12315:93;:::i;:::-;12433:1;12428:3;12424:11;12417:18;;12043:398;;;:::o;12447:379::-;12631:3;12653:147;12796:3;12653:147;:::i;:::-;12646:154;;12817:3;12810:10;;12447:379;;;:::o;12832:170::-;12972:22;12968:1;12960:6;12956:14;12949:46;12832:170;:::o;13008:366::-;13150:3;13171:67;13235:2;13230:3;13171:67;:::i;:::-;13164:74;;13247:93;13336:3;13247:93;:::i;:::-;13365:2;13360:3;13356:12;13349:19;;13008:366;;;:::o;13380:419::-;13546:4;13584:2;13573:9;13569:18;13561:26;;13633:9;13627:4;13623:20;13619:1;13608:9;13604:17;13597:47;13661:131;13787:4;13661:131;:::i;:::-;13653:139;;13380:419;;;:::o;13805:143::-;13862:5;13893:6;13887:13;13878:22;;13909:33;13936:5;13909:33;:::i;:::-;13805:143;;;;:::o;13954:351::-;14024:6;14073:2;14061:9;14052:7;14048:23;14044:32;14041:119;;;14079:79;;:::i;:::-;14041:119;14199:1;14224:64;14280:7;14271:6;14260:9;14256:22;14224:64;:::i;:::-;14214:74;;14170:128;13954:351;;;;:::o;14311:179::-;14451:31;14447:1;14439:6;14435:14;14428:55;14311:179;:::o;14496:366::-;14638:3;14659:67;14723:2;14718:3;14659:67;:::i;:::-;14652:74;;14735:93;14824:3;14735:93;:::i;:::-;14853:2;14848:3;14844:12;14837:19;;14496:366;;;:::o;14868:419::-;15034:4;15072:2;15061:9;15057:18;15049:26;;15121:9;15115:4;15111:20;15107:1;15096:9;15092:17;15085:47;15149:131;15275:4;15149:131;:::i;:::-;15141:139;;14868:419;;;:::o;15293:332::-;15414:4;15452:2;15441:9;15437:18;15429:26;;15465:71;15533:1;15522:9;15518:17;15509:6;15465:71;:::i;:::-;15546:72;15614:2;15603:9;15599:18;15590:6;15546:72;:::i;:::-;15293:332;;;;;:::o;15631:137::-;15685:5;15716:6;15710:13;15701:22;;15732:30;15756:5;15732:30;:::i;:::-;15631:137;;;;:::o;15774:345::-;15841:6;15890:2;15878:9;15869:7;15865:23;15861:32;15858:119;;;15896:79;;:::i;:::-;15858:119;16016:1;16041:61;16094:7;16085:6;16074:9;16070:22;16041:61;:::i;:::-;16031:71;;15987:125;15774:345;;;;:::o;16125:180::-;16173:77;16170:1;16163:88;16270:4;16267:1;16260:15;16294:4;16291:1;16284:15;16311:191;16351:3;16370:20;16388:1;16370:20;:::i;:::-;16365:25;;16404:20;16422:1;16404:20;:::i;:::-;16399:25;;16447:1;16444;16440:9;16433:16;;16468:3;16465:1;16462:10;16459:36;;;16475:18;;:::i;:::-;16459:36;16311:191;;;;:::o;16508:180::-;16556:77;16553:1;16546:88;16653:4;16650:1;16643:15;16677:4;16674:1;16667:15;16694:185;16734:1;16751:20;16769:1;16751:20;:::i;:::-;16746:25;;16785:20;16803:1;16785:20;:::i;:::-;16780:25;;16824:1;16814:35;;16829:18;;:::i;:::-;16814:35;16871:1;16868;16864:9;16859:14;;16694:185;;;;:::o;16885:173::-;17025:25;17021:1;17013:6;17009:14;17002:49;16885:173;:::o;17064:366::-;17206:3;17227:67;17291:2;17286:3;17227:67;:::i;:::-;17220:74;;17303:93;17392:3;17303:93;:::i;:::-;17421:2;17416:3;17412:12;17405:19;;17064:366;;;:::o;17436:419::-;17602:4;17640:2;17629:9;17625:18;17617:26;;17689:9;17683:4;17679:20;17675:1;17664:9;17660:17;17653:47;17717:131;17843:4;17717:131;:::i;:::-;17709:139;;17436:419;;;:::o;17861:410::-;17901:7;17924:20;17942:1;17924:20;:::i;:::-;17919:25;;17958:20;17976:1;17958:20;:::i;:::-;17953:25;;18013:1;18010;18006:9;18035:30;18053:11;18035:30;:::i;:::-;18024:41;;18214:1;18205:7;18201:15;18198:1;18195:22;18175:1;18168:9;18148:83;18125:139;;18244:18;;:::i;:::-;18125:139;17909:362;17861:410;;;;:::o;18277:233::-;18417:34;18413:1;18405:6;18401:14;18394:58;18486:16;18481:2;18473:6;18469:15;18462:41;18277:233;:::o;18516:366::-;18658:3;18679:67;18743:2;18738:3;18679:67;:::i;:::-;18672:74;;18755:93;18844:3;18755:93;:::i;:::-;18873:2;18868:3;18864:12;18857:19;;18516:366;;;:::o;18888:419::-;19054:4;19092:2;19081:9;19077:18;19069:26;;19141:9;19135:4;19131:20;19127:1;19116:9;19112:17;19105:47;19169:131;19295:4;19169:131;:::i;:::-;19161:139;;18888:419;;;:::o;19313:442::-;19462:4;19500:2;19489:9;19485:18;19477:26;;19513:71;19581:1;19570:9;19566:17;19557:6;19513:71;:::i;:::-;19594:72;19662:2;19651:9;19647:18;19638:6;19594:72;:::i;:::-;19676;19744:2;19733:9;19729:18;19720:6;19676:72;:::i;:::-;19313:442;;;;;;:::o;19761:225::-;19901:34;19897:1;19889:6;19885:14;19878:58;19970:8;19965:2;19957:6;19953:15;19946:33;19761:225;:::o;19992:366::-;20134:3;20155:67;20219:2;20214:3;20155:67;:::i;:::-;20148:74;;20231:93;20320:3;20231:93;:::i;:::-;20349:2;20344:3;20340:12;20333:19;;19992:366;;;:::o;20364:419::-;20530:4;20568:2;20557:9;20553:18;20545:26;;20617:9;20611:4;20607:20;20603:1;20592:9;20588:17;20581:47;20645:131;20771:4;20645:131;:::i;:::-;20637:139;;20364:419;;;:::o;20789:164::-;20929:16;20925:1;20917:6;20913:14;20906:40;20789:164;:::o;20959:366::-;21101:3;21122:67;21186:2;21181:3;21122:67;:::i;:::-;21115:74;;21198:93;21287:3;21198:93;:::i;:::-;21316:2;21311:3;21307:12;21300:19;;20959:366;;;:::o;21331:419::-;21497:4;21535:2;21524:9;21520:18;21512:26;;21584:9;21578:4;21574:20;21570:1;21559:9;21555:17;21548:47;21612:131;21738:4;21612:131;:::i;:::-;21604:139;;21331:419;;;:::o;21756:222::-;21896:34;21892:1;21884:6;21880:14;21873:58;21965:5;21960:2;21952:6;21948:15;21941:30;21756:222;:::o;21984:366::-;22126:3;22147:67;22211:2;22206:3;22147:67;:::i;:::-;22140:74;;22223:93;22312:3;22223:93;:::i;:::-;22341:2;22336:3;22332:12;22325:19;;21984:366;;;:::o;22356:419::-;22522:4;22560:2;22549:9;22545:18;22537:26;;22609:9;22603:4;22599:20;22595:1;22584:9;22580:17;22573:47;22637:131;22763:4;22637:131;:::i;:::-;22629:139;;22356:419;;;:::o;22781:194::-;22821:4;22841:20;22859:1;22841:20;:::i;:::-;22836:25;;22875:20;22893:1;22875:20;:::i;:::-;22870:25;;22919:1;22916;22912:9;22904:17;;22943:1;22937:4;22934:11;22931:37;;;22948:18;;:::i;:::-;22931:37;22781:194;;;;:::o;22981:179::-;23121:31;23117:1;23109:6;23105:14;23098:55;22981:179;:::o;23166:366::-;23308:3;23329:67;23393:2;23388:3;23329:67;:::i;:::-;23322:74;;23405:93;23494:3;23405:93;:::i;:::-;23523:2;23518:3;23514:12;23507:19;;23166:366;;;:::o;23538:419::-;23704:4;23742:2;23731:9;23727:18;23719:26;;23791:9;23785:4;23781:20;23777:1;23766:9;23762:17;23755:47;23819:131;23945:4;23819:131;:::i;:::-;23811:139;;23538:419;;;:::o;23963:553::-;24140:4;24178:3;24167:9;24163:19;24155:27;;24192:71;24260:1;24249:9;24245:17;24236:6;24192:71;:::i;:::-;24273:72;24341:2;24330:9;24326:18;24317:6;24273:72;:::i;:::-;24355;24423:2;24412:9;24408:18;24399:6;24355:72;:::i;:::-;24437;24505:2;24494:9;24490:18;24481:6;24437:72;:::i;:::-;23963:553;;;;;;;:::o;24522:85::-;24567:7;24596:5;24585:16;;24522:85;;;:::o;24613:158::-;24671:9;24704:61;24722:42;24731:32;24757:5;24731:32;:::i;:::-;24722:42;:::i;:::-;24704:61;:::i;:::-;24691:74;;24613:158;;;:::o;24777:147::-;24872:45;24911:5;24872:45;:::i;:::-;24867:3;24860:58;24777:147;;:::o;24930:585::-;25123:4;25161:3;25150:9;25146:19;25138:27;;25175:71;25243:1;25232:9;25228:17;25219:6;25175:71;:::i;:::-;25256:80;25332:2;25321:9;25317:18;25308:6;25256:80;:::i;:::-;25346;25422:2;25411:9;25407:18;25398:6;25346:80;:::i;:::-;25436:72;25504:2;25493:9;25489:18;25480:6;25436:72;:::i;:::-;24930:585;;;;;;;:::o;25521:180::-;25569:77;25566:1;25559:88;25666:4;25663:1;25656:15;25690:4;25687:1;25680:15;25707:180;25755:77;25752:1;25745:88;25852:4;25849:1;25842:15;25876:4;25873:1;25866:15;25893:143;25950:5;25981:6;25975:13;25966:22;;25997:33;26024:5;25997:33;:::i;:::-;25893:143;;;;:::o;26042:351::-;26112:6;26161:2;26149:9;26140:7;26136:23;26132:32;26129:119;;;26167:79;;:::i;:::-;26129:119;26287:1;26312:64;26368:7;26359:6;26348:9;26344:22;26312:64;:::i;:::-;26302:74;;26258:128;26042:351;;;;:::o;26399:114::-;26466:6;26500:5;26494:12;26484:22;;26399:114;;;:::o;26519:184::-;26618:11;26652:6;26647:3;26640:19;26692:4;26687:3;26683:14;26668:29;;26519:184;;;;:::o;26709:132::-;26776:4;26799:3;26791:11;;26829:4;26824:3;26820:14;26812:22;;26709:132;;;:::o;26847:108::-;26924:24;26942:5;26924:24;:::i;:::-;26919:3;26912:37;26847:108;;:::o;26961:179::-;27030:10;27051:46;27093:3;27085:6;27051:46;:::i;:::-;27129:4;27124:3;27120:14;27106:28;;26961:179;;;;:::o;27146:113::-;27216:4;27248;27243:3;27239:14;27231:22;;27146:113;;;:::o;27295:732::-;27414:3;27443:54;27491:5;27443:54;:::i;:::-;27513:86;27592:6;27587:3;27513:86;:::i;:::-;27506:93;;27623:56;27673:5;27623:56;:::i;:::-;27702:7;27733:1;27718:284;27743:6;27740:1;27737:13;27718:284;;;27819:6;27813:13;27846:63;27905:3;27890:13;27846:63;:::i;:::-;27839:70;;27932:60;27985:6;27932:60;:::i;:::-;27922:70;;27778:224;27765:1;27762;27758:9;27753:14;;27718:284;;;27722:14;28018:3;28011:10;;27419:608;;;27295:732;;;;:::o;28033:831::-;28296:4;28334:3;28323:9;28319:19;28311:27;;28348:71;28416:1;28405:9;28401:17;28392:6;28348:71;:::i;:::-;28429:80;28505:2;28494:9;28490:18;28481:6;28429:80;:::i;:::-;28556:9;28550:4;28546:20;28541:2;28530:9;28526:18;28519:48;28584:108;28687:4;28678:6;28584:108;:::i;:::-;28576:116;;28702:72;28770:2;28759:9;28755:18;28746:6;28702:72;:::i;:::-;28784:73;28852:3;28841:9;28837:19;28828:6;28784:73;:::i;:::-;28033:831;;;;;;;;:::o;28870:807::-;29119:4;29157:3;29146:9;29142:19;29134:27;;29171:71;29239:1;29228:9;29224:17;29215:6;29171:71;:::i;:::-;29252:72;29320:2;29309:9;29305:18;29296:6;29252:72;:::i;:::-;29334:80;29410:2;29399:9;29395:18;29386:6;29334:80;:::i;:::-;29424;29500:2;29489:9;29485:18;29476:6;29424:80;:::i;:::-;29514:73;29582:3;29571:9;29567:19;29558:6;29514:73;:::i;:::-;29597;29665:3;29654:9;29650:19;29641:6;29597:73;:::i;:::-;28870:807;;;;;;;;;:::o;29683:663::-;29771:6;29779;29787;29836:2;29824:9;29815:7;29811:23;29807:32;29804:119;;;29842:79;;:::i;:::-;29804:119;29962:1;29987:64;30043:7;30034:6;30023:9;30019:22;29987:64;:::i;:::-;29977:74;;29933:128;30100:2;30126:64;30182:7;30173:6;30162:9;30158:22;30126:64;:::i;:::-;30116:74;;30071:129;30239:2;30265:64;30321:7;30312:6;30301:9;30297:22;30265:64;:::i;:::-;30255:74;;30210:129;29683:663;;;;;:::o
Swarm Source
ipfs://095225cda2532c599669ea0690f92427dfe1392098e519bef083e0ae6447ed50
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.