ERC-721
Overview
Max Total Supply
0 DLF
Holders
389
Market
Volume (24H)
N/A
Min Price (24H)
N/A
Max Price (24H)
N/A
Other Info
Token Contract
Balance
1 DLFLoading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Contract Name:
PandoreDelphi
Compiler Version
v0.8.7+commit.e28d00a7
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
//SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; //*********************************************************************// // --------------------------- custom error ------------------------- // //*********************************************************************// error ITEM_DOES_NOT_EXIST(); contract PandoreDelphi is ERC721, Ownable { /// @notice Total Items. uint256 public constant totalItems = 404; using Counters for Counters.Counter; Counters.Counter private _tokenIds; /** * @notice Constructor **/ constructor() ERC721("PandoreDelphi", "DLF") {} string public constant baseURL = "https://pandore.mypinata.cloud/ipfs/QmZRJNy6y9UmRWUVa5eEGa2vcKZMGv154t9kYfpGMsPBBb/"; string[404] public metadataURL = ['1.json', '2.json', '3.json', '4.json', '5.json','6.json','7.json','8.json','9.json', '10.json','11.json', '12.json', '13.json', '14.json', '15.json', '16.json', '17.json', '18.json', '19.json', '20.json', '21.json', '22.json', '23.json', '24.json', '25.json', '26.json', '27.json', '28.json', '29.json', '30.json', '31.json', '32.json', '33.json', '34.json', '35.json', '36.json', '37.json', '38.json', '39.json', '40.json', '41.json', '42.json', '43.json', '44.json', '45.json', '46.json', '47.json', '48.json', '49.json', '50.json', '51.json', '52.json', '53.json', '54.json', '55.json', '56.json', '57.json', '58.json', '59.json', '60.json', '61.json', '62.json', '63.json', '64.json', '65.json', '66.json', '67.json', '68.json', '69.json', '70.json', '71.json', '72.json', '73.json', '74.json', '75.json', '76.json', '77.json', '78.json', '79.json', '80.json', '81.json', '82.json', '83.json', '84.json', '85.json', '86.json', '87.json', '88.json', '89.json', '90.json', '91.json', '92.json', '93.json', '94.json', '95.json', '96.json', '97.json', '98.json', '99.json', '100.json', '101.json', '102.json', '103.json', '104.json', '105.json', '106.json', '107.json', '108.json', '109.json', '110.json', '111.json', '112.json', '113.json', '114.json', '115.json', '116.json', '117.json', '118.json', '119.json', '120.json', '121.json', '122.json', '123.json', '124.json', '125.json', '126.json', '127.json', '128.json', '129.json', '130.json', '131.json', '132.json', '133.json', '134.json', '135.json', '136.json', '137.json', '138.json', '139.json', '140.json', '141.json', '142.json', '143.json', '144.json', '145.json', '146.json', '147.json', '148.json', '149.json', '150.json', '151.json', '152.json', '153.json', '154.json', '155.json', '156.json', '157.json', '158.json', '159.json', '160.json', '161.json', '162.json', '163.json', '164.json', '165.json', '166.json', '167.json', '168.json', '169.json', '170.json', '171.json', '172.json', '173.json', '174.json', '175.json', '176.json', '177.json', '178.json', '179.json', '180.json', '181.json', '182.json', '183.json', '184.json', '185.json', '186.json', '187.json', '188.json', '189.json', '190.json', '191.json', '192.json', '193.json', '194.json', '195.json', '196.json', '197.json', '198.json', '199.json', '200.json', '201.json', '202.json', '203.json', '204.json', '205.json', '206.json', '207.json', '208.json', '209.json', '210.json', '211.json', '212.json', '213.json', '214.json', '215.json', '216.json', '217.json', '218.json', '219.json', '220.json', '221.json', '222.json', '223.json', '224.json', '225.json', '226.json', '227.json', '228.json', '229.json', '230.json', '231.json', '232.json', '233.json', '234.json', '235.json', '236.json', '237.json', '238.json', '239.json', '240.json', '241.json', '242.json', '243.json', '244.json', '245.json', '246.json', '247.json', '248.json', '249.json', '250.json', '251.json', '252.json', '253.json', '254.json', '255.json', '256.json', '257.json', '258.json', '259.json', '260.json', '261.json', '262.json', '263.json', '264.json', '265.json', '266.json', '267.json', '268.json', '269.json', '270.json', '271.json', '272.json', '273.json', '274.json', '275.json', '276.json', '277.json', '278.json', '279.json', '280.json', '281.json', '282.json', '283.json', '284.json', '285.json', '286.json', '287.json', '288.json', '289.json', '290.json', '291.json', '292.json', '293.json', '294.json', '295.json', '296.json', '297.json', '298.json', '299.json', '300.json', '301.json', '302.json', '303.json', '304.json', '305.json', '306.json', '307.json', '308.json', '309.json', '310.json', '311.json', '312.json', '313.json', '314.json', '315.json', '316.json', '317.json', '318.json', '319.json', '320.json', '321.json', '322.json', '323.json', '324.json', '325.json', '326.json', '327.json', '328.json', '329.json', '330.json', '331.json', '332.json', '333.json', '334.json', '335.json', '336.json', '337.json', '338.json', '339.json', '340.json', '341.json', '342.json', '343.json', '344.json', '345.json', '346.json', '347.json', '348.json', '349.json', '350.json', '351.json', '352.json', '353.json', '354.json', '355.json', '356.json', '357.json', '358.json', '359.json', '360.json', '361.json', '362.json', '363.json', '364.json', '365.json', '366.json', '367.json', '368.json', '369.json', '370.json', '371.json', '372.json', '373.json', '374.json', '375.json', '376.json', '377.json', '378.json', '379.json', '380.json', '381.json', '382.json', '383.json', '384.json', '385.json', '386.json', '387.json', '388.json', '389.json', '390.json', '391.json', '392.json', '393.json', '394.json', '395.json', '396.json', '397.json', '398.json', '399.json', '400.json', '401.json', '402.json', '403.json', '404.json']; function mintItem() external { _tokenIds.increment(); uint id = _tokenIds.current(); if (id > totalItems) { revert ITEM_DOES_NOT_EXIST(); } _mint(msg.sender, id); } /* * @notice returns the tokenURI of the nft * @param _tokenId token id */ function tokenURI(uint256 _tokenId) public view override returns (string memory) { if (!_exists(_tokenId)) { revert ITEM_DOES_NOT_EXIST(); } return string(abi.encodePacked(baseURL, metadataURL[_tokenId-1])); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/Counters.sol) pragma solidity ^0.8.0; /** * @title Counters * @author Matt Condon (@shrugs) * @dev Provides counters that can only be incremented, decremented or reset. This can be used e.g. to track the number * of elements in a mapping, issuing ERC721 ids, or counting request ids. * * Include with `using Counters for Counters.Counter;` */ library Counters { struct Counter { // This variable should never be directly accessed by users of the library: interactions must be restricted to // the library's function. As of Solidity v0.5.2, this cannot be enforced, though there is a proposal to add // this feature: see https://github.com/ethereum/solidity/issues/4637 uint256 _value; // default: 0 } function current(Counter storage counter) internal view returns (uint256) { return counter._value; } function increment(Counter storage counter) internal { unchecked { counter._value += 1; } } function decrement(Counter storage counter) internal { uint256 value = counter._value; require(value > 0, "Counter: decrement overflow"); unchecked { counter._value = value - 1; } } function reset(Counter storage counter) internal { counter._value = 0; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (access/Ownable.sol) pragma solidity ^0.8.0; import "../utils/Context.sol"; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract 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() { _transferOwnership(_msgSender()); } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { require(owner() == _msgSender(), "Ownable: caller is not the owner"); _; } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/ERC721.sol) pragma solidity ^0.8.0; import "./IERC721.sol"; import "./IERC721Receiver.sol"; import "./extensions/IERC721Metadata.sol"; import "../../utils/Address.sol"; import "../../utils/Context.sol"; import "../../utils/Strings.sol"; import "../../utils/introspection/ERC165.sol"; /** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as * {ERC721Enumerable}. */ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata { using Address for address; using Strings for uint256; // Token name string private _name; // Token symbol string private _symbol; // Mapping from token ID to owner address mapping(uint256 => address) private _owners; // Mapping owner address to token count mapping(address => uint256) private _balances; // Mapping from token ID to approved address mapping(uint256 => address) private _tokenApprovals; // Mapping from owner to operator approvals mapping(address => mapping(address => bool)) private _operatorApprovals; /** * @dev Initializes the contract by setting a `name` and a `symbol` to the token collection. */ constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; } /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IERC721).interfaceId || interfaceId == type(IERC721Metadata).interfaceId || super.supportsInterface(interfaceId); } /** * @dev See {IERC721-balanceOf}. */ function balanceOf(address owner) public view virtual override returns (uint256) { require(owner != address(0), "ERC721: balance query for the zero address"); return _balances[owner]; } /** * @dev See {IERC721-ownerOf}. */ function ownerOf(uint256 tokenId) public view virtual override returns (address) { address owner = _owners[tokenId]; require(owner != address(0), "ERC721: owner query for nonexistent token"); return owner; } /** * @dev See {IERC721Metadata-name}. */ function name() public view virtual override returns (string memory) { return _name; } /** * @dev See {IERC721Metadata-symbol}. */ function symbol() public view virtual override returns (string memory) { return _symbol; } /** * @dev See {IERC721Metadata-tokenURI}. */ function tokenURI(uint256 tokenId) public view virtual override returns (string memory) { require(_exists(tokenId), "ERC721Metadata: URI query for nonexistent token"); string memory baseURI = _baseURI(); return bytes(baseURI).length > 0 ? string(abi.encodePacked(baseURI, tokenId.toString())) : ""; } /** * @dev Base URI for computing {tokenURI}. If set, the resulting URI for each * token will be the concatenation of the `baseURI` and the `tokenId`. Empty * by default, can be overridden in child contracts. */ function _baseURI() internal view virtual returns (string memory) { return ""; } /** * @dev See {IERC721-approve}. */ function approve(address to, uint256 tokenId) public virtual override { address owner = ERC721.ownerOf(tokenId); require(to != owner, "ERC721: approval to current owner"); require( _msgSender() == owner || isApprovedForAll(owner, _msgSender()), "ERC721: approve caller is not owner nor approved for all" ); _approve(to, tokenId); } /** * @dev See {IERC721-getApproved}. */ function getApproved(uint256 tokenId) public view virtual override returns (address) { require(_exists(tokenId), "ERC721: approved query for nonexistent token"); return _tokenApprovals[tokenId]; } /** * @dev See {IERC721-setApprovalForAll}. */ function setApprovalForAll(address operator, bool approved) public virtual override { _setApprovalForAll(_msgSender(), operator, approved); } /** * @dev See {IERC721-isApprovedForAll}. */ function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) { return _operatorApprovals[owner][operator]; } /** * @dev See {IERC721-transferFrom}. */ function transferFrom( address from, address to, uint256 tokenId ) public virtual override { //solhint-disable-next-line max-line-length require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved"); _transfer(from, to, tokenId); } /** * @dev See {IERC721-safeTransferFrom}. */ function safeTransferFrom( address from, address to, uint256 tokenId ) public virtual override { safeTransferFrom(from, to, tokenId, ""); } /** * @dev See {IERC721-safeTransferFrom}. */ function safeTransferFrom( address from, address to, uint256 tokenId, bytes memory _data ) public virtual override { require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved"); _safeTransfer(from, to, tokenId, _data); } /** * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients * are aware of the ERC721 protocol to prevent tokens from being forever locked. * * `_data` is additional data, it has no specified format and it is sent in call to `to`. * * This internal function is equivalent to {safeTransferFrom}, and can be used to e.g. * implement alternative mechanisms to perform token transfer, such as signature-based. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function _safeTransfer( address from, address to, uint256 tokenId, bytes memory _data ) internal virtual { _transfer(from, to, tokenId); require(_checkOnERC721Received(from, to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer"); } /** * @dev Returns whether `tokenId` exists. * * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}. * * Tokens start existing when they are minted (`_mint`), * and stop existing when they are burned (`_burn`). */ function _exists(uint256 tokenId) internal view virtual returns (bool) { return _owners[tokenId] != address(0); } /** * @dev Returns whether `spender` is allowed to manage `tokenId`. * * Requirements: * * - `tokenId` must exist. */ function _isApprovedOrOwner(address spender, uint256 tokenId) internal view virtual returns (bool) { require(_exists(tokenId), "ERC721: operator query for nonexistent token"); address owner = ERC721.ownerOf(tokenId); return (spender == owner || isApprovedForAll(owner, spender) || getApproved(tokenId) == spender); } /** * @dev Safely mints `tokenId` and transfers it to `to`. * * Requirements: * * - `tokenId` must not exist. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function _safeMint(address to, uint256 tokenId) internal virtual { _safeMint(to, tokenId, ""); } /** * @dev Same as {xref-ERC721-_safeMint-address-uint256-}[`_safeMint`], with an additional `data` parameter which is * forwarded in {IERC721Receiver-onERC721Received} to contract recipients. */ function _safeMint( address to, uint256 tokenId, bytes memory _data ) internal virtual { _mint(to, tokenId); require( _checkOnERC721Received(address(0), to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer" ); } /** * @dev Mints `tokenId` and transfers it to `to`. * * WARNING: Usage of this method is discouraged, use {_safeMint} whenever possible * * Requirements: * * - `tokenId` must not exist. * - `to` cannot be the zero address. * * Emits a {Transfer} event. */ function _mint(address to, uint256 tokenId) internal virtual { require(to != address(0), "ERC721: mint to the zero address"); require(!_exists(tokenId), "ERC721: token already minted"); _beforeTokenTransfer(address(0), to, tokenId); _balances[to] += 1; _owners[tokenId] = to; emit Transfer(address(0), to, tokenId); _afterTokenTransfer(address(0), to, tokenId); } /** * @dev Destroys `tokenId`. * The approval is cleared when the token is burned. * * Requirements: * * - `tokenId` must exist. * * Emits a {Transfer} event. */ function _burn(uint256 tokenId) internal virtual { address owner = ERC721.ownerOf(tokenId); _beforeTokenTransfer(owner, address(0), tokenId); // Clear approvals _approve(address(0), tokenId); _balances[owner] -= 1; delete _owners[tokenId]; emit Transfer(owner, address(0), tokenId); _afterTokenTransfer(owner, address(0), tokenId); } /** * @dev Transfers `tokenId` from `from` to `to`. * As opposed to {transferFrom}, this imposes no restrictions on msg.sender. * * Requirements: * * - `to` cannot be the zero address. * - `tokenId` token must be owned by `from`. * * Emits a {Transfer} event. */ function _transfer( address from, address to, uint256 tokenId ) internal virtual { require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer from incorrect owner"); require(to != address(0), "ERC721: transfer to the zero address"); _beforeTokenTransfer(from, to, tokenId); // Clear approvals from the previous owner _approve(address(0), tokenId); _balances[from] -= 1; _balances[to] += 1; _owners[tokenId] = to; emit Transfer(from, to, tokenId); _afterTokenTransfer(from, to, tokenId); } /** * @dev Approve `to` to operate on `tokenId` * * Emits a {Approval} event. */ function _approve(address to, uint256 tokenId) internal virtual { _tokenApprovals[tokenId] = to; emit Approval(ERC721.ownerOf(tokenId), to, tokenId); } /** * @dev Approve `operator` to operate on all of `owner` tokens * * Emits a {ApprovalForAll} event. */ function _setApprovalForAll( address owner, address operator, bool approved ) internal virtual { require(owner != operator, "ERC721: approve to caller"); _operatorApprovals[owner][operator] = approved; emit ApprovalForAll(owner, operator, approved); } /** * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address. * The call is not executed if the target address is not a contract. * * @param from address representing the previous owner of the given token ID * @param to target address that will receive the tokens * @param tokenId uint256 ID of the token to be transferred * @param _data bytes optional data to send along with the call * @return bool whether the call correctly returned the expected magic value */ function _checkOnERC721Received( address from, address to, uint256 tokenId, bytes memory _data ) private returns (bool) { if (to.isContract()) { try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) { return retval == IERC721Receiver.onERC721Received.selector; } catch (bytes memory reason) { if (reason.length == 0) { revert("ERC721: transfer to non ERC721Receiver implementer"); } else { assembly { revert(add(32, reason), mload(reason)) } } } } else { return true; } } /** * @dev Hook that is called before any token transfer. This includes minting * and burning. * * Calling conditions: * * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be * transferred to `to`. * - When `from` is zero, `tokenId` will be minted for `to`. * - When `to` is zero, ``from``'s `tokenId` will be burned. * - `from` and `to` are never both zero. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _beforeTokenTransfer( address from, address to, uint256 tokenId ) internal virtual {} /** * @dev Hook that is called after any transfer of tokens. This includes * minting and burning. * * Calling conditions: * * - when `from` and `to` are both non-zero. * - `from` and `to` are never both zero. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _afterTokenTransfer( address from, address to, uint256 tokenId ) internal virtual {} }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol) pragma solidity ^0.8.0; import "./IERC165.sol"; /** * @dev Implementation of the {IERC165} interface. * * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check * for the additional interface id that will be supported. For example: * * ```solidity * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { * return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); * } * ``` * * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation. */ abstract contract ERC165 is IERC165 { /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(IERC165).interfaceId; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/Strings.sol) pragma solidity ^0.8.0; /** * @dev String operations. */ library Strings { bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef"; /** * @dev Converts a `uint256` to its ASCII `string` decimal representation. */ function toString(uint256 value) internal pure returns (string memory) { // Inspired by OraclizeAPI's implementation - MIT licence // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol if (value == 0) { return "0"; } uint256 temp = value; uint256 digits; while (temp != 0) { digits++; temp /= 10; } bytes memory buffer = new bytes(digits); while (value != 0) { digits -= 1; buffer[digits] = bytes1(uint8(48 + uint256(value % 10))); value /= 10; } return string(buffer); } /** * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation. */ function toHexString(uint256 value) internal pure returns (string memory) { if (value == 0) { return "0x00"; } uint256 temp = value; uint256 length = 0; while (temp != 0) { length++; temp >>= 8; } return toHexString(value, length); } /** * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length. */ function toHexString(uint256 value, uint256 length) internal pure returns (string memory) { bytes memory buffer = new bytes(2 * length + 2); buffer[0] = "0"; buffer[1] = "x"; for (uint256 i = 2 * length + 1; i > 1; --i) { buffer[i] = _HEX_SYMBOLS[value & 0xf]; value >>= 4; } require(value == 0, "Strings: hex length insufficient"); return string(buffer); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity ^0.8.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 meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.5.0) (utils/Address.sol) pragma solidity ^0.8.1; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== * * [IMPORTANT] * ==== * You shouldn't rely on `isContract` to protect against flash loan attacks! * * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract * constructor. * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize/address.code.length, which returns 0 // for contracts in construction, since the code is only stored at the end // of the constructor execution. return account.code.length > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); (bool success, ) = recipient.call{value: amount}(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain `call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value ) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value, string memory errorMessage ) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); require(isContract(target), "Address: call to non-contract"); (bool success, bytes memory returndata) = target.call{value: value}(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall( address target, bytes memory data, string memory errorMessage ) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason using the provided one. * * _Available since v4.3._ */ function verifyCallResult( bool success, bytes memory returndata, string memory errorMessage ) internal pure returns (bytes memory) { if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol) pragma solidity ^0.8.0; import "../IERC721.sol"; /** * @title ERC-721 Non-Fungible Token Standard, optional metadata extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ interface IERC721Metadata is IERC721 { /** * @dev Returns the token collection name. */ function name() external view returns (string memory); /** * @dev Returns the token collection symbol. */ function symbol() external view returns (string memory); /** * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token. */ function tokenURI(uint256 tokenId) external view returns (string memory); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721Receiver.sol) pragma solidity ^0.8.0; /** * @title ERC721 token receiver interface * @dev Interface for any contract that wants to support safeTransfers * from ERC721 asset contracts. */ interface IERC721Receiver { /** * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom} * by `operator` from `from`, this function is called. * * It must return its Solidity selector to confirm the token transfer. * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted. * * The selector can be obtained in Solidity with `IERC721Receiver.onERC721Received.selector`. */ function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721.sol) pragma solidity ^0.8.0; import "../../utils/introspection/IERC165.sol"; /** * @dev Required interface of an ERC721 compliant contract. */ interface IERC721 is IERC165 { /** * @dev Emitted when `tokenId` token is transferred from `from` to `to`. */ event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token. */ event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets. */ event ApprovalForAll(address indexed owner, address indexed operator, bool approved); /** * @dev Returns the number of tokens in ``owner``'s account. */ function balanceOf(address owner) external view returns (uint256 balance); /** * @dev Returns the owner of the `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function ownerOf(uint256 tokenId) external view returns (address owner); /** * @dev Safely transfers `tokenId` token from `from` to `to`. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId, bytes calldata data ) external; /** * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients * are aware of the ERC721 protocol to prevent tokens from being forever locked. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Transfers `tokenId` token from `from` to `to`. * * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Gives permission to `to` to transfer `tokenId` token to another account. * The approval is cleared when the token is transferred. * * Only a single account can be approved at a time, so approving the zero address clears previous approvals. * * Requirements: * * - The caller must own the token or be an approved operator. * - `tokenId` must exist. * * Emits an {Approval} event. */ function approve(address to, uint256 tokenId) external; /** * @dev Approve or remove `operator` as an operator for the caller. * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller. * * Requirements: * * - The `operator` cannot be the caller. * * Emits an {ApprovalForAll} event. */ function setApprovalForAll(address operator, bool _approved) external; /** * @dev Returns the account approved for `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function getApproved(uint256 tokenId) external view returns (address operator); /** * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`. * * See {setApprovalForAll} */ function isApprovedForAll(address owner, address operator) external view returns (bool); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can then be * queried by others ({ERC165Checker}). * * For an implementation, see {ERC165}. */ interface IERC165 { /** * @dev Returns true if this contract implements the interface defined by * `interfaceId`. See the corresponding * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] * to learn more about how these ids are created. * * This function call must use less than 30 000 gas. */ function supportsInterface(bytes4 interfaceId) external view returns (bool); }
{ "optimizer": { "enabled": false, "runs": 200 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ITEM_DOES_NOT_EXIST","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","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":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseURL","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"metadataURL","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"mintItem","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalItems","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
60806040526040518061328001604052806040518060400160405280600681526020017f312e6a736f6e000000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600681526020017f322e6a736f6e000000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600681526020017f332e6a736f6e000000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600681526020017f342e6a736f6e000000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600681526020017f352e6a736f6e000000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600681526020017f362e6a736f6e000000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600681526020017f372e6a736f6e000000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600681526020017f382e6a736f6e000000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600681526020017f392e6a736f6e000000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f31302e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f31312e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f31322e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f31332e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f31342e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f31352e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f31362e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f31372e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f31382e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f31392e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f32302e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f32312e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f32322e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f32332e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f32342e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f32352e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f32362e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f32372e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f32382e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f32392e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f33302e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f33312e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f33322e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f33332e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f33342e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f33352e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f33362e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f33372e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f33382e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f33392e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f34302e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f34312e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f34322e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f34332e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f34342e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f34352e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f34362e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f34372e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f34382e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f34392e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f35302e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f35312e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f35322e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f35332e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f35342e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f35352e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f35362e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f35372e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f35382e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f35392e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f36302e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f36312e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f36322e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f36332e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f36342e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f36352e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f36362e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f36372e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f36382e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f36392e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f37302e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f37312e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f37322e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f37332e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f37342e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f37352e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f37362e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f37372e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f37382e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f37392e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f38302e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f38312e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f38322e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f38332e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f38342e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f38352e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f38362e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f38372e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f38382e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f38392e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f39302e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f39312e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f39322e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f39332e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f39342e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f39352e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f39362e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f39372e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f39382e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600781526020017f39392e6a736f6e0000000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3130302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3130312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3130322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3130332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3130342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3130352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3130362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3130372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3130382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3130392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3131302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3131312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3131322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3131332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3131342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3131352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3131362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3131372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3131382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3131392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3132302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3132312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3132322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3132332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3132342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3132352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3132362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3132372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3132382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3132392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3133302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3133312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3133322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3133332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3133342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3133352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3133362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3133372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3133382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3133392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3134302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3134312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3134322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3134332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3134342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3134352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3134362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3134372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3134382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3134392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3135302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3135312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3135322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3135332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3135342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3135352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3135362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3135372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3135382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3135392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3136302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3136312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3136322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3136332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3136342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3136352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3136362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3136372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3136382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3136392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3137302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3137312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3137322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3137332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3137342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3137352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3137362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3137372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3137382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3137392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3138302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3138312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3138322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3138332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3138342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3138352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3138362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3138372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3138382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3138392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3139302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3139312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3139322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3139332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3139342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3139352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3139362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3139372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3139382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3139392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3230302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3230312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3230322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3230332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3230342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3230352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3230362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3230372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3230382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3230392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3231302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3231312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3231322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3231332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3231342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3231352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3231362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3231372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3231382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3231392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3232302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3232312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3232322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3232332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3232342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3232352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3232362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3232372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3232382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3232392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3233302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3233312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3233322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3233332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3233342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3233352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3233362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3233372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3233382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3233392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3234302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3234312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3234322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3234332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3234342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3234352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3234362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3234372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3234382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3234392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3235302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3235312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3235322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3235332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3235342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3235352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3235362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3235372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3235382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3235392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3236302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3236312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3236322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3236332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3236342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3236352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3236362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3236372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3236382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3236392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3237302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3237312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3237322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3237332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3237342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3237352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3237362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3237372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3237382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3237392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3238302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3238312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3238322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3238332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3238342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3238352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3238362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3238372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3238382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3238392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3239302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3239312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3239322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3239332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3239342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3239352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3239362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3239372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3239382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3239392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3330302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3330312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3330322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3330332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3330342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3330352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3330362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3330372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3330382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3330392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3331302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3331312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3331322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3331332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3331342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3331352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3331362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3331372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3331382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3331392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3332302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3332312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3332322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3332332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3332342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3332352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3332362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3332372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3332382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3332392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3333302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3333312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3333322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3333332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3333342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3333352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3333362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3333372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3333382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3333392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3334302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3334312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3334322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3334332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3334342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3334352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3334362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3334372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3334382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3334392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3335302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3335312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3335322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3335332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3335342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3335352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3335362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3335372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3335382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3335392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3336302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3336312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3336322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3336332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3336342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3336352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3336362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3336372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3336382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3336392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3337302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3337312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3337322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3337332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3337342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3337352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3337362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3337372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3337382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3337392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3338302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3338312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3338322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3338332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3338342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3338352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3338362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3338372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3338382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3338392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3339302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3339312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3339322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3339332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3339342e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3339352e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3339362e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3339372e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3339382e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3339392e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3430302e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3430312e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3430322e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3430332e6a736f6e00000000000000000000000000000000000000000000000081525081526020016040518060400160405280600881526020017f3430342e6a736f6e00000000000000000000000000000000000000000000000081525081525060089061019462005d3d92919062005ee0565b5034801562005d4b57600080fd5b506040518060400160405280600d81526020017f50616e646f726544656c706869000000000000000000000000000000000000008152506040518060400160405280600381526020017f444c460000000000000000000000000000000000000000000000000000000000815250816000908051906020019062005dd092919062005f3b565b50806001908051906020019062005de992919062005f3b565b50505062005e0c62005e0062005e1260201b60201c565b62005e1a60201b60201c565b620060be565b600033905090565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b82610194810192821562005f28579160200282015b8281111562005f2757825182908051906020019062005f1692919062005f3b565b509160200191906001019062005ef5565b5b50905062005f37919062005fcc565b5090565b82805462005f499062006059565b90600052602060002090601f01602090048101928262005f6d576000855562005fb9565b82601f1062005f8857805160ff191683800117855562005fb9565b8280016001018555821562005fb9579182015b8281111562005fb857825182559160200191906001019062005f9b565b5b50905062005fc8919062005ff4565b5090565b5b8082111562005ff0576000818162005fe6919062006013565b5060010162005fcd565b5090565b5b808211156200600f57600081600090555060010162005ff5565b5090565b508054620060219062006059565b6000825580601f1062006035575062006056565b601f01602090049060005260206000209081019062006055919062005ff4565b5b50565b600060028204905060018216806200607257607f821691505b602082108114156200608957620060886200608f565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b612a6f80620060ce6000396000f3fe608060405234801561001057600080fd5b506004361061012c5760003560e01c806370a08231116100ad578063b88d4fde11610071578063b88d4fde14610331578063c87b56dd1461034d578063e985e9c51461037d578063eb93406b146103ad578063f2fde38b146103b75761012c565b806370a082311461029f578063715018a6146102cf5780638da5cb5b146102d957806395d89b41146102f7578063a22cb465146103155761012c565b80632799276d116100f45780632799276d146101e75780633a789b8e1461020557806340c84b0e1461023557806342842e0e146102535780636352211e1461026f5761012c565b806301ffc9a71461013157806306fdde0314610161578063081812fc1461017f578063095ea7b3146101af57806323b872dd146101cb575b600080fd5b61014b60048036038101906101469190611ba9565b6103d3565b6040516101589190612017565b60405180910390f35b6101696104b5565b6040516101769190612032565b60405180910390f35b61019960048036038101906101949190611c03565b610547565b6040516101a69190611fb0565b60405180910390f35b6101c960048036038101906101c49190611b69565b6105cc565b005b6101e560048036038101906101e09190611a53565b6106e4565b005b6101ef610744565b6040516101fc9190612234565b60405180910390f35b61021f600480360381019061021a9190611c03565b61074a565b60405161022c9190612032565b60405180910390f35b61023d6107ee565b60405161024a9190612032565b60405180910390f35b61026d60048036038101906102689190611a53565b61080a565b005b61028960048036038101906102849190611c03565b61082a565b6040516102969190611fb0565b60405180910390f35b6102b960048036038101906102b491906119e6565b6108dc565b6040516102c69190612234565b60405180910390f35b6102d7610994565b005b6102e1610a1c565b6040516102ee9190611fb0565b60405180910390f35b6102ff610a46565b60405161030c9190612032565b60405180910390f35b61032f600480360381019061032a9190611b29565b610ad8565b005b61034b60048036038101906103469190611aa6565b610aee565b005b61036760048036038101906103629190611c03565b610b50565b6040516103749190612032565b60405180910390f35b61039760048036038101906103929190611a13565b610bf3565b6040516103a49190612017565b60405180910390f35b6103b5610c87565b005b6103d160048036038101906103cc91906119e6565b610ce8565b005b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061049e57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806104ae57506104ad82610de0565b5b9050919050565b6060600080546104c49061243d565b80601f01602080910402602001604051908101604052809291908181526020018280546104f09061243d565b801561053d5780601f106105125761010080835404028352916020019161053d565b820191906000526020600020905b81548152906001019060200180831161052057829003601f168201915b5050505050905090565b600061055282610e4a565b610591576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610588906121b4565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006105d78261082a565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610648576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063f906121f4565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610667610eb6565b73ffffffffffffffffffffffffffffffffffffffff161480610696575061069581610690610eb6565b610bf3565b5b6106d5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106cc90612134565b60405180910390fd5b6106df8383610ebe565b505050565b6106f56106ef610eb6565b82610f77565b610734576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161072b90612214565b60405180910390fd5b61073f838383611055565b505050565b61019481565b600881610194811061075b57600080fd5b01600091509050805461076d9061243d565b80601f01602080910402602001604051908101604052809291908181526020018280546107999061243d565b80156107e65780601f106107bb576101008083540402835291602001916107e6565b820191906000526020600020905b8154815290600101906020018083116107c957829003601f168201915b505050505081565b6040518060800160405280605381526020016129e76053913981565b61082583838360405180602001604052806000815250610aee565b505050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156108d3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108ca90612174565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561094d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161094490612154565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61099c610eb6565b73ffffffffffffffffffffffffffffffffffffffff166109ba610a1c565b73ffffffffffffffffffffffffffffffffffffffff1614610a10576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a07906121d4565b60405180910390fd5b610a1a60006112bc565b565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054610a559061243d565b80601f0160208091040260200160405190810160405280929190818152602001828054610a819061243d565b8015610ace5780601f10610aa357610100808354040283529160200191610ace565b820191906000526020600020905b815481529060010190602001808311610ab157829003601f168201915b5050505050905090565b610aea610ae3610eb6565b8383611382565b5050565b610aff610af9610eb6565b83610f77565b610b3e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b3590612214565b60405180910390fd5b610b4a848484846114ef565b50505050565b6060610b5b82610e4a565b610b91576040517f739d15f600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040518060800160405280605381526020016129e7605391396008600184610bb99190612353565b6101948110610bcb57610bca6124fe565b5b01604051602001610bdd929190611f8c565b6040516020818303038152906040529050919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b610c91600761154b565b6000610c9d6007611561565b9050610194811115610cdb576040517f739d15f600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ce5338261156f565b50565b610cf0610eb6565b73ffffffffffffffffffffffffffffffffffffffff16610d0e610a1c565b73ffffffffffffffffffffffffffffffffffffffff1614610d64576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5b906121d4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610dd4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dcb90612074565b60405180910390fd5b610ddd816112bc565b50565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16610f318361082a565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000610f8282610e4a565b610fc1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fb890612114565b60405180910390fd5b6000610fcc8361082a565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061100e575061100d8185610bf3565b5b8061104c57508373ffffffffffffffffffffffffffffffffffffffff1661103484610547565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff166110758261082a565b73ffffffffffffffffffffffffffffffffffffffff16146110cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110c290612094565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561113b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611132906120d4565b60405180910390fd5b611146838383611749565b611151600082610ebe565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546111a19190612353565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546111f891906122fd565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46112b783838361174e565b505050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156113f1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113e8906120f4565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516114e29190612017565b60405180910390a3505050565b6114fa848484611055565b61150684848484611753565b611545576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161153c90612054565b60405180910390fd5b50505050565b6001816000016000828254019250508190555050565b600081600001549050919050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156115df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115d690612194565b60405180910390fd5b6115e881610e4a565b15611628576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161161f906120b4565b60405180910390fd5b61163460008383611749565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461168491906122fd565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46117456000838361174e565b5050565b505050565b505050565b60006117748473ffffffffffffffffffffffffffffffffffffffff166118ea565b156118dd578373ffffffffffffffffffffffffffffffffffffffff1663150b7a0261179d610eb6565b8786866040518563ffffffff1660e01b81526004016117bf9493929190611fcb565b602060405180830381600087803b1580156117d957600080fd5b505af192505050801561180a57506040513d601f19601f820116820180604052508101906118079190611bd6565b60015b61188d573d806000811461183a576040519150601f19603f3d011682016040523d82523d6000602084013e61183f565b606091505b50600081511415611885576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161187c90612054565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506118e2565b600190505b949350505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600061192061191b84612274565b61224f565b90508281526020810184848401111561193c5761193b612561565b5b6119478482856123fb565b509392505050565b60008135905061195e8161298a565b92915050565b600081359050611973816129a1565b92915050565b600081359050611988816129b8565b92915050565b60008151905061199d816129b8565b92915050565b600082601f8301126119b8576119b761255c565b5b81356119c884826020860161190d565b91505092915050565b6000813590506119e0816129cf565b92915050565b6000602082840312156119fc576119fb61256b565b5b6000611a0a8482850161194f565b91505092915050565b60008060408385031215611a2a57611a2961256b565b5b6000611a388582860161194f565b9250506020611a498582860161194f565b9150509250929050565b600080600060608486031215611a6c57611a6b61256b565b5b6000611a7a8682870161194f565b9350506020611a8b8682870161194f565b9250506040611a9c868287016119d1565b9150509250925092565b60008060008060808587031215611ac057611abf61256b565b5b6000611ace8782880161194f565b9450506020611adf8782880161194f565b9350506040611af0878288016119d1565b925050606085013567ffffffffffffffff811115611b1157611b10612566565b5b611b1d878288016119a3565b91505092959194509250565b60008060408385031215611b4057611b3f61256b565b5b6000611b4e8582860161194f565b9250506020611b5f85828601611964565b9150509250929050565b60008060408385031215611b8057611b7f61256b565b5b6000611b8e8582860161194f565b9250506020611b9f858286016119d1565b9150509250929050565b600060208284031215611bbf57611bbe61256b565b5b6000611bcd84828501611979565b91505092915050565b600060208284031215611bec57611beb61256b565b5b6000611bfa8482850161198e565b91505092915050565b600060208284031215611c1957611c1861256b565b5b6000611c27848285016119d1565b91505092915050565b611c3981612387565b82525050565b611c4881612399565b82525050565b6000611c59826122ba565b611c6381856122d0565b9350611c7381856020860161240a565b611c7c81612570565b840191505092915050565b6000611c92826122c5565b611c9c81856122e1565b9350611cac81856020860161240a565b611cb581612570565b840191505092915050565b6000611ccb826122c5565b611cd581856122f2565b9350611ce581856020860161240a565b80840191505092915050565b60008154611cfe8161243d565b611d0881866122f2565b94506001821660008114611d235760018114611d3457611d67565b60ff19831686528186019350611d67565b611d3d856122a5565b60005b83811015611d5f57815481890152600182019150602081019050611d40565b838801955050505b50505092915050565b6000611d7d6032836122e1565b9150611d8882612581565b604082019050919050565b6000611da06026836122e1565b9150611dab826125d0565b604082019050919050565b6000611dc36025836122e1565b9150611dce8261261f565b604082019050919050565b6000611de6601c836122e1565b9150611df18261266e565b602082019050919050565b6000611e096024836122e1565b9150611e1482612697565b604082019050919050565b6000611e2c6019836122e1565b9150611e37826126e6565b602082019050919050565b6000611e4f602c836122e1565b9150611e5a8261270f565b604082019050919050565b6000611e726038836122e1565b9150611e7d8261275e565b604082019050919050565b6000611e95602a836122e1565b9150611ea0826127ad565b604082019050919050565b6000611eb86029836122e1565b9150611ec3826127fc565b604082019050919050565b6000611edb6020836122e1565b9150611ee68261284b565b602082019050919050565b6000611efe602c836122e1565b9150611f0982612874565b604082019050919050565b6000611f216020836122e1565b9150611f2c826128c3565b602082019050919050565b6000611f446021836122e1565b9150611f4f826128ec565b604082019050919050565b6000611f676031836122e1565b9150611f728261293b565b604082019050919050565b611f86816123f1565b82525050565b6000611f988285611cc0565b9150611fa48284611cf1565b91508190509392505050565b6000602082019050611fc56000830184611c30565b92915050565b6000608082019050611fe06000830187611c30565b611fed6020830186611c30565b611ffa6040830185611f7d565b818103606083015261200c8184611c4e565b905095945050505050565b600060208201905061202c6000830184611c3f565b92915050565b6000602082019050818103600083015261204c8184611c87565b905092915050565b6000602082019050818103600083015261206d81611d70565b9050919050565b6000602082019050818103600083015261208d81611d93565b9050919050565b600060208201905081810360008301526120ad81611db6565b9050919050565b600060208201905081810360008301526120cd81611dd9565b9050919050565b600060208201905081810360008301526120ed81611dfc565b9050919050565b6000602082019050818103600083015261210d81611e1f565b9050919050565b6000602082019050818103600083015261212d81611e42565b9050919050565b6000602082019050818103600083015261214d81611e65565b9050919050565b6000602082019050818103600083015261216d81611e88565b9050919050565b6000602082019050818103600083015261218d81611eab565b9050919050565b600060208201905081810360008301526121ad81611ece565b9050919050565b600060208201905081810360008301526121cd81611ef1565b9050919050565b600060208201905081810360008301526121ed81611f14565b9050919050565b6000602082019050818103600083015261220d81611f37565b9050919050565b6000602082019050818103600083015261222d81611f5a565b9050919050565b60006020820190506122496000830184611f7d565b92915050565b600061225961226a565b9050612265828261246f565b919050565b6000604051905090565b600067ffffffffffffffff82111561228f5761228e61252d565b5b61229882612570565b9050602081019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000612308826123f1565b9150612313836123f1565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115612348576123476124a0565b5b828201905092915050565b600061235e826123f1565b9150612369836123f1565b92508282101561237c5761237b6124a0565b5b828203905092915050565b6000612392826123d1565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561242857808201518184015260208101905061240d565b83811115612437576000848401525b50505050565b6000600282049050600182168061245557607f821691505b60208210811415612469576124686124cf565b5b50919050565b61247882612570565b810181811067ffffffffffffffff821117156124975761249661252d565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b61299381612387565b811461299e57600080fd5b50565b6129aa81612399565b81146129b557600080fd5b50565b6129c1816123a5565b81146129cc57600080fd5b50565b6129d8816123f1565b81146129e357600080fd5b5056fe68747470733a2f2f70616e646f72652e6d7970696e6174612e636c6f75642f697066732f516d5a524a4e79367939556d525755566135654547613276634b5a4d477631353474396b596670474d73504242622fa26469706673582212209f82549af05324b4c5cb2e4d5c0059f70cbe90102201ad50271ff4bef74ace1f64736f6c63430008070033
Deployed Bytecode
0x608060405234801561001057600080fd5b506004361061012c5760003560e01c806370a08231116100ad578063b88d4fde11610071578063b88d4fde14610331578063c87b56dd1461034d578063e985e9c51461037d578063eb93406b146103ad578063f2fde38b146103b75761012c565b806370a082311461029f578063715018a6146102cf5780638da5cb5b146102d957806395d89b41146102f7578063a22cb465146103155761012c565b80632799276d116100f45780632799276d146101e75780633a789b8e1461020557806340c84b0e1461023557806342842e0e146102535780636352211e1461026f5761012c565b806301ffc9a71461013157806306fdde0314610161578063081812fc1461017f578063095ea7b3146101af57806323b872dd146101cb575b600080fd5b61014b60048036038101906101469190611ba9565b6103d3565b6040516101589190612017565b60405180910390f35b6101696104b5565b6040516101769190612032565b60405180910390f35b61019960048036038101906101949190611c03565b610547565b6040516101a69190611fb0565b60405180910390f35b6101c960048036038101906101c49190611b69565b6105cc565b005b6101e560048036038101906101e09190611a53565b6106e4565b005b6101ef610744565b6040516101fc9190612234565b60405180910390f35b61021f600480360381019061021a9190611c03565b61074a565b60405161022c9190612032565b60405180910390f35b61023d6107ee565b60405161024a9190612032565b60405180910390f35b61026d60048036038101906102689190611a53565b61080a565b005b61028960048036038101906102849190611c03565b61082a565b6040516102969190611fb0565b60405180910390f35b6102b960048036038101906102b491906119e6565b6108dc565b6040516102c69190612234565b60405180910390f35b6102d7610994565b005b6102e1610a1c565b6040516102ee9190611fb0565b60405180910390f35b6102ff610a46565b60405161030c9190612032565b60405180910390f35b61032f600480360381019061032a9190611b29565b610ad8565b005b61034b60048036038101906103469190611aa6565b610aee565b005b61036760048036038101906103629190611c03565b610b50565b6040516103749190612032565b60405180910390f35b61039760048036038101906103929190611a13565b610bf3565b6040516103a49190612017565b60405180910390f35b6103b5610c87565b005b6103d160048036038101906103cc91906119e6565b610ce8565b005b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061049e57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806104ae57506104ad82610de0565b5b9050919050565b6060600080546104c49061243d565b80601f01602080910402602001604051908101604052809291908181526020018280546104f09061243d565b801561053d5780601f106105125761010080835404028352916020019161053d565b820191906000526020600020905b81548152906001019060200180831161052057829003601f168201915b5050505050905090565b600061055282610e4a565b610591576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610588906121b4565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006105d78261082a565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610648576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063f906121f4565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610667610eb6565b73ffffffffffffffffffffffffffffffffffffffff161480610696575061069581610690610eb6565b610bf3565b5b6106d5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106cc90612134565b60405180910390fd5b6106df8383610ebe565b505050565b6106f56106ef610eb6565b82610f77565b610734576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161072b90612214565b60405180910390fd5b61073f838383611055565b505050565b61019481565b600881610194811061075b57600080fd5b01600091509050805461076d9061243d565b80601f01602080910402602001604051908101604052809291908181526020018280546107999061243d565b80156107e65780601f106107bb576101008083540402835291602001916107e6565b820191906000526020600020905b8154815290600101906020018083116107c957829003601f168201915b505050505081565b6040518060800160405280605381526020016129e76053913981565b61082583838360405180602001604052806000815250610aee565b505050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156108d3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108ca90612174565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561094d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161094490612154565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61099c610eb6565b73ffffffffffffffffffffffffffffffffffffffff166109ba610a1c565b73ffffffffffffffffffffffffffffffffffffffff1614610a10576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a07906121d4565b60405180910390fd5b610a1a60006112bc565b565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054610a559061243d565b80601f0160208091040260200160405190810160405280929190818152602001828054610a819061243d565b8015610ace5780601f10610aa357610100808354040283529160200191610ace565b820191906000526020600020905b815481529060010190602001808311610ab157829003601f168201915b5050505050905090565b610aea610ae3610eb6565b8383611382565b5050565b610aff610af9610eb6565b83610f77565b610b3e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b3590612214565b60405180910390fd5b610b4a848484846114ef565b50505050565b6060610b5b82610e4a565b610b91576040517f739d15f600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040518060800160405280605381526020016129e7605391396008600184610bb99190612353565b6101948110610bcb57610bca6124fe565b5b01604051602001610bdd929190611f8c565b6040516020818303038152906040529050919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b610c91600761154b565b6000610c9d6007611561565b9050610194811115610cdb576040517f739d15f600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ce5338261156f565b50565b610cf0610eb6565b73ffffffffffffffffffffffffffffffffffffffff16610d0e610a1c565b73ffffffffffffffffffffffffffffffffffffffff1614610d64576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5b906121d4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610dd4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dcb90612074565b60405180910390fd5b610ddd816112bc565b50565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16610f318361082a565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000610f8282610e4a565b610fc1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fb890612114565b60405180910390fd5b6000610fcc8361082a565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061100e575061100d8185610bf3565b5b8061104c57508373ffffffffffffffffffffffffffffffffffffffff1661103484610547565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff166110758261082a565b73ffffffffffffffffffffffffffffffffffffffff16146110cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110c290612094565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561113b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611132906120d4565b60405180910390fd5b611146838383611749565b611151600082610ebe565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546111a19190612353565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546111f891906122fd565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46112b783838361174e565b505050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156113f1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113e8906120f4565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516114e29190612017565b60405180910390a3505050565b6114fa848484611055565b61150684848484611753565b611545576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161153c90612054565b60405180910390fd5b50505050565b6001816000016000828254019250508190555050565b600081600001549050919050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156115df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115d690612194565b60405180910390fd5b6115e881610e4a565b15611628576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161161f906120b4565b60405180910390fd5b61163460008383611749565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461168491906122fd565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46117456000838361174e565b5050565b505050565b505050565b60006117748473ffffffffffffffffffffffffffffffffffffffff166118ea565b156118dd578373ffffffffffffffffffffffffffffffffffffffff1663150b7a0261179d610eb6565b8786866040518563ffffffff1660e01b81526004016117bf9493929190611fcb565b602060405180830381600087803b1580156117d957600080fd5b505af192505050801561180a57506040513d601f19601f820116820180604052508101906118079190611bd6565b60015b61188d573d806000811461183a576040519150601f19603f3d011682016040523d82523d6000602084013e61183f565b606091505b50600081511415611885576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161187c90612054565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506118e2565b600190505b949350505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600061192061191b84612274565b61224f565b90508281526020810184848401111561193c5761193b612561565b5b6119478482856123fb565b509392505050565b60008135905061195e8161298a565b92915050565b600081359050611973816129a1565b92915050565b600081359050611988816129b8565b92915050565b60008151905061199d816129b8565b92915050565b600082601f8301126119b8576119b761255c565b5b81356119c884826020860161190d565b91505092915050565b6000813590506119e0816129cf565b92915050565b6000602082840312156119fc576119fb61256b565b5b6000611a0a8482850161194f565b91505092915050565b60008060408385031215611a2a57611a2961256b565b5b6000611a388582860161194f565b9250506020611a498582860161194f565b9150509250929050565b600080600060608486031215611a6c57611a6b61256b565b5b6000611a7a8682870161194f565b9350506020611a8b8682870161194f565b9250506040611a9c868287016119d1565b9150509250925092565b60008060008060808587031215611ac057611abf61256b565b5b6000611ace8782880161194f565b9450506020611adf8782880161194f565b9350506040611af0878288016119d1565b925050606085013567ffffffffffffffff811115611b1157611b10612566565b5b611b1d878288016119a3565b91505092959194509250565b60008060408385031215611b4057611b3f61256b565b5b6000611b4e8582860161194f565b9250506020611b5f85828601611964565b9150509250929050565b60008060408385031215611b8057611b7f61256b565b5b6000611b8e8582860161194f565b9250506020611b9f858286016119d1565b9150509250929050565b600060208284031215611bbf57611bbe61256b565b5b6000611bcd84828501611979565b91505092915050565b600060208284031215611bec57611beb61256b565b5b6000611bfa8482850161198e565b91505092915050565b600060208284031215611c1957611c1861256b565b5b6000611c27848285016119d1565b91505092915050565b611c3981612387565b82525050565b611c4881612399565b82525050565b6000611c59826122ba565b611c6381856122d0565b9350611c7381856020860161240a565b611c7c81612570565b840191505092915050565b6000611c92826122c5565b611c9c81856122e1565b9350611cac81856020860161240a565b611cb581612570565b840191505092915050565b6000611ccb826122c5565b611cd581856122f2565b9350611ce581856020860161240a565b80840191505092915050565b60008154611cfe8161243d565b611d0881866122f2565b94506001821660008114611d235760018114611d3457611d67565b60ff19831686528186019350611d67565b611d3d856122a5565b60005b83811015611d5f57815481890152600182019150602081019050611d40565b838801955050505b50505092915050565b6000611d7d6032836122e1565b9150611d8882612581565b604082019050919050565b6000611da06026836122e1565b9150611dab826125d0565b604082019050919050565b6000611dc36025836122e1565b9150611dce8261261f565b604082019050919050565b6000611de6601c836122e1565b9150611df18261266e565b602082019050919050565b6000611e096024836122e1565b9150611e1482612697565b604082019050919050565b6000611e2c6019836122e1565b9150611e37826126e6565b602082019050919050565b6000611e4f602c836122e1565b9150611e5a8261270f565b604082019050919050565b6000611e726038836122e1565b9150611e7d8261275e565b604082019050919050565b6000611e95602a836122e1565b9150611ea0826127ad565b604082019050919050565b6000611eb86029836122e1565b9150611ec3826127fc565b604082019050919050565b6000611edb6020836122e1565b9150611ee68261284b565b602082019050919050565b6000611efe602c836122e1565b9150611f0982612874565b604082019050919050565b6000611f216020836122e1565b9150611f2c826128c3565b602082019050919050565b6000611f446021836122e1565b9150611f4f826128ec565b604082019050919050565b6000611f676031836122e1565b9150611f728261293b565b604082019050919050565b611f86816123f1565b82525050565b6000611f988285611cc0565b9150611fa48284611cf1565b91508190509392505050565b6000602082019050611fc56000830184611c30565b92915050565b6000608082019050611fe06000830187611c30565b611fed6020830186611c30565b611ffa6040830185611f7d565b818103606083015261200c8184611c4e565b905095945050505050565b600060208201905061202c6000830184611c3f565b92915050565b6000602082019050818103600083015261204c8184611c87565b905092915050565b6000602082019050818103600083015261206d81611d70565b9050919050565b6000602082019050818103600083015261208d81611d93565b9050919050565b600060208201905081810360008301526120ad81611db6565b9050919050565b600060208201905081810360008301526120cd81611dd9565b9050919050565b600060208201905081810360008301526120ed81611dfc565b9050919050565b6000602082019050818103600083015261210d81611e1f565b9050919050565b6000602082019050818103600083015261212d81611e42565b9050919050565b6000602082019050818103600083015261214d81611e65565b9050919050565b6000602082019050818103600083015261216d81611e88565b9050919050565b6000602082019050818103600083015261218d81611eab565b9050919050565b600060208201905081810360008301526121ad81611ece565b9050919050565b600060208201905081810360008301526121cd81611ef1565b9050919050565b600060208201905081810360008301526121ed81611f14565b9050919050565b6000602082019050818103600083015261220d81611f37565b9050919050565b6000602082019050818103600083015261222d81611f5a565b9050919050565b60006020820190506122496000830184611f7d565b92915050565b600061225961226a565b9050612265828261246f565b919050565b6000604051905090565b600067ffffffffffffffff82111561228f5761228e61252d565b5b61229882612570565b9050602081019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000612308826123f1565b9150612313836123f1565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115612348576123476124a0565b5b828201905092915050565b600061235e826123f1565b9150612369836123f1565b92508282101561237c5761237b6124a0565b5b828203905092915050565b6000612392826123d1565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561242857808201518184015260208101905061240d565b83811115612437576000848401525b50505050565b6000600282049050600182168061245557607f821691505b60208210811415612469576124686124cf565b5b50919050565b61247882612570565b810181811067ffffffffffffffff821117156124975761249661252d565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b61299381612387565b811461299e57600080fd5b50565b6129aa81612399565b81146129b557600080fd5b50565b6129c1816123a5565b81146129cc57600080fd5b50565b6129d8816123f1565b81146129e357600080fd5b5056fe68747470733a2f2f70616e646f72652e6d7970696e6174612e636c6f75642f697066732f516d5a524a4e79367939556d525755566135654547613276634b5a4d477631353474396b596670474d73504242622fa26469706673582212209f82549af05324b4c5cb2e4d5c0059f70cbe90102201ad50271ff4bef74ace1f64736f6c63430008070033
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.