Feature Tip: Add private address tag to any address under My Name Tag !
Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 190 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
In Case ETH Gets... | 10939415 | 1643 days ago | IN | 0 ETH | 0.002867 | ||||
In Case Token Ge... | 10939413 | 1643 days ago | IN | 0 ETH | 0.0059908 | ||||
Set_new_ETH_ADDR... | 10399278 | 1726 days ago | IN | 0 ETH | 0.00057017 | ||||
Redeem | 9680453 | 1837 days ago | IN | 0 ETH | 0.00051159 | ||||
Redeem | 9649208 | 1842 days ago | IN | 0 ETH | 0.00051151 | ||||
Redeem | 9620747 | 1846 days ago | IN | 0 ETH | 0.00042626 | ||||
Redeem | 9616183 | 1847 days ago | IN | 0 ETH | 0.00051151 | ||||
Redeem | 9582416 | 1852 days ago | IN | 0 ETH | 0.00013642 | ||||
Redeem | 9544549 | 1858 days ago | IN | 0 ETH | 0.00051151 | ||||
Redeem | 9522167 | 1862 days ago | IN | 0 ETH | 0.00051159 | ||||
Redeem | 9500177 | 1865 days ago | IN | 0 ETH | 0.00051151 | ||||
Redeem | 9496634 | 1865 days ago | IN | 0 ETH | 0.00011084 | ||||
Redeem | 9485663 | 1867 days ago | IN | 0 ETH | 0.00051151 | ||||
Redeem | 9482455 | 1868 days ago | IN | 0 ETH | 0.00051159 | ||||
Redeem | 9481316 | 1868 days ago | IN | 0 ETH | 0.00051144 | ||||
Redeem | 9467189 | 1870 days ago | IN | 0 ETH | 0.00035138 | ||||
Redeem | 9466543 | 1870 days ago | IN | 0 ETH | 0.00051159 | ||||
Redeem | 9466412 | 1870 days ago | IN | 0 ETH | 0.00068212 | ||||
Transfer | 9465465 | 1870 days ago | IN | 1 ETH | 0.00014728 | ||||
Transfer | 9465454 | 1870 days ago | IN | 28 ETH | 0.00014728 | ||||
In Case Token Ge... | 9465416 | 1870 days ago | IN | 0 ETH | 0.00028458 | ||||
In Case Token Ge... | 9465401 | 1870 days ago | IN | 0 ETH | 0.00033204 | ||||
Redeem | 9464674 | 1870 days ago | IN | 0 ETH | 0.01256509 | ||||
Redeem | 9464580 | 1870 days ago | IN | 0 ETH | 0.01268839 | ||||
Redeem | 9458255 | 1871 days ago | IN | 0 ETH | 0.01225406 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Method | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|---|
- | 10939415 | 1643 days ago | 2.4660066 ETH | ||||
- | 9680453 | 1837 days ago | 0.74536793 ETH | ||||
- | 9649208 | 1842 days ago | 0.01325192 ETH | ||||
- | 9620747 | 1846 days ago | 0.13588477 ETH | ||||
- | 9616183 | 1847 days ago | 0.01577609 ETH | ||||
- | 9582416 | 1852 days ago | 1.50787923 ETH | ||||
- | 9544549 | 1858 days ago | 0.408075 ETH | ||||
- | 9522167 | 1862 days ago | 1.06961929 ETH | ||||
- | 9500177 | 1865 days ago | 0.00809839 ETH | ||||
- | 9496634 | 1865 days ago | 0.18436997 ETH | ||||
- | 9485663 | 1867 days ago | 10.55105282 ETH | ||||
- | 9482455 | 1868 days ago | 10.26908141 ETH | ||||
- | 9481316 | 1868 days ago | 0.03912471 ETH | ||||
- | 9467189 | 1870 days ago | 0.26784573 ETH | ||||
- | 9466543 | 1870 days ago | 1.03806709 ETH | ||||
- | 9466412 | 1870 days ago | 0.28049898 ETH | ||||
- | 9458255 | 1871 days ago | 0.02323552 ETH | ||||
- | 9458255 | 1871 days ago | 0.02323552 ETH | ||||
- | 9456098 | 1872 days ago | 0.11812958 ETH | ||||
- | 9456098 | 1872 days ago | 0.11812958 ETH | ||||
- | 9455613 | 1872 days ago | 0.09433966 ETH | ||||
- | 9455613 | 1872 days ago | 0.09433966 ETH | ||||
- | 9454473 | 1872 days ago | 1.52548027 ETH | ||||
- | 9454473 | 1872 days ago | 1.52548027 ETH | ||||
- | 9451490 | 1872 days ago | 1.48 ETH |
Loading...
Loading
Contract Name:
IEther
Compiler Version
v0.5.12+commit.7709ece9
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2020-01-24 */ // File: @openzeppelin\contracts\token\ERC20\IERC20.sol pragma solidity ^0.5.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. Does not include * the optional functions; to access them see {ERC20Detailed}. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves `amount` tokens from the caller's account to `recipient`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address recipient, uint256 amount) external returns (bool); /** * @dev Returns the remaining number of tokens that `spender` will be * allowed to spend on behalf of `owner` through {transferFrom}. This is * zero by default. * * This value changes when {approve} or {transferFrom} are called. */ function allowance(address owner, address spender) external view returns (uint256); /** * @dev Sets `amount` as the allowance of `spender` over the caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 amount) external returns (bool); /** * @dev Moves `amount` tokens from `sender` to `recipient` using the * allowance mechanism. `amount` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transferFrom(address sender, address recipient, uint256 amount) external returns (bool); /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Emitted when the allowance of a `spender` for an `owner` is set by * a call to {approve}. `value` is the new allowance. */ event Approval(address indexed owner, address indexed spender, uint256 value); } // File: @openzeppelin\contracts\GSN\Context.sol pragma solidity ^0.5.0; /* * @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 GSN 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. */ contract Context { // Empty internal constructor, to prevent people from mistakenly deploying // an instance of this contract, which should be used via inheritance. constructor () internal { } // solhint-disable-previous-line no-empty-blocks function _msgSender() internal view returns (address payable) { return msg.sender; } function _msgData() internal view returns (bytes memory) { this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691 return msg.data; } } // File: @openzeppelin\contracts\token\ERC20\ERC20.sol pragma solidity ^0.5.0; /** * @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}. * For a generic mechanism see {ERC20Mintable}. * * TIP: For a detailed writeup see our guide * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How * to implement supply mechanisms]. * * We have followed general OpenZeppelin guidelines: functions revert instead * of 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. * * Finally, the non-standard {decreaseAllowance} and {increaseAllowance} * functions have been added to mitigate the well-known issues around setting * allowances. See {IERC20-approve}. */ contract ERC20 is Context, IERC20 { using SafeMath for uint256; mapping (address => uint256) _balances; mapping (address => mapping (address => uint256)) private _allowances; uint256 _totalSupply; /** * @dev See {IERC20-totalSupply}. */ function totalSupply() public view returns (uint256) { return _totalSupply; } /** * @dev See {IERC20-balanceOf}. */ function balanceOf(address account) public view returns (uint256) { return _balances[account]; } /** * @dev See {IERC20-transfer}. * * Requirements: * * - `recipient` cannot be the zero address. * - the caller must have a balance of at least `amount`. */ function transfer(address recipient, uint256 amount) public returns (bool) { _transfer(_msgSender(), recipient, amount); return true; } /** * @dev See {IERC20-allowance}. */ function allowance(address owner, address spender) public view returns (uint256) { return _allowances[owner][spender]; } /** * @dev See {IERC20-approve}. * * Requirements: * * - `spender` cannot be the zero address. */ function approve(address spender, uint256 amount) public returns (bool) { _approve(_msgSender(), spender, amount); return true; } /** * @dev See {IERC20-transferFrom}. * * Emits an {Approval} event indicating the updated allowance. This is not * required by the EIP. See the note at the beginning of {ERC20}; * * Requirements: * - `sender` and `recipient` cannot be the zero address. * - `sender` must have a balance of at least `amount`. * - the caller must have allowance for `sender`'s tokens of at least * `amount`. */ function transferFrom(address sender, address recipient, uint256 amount) public returns (bool) { _transfer(sender, recipient, amount); _approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance")); return true; } /** * @dev Atomically increases the allowance granted to `spender` by the caller. * * This is an alternative to {approve} that can be used as a mitigation for * problems described in {IERC20-approve}. * * Emits an {Approval} event indicating the updated allowance. * * Requirements: * * - `spender` cannot be the zero address. */ function increaseAllowance(address spender, uint256 addedValue) public returns (bool) { _approve(_msgSender(), spender, _allowances[_msgSender()][spender].add(addedValue)); return true; } /** * @dev Atomically decreases the allowance granted to `spender` by the caller. * * This is an alternative to {approve} that can be used as a mitigation for * problems described in {IERC20-approve}. * * Emits an {Approval} event indicating the updated allowance. * * Requirements: * * - `spender` cannot be the zero address. * - `spender` must have allowance for the caller of at least * `subtractedValue`. */ function decreaseAllowance(address spender, uint256 subtractedValue) public returns (bool) { _approve(_msgSender(), spender, _allowances[_msgSender()][spender].sub(subtractedValue, "ERC20: decreased allowance below zero")); return true; } /** * @dev Moves tokens `amount` from `sender` to `recipient`. * * This is internal function is equivalent to {transfer}, and can be used to * e.g. implement automatic token fees, slashing mechanisms, etc. * * Emits a {Transfer} event. * * Requirements: * * - `sender` cannot be the zero address. * - `recipient` cannot be the zero address. * - `sender` must have a balance of at least `amount`. */ function _transfer(address sender, address recipient, uint256 amount) internal { require(sender != address(0), "ERC20: transfer from the zero address"); require(recipient != address(0), "ERC20: transfer to the zero address"); _balances[sender] = _balances[sender].sub(amount, "ERC20: transfer amount exceeds balance"); _balances[recipient] = _balances[recipient].add(amount); emit Transfer(sender, recipient, amount); } /** @dev Creates `amount` tokens and assigns them to `account`, increasing * the total supply. * * Emits a {Transfer} event with `from` set to the zero address. * * Requirements * * - `to` cannot be the zero address. */ function _mint(address account, uint256 amount) internal { require(account != address(0), "ERC20: mint to the zero address"); _totalSupply = _totalSupply.add(amount); _balances[account] = _balances[account].add(amount); emit Transfer(address(0), account, amount); } /** * @dev Destroys `amount` tokens from `account`, reducing the * total supply. * * Emits a {Transfer} event with `to` set to the zero address. * * Requirements * * - `account` cannot be the zero address. * - `account` must have at least `amount` tokens. */ function _burn(address account, uint256 amount) internal { require(account != address(0), "ERC20: burn from the zero address"); _balances[account] = _balances[account].sub(amount, "ERC20: burn amount exceeds balance"); _totalSupply = _totalSupply.sub(amount); emit Transfer(account, address(0), amount); } /** * @dev Sets `amount` as the allowance of `spender` over the `owner`s tokens. * * This is internal function is equivalent to `approve`, and can be used to * e.g. set automatic allowances for certain subsystems, etc. * * Emits an {Approval} event. * * Requirements: * * - `owner` cannot be the zero address. * - `spender` cannot be the zero address. */ function _approve(address owner, address spender, uint256 amount) internal { require(owner != address(0), "ERC20: approve from the zero address"); require(spender != address(0), "ERC20: approve to the zero address"); _allowances[owner][spender] = amount; emit Approval(owner, spender, amount); } /** * @dev Destroys `amount` tokens from `account`.`amount` is then deducted * from the caller's allowance. * * See {_burn} and {_approve}. */ function _burnFrom(address account, uint256 amount) internal { _burn(account, amount); _approve(account, _msgSender(), _allowances[account][_msgSender()].sub(amount, "ERC20: burn amount exceeds allowance")); } } // File: @openzeppelin\contracts\token\ERC20\ERC20Detailed.sol pragma solidity ^0.5.0; /** * @dev Optional functions from the ERC20 standard. */ contract ERC20Detailed is IERC20 { string private _name; string private _symbol; uint8 private _decimals; /** * @dev Sets the values for `name`, `symbol`, and `decimals`. All three of * these values are immutable: they can only be set once during * construction. */ constructor (string memory name, string memory symbol, uint8 decimals) public { _name = name; _symbol = symbol; _decimals = decimals; } /** * @dev Returns the name of the token. */ function name() public view returns (string memory) { return _name; } /** * @dev Returns the symbol of the token, usually a shorter version of the * name. */ function symbol() public view 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. * * 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 returns (uint8) { return _decimals; } } // File: @openzeppelin\contracts\utils\ReentrancyGuard.sol pragma solidity ^0.5.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are no nested * (reentrant) calls to them. * * Note that because there is a single `nonReentrant` guard, functions marked as * `nonReentrant` may not call one another. This can be worked around by making * those functions `private`, and then adding `external` `nonReentrant` entry * points to them. */ contract ReentrancyGuard { // counter to allow mutex lock with only one SSTORE operation uint256 private _guardCounter; constructor () internal { // The counter starts at one to prevent changing it from zero to a non-zero // value, which is a more expensive operation. _guardCounter = 1; } /** * @dev Prevents a contract from calling itself, directly or indirectly. * Calling a `nonReentrant` function from another `nonReentrant` * function is not supported. It is possible to prevent this from happening * by making the `nonReentrant` function external, and make it call a * `private` function that does the actual work. */ modifier nonReentrant() { _guardCounter += 1; uint256 localCounter = _guardCounter; _; require(localCounter == _guardCounter, "ReentrancyGuard: reentrant call"); } } // File: @openzeppelin\contracts\ownership\Ownable.sol pragma solidity ^0.5.0; /** * @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. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor () internal { _owner = _msgSender(); emit OwnershipTransferred(address(0), _owner); } /** * @dev Returns the address of the current owner. */ function owner() public view returns (address) { return _owner; } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { require(isOwner(), "Ownable: caller is not the owner"); _; } /** * @dev Returns true if the caller is the current owner. */ function isOwner() public view returns (bool) { return _msgSender() == _owner; } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public onlyOwner { emit OwnershipTransferred(_owner, address(0)); _owner = address(0); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public onlyOwner { _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). */ function _transferOwnership(address newOwner) internal { require(newOwner != address(0), "Ownable: new owner is the zero address"); emit OwnershipTransferred(_owner, newOwner); _owner = newOwner; } } // File: @openzeppelin\contracts\math\SafeMath.sol pragma solidity ^0.5.0; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, because programmers usually assume that an overflow raises an * error, which is the standard behavior in high level programming languages. * `SafeMath` restores this intuition by reverting the transaction when an * operation overflows. * * Using this library instead of the unchecked operations eliminates an entire * class of bugs, so it's recommended to use it always. */ library SafeMath { /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requirements: * - Addition cannot overflow. */ function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; require(c >= a, "SafeMath: addition overflow"); return c; } /** * @dev Returns the subtraction of two unsigned integers, reverting on * overflow (when the result is negative). * * Counterpart to Solidity's `-` operator. * * Requirements: * - Subtraction cannot overflow. */ function sub(uint256 a, uint256 b) internal pure returns (uint256) { return sub(a, b, "SafeMath: subtraction overflow"); } /** * @dev Returns the subtraction of two unsigned integers, reverting with custom message on * overflow (when the result is negative). * * Counterpart to Solidity's `-` operator. * * Requirements: * - Subtraction cannot overflow. * * _Available since v2.4.0._ */ function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) { require(b <= a, errorMessage); uint256 c = a - b; return c; } /** * @dev Returns the multiplication of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `*` operator. * * Requirements: * - Multiplication cannot overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { // Gas optimization: this is cheaper than requiring 'a' not being zero, but the // benefit is lost if 'b' is also tested. // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522 if (a == 0) { return 0; } uint256 c = a * b; require(c / a == b, "SafeMath: multiplication overflow"); return c; } /** * @dev Returns the integer division of two unsigned integers. Reverts on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. Note: this function uses a * `revert` opcode (which leaves remaining gas untouched) while Solidity * uses an invalid opcode to revert (consuming all remaining gas). * * Requirements: * - The divisor cannot be zero. */ function div(uint256 a, uint256 b) internal pure returns (uint256) { return div(a, b, "SafeMath: division by zero"); } /** * @dev Returns the integer division of two unsigned integers. Reverts with custom message on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. Note: this function uses a * `revert` opcode (which leaves remaining gas untouched) while Solidity * uses an invalid opcode to revert (consuming all remaining gas). * * Requirements: * - The divisor cannot be zero. * * _Available since v2.4.0._ */ function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) { // Solidity only automatically asserts when dividing by 0 require(b > 0, errorMessage); uint256 c = a / b; // assert(a == b * c + a % b); // There is no case in which this doesn't hold return c; } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * Reverts when dividing by zero. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * - The divisor cannot be zero. */ function mod(uint256 a, uint256 b) internal pure returns (uint256) { return mod(a, b, "SafeMath: modulo by zero"); } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * Reverts with custom message when dividing by zero. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * - The divisor cannot be zero. * * _Available since v2.4.0._ */ function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) { require(b != 0, errorMessage); return a % b; } } // File: node_modules\@openzeppelin\contracts\utils\Address.sol pragma solidity ^0.5.5; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * This test is non-exhaustive, and there may be false-negatives: during the * execution of a contract's constructor, its address will be reported as * not containing a contract. * * IMPORTANT: It is unsafe to assume that an address for which this * function returns false is an externally-owned account (EOA) and not a * contract. */ function isContract(address account) internal view returns (bool) { // This method relies in extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution. // According to EIP-1052, 0x0 is the value returned for not-yet created accounts // and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned // for accounts without code, i.e. `keccak256('')` bytes32 codehash; bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470; // solhint-disable-next-line no-inline-assembly assembly { codehash := extcodehash(account) } return (codehash != 0x0 && codehash != accountHash); } /** * @dev Converts an `address` into `address payable`. Note that this is * simply a type cast: the actual underlying value is not changed. * * _Available since v2.4.0._ */ function toPayable(address account) internal pure returns (address payable) { return address(uint160(account)); } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. * * _Available since v2.4.0._ */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); // solhint-disable-next-line avoid-call-value (bool success, ) = recipient.call.value(amount)(""); require(success, "Address: unable to send value, recipient may have reverted"); } } // File: @openzeppelin\contracts\token\ERC20\SafeERC20.sol pragma solidity ^0.5.0; /** * @title SafeERC20 * @dev Wrappers around ERC20 operations that throw on failure (when the token * contract returns false). Tokens that return no value (and instead revert or * throw on failure) are also supported, non-reverting calls are assumed to be * successful. * To use this library you can add a `using SafeERC20 for ERC20;` statement to your contract, * which allows you to call the safe operations as `token.safeTransfer(...)`, etc. */ library SafeERC20 { using SafeMath for uint256; using Address for address; function safeTransfer(IERC20 token, address to, uint256 value) internal { callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value)); } function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal { callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value)); } function safeApprove(IERC20 token, address spender, uint256 value) internal { // safeApprove should only be called when setting an initial allowance, // or when resetting it to zero. To increase and decrease it, use // 'safeIncreaseAllowance' and 'safeDecreaseAllowance' // solhint-disable-next-line max-line-length require((value == 0) || (token.allowance(address(this), spender) == 0), "SafeERC20: approve from non-zero to non-zero allowance" ); callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value)); } function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal { uint256 newAllowance = token.allowance(address(this), spender).add(value); callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal { uint256 newAllowance = token.allowance(address(this), spender).sub(value, "SafeERC20: decreased allowance below zero"); callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } /** * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement * on the return value: the return value is optional (but if data is returned, it must not be false). * @param token The token targeted by the call. * @param data The call data (encoded using abi.encode or one of its variants). */ function callOptionalReturn(IERC20 token, bytes memory data) private { // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since // we're implementing it ourselves. // A Solidity high level call has three parts: // 1. The target address is checked to verify it contains contract code // 2. The call itself is made, and success asserted // 3. The return value is decoded, which in turn checks the size of the returned data. // solhint-disable-next-line max-line-length require(address(token).isContract(), "SafeERC20: call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = address(token).call(data); require(success, "SafeERC20: low-level call failed"); if (returndata.length > 0) { // Return data is optional // solhint-disable-next-line max-line-length require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed"); } } } pragma solidity >=0.4.24 <0.6.0; contract UniSwap_ETH_CDAIZap { function LetsInvest(address _towhomtoissue, uint256 _minReturn) external payable returns (uint); function Redeem(address payable _towhomtosend, uint256 _amount) external returns (uint); function calcReturnETHFromShares(uint _value) external view returns (uint, uint, uint); function calcReturnSharesFromETH(uint _value) external view returns (uint); function uniBalanceOf(address _owner) external view returns (uint); function cBalanceOf(address _owner) external view returns (uint); function getTokenToEthOutputPrice(uint _tokens) external view returns (uint); function getUniswapExchangeContractAddress() external view returns (address); } // File: contracts\IEther.sol pragma solidity ^0.5.0; contract IEther is ERC20, ERC20Detailed, ReentrancyGuard, Ownable { using SafeERC20 for IERC20; using Address for address; using SafeMath for uint256; uint256 private pool; address public ZAP_ADDRESS; address public ETH_ADDRESS; constructor () public ERC20Detailed("iEther", "iETH", 18) { ZAP_ADDRESS = address(0xB82674CfA16bb28D9b70bEC830fF24BAEC6B1337); ETH_ADDRESS = address(0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE); } function set_new_ZAP_ADDRESS(address _new_ZAP_ADDRESS) public onlyOwner { ZAP_ADDRESS = _new_ZAP_ADDRESS; } function set_new_ETH_ADDRESS(address _new_ETH_ADDRESS) public onlyOwner { ETH_ADDRESS = _new_ETH_ADDRESS; } function() external payable { } // Invest ETH function invest() external payable nonReentrant { require(msg.value > 0, "deposit must be greater than 0"); pool = calcPoolValueInETH().sub(msg.value); // Send tokens via CDAI Zap uint expectedLiquidityTokens = UniSwap_ETH_CDAIZap(ZAP_ADDRESS).LetsInvest.value(msg.value)(address(this), 0); require(expectedLiquidityTokens > 0, "invalid liquidity tokens made available"); // Calculate pool shares uint256 shares = 0; if (pool == 0) { shares = msg.value; pool = msg.value; } else { shares = (msg.value.mul(_totalSupply)).div(pool); } pool = calcPoolValueInETH(); _mint(msg.sender, shares); } // Invest self eth from external profits function investSelf() external nonReentrant onlyOwner { uint balance = address(this).balance; require(balance > 0, "deposit must be greater than 0"); uint expectedLiquidityTokens = UniSwap_ETH_CDAIZap(ZAP_ADDRESS).LetsInvest.value(balance)(address(this), 0); require(expectedLiquidityTokens > 0, "invalid liquidity tokens made available"); pool = calcPoolValueInETH(); } function calcPoolValueInETH() public view returns (uint) { uint totalShares = UniSwap_ETH_CDAIZap(ZAP_ADDRESS).uniBalanceOf(address(this)); uint totalCDAI = UniSwap_ETH_CDAIZap(ZAP_ADDRESS).cBalanceOf(address(this)); uint totalCDAIInETH = 0; if (totalCDAI > 0) { totalCDAIInETH = UniSwap_ETH_CDAIZap(ZAP_ADDRESS).getTokenToEthOutputPrice(totalCDAI); } uint eth = address(this).balance; uint totalSharesInETH = 0; if (totalShares > 0) { (totalSharesInETH,,) = UniSwap_ETH_CDAIZap(ZAP_ADDRESS).calcReturnETHFromShares(totalShares); } return (eth.add(totalSharesInETH).add(totalCDAIInETH)); } function getPricePerFullShare() public view returns (uint) { uint _pool = calcPoolValueInETH(); return _pool.mul(1e18).div(_totalSupply); } // Redeem any invested tokens from the pool function redeem(uint256 _shares) external nonReentrant { require(_shares > 0, "withdraw must be greater than 0"); uint256 ibalance = balanceOf(msg.sender); require(_shares <= ibalance, "insufficient balance"); pool = calcPoolValueInETH(); // Calc eth to redeem before updating balances uint256 ethToRedeem = (pool.mul(_shares)).div(_totalSupply); _balances[msg.sender] = _balances[msg.sender].sub(_shares, "redeem amount exceeds balance"); _totalSupply = _totalSupply.sub(_shares); emit Transfer(msg.sender, address(0), _shares); // Check ETH balance uint256 ethBalance = address(this).balance; if (ethBalance < ethToRedeem) { uint conversionPortion = SafeMath.div(SafeMath.mul(ethToRedeem.sub(ethBalance), 505), 1000); uint tokensToSell = UniSwap_ETH_CDAIZap(ZAP_ADDRESS).calcReturnSharesFromETH(conversionPortion); IERC20(UniSwap_ETH_CDAIZap(ZAP_ADDRESS).getUniswapExchangeContractAddress()).approve(address(ZAP_ADDRESS), tokensToSell); ethToRedeem = UniSwap_ETH_CDAIZap(ZAP_ADDRESS).Redeem(address(this), tokensToSell); } (bool result, ) = msg.sender.call.value(ethToRedeem)(""); require(result, "transfer of ETH failed"); } // incase of half-way error function inCaseTokenGetsStuck(IERC20 _TokenAddress) onlyOwner public { uint qty = _TokenAddress.balanceOf(address(this)); _TokenAddress.transfer(msg.sender, qty); } // incase of half-way error function inCaseETHGetsStuck() onlyOwner public{ (bool result, ) = msg.sender.call.value(address(this).balance)(""); require(result, "transfer of ETH failed"); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","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"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"ETH_ADDRESS","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"ZAP_ADDRESS","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"calcPoolValueInETH","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"getPricePerFullShare","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"inCaseETHGetsStuck","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"contract IERC20","name":"_TokenAddress","type":"address"}],"name":"inCaseTokenGetsStuck","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"invest","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[],"name":"investSelf","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"isOwner","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"_shares","type":"uint256"}],"name":"redeem","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"renounceOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_new_ETH_ADDRESS","type":"address"}],"name":"set_new_ETH_ADDRESS","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_new_ZAP_ADDRESS","type":"address"}],"name":"set_new_ZAP_ADDRESS","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
60806040523480156200001157600080fd5b506040518060400160405280600681526020017f69457468657200000000000000000000000000000000000000000000000000008152506040518060400160405280600481526020017f694554480000000000000000000000000000000000000000000000000000000081525060128260039080519060200190620000989291906200025d565b508160049080519060200190620000b19291906200025d565b5080600560006101000a81548160ff021916908360ff1602179055505050506001600681905550620000e86200025560201b60201c565b600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a373b82674cfa16bb28d9b70bec830ff24baec6b1337600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555073eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506200030c565b600033905090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620002a057805160ff1916838001178555620002d1565b82800160010185558215620002d1579182015b82811115620002d0578251825591602001919060010190620002b3565b5b509050620002e09190620002e4565b5090565b6200030991905b8082111562000305576000816000905550600101620002eb565b5090565b90565b613371806200031c6000396000f3fe6080604052600436106101815760003560e01c806377c7b8fc116100d1578063a9059cbb1161008a578063dd62ed3e11610064578063dd62ed3e146108a9578063e8b5e51f1461092e578063f2fde38b14610938578063f60a15ed1461098957610181565b8063a9059cbb146107d0578063c7ae7af214610843578063db006a751461086e57610181565b806377c7b8fc146105c55780638da5cb5b146105f05780638f32d59b1461064757806395d89b4114610676578063a457c2d714610706578063a734f06e1461077957610181565b80632e8d6e181161013e578063395093511161011857806339509351146104bf5780633990ab4f1461053257806370a0823114610549578063715018a6146105ae57610181565b80632e8d6e18146103e65780632f0f4fef14610437578063313ce5671461048e57610181565b806306fdde0314610183578063095ea7b31461021357806318160ddd14610286578063193f78fc146102b15780631bf9a2981461030257806323b872dd14610353575b005b34801561018f57600080fd5b506101986109a0565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156101d85780820151818401526020810190506101bd565b50505050905090810190601f1680156102055780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561021f57600080fd5b5061026c6004803603604081101561023657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610a42565b604051808215151515815260200191505060405180910390f35b34801561029257600080fd5b5061029b610a60565b6040518082815260200191505060405180910390f35b3480156102bd57600080fd5b50610300600480360360208110156102d457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610a6a565b005b34801561030e57600080fd5b506103516004803603602081101561032557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610b28565b005b34801561035f57600080fd5b506103cc6004803603606081101561037657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610be6565b604051808215151515815260200191505060405180910390f35b3480156103f257600080fd5b506104356004803603602081101561040957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610cbf565b005b34801561044357600080fd5b5061044c610ebc565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561049a57600080fd5b506104a3610ee2565b604051808260ff1660ff16815260200191505060405180910390f35b3480156104cb57600080fd5b50610518600480360360408110156104e257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610ef9565b604051808215151515815260200191505060405180910390f35b34801561053e57600080fd5b50610547610fac565b005b34801561055557600080fd5b506105986004803603602081101561056c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061129d565b6040518082815260200191505060405180910390f35b3480156105ba57600080fd5b506105c36112e5565b005b3480156105d157600080fd5b506105da611420565b6040518082815260200191505060405180910390f35b3480156105fc57600080fd5b50610605611462565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561065357600080fd5b5061065c61148c565b604051808215151515815260200191505060405180910390f35b34801561068257600080fd5b5061068b6114eb565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156106cb5780820151818401526020810190506106b0565b50505050905090810190601f1680156106f85780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561071257600080fd5b5061075f6004803603604081101561072957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061158d565b604051808215151515815260200191505060405180910390f35b34801561078557600080fd5b5061078e61165a565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156107dc57600080fd5b50610829600480360360408110156107f357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611680565b604051808215151515815260200191505060405180910390f35b34801561084f57600080fd5b5061085861169e565b6040518082815260200191505060405180910390f35b34801561087a57600080fd5b506108a76004803603602081101561089157600080fd5b8101908080359060200190929190505050611a3d565b005b3480156108b557600080fd5b50610918600480360360408110156108cc57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506121a2565b6040518082815260200191505060405180910390f35b610936612229565b005b34801561094457600080fd5b506109876004803603602081101561095b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506124f9565b005b34801561099557600080fd5b5061099e61257f565b005b606060038054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610a385780601f10610a0d57610100808354040283529160200191610a38565b820191906000526020600020905b815481529060010190602001808311610a1b57829003601f168201915b5050505050905090565b6000610a56610a4f6126ef565b84846126f7565b6001905092915050565b6000600254905090565b610a7261148c565b610ae4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b610b3061148c565b610ba2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000610bf38484846128ee565b610cb484610bff6126ef565b610caf8560405180606001604052806028815260200161328060289139600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610c656126ef565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612ba49092919063ffffffff16565b6126f7565b600190509392505050565b610cc761148c565b610d39576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60008173ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610db857600080fd5b505afa158015610dcc573d6000803e3d6000fd5b505050506040513d6020811015610de257600080fd5b810190808051906020019092919050505090508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33836040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b158015610e7c57600080fd5b505af1158015610e90573d6000803e3d6000fd5b505050506040513d6020811015610ea657600080fd5b8101908080519060200190929190505050505050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600560009054906101000a900460ff16905090565b6000610fa2610f066126ef565b84610f9d8560016000610f176126ef565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612c6490919063ffffffff16565b6126f7565b6001905092915050565b600160066000828254019250508190555060006006549050610fcc61148c565b61103e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60003073ffffffffffffffffffffffffffffffffffffffff16319050600081116110d0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f6465706f736974206d7573742062652067726561746572207468616e2030000081525060200191505060405180910390fd5b6000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e8c949c3833060006040518463ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001925050506020604051808303818588803b15801561117c57600080fd5b505af1158015611190573d6000803e3d6000fd5b50505050506040513d60208110156111a757600080fd5b8101908080519060200190929190505050905060008111611213576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260278152602001806132f16027913960400191505060405180910390fd5b61121b61169e565b6008819055505050600654811461129a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6112ed61148c565b61135f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60008061142b61169e565b905061145c60025461144e670de0b6b3a764000084612cec90919063ffffffff16565b612d7290919063ffffffff16565b91505090565b6000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166114cf6126ef565b73ffffffffffffffffffffffffffffffffffffffff1614905090565b606060048054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156115835780601f1061155857610100808354040283529160200191611583565b820191906000526020600020905b81548152906001019060200180831161156657829003601f168201915b5050505050905090565b600061165061159a6126ef565b8461164b8560405180606001604052806025815260200161331860259139600160006115c46126ef565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612ba49092919063ffffffff16565b6126f7565b6001905092915050565b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600061169461168d6126ef565b84846128ee565b6001905092915050565b600080600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663299fbfab306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561174057600080fd5b505afa158015611754573d6000803e3d6000fd5b505050506040513d602081101561176a57600080fd5b810190808051906020019092919050505090506000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b1357079306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561181e57600080fd5b505afa158015611832573d6000803e3d6000fd5b505050506040513d602081101561184857600080fd5b810190808051906020019092919050505090506000809050600082111561191a57600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16632640f62c836040518263ffffffff1660e01b81526004018082815260200191505060206040518083038186803b1580156118dc57600080fd5b505afa1580156118f0573d6000803e3d6000fd5b505050506040513d602081101561190657600080fd5b810190808051906020019092919050505090505b60003073ffffffffffffffffffffffffffffffffffffffff1631905060008090506000851115611a0e57600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631ec9becf866040518263ffffffff1660e01b81526004018082815260200191505060606040518083038186803b1580156119b757600080fd5b505afa1580156119cb573d6000803e3d6000fd5b505050506040513d60608110156119e157600080fd5b81019080805190602001909291908051906020019092919080519060200190929190505050905050809150505b611a3383611a258385612c6490919063ffffffff16565b612c6490919063ffffffff16565b9550505050505090565b60016006600082825401925050819055506000600654905060008211611acb576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f7769746864726177206d7573742062652067726561746572207468616e20300081525060200191505060405180910390fd5b6000611ad63361129d565b905080831115611b4e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f696e73756666696369656e742062616c616e636500000000000000000000000081525060200191505060405180910390fd5b611b5661169e565b6008819055506000611b87600254611b7986600854612cec90919063ffffffff16565b612d7290919063ffffffff16565b9050611c11846040518060400160405280601d81526020017f72656465656d20616d6f756e7420657863656564732062616c616e63650000008152506000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612ba49092919063ffffffff16565b6000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550611c6884600254612dbc90919063ffffffff16565b600281905550600073ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef866040518082815260200191505060405180910390a360003073ffffffffffffffffffffffffffffffffffffffff1631905081811015612047576000611d23611d1b611d138486612dbc90919063ffffffff16565b6101f9612cec565b6103e8612d72565b90506000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a6bb5035836040518263ffffffff1660e01b81526004018082815260200191505060206040518083038186803b158015611d9a57600080fd5b505afa158015611dae573d6000803e3d6000fd5b505050506040513d6020811015611dc457600080fd5b81019080805190602001909291905050509050600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166328b228ab6040518163ffffffff1660e01b815260040160206040518083038186803b158015611e3f57600080fd5b505afa158015611e53573d6000803e3d6000fd5b505050506040513d6020811015611e6957600080fd5b810190808051906020019092919050505073ffffffffffffffffffffffffffffffffffffffff1663095ea7b3600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b158015611f2257600080fd5b505af1158015611f36573d6000803e3d6000fd5b505050506040513d6020811015611f4c57600080fd5b810190808051906020019092919050505050600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663222838db30836040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b15801561200757600080fd5b505af115801561201b573d6000803e3d6000fd5b505050506040513d602081101561203157600080fd5b8101908080519060200190929190505050935050505b60003373ffffffffffffffffffffffffffffffffffffffff168360405180600001905060006040518083038185875af1925050503d80600081146120a7576040519150601f19603f3d011682016040523d82523d6000602084013e6120ac565b606091505b5050905080612123576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260168152602001807f7472616e73666572206f6620455448206661696c65640000000000000000000081525060200191505060405180910390fd5b50505050600654811461219e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b5050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600160066000828254019250508190555060006006549050600034116122b7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f6465706f736974206d7573742062652067726561746572207468616e2030000081525060200191505060405180910390fd5b6122d1346122c361169e565b612dbc90919063ffffffff16565b6008819055506000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e8c949c3343060006040518463ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001925050506020604051808303818588803b15801561238357600080fd5b505af1158015612397573d6000803e3d6000fd5b50505050506040513d60208110156123ae57600080fd5b810190808051906020019092919050505090506000811161241a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260278152602001806132f16027913960400191505060405180910390fd5b6000809050600060085414156124395734905034600881905550612465565b61246260085461245460025434612cec90919063ffffffff16565b612d7290919063ffffffff16565b90505b61246d61169e565b60088190555061247d3382612e06565b505060065481146124f6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b50565b61250161148c565b612573576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b61257c81612fc1565b50565b61258761148c565b6125f9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60003373ffffffffffffffffffffffffffffffffffffffff163073ffffffffffffffffffffffffffffffffffffffff163160405180600001905060006040518083038185875af1925050503d8060008114612670576040519150601f19603f3d011682016040523d82523d6000602084013e612675565b606091505b50509050806126ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260168152602001807f7472616e73666572206f6620455448206661696c65640000000000000000000081525060200191505060405180910390fd5b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561277d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806132cd6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612803576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806132176022913960400191505060405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612974576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260258152602001806132a86025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156129fa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806131ce6023913960400191505060405180910390fd5b612a6581604051806060016040528060268152602001613239602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612ba49092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550612af8816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612c6490919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b6000838311158290612c51576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015612c16578082015181840152602081019050612bfb565b50505050905090810190601f168015612c435780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b600080828401905083811015612ce2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600080831415612cff5760009050612d6c565b6000828402905082848281612d1057fe5b0414612d67576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602181526020018061325f6021913960400191505060405180910390fd5b809150505b92915050565b6000612db483836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250613107565b905092915050565b6000612dfe83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250612ba4565b905092915050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612ea9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f45524332303a206d696e7420746f20746865207a65726f20616464726573730081525060200191505060405180910390fd5b612ebe81600254612c6490919063ffffffff16565b600281905550612f15816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612c6490919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415613047576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260268152602001806131f16026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600080831182906131b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561317857808201518184015260208101905061315d565b50505050905090810190601f1680156131a55780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385816131bf57fe5b04905080915050939250505056fe45524332303a207472616e7366657220746f20746865207a65726f20616464726573734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373696e76616c6964206c697175696469747920746f6b656e73206d61646520617661696c61626c6545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa265627a7a723158203e5fc81c6f2fc7addce07bf290e6b4b47f9b7965a3c98a408b655f06b9b4a47c64736f6c634300050c0032
Deployed Bytecode
0x6080604052600436106101815760003560e01c806377c7b8fc116100d1578063a9059cbb1161008a578063dd62ed3e11610064578063dd62ed3e146108a9578063e8b5e51f1461092e578063f2fde38b14610938578063f60a15ed1461098957610181565b8063a9059cbb146107d0578063c7ae7af214610843578063db006a751461086e57610181565b806377c7b8fc146105c55780638da5cb5b146105f05780638f32d59b1461064757806395d89b4114610676578063a457c2d714610706578063a734f06e1461077957610181565b80632e8d6e181161013e578063395093511161011857806339509351146104bf5780633990ab4f1461053257806370a0823114610549578063715018a6146105ae57610181565b80632e8d6e18146103e65780632f0f4fef14610437578063313ce5671461048e57610181565b806306fdde0314610183578063095ea7b31461021357806318160ddd14610286578063193f78fc146102b15780631bf9a2981461030257806323b872dd14610353575b005b34801561018f57600080fd5b506101986109a0565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156101d85780820151818401526020810190506101bd565b50505050905090810190601f1680156102055780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561021f57600080fd5b5061026c6004803603604081101561023657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610a42565b604051808215151515815260200191505060405180910390f35b34801561029257600080fd5b5061029b610a60565b6040518082815260200191505060405180910390f35b3480156102bd57600080fd5b50610300600480360360208110156102d457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610a6a565b005b34801561030e57600080fd5b506103516004803603602081101561032557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610b28565b005b34801561035f57600080fd5b506103cc6004803603606081101561037657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610be6565b604051808215151515815260200191505060405180910390f35b3480156103f257600080fd5b506104356004803603602081101561040957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610cbf565b005b34801561044357600080fd5b5061044c610ebc565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561049a57600080fd5b506104a3610ee2565b604051808260ff1660ff16815260200191505060405180910390f35b3480156104cb57600080fd5b50610518600480360360408110156104e257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610ef9565b604051808215151515815260200191505060405180910390f35b34801561053e57600080fd5b50610547610fac565b005b34801561055557600080fd5b506105986004803603602081101561056c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061129d565b6040518082815260200191505060405180910390f35b3480156105ba57600080fd5b506105c36112e5565b005b3480156105d157600080fd5b506105da611420565b6040518082815260200191505060405180910390f35b3480156105fc57600080fd5b50610605611462565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561065357600080fd5b5061065c61148c565b604051808215151515815260200191505060405180910390f35b34801561068257600080fd5b5061068b6114eb565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156106cb5780820151818401526020810190506106b0565b50505050905090810190601f1680156106f85780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561071257600080fd5b5061075f6004803603604081101561072957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061158d565b604051808215151515815260200191505060405180910390f35b34801561078557600080fd5b5061078e61165a565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156107dc57600080fd5b50610829600480360360408110156107f357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050611680565b604051808215151515815260200191505060405180910390f35b34801561084f57600080fd5b5061085861169e565b6040518082815260200191505060405180910390f35b34801561087a57600080fd5b506108a76004803603602081101561089157600080fd5b8101908080359060200190929190505050611a3d565b005b3480156108b557600080fd5b50610918600480360360408110156108cc57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506121a2565b6040518082815260200191505060405180910390f35b610936612229565b005b34801561094457600080fd5b506109876004803603602081101561095b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506124f9565b005b34801561099557600080fd5b5061099e61257f565b005b606060038054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610a385780601f10610a0d57610100808354040283529160200191610a38565b820191906000526020600020905b815481529060010190602001808311610a1b57829003601f168201915b5050505050905090565b6000610a56610a4f6126ef565b84846126f7565b6001905092915050565b6000600254905090565b610a7261148c565b610ae4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b610b3061148c565b610ba2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000610bf38484846128ee565b610cb484610bff6126ef565b610caf8560405180606001604052806028815260200161328060289139600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610c656126ef565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612ba49092919063ffffffff16565b6126f7565b600190509392505050565b610cc761148c565b610d39576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60008173ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610db857600080fd5b505afa158015610dcc573d6000803e3d6000fd5b505050506040513d6020811015610de257600080fd5b810190808051906020019092919050505090508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33836040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b158015610e7c57600080fd5b505af1158015610e90573d6000803e3d6000fd5b505050506040513d6020811015610ea657600080fd5b8101908080519060200190929190505050505050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600560009054906101000a900460ff16905090565b6000610fa2610f066126ef565b84610f9d8560016000610f176126ef565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612c6490919063ffffffff16565b6126f7565b6001905092915050565b600160066000828254019250508190555060006006549050610fcc61148c565b61103e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60003073ffffffffffffffffffffffffffffffffffffffff16319050600081116110d0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f6465706f736974206d7573742062652067726561746572207468616e2030000081525060200191505060405180910390fd5b6000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e8c949c3833060006040518463ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001925050506020604051808303818588803b15801561117c57600080fd5b505af1158015611190573d6000803e3d6000fd5b50505050506040513d60208110156111a757600080fd5b8101908080519060200190929190505050905060008111611213576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260278152602001806132f16027913960400191505060405180910390fd5b61121b61169e565b6008819055505050600654811461129a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6112ed61148c565b61135f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b60008061142b61169e565b905061145c60025461144e670de0b6b3a764000084612cec90919063ffffffff16565b612d7290919063ffffffff16565b91505090565b6000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166114cf6126ef565b73ffffffffffffffffffffffffffffffffffffffff1614905090565b606060048054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156115835780601f1061155857610100808354040283529160200191611583565b820191906000526020600020905b81548152906001019060200180831161156657829003601f168201915b5050505050905090565b600061165061159a6126ef565b8461164b8560405180606001604052806025815260200161331860259139600160006115c46126ef565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612ba49092919063ffffffff16565b6126f7565b6001905092915050565b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600061169461168d6126ef565b84846128ee565b6001905092915050565b600080600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663299fbfab306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561174057600080fd5b505afa158015611754573d6000803e3d6000fd5b505050506040513d602081101561176a57600080fd5b810190808051906020019092919050505090506000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b1357079306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561181e57600080fd5b505afa158015611832573d6000803e3d6000fd5b505050506040513d602081101561184857600080fd5b810190808051906020019092919050505090506000809050600082111561191a57600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16632640f62c836040518263ffffffff1660e01b81526004018082815260200191505060206040518083038186803b1580156118dc57600080fd5b505afa1580156118f0573d6000803e3d6000fd5b505050506040513d602081101561190657600080fd5b810190808051906020019092919050505090505b60003073ffffffffffffffffffffffffffffffffffffffff1631905060008090506000851115611a0e57600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631ec9becf866040518263ffffffff1660e01b81526004018082815260200191505060606040518083038186803b1580156119b757600080fd5b505afa1580156119cb573d6000803e3d6000fd5b505050506040513d60608110156119e157600080fd5b81019080805190602001909291908051906020019092919080519060200190929190505050905050809150505b611a3383611a258385612c6490919063ffffffff16565b612c6490919063ffffffff16565b9550505050505090565b60016006600082825401925050819055506000600654905060008211611acb576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f7769746864726177206d7573742062652067726561746572207468616e20300081525060200191505060405180910390fd5b6000611ad63361129d565b905080831115611b4e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f696e73756666696369656e742062616c616e636500000000000000000000000081525060200191505060405180910390fd5b611b5661169e565b6008819055506000611b87600254611b7986600854612cec90919063ffffffff16565b612d7290919063ffffffff16565b9050611c11846040518060400160405280601d81526020017f72656465656d20616d6f756e7420657863656564732062616c616e63650000008152506000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612ba49092919063ffffffff16565b6000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550611c6884600254612dbc90919063ffffffff16565b600281905550600073ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef866040518082815260200191505060405180910390a360003073ffffffffffffffffffffffffffffffffffffffff1631905081811015612047576000611d23611d1b611d138486612dbc90919063ffffffff16565b6101f9612cec565b6103e8612d72565b90506000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a6bb5035836040518263ffffffff1660e01b81526004018082815260200191505060206040518083038186803b158015611d9a57600080fd5b505afa158015611dae573d6000803e3d6000fd5b505050506040513d6020811015611dc457600080fd5b81019080805190602001909291905050509050600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166328b228ab6040518163ffffffff1660e01b815260040160206040518083038186803b158015611e3f57600080fd5b505afa158015611e53573d6000803e3d6000fd5b505050506040513d6020811015611e6957600080fd5b810190808051906020019092919050505073ffffffffffffffffffffffffffffffffffffffff1663095ea7b3600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b158015611f2257600080fd5b505af1158015611f36573d6000803e3d6000fd5b505050506040513d6020811015611f4c57600080fd5b810190808051906020019092919050505050600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663222838db30836040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b15801561200757600080fd5b505af115801561201b573d6000803e3d6000fd5b505050506040513d602081101561203157600080fd5b8101908080519060200190929190505050935050505b60003373ffffffffffffffffffffffffffffffffffffffff168360405180600001905060006040518083038185875af1925050503d80600081146120a7576040519150601f19603f3d011682016040523d82523d6000602084013e6120ac565b606091505b5050905080612123576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260168152602001807f7472616e73666572206f6620455448206661696c65640000000000000000000081525060200191505060405180910390fd5b50505050600654811461219e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b5050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600160066000828254019250508190555060006006549050600034116122b7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f6465706f736974206d7573742062652067726561746572207468616e2030000081525060200191505060405180910390fd5b6122d1346122c361169e565b612dbc90919063ffffffff16565b6008819055506000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e8c949c3343060006040518463ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001828152602001925050506020604051808303818588803b15801561238357600080fd5b505af1158015612397573d6000803e3d6000fd5b50505050506040513d60208110156123ae57600080fd5b810190808051906020019092919050505090506000811161241a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260278152602001806132f16027913960400191505060405180910390fd5b6000809050600060085414156124395734905034600881905550612465565b61246260085461245460025434612cec90919063ffffffff16565b612d7290919063ffffffff16565b90505b61246d61169e565b60088190555061247d3382612e06565b505060065481146124f6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b50565b61250161148c565b612573576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b61257c81612fc1565b50565b61258761148c565b6125f9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b60003373ffffffffffffffffffffffffffffffffffffffff163073ffffffffffffffffffffffffffffffffffffffff163160405180600001905060006040518083038185875af1925050503d8060008114612670576040519150601f19603f3d011682016040523d82523d6000602084013e612675565b606091505b50509050806126ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260168152602001807f7472616e73666572206f6620455448206661696c65640000000000000000000081525060200191505060405180910390fd5b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561277d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806132cd6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612803576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806132176022913960400191505060405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612974576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260258152602001806132a86025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156129fa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260238152602001806131ce6023913960400191505060405180910390fd5b612a6581604051806060016040528060268152602001613239602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612ba49092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550612af8816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612c6490919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b6000838311158290612c51576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015612c16578082015181840152602081019050612bfb565b50505050905090810190601f168015612c435780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b600080828401905083811015612ce2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600080831415612cff5760009050612d6c565b6000828402905082848281612d1057fe5b0414612d67576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602181526020018061325f6021913960400191505060405180910390fd5b809150505b92915050565b6000612db483836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250613107565b905092915050565b6000612dfe83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250612ba4565b905092915050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612ea9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f45524332303a206d696e7420746f20746865207a65726f20616464726573730081525060200191505060405180910390fd5b612ebe81600254612c6490919063ffffffff16565b600281905550612f15816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054612c6490919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415613047576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260268152602001806131f16026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600080831182906131b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561317857808201518184015260208101905061315d565b50505050905090810190601f1680156131a55780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385816131bf57fe5b04905080915050939250505056fe45524332303a207472616e7366657220746f20746865207a65726f20616464726573734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373696e76616c6964206c697175696469747920746f6b656e73206d61646520617661696c61626c6545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa265627a7a723158203e5fc81c6f2fc7addce07bf290e6b4b47f9b7965a3c98a408b655f06b9b4a47c64736f6c634300050c0032
Deployed Bytecode Sourcemap
31329:4597:0:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13063:83;;8:9:-1;5:2;;;30:1;27;20:12;5:2;13063:83:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;80:1;75:3;71:11;64:39;52:2;49:1;45:10;40:15;;8:100;;;12:14;13063:83:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6606:152;;8:9:-1;5:2;;;30:1;27;20:12;5:2;6606:152:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;6606:152:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;5627:91;;8:9:-1;5:2;;;30:1;27;20:12;5:2;5627:91:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;31924:117;;8:9:-1;5:2;;;30:1;27;20:12;5:2;31924:117:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;31924:117:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;31801;;8:9:-1;5:2;;;30:1;27;20:12;5:2;31801:117:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;31801:117:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;7230:304;;8:9:-1;5:2;;;30:1;27;20:12;5:2;7230:304:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;7230:304:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;35530:181;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35530:181:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;35530:181:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;31519:26;;8:9:-1;5:2;;;30:1;27;20:12;5:2;31519:26:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;13915:83;;8:9:-1;5:2;;;30:1;27;20:12;5:2;13915:83:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;7943:210;;8:9:-1;5:2;;;30:1;27;20:12;5:2;7943:210:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;7943:210:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;32886:432;;8:9:-1;5:2;;;30:1;27;20:12;5:2;32886:432:0;;;:::i;:::-;;5781:110;;8:9:-1;5:2;;;30:1;27;20:12;5:2;5781:110:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;5781:110:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;17295:140;;8:9:-1;5:2;;;30:1;27;20:12;5:2;17295:140:0;;;:::i;:::-;;33986:152;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33986:152:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;16484:79;;8:9:-1;5:2;;;30:1;27;20:12;5:2;16484:79:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;16850:94;;8:9:-1;5:2;;;30:1;27;20:12;5:2;16850:94:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;13265:87;;8:9:-1;5:2;;;30:1;27;20:12;5:2;13265:87:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;80:1;75:3;71:11;64:39;52:2;49:1;45:10;40:15;;8:100;;;12:14;13265:87:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8656:261;;8:9:-1;5:2;;;30:1;27;20:12;5:2;8656:261:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;8656:261:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;31550:26;;8:9:-1;5:2;;;30:1;27;20:12;5:2;31550:26:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;6104:158;;8:9:-1;5:2;;;30:1;27;20:12;5:2;6104:158:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;6104:158:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;33324:656;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33324:656:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;34191:1302;;8:9:-1;5:2;;;30:1;27;20:12;5:2;34191:1302:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;34191:1302:0;;;;;;;;;;;;;;;;;:::i;:::-;;6325:134;;8:9:-1;5:2;;;30:1;27;20:12;5:2;6325:134:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;6325:134:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;32106:730;;;:::i;:::-;;17590:109;;8:9:-1;5:2;;;30:1;27;20:12;5:2;17590:109:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;17590:109:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;35746:177;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35746:177:0;;;:::i;:::-;;13063:83;13100:13;13133:5;13126:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13063:83;:::o;6606:152::-;6672:4;6689:39;6698:12;:10;:12::i;:::-;6712:7;6721:6;6689:8;:39::i;:::-;6746:4;6739:11;;6606:152;;;;:::o;5627:91::-;5671:7;5698:12;;5691:19;;5627:91;:::o;31924:117::-;16696:9;:7;:9::i;:::-;16688:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32019:16;32005:11;;:30;;;;;;;;;;;;;;;;;;31924:117;:::o;31801:::-;16696:9;:7;:9::i;:::-;16688:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31896:16;31882:11;;:30;;;;;;;;;;;;;;;;;;31801:117;:::o;7230:304::-;7319:4;7336:36;7346:6;7354:9;7365:6;7336:9;:36::i;:::-;7383:121;7392:6;7400:12;:10;:12::i;:::-;7414:89;7452:6;7414:89;;;;;;;;;;;;;;;;;:11;:19;7426:6;7414:19;;;;;;;;;;;;;;;:33;7434:12;:10;:12::i;:::-;7414:33;;;;;;;;;;;;;;;;:37;;:89;;;;;:::i;:::-;7383:8;:121::i;:::-;7522:4;7515:11;;7230:304;;;;;:::o;35530:181::-;16696:9;:7;:9::i;:::-;16688:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35608:8;35619:13;:23;;;35651:4;35619:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35619:38:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;35619:38:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;35619:38:0;;;;;;;;;;;;;;;;35608:49;;35666:13;:22;;;35689:10;35701:3;35666:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35666:39:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;35666:39:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;35666:39:0;;;;;;;;;;;;;;;;;16753:1;35530:181;:::o;31519:26::-;;;;;;;;;;;;;:::o;13915:83::-;13956:5;13981:9;;;;;;;;;;;13974:16;;13915:83;:::o;7943:210::-;8023:4;8040:83;8049:12;:10;:12::i;:::-;8063:7;8072:50;8111:10;8072:11;:25;8084:12;:10;:12::i;:::-;8072:25;;;;;;;;;;;;;;;:34;8098:7;8072:34;;;;;;;;;;;;;;;;:38;;:50;;;;:::i;:::-;8040:8;:83::i;:::-;8141:4;8134:11;;7943:210;;;;:::o;32886:432::-;15412:1;15395:13;;:18;;;;;;;;;;;15424:20;15447:13;;15424:36;;16696:9;:7;:9::i;:::-;16688:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32973:12;32996:4;32988:21;;;32973:36;;33036:1;33026:7;:11;33018:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33081:28;33132:11;;;;;;;;;;;33112:43;;;33162:7;33179:4;33186:1;33112:76;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33112:76:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;33112:76:0;;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;33112:76:0;;;;;;;;;;;;;;;;33081:107;;33231:1;33205:23;:27;33197:79;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33292:20;:18;:20::i;:::-;33285:4;:27;;;;16753:1;;15507:13;;15491:12;:29;15483:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32886:432;:::o;5781:110::-;5838:7;5865:9;:18;5875:7;5865:18;;;;;;;;;;;;;;;;5858:25;;5781:110;;;:::o;17295:140::-;16696:9;:7;:9::i;:::-;16688:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17394:1;17357:40;;17378:6;;;;;;;;;;;17357:40;;;;;;;;;;;;17425:1;17408:6;;:19;;;;;;;;;;;;;;;;;;17295:140::o;33986:152::-;34039:4;34052:10;34065:20;:18;:20::i;:::-;34052:33;;34099;34119:12;;34099:15;34109:4;34099:5;:9;;:15;;;;:::i;:::-;:19;;:33;;;;:::i;:::-;34092:40;;;33986:152;:::o;16484:79::-;16522:7;16549:6;;;;;;;;;;;16542:13;;16484:79;:::o;16850:94::-;16890:4;16930:6;;;;;;;;;;;16914:22;;:12;:10;:12::i;:::-;:22;;;16907:29;;16850:94;:::o;13265:87::-;13304:13;13337:7;13330:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13265:87;:::o;8656:261::-;8741:4;8758:129;8767:12;:10;:12::i;:::-;8781:7;8790:96;8829:15;8790:96;;;;;;;;;;;;;;;;;:11;:25;8802:12;:10;:12::i;:::-;8790:25;;;;;;;;;;;;;;;:34;8816:7;8790:34;;;;;;;;;;;;;;;;:38;;:96;;;;;:::i;:::-;8758:8;:129::i;:::-;8905:4;8898:11;;8656:261;;;;:::o;31550:26::-;;;;;;;;;;;;;:::o;6104:158::-;6173:4;6190:42;6200:12;:10;:12::i;:::-;6214:9;6225:6;6190:9;:42::i;:::-;6250:4;6243:11;;6104:158;;;;:::o;33324:656::-;33375:4;33388:16;33427:11;;;;;;;;;;;33407:45;;;33461:4;33407:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33407:60:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;33407:60:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;33407:60:0;;;;;;;;;;;;;;;;33388:79;;33474:14;33511:11;;;;;;;;;;;33491:43;;;33543:4;33491:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33491:58:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;33491:58:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;33491:58:0;;;;;;;;;;;;;;;;33474:75;;33556:19;33578:1;33556:23;;33602:1;33590:9;:13;33586:121;;;33651:11;;;;;;;;;;;33631:57;;;33689:9;33631:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33631:68:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;33631:68:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;33631:68:0;;;;;;;;;;;;;;;;33614:85;;33586:121;33713:8;33732:4;33724:21;;;33713:32;;33752:21;33776:1;33752:25;;33802:1;33788:11;:15;33784:130;;;33857:11;;;;;;;;;;;33837:56;;;33894:11;33837:69;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33837:69:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;33837:69:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;33837:69:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33814:92;;;;;;;33784:130;33928:45;33958:14;33928:25;33936:16;33928:3;:7;;:25;;;;:::i;:::-;:29;;:45;;;;:::i;:::-;33920:54;;;;;;;33324:656;:::o;34191:1302::-;15412:1;15395:13;;:18;;;;;;;;;;;15424:20;15447:13;;15424:36;;34290:1;34280:7;:11;34272:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34338:16;34357:21;34367:10;34357:9;:21::i;:::-;34338:40;;34406:8;34395:7;:19;;34387:52;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34457:20;:18;:20::i;:::-;34450:4;:27;;;;34540:19;34562:37;34586:12;;34563:17;34572:7;34563:4;;:8;;:17;;;;:::i;:::-;34562:23;;:37;;;;:::i;:::-;34540:59;;34636:67;34662:7;34636:67;;;;;;;;;;;;;;;;;:9;:21;34646:10;34636:21;;;;;;;;;;;;;;;;:25;;:67;;;;;:::i;:::-;34612:9;:21;34622:10;34612:21;;;;;;;;;;;;;;;:91;;;;34727:25;34744:7;34727:12;;:16;;:25;;;;:::i;:::-;34712:12;:40;;;;34797:1;34768:41;;34777:10;34768:41;;;34801:7;34768:41;;;;;;;;;;;;;;;;;;34848:18;34877:4;34869:21;;;34848:42;;34916:11;34903:10;:24;34899:472;;;34940:22;34965:66;34978:46;34991:27;35007:10;34991:11;:15;;:27;;;;:::i;:::-;35020:3;34978:12;:46::i;:::-;35026:4;34965:12;:66::i;:::-;34940:91;;35042:17;35082:11;;;;;;;;;;;35062:56;;;35119:17;35062:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35062:75:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;35062:75:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;35062:75:0;;;;;;;;;;;;;;;;35042:95;;35175:11;;;;;;;;;;;35155:66;;;:68;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35155:68:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;35155:68:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;35155:68:0;;;;;;;;;;;;;;;;35148:84;;;35241:11;;;;;;;;;;;35255:12;35148:120;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35148:120:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;35148:120:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;35148:120:0;;;;;;;;;;;;;;;;;35313:11;;;;;;;;;;;35293:39;;;35341:4;35348:12;35293:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;35293:68:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;35293:68:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;35293:68:0;;;;;;;;;;;;;;;;35279:82;;34899:472;;;35382:11;35399:10;:15;;35421:11;35399:38;;;;;;;;;;;;;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;;35381:56:0;;;35454:6;35446:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15471:1;;;;15507:13;;15491:12;:29;15483:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34191:1302;;:::o;6325:134::-;6397:7;6424:11;:18;6436:5;6424:18;;;;;;;;;;;;;;;:27;6443:7;6424:27;;;;;;;;;;;;;;;;6417:34;;6325:134;;;;:::o;32106:730::-;15412:1;15395:13;;:18;;;;;;;;;;;15424:20;15447:13;;15424:36;;32207:1;32195:9;:13;32187:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32259:35;32284:9;32259:20;:18;:20::i;:::-;:24;;:35;;;;:::i;:::-;32252:4;:42;;;;32338:28;32389:11;;;;;;;;;;;32369:43;;;32419:9;32438:4;32445:1;32369:78;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;32369:78:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;32369:78:0;;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;32369:78:0;;;;;;;;;;;;;;;;32338:109;;32490:1;32464:23;:27;32456:79;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32578:14;32595:1;32578:18;;32617:1;32609:4;;:9;32605:156;;;32640:9;32631:18;;32667:9;32660:4;:16;;;;32605:156;;;32712:39;32746:4;;32713:27;32727:12;;32713:9;:13;;:27;;;;:::i;:::-;32712:33;;:39;;;;:::i;:::-;32703:48;;32605:156;32776:20;:18;:20::i;:::-;32769:4;:27;;;;32805:25;32811:10;32823:6;32805:5;:25::i;:::-;15471:1;;15507:13;;15491:12;:29;15483:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32106:730;:::o;17590:109::-;16696:9;:7;:9::i;:::-;16688:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17663:28;17682:8;17663:18;:28::i;:::-;17590:109;:::o;35746:177::-;16696:9;:7;:9::i;:::-;16688:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35802:11;35819:10;:15;;35849:4;35841:21;;;35819:48;;;;;;;;;;;;;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;;35801:66:0;;;35884:6;35876:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16753:1;35746:177::o;3740:98::-;3785:15;3820:10;3813:17;;3740:98;:::o;11588:338::-;11699:1;11682:19;;:5;:19;;;;11674:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11780:1;11761:21;;:7;:21;;;;11753:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11864:6;11834:11;:18;11846:5;11834:18;;;;;;;;;;;;;;;:27;11853:7;11834:27;;;;;;;;;;;;;;;:36;;;;11902:7;11886:32;;11895:5;11886:32;;;11911:6;11886:32;;;;;;;;;;;;;;;;;;11588:338;;;:::o;9407:471::-;9523:1;9505:20;;:6;:20;;;;9497:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9607:1;9586:23;;:9;:23;;;;9578:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9682;9704:6;9682:71;;;;;;;;;;;;;;;;;:9;:17;9692:6;9682:17;;;;;;;;;;;;;;;;:21;;:71;;;;;:::i;:::-;9662:9;:17;9672:6;9662:17;;;;;;;;;;;;;;;:91;;;;9787:32;9812:6;9787:9;:20;9797:9;9787:20;;;;;;;;;;;;;;;;:24;;:32;;;;:::i;:::-;9764:9;:20;9774:9;9764:20;;;;;;;;;;;;;;;:55;;;;9852:9;9835:35;;9844:6;9835:35;;;9863:6;9835:35;;;;;;;;;;;;;;;;;;9407:471;;;:::o;19883:192::-;19969:7;20002:1;19997;:6;;20005:12;19989:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;80:1;75:3;71:11;64:39;52:2;49:1;45:10;40:15;;8:100;;;12:14;19989:29:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20029:9;20045:1;20041;:5;20029:17;;20066:1;20059:8;;;19883:192;;;;;:::o;18954:181::-;19012:7;19032:9;19048:1;19044;:5;19032:17;;19073:1;19068;:6;;19060:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19126:1;19119:8;;;18954:181;;;;:::o;20326:471::-;20384:7;20634:1;20629;:6;20625:47;;;20659:1;20652:8;;;;20625:47;20684:9;20700:1;20696;:5;20684:17;;20729:1;20724;20720;:5;;;;;;:10;20712:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20788:1;20781:8;;;20326:471;;;;;:::o;21265:132::-;21323:7;21350:39;21354:1;21357;21350:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;21343:46;;21265:132;;;;:::o;19410:136::-;19468:7;19495:43;19499:1;19502;19495:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;19488:50;;19410:136;;;;:::o;10159:308::-;10254:1;10235:21;;:7;:21;;;;10227:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10320:24;10337:6;10320:12;;:16;;:24;;;;:::i;:::-;10305:12;:39;;;;10376:30;10399:6;10376:9;:18;10386:7;10376:18;;;;;;;;;;;;;;;;:22;;:30;;;;:::i;:::-;10355:9;:18;10365:7;10355:18;;;;;;;;;;;;;;;:51;;;;10443:7;10422:37;;10439:1;10422:37;;;10452:6;10422:37;;;;;;;;;;;;;;;;;;10159:308;;:::o;17805:229::-;17899:1;17879:22;;:8;:22;;;;17871:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17989:8;17960:38;;17981:6;;;;;;;;;;;17960:38;;;;;;;;;;;;18018:8;18009:6;;:17;;;;;;;;;;;;;;;;;;17805:229;:::o;21927:345::-;22013:7;22112:1;22108;:5;22115:12;22100:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;80:1;75:3;71:11;64:39;52:2;49:1;45:10;40:15;;8:100;;;12:14;22100:28:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22139:9;22155:1;22151;:5;;;;;;22139:17;;22263:1;22256:8;;;21927:345;;;;;:::o
Swarm Source
bzzr://3e5fc81c6f2fc7addce07bf290e6b4b47f9b7965a3c98a408b655f06b9b4a47c
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 35 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
BSC | 100.00% | $3.47 | 1 | $3.47 |
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.