Feature Tip: Add private address tag to any address under My Name Tag !
Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 521 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Transfer From | 21679125 | 14 days ago | IN | 0 ETH | 0.00034887 | ||||
Transfer From | 21679111 | 14 days ago | IN | 0 ETH | 0.00051073 | ||||
Set Approval For... | 21248854 | 74 days ago | IN | 0 ETH | 0.00029206 | ||||
Set Approval For... | 21248849 | 74 days ago | IN | 0 ETH | 0.00052473 | ||||
Set Approval For... | 21027914 | 105 days ago | IN | 0 ETH | 0.00032424 | ||||
Set Approval For... | 19359758 | 338 days ago | IN | 0 ETH | 0.00216878 | ||||
Transfer From | 19307957 | 345 days ago | IN | 0 ETH | 0.00151606 | ||||
Approve | 19024200 | 385 days ago | IN | 0 ETH | 0.00214094 | ||||
Set Approval For... | 18803025 | 416 days ago | IN | 0 ETH | 0.00079178 | ||||
Transfer From | 18238891 | 495 days ago | IN | 0 ETH | 0.00039754 | ||||
Set Approval For... | 18047506 | 522 days ago | IN | 0 ETH | 0.00033733 | ||||
Set Approval For... | 18047505 | 522 days ago | IN | 0 ETH | 0.00053464 | ||||
Transfer From | 17822130 | 553 days ago | IN | 0 ETH | 0.00145068 | ||||
Set Approval For... | 17674222 | 574 days ago | IN | 0 ETH | 0.00037054 | ||||
Set Approval For... | 17674222 | 574 days ago | IN | 0 ETH | 0.00059254 | ||||
Set Approval For... | 17327807 | 623 days ago | IN | 0 ETH | 0.00156775 | ||||
Transfer From | 17242302 | 635 days ago | IN | 0 ETH | 0.00259549 | ||||
Transfer From | 17158162 | 647 days ago | IN | 0 ETH | 0.0019265 | ||||
Set Approval For... | 17147323 | 648 days ago | IN | 0 ETH | 0.00159656 | ||||
Set Approval For... | 17123074 | 652 days ago | IN | 0 ETH | 0.00172937 | ||||
Set Approval For... | 17116902 | 652 days ago | IN | 0 ETH | 0.00208902 | ||||
Set Approval For... | 17113106 | 653 days ago | IN | 0 ETH | 0.00166497 | ||||
Set Approval For... | 17085449 | 657 days ago | IN | 0 ETH | 0.00268999 | ||||
Set Approval For... | 17042285 | 663 days ago | IN | 0 ETH | 0.00132294 | ||||
Set Approval For... | 16893516 | 684 days ago | IN | 0 ETH | 0.00102523 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|
14577717 | 1028 days ago | 0.75 ETH | ||||
14577717 | 1028 days ago | 0.25 ETH | ||||
14577686 | 1029 days ago | 0.75 ETH | ||||
14577686 | 1029 days ago | 0.25 ETH | ||||
14577599 | 1029 days ago | 0.75 ETH | ||||
14577599 | 1029 days ago | 0.25 ETH | ||||
14577597 | 1029 days ago | 0.75 ETH | ||||
14577597 | 1029 days ago | 0.25 ETH | ||||
14577595 | 1029 days ago | 0.75 ETH | ||||
14577595 | 1029 days ago | 0.25 ETH | ||||
14577593 | 1029 days ago | 0.75 ETH | ||||
14577593 | 1029 days ago | 0.25 ETH | ||||
14577588 | 1029 days ago | 0.75 ETH | ||||
14577588 | 1029 days ago | 0.25 ETH | ||||
14577012 | 1029 days ago | 0.75 ETH | ||||
14577012 | 1029 days ago | 0.25 ETH | ||||
14576932 | 1029 days ago | 0.75 ETH | ||||
14576932 | 1029 days ago | 0.25 ETH | ||||
14576767 | 1029 days ago | 0.75 ETH | ||||
14576767 | 1029 days ago | 0.25 ETH | ||||
14576516 | 1029 days ago | 0.75 ETH | ||||
14576516 | 1029 days ago | 0.25 ETH | ||||
14576338 | 1029 days ago | 0.75 ETH | ||||
14576338 | 1029 days ago | 0.25 ETH | ||||
14576184 | 1029 days ago | 0.75 ETH |
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
NFT
Compiler Version
v0.8.0+commit.c7dfd78e
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.7.0 <0.9.0; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/utils/introspection/ERC165.sol"; import "@openzeppelin/contracts/utils/introspection/IERC165.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721.sol"; import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol"; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/utils/Strings.sol"; import "@openzeppelin/contracts/utils/Address.sol"; abstract contract AbstractRoyalties { mapping(uint256 => LibPart.Part[]) internal royalties; function _saveRoyalties(uint256 id, LibPart.Part[] memory _royalties) internal { uint256 totalValue; for (uint256 i = 0; i < _royalties.length; i++) { require( _royalties[i].account != address(0x0), "Recipient should be present" ); require( _royalties[i].value != 0, "Royalty value should be positive" ); totalValue += _royalties[i].value; royalties[id].push(_royalties[i]); } require(totalValue < 10000, "Royalty total value should be < 10000"); _onRoyaltiesSet(id, _royalties); } function _updateAccount( uint256 _id, address _from, address _to ) internal { uint256 length = royalties[_id].length; for (uint256 i = 0; i < length; i++) { if (royalties[_id][i].account == _from) { royalties[_id][i].account = payable(address(uint160(_to))); } } } function _onRoyaltiesSet(uint256 id, LibPart.Part[] memory _royalties) internal virtual; } interface IERC2981 { /// ERC165 bytes to add to interface array - set in parent contract /// implementing this standard /// /// bytes4(keccak256("royaltyInfo(uint256,uint256)")) == 0x2a55205a /// bytes4 private constant _INTERFACE_ID_ERC2981 = 0x2a55205a; /// _registerInterface(_INTERFACE_ID_ERC2981); /// @notice Called with the sale price to determine how much royalty // is owed and to whom. /// @param _tokenId - the NFT asset queried for royalty information /// @param _salePrice - the sale price of the NFT asset specified by _tokenId /// @return receiver - address of who should be sent the royalty payment /// @return royaltyAmount - the royalty payment amount for _salePrice function royaltyInfo(uint256 _tokenId, uint256 _salePrice) external view returns (address receiver, uint256 royaltyAmount); } library LibPart { bytes32 public constant TYPE_HASH = keccak256("Part(address account,uint96 value)"); struct Part { address payable account; uint96 value; } function hash(Part memory part) internal pure returns (bytes32) { return keccak256(abi.encode(TYPE_HASH, part.account, part.value)); } } library LibRoyaltiesV2 { /* * bytes4(keccak256('getRaribleV2Royalties(uint256)')) == 0xcad96cca */ bytes4 constant _INTERFACE_ID_ROYALTIES = 0xcad96cca; } interface RoyaltiesV2 { event RoyaltiesSet(uint256 tokenId, LibPart.Part[] royalties); function getRaribleV2Royalties(uint256 id) external view returns (LibPart.Part[] memory); } contract RoyaltiesV2Impl is AbstractRoyalties, RoyaltiesV2, IERC2981 { function getRaribleV2Royalties(uint256 id) external view override returns (LibPart.Part[] memory) { return royalties[id]; } function _onRoyaltiesSet(uint256 id, LibPart.Part[] memory _royalties) internal override { emit RoyaltiesSet(id, _royalties); } /* *Token (ERC721, ERC721Minimal, ERC721MinimalMeta, ERC1155 ) can have a number of different royalties beneficiaries *calculate sum all royalties, but royalties beneficiary will be only one royalties[0].account, according to rules of IERC2981 */ function royaltyInfo(uint256 id, uint256 _salePrice) external view override returns (address receiver, uint256 royaltyAmount) { if (royalties[id].length == 0) { receiver = address(0); royaltyAmount = 0; return (receiver, royaltyAmount); } LibPart.Part[] memory _royalties = royalties[id]; receiver = _royalties[0].account; uint256 percent; for (uint256 i = 0; i < _royalties.length; i++) { percent += _royalties[i].value; } //don`t need require(percent < 10000, "Token royalty > 100%"); here, because check later in calculateRoyalties royaltyAmount = (percent * _salePrice) / 10000; } } contract NFT is ERC721, Ownable, RoyaltiesV2Impl { using Strings for uint256; string public baseURI; string public baseExtension = ".json"; string public notRevealedUri; uint256 public cost = 1 ether; uint256 public costWL = 1 ether; uint256 public maxSupply = 333; uint256 public maxMintAmount = 1; uint256 public nftPerAddressLimit = 1; uint256 allTokens = 0; uint256 maxplatinumId = 14; bool public paused = true; bool public revealed = true; mapping(address => uint256) public addressMintedBalance; bool public onlyWhitelisted = false; address[] public whitelistedAddresses; bytes4 private constant _INTERFACE_ID_ERC2981 = 0x2a55205a; constructor() ERC721("Cryptokings NFT", "KNGS") { setBaseURI("https://9999nft.mypinata.cloud/ipfs/QmPNwcivXhEewtd2qbieGykTNoFrrSzwg6Wi39CdkJWyEp/"); } // internal function _baseURI() internal view virtual override returns (string memory) { return baseURI; } function setRoyalties( uint256 _tokenId, address payable _royaltiesRecipientAddress, uint96 _percentageBasisPoint ) internal { LibPart.Part[] memory _royalties = new LibPart.Part[](1); _royalties[0].account = _royaltiesRecipientAddress; _royalties[0].value = _percentageBasisPoint; _saveRoyalties(_tokenId, _royalties); } function supportsInterface(bytes4 interfaceId) public view virtual override(ERC721) returns (bool) { if (interfaceId == LibRoyaltiesV2._INTERFACE_ID_ROYALTIES) { return true; } if (interfaceId == _INTERFACE_ID_ERC2981) { return true; } return super.supportsInterface(interfaceId); } function mintPlatinum() public onlyOwner{ uint256 _mintAmount = 64 ; uint256 supply = totalSupply(); for (uint256 i = 1; i <= _mintAmount; i++) { addressMintedBalance[msg.sender]++; _safeMint(msg.sender, supply + i); setRoyalties(supply + i, payable(address(this)), 2600); allTokens++; } } function mint(uint256 _mintAmount) public payable { require(!paused, "the contract is paused"); uint256 supply = totalSupply(); if (msg.sender != owner()) { require(_mintAmount > 0, "need to mint at least 1 NFT"); require( _mintAmount <= maxMintAmount, "max mint amount per session exceeded" ); require( supply + _mintAmount <= maxSupply, "max NFT limit exceeded" ); if (onlyWhitelisted == true) { require(isWhitelisted(msg.sender), "user is not whitelisted"); uint256 ownerMintedCount = addressMintedBalance[msg.sender]; require( ownerMintedCount + _mintAmount <= nftPerAddressLimit, "max NFT per address exceeded" ); require( msg.value >= costWL * _mintAmount, "insufficient funds" ); } else { require(msg.value >= cost * _mintAmount, "insufficient funds"); } } for (uint256 i = 1; i <= _mintAmount; i++) { addressMintedBalance[msg.sender]++; _safeMint(msg.sender, supply + i); setRoyalties(supply + i, payable(address(this)), 2600); allTokens++; } uint256 transferpay = msg.value / 4 ; payable(0x200c7A285970D765d02300Ff9c52015D9676d381).transfer(transferpay); payable(0x654aE26457289C4d4Bad667fB4a2E50D55780B69).transfer(transferpay * 3); } function totalSupply() public view returns (uint256) { return allTokens; } function isWhitelisted(address _user) public view returns (bool) { for (uint256 i = 0; i < whitelistedAddresses.length; i++) { if (whitelistedAddresses[i] == _user) { return true; } } return false; } function tokenURI(uint256 tokenId) public view virtual override returns (string memory) { require( _exists(tokenId), "ERC721Metadata: URI query for nonexistent token" ); if (revealed == false) { return notRevealedUri; } string memory currentBaseURI = _baseURI(); return bytes(currentBaseURI).length > 0 ? string( abi.encodePacked( currentBaseURI, tokenId.toString(), ".json" ) ) : ""; } //only owner function reveal() public onlyOwner { revealed = true; } function setNftPerAddressLimit(uint256 _limit) public onlyOwner { nftPerAddressLimit = _limit; } function setCost(uint256 _newCost) public onlyOwner { cost = _newCost; } function setmaxMintAmount(uint256 _newmaxMintAmount) public onlyOwner { maxMintAmount = _newmaxMintAmount; } function setBaseURI(string memory _newBaseURI) public onlyOwner { baseURI = _newBaseURI; } function setBaseExtension(string memory _newBaseExtension) public onlyOwner { baseExtension = _newBaseExtension; } function setNotRevealedURI(string memory _notRevealedURI) public onlyOwner { notRevealedUri = _notRevealedURI; } function pause(bool _state) public onlyOwner { paused = _state; } function setOnlyWhitelisted(bool _state) public onlyOwner { onlyWhitelisted = _state; } function whitelistUsers(address[] calldata _users) public onlyOwner { delete whitelistedAddresses; whitelistedAddresses = _users; } function withdraw() public payable onlyOwner { uint256 allHolders = maxplatinumId; uint256 platinumFee = (address(this).balance / 10000) * 50; uint256 ownerFee = address(this).balance - platinumFee*maxplatinumId; for (uint256 i = 1; i < allHolders; i++) { payable(ownerOf(i)).transfer(platinumFee); } payable(msg.sender).transfer(ownerFee); } function emergencyWithdraw() public payable onlyOwner { payable(msg.sender).transfer(address(this).balance); } }
// 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 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/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); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (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`, 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 Returns the account approved for `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function getApproved(uint256 tokenId) external view returns (address operator); /** * @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 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); /** * @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; }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (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 `IERC721.onERC721Received.selector`. */ function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (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 overriden 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 || getApproved(tokenId) == spender || isApprovedForAll(owner, 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); } /** * @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); } /** * @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 of token that is not own"); 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); } /** * @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 {} }
// 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 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 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/Address.sol) pragma solidity ^0.8.0; /** * @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 * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution. uint256 size; assembly { size := extcodesize(account) } return size > 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); } } } }
{ "optimizer": { "enabled": false, "runs": 200 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"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":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"components":[{"internalType":"address payable","name":"account","type":"address"},{"internalType":"uint96","name":"value","type":"uint96"}],"indexed":false,"internalType":"struct LibPart.Part[]","name":"royalties","type":"tuple[]"}],"name":"RoyaltiesSet","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":"","type":"address"}],"name":"addressMintedBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"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":"baseExtension","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"cost","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"costWL","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"emergencyWithdraw","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"id","type":"uint256"}],"name":"getRaribleV2Royalties","outputs":[{"components":[{"internalType":"address payable","name":"account","type":"address"},{"internalType":"uint96","name":"value","type":"uint96"}],"internalType":"struct LibPart.Part[]","name":"","type":"tuple[]"}],"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":"address","name":"_user","type":"address"}],"name":"isWhitelisted","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxMintAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_mintAmount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"mintPlatinum","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"nftPerAddressLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"notRevealedUri","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"onlyWhitelisted","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"reveal","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"revealed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"id","type":"uint256"},{"internalType":"uint256","name":"_salePrice","type":"uint256"}],"name":"royaltyInfo","outputs":[{"internalType":"address","name":"receiver","type":"address"},{"internalType":"uint256","name":"royaltyAmount","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":"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":"string","name":"_newBaseExtension","type":"string"}],"name":"setBaseExtension","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_newBaseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newCost","type":"uint256"}],"name":"setCost","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_limit","type":"uint256"}],"name":"setNftPerAddressLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_notRevealedURI","type":"string"}],"name":"setNotRevealedURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"setOnlyWhitelisted","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newmaxMintAmount","type":"uint256"}],"name":"setmaxMintAmount","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":"totalSupply","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"},{"inputs":[{"internalType":"address[]","name":"_users","type":"address[]"}],"name":"whitelistUsers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"whitelistedAddresses","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"payable","type":"function"}]
Contract Creation Code
60806040526040518060400160405280600581526020017f2e6a736f6e000000000000000000000000000000000000000000000000000000815250600990805190602001906200005192919062000376565b50670de0b6b3a7640000600b55670de0b6b3a7640000600c5561014d600d556001600e556001600f556000601055600e6011556001601260006101000a81548160ff0219169083151502179055506001601260016101000a81548160ff0219169083151502179055506000601460006101000a81548160ff021916908315150217905550348015620000e257600080fd5b506040518060400160405280600f81526020017f43727970746f6b696e6773204e465400000000000000000000000000000000008152506040518060400160405280600481526020017f4b4e47530000000000000000000000000000000000000000000000000000000081525081600090805190602001906200016792919062000376565b5080600190805190602001906200018092919062000376565b505050620001a362000197620001d360201b60201c565b620001db60201b60201c565b620001cd60405180608001604052806053815260200162005aea60539139620002a160201b60201c565b62000500565b600033905090565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b620002b1620001d360201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16620002d76200034c60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff161462000330576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620003279062000468565b60405180910390fd5b80600890805190602001906200034892919062000376565b5050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b82805462000384906200049b565b90600052602060002090601f016020900481019282620003a85760008555620003f4565b82601f10620003c357805160ff1916838001178555620003f4565b82800160010185558215620003f4579182015b82811115620003f3578251825591602001919060010190620003d6565b5b50905062000403919062000407565b5090565b5b808211156200042257600081600090555060010162000408565b5090565b6000620004356020836200048a565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b60006020820190508181036000830152620004838162000426565b9050919050565b600082825260208201905092915050565b60006002820490506001821680620004b457607f821691505b60208210811415620004cb57620004ca620004d1565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6155da80620005106000396000f3fe6080604052600436106102885760003560e01c806370a082311161015a578063c6682862116100c1578063da3ef23f1161007a578063da3ef23f146109a3578063db2e21bc146109cc578063e985e9c5146109d6578063edec5f2714610a13578063f2c4ce1e14610a3c578063f2fde38b14610a6557610288565b8063c668286214610893578063c87b56dd146108be578063cad96cca146108fb578063cf1f8c1b14610938578063d0eb26b01461094f578063d5abeb011461097857610288565b8063a0712d6811610113578063a0712d68146107a6578063a22cb465146107c2578063a475b5dd146107eb578063b88d4fde14610802578063ba4e5c491461082b578063ba7d2c761461086857610288565b806370a08231146106a8578063715018a6146106e55780637f00c7a6146106fc5780638da5cb5b1461072557806395d89b41146107505780639c70b5121461077b57610288565b806323b872dd116101fe57806344a0d68a116101b757806344a0d68a1461059857806351830227146105c157806355f804b3146105ec5780635c975abb146106155780636352211e146106405780636c0360eb1461067d57610288565b806323b872dd146104985780632a55205a146104c15780633af32abf146104ff5780633c9527641461053c5780633ccfd60b1461056557806342842e0e1461056f57610288565b8063081c8c4411610250578063081c8c4414610386578063095ea7b3146103b157806313faede6146103da57806318160ddd1461040557806318cae26914610430578063239c70ae1461046d57610288565b806301ffc9a71461028d57806302329a29146102ca57806306afd592146102f357806306fdde031461031e578063081812fc14610349575b600080fd5b34801561029957600080fd5b506102b460048036038101906102af91906140c5565b610a8e565b6040516102c19190614d05565b60405180910390f35b3480156102d657600080fd5b506102f160048036038101906102ec919061409c565b610b4d565b005b3480156102ff57600080fd5b50610308610be6565b6040516103159190615082565b60405180910390f35b34801561032a57600080fd5b50610333610bec565b6040516103409190614d20565b60405180910390f35b34801561035557600080fd5b50610370600480360381019061036b9190614158565b610c7e565b60405161037d9190614c53565b60405180910390f35b34801561039257600080fd5b5061039b610d03565b6040516103a89190614d20565b60405180910390f35b3480156103bd57600080fd5b506103d860048036038101906103d3919061401b565b610d91565b005b3480156103e657600080fd5b506103ef610ea9565b6040516103fc9190615082565b60405180910390f35b34801561041157600080fd5b5061041a610eaf565b6040516104279190615082565b60405180910390f35b34801561043c57600080fd5b5061045760048036038101906104529190613eb0565b610eb9565b6040516104649190615082565b60405180910390f35b34801561047957600080fd5b50610482610ed1565b60405161048f9190615082565b60405180910390f35b3480156104a457600080fd5b506104bf60048036038101906104ba9190613f15565b610ed7565b005b3480156104cd57600080fd5b506104e860048036038101906104e39190614181565b610f37565b6040516104f6929190614cba565b60405180910390f35b34801561050b57600080fd5b5061052660048036038101906105219190613eb0565b611155565b6040516105339190614d05565b60405180910390f35b34801561054857600080fd5b50610563600480360381019061055e919061409c565b61122a565b005b61056d6112c3565b005b34801561057b57600080fd5b5061059660048036038101906105919190613f15565b61143f565b005b3480156105a457600080fd5b506105bf60048036038101906105ba9190614158565b61145f565b005b3480156105cd57600080fd5b506105d66114e5565b6040516105e39190614d05565b60405180910390f35b3480156105f857600080fd5b50610613600480360381019061060e9190614117565b6114f8565b005b34801561062157600080fd5b5061062a61158e565b6040516106379190614d05565b60405180910390f35b34801561064c57600080fd5b5061066760048036038101906106629190614158565b6115a1565b6040516106749190614c53565b60405180910390f35b34801561068957600080fd5b50610692611653565b60405161069f9190614d20565b60405180910390f35b3480156106b457600080fd5b506106cf60048036038101906106ca9190613eb0565b6116e1565b6040516106dc9190615082565b60405180910390f35b3480156106f157600080fd5b506106fa611799565b005b34801561070857600080fd5b50610723600480360381019061071e9190614158565b611821565b005b34801561073157600080fd5b5061073a6118a7565b6040516107479190614c53565b60405180910390f35b34801561075c57600080fd5b506107656118d1565b6040516107729190614d20565b60405180910390f35b34801561078757600080fd5b50610790611963565b60405161079d9190614d05565b60405180910390f35b6107c060048036038101906107bb9190614158565b611976565b005b3480156107ce57600080fd5b506107e960048036038101906107e49190613fdf565b611e18565b005b3480156107f757600080fd5b50610800611e2e565b005b34801561080e57600080fd5b5061082960048036038101906108249190613f64565b611ec7565b005b34801561083757600080fd5b50610852600480360381019061084d9190614158565b611f29565b60405161085f9190614c53565b60405180910390f35b34801561087457600080fd5b5061087d611f68565b60405161088a9190615082565b60405180910390f35b34801561089f57600080fd5b506108a8611f6e565b6040516108b59190614d20565b60405180910390f35b3480156108ca57600080fd5b506108e560048036038101906108e09190614158565b611ffc565b6040516108f29190614d20565b60405180910390f35b34801561090757600080fd5b50610922600480360381019061091d9190614158565b612152565b60405161092f9190614ce3565b60405180910390f35b34801561094457600080fd5b5061094d612254565b005b34801561095b57600080fd5b5061097660048036038101906109719190614158565b6123a2565b005b34801561098457600080fd5b5061098d612428565b60405161099a9190615082565b60405180910390f35b3480156109af57600080fd5b506109ca60048036038101906109c59190614117565b61242e565b005b6109d46124c4565b005b3480156109e257600080fd5b506109fd60048036038101906109f89190613ed9565b612589565b604051610a0a9190614d05565b60405180910390f35b348015610a1f57600080fd5b50610a3a6004803603810190610a359190614057565b61261d565b005b348015610a4857600080fd5b50610a636004803603810190610a5e9190614117565b6126bd565b005b348015610a7157600080fd5b50610a8c6004803603810190610a879190613eb0565b612753565b005b600063cad96cca60e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161415610ae65760019050610b48565b632a55205a60e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161415610b3c5760019050610b48565b610b458261284b565b90505b919050565b610b5561292d565b73ffffffffffffffffffffffffffffffffffffffff16610b736118a7565b73ffffffffffffffffffffffffffffffffffffffff1614610bc9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bc090614f22565b60405180910390fd5b80601260006101000a81548160ff02191690831515021790555050565b600c5481565b606060008054610bfb906153cf565b80601f0160208091040260200160405190810160405280929190818152602001828054610c27906153cf565b8015610c745780601f10610c4957610100808354040283529160200191610c74565b820191906000526020600020905b815481529060010190602001808311610c5757829003601f168201915b5050505050905090565b6000610c8982612935565b610cc8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cbf90614f02565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b600a8054610d10906153cf565b80601f0160208091040260200160405190810160405280929190818152602001828054610d3c906153cf565b8015610d895780601f10610d5e57610100808354040283529160200191610d89565b820191906000526020600020905b815481529060010190602001808311610d6c57829003601f168201915b505050505081565b6000610d9c826115a1565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610e0d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e0490614fa2565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610e2c61292d565b73ffffffffffffffffffffffffffffffffffffffff161480610e5b5750610e5a81610e5561292d565b612589565b5b610e9a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e9190614e42565b60405180910390fd5b610ea483836129a1565b505050565b600b5481565b6000601054905090565b60136020528060005260406000206000915090505481565b600e5481565b610ee8610ee261292d565b82612a5a565b610f27576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f1e90614fe2565b60405180910390fd5b610f32838383612b38565b505050565b600080600060076000868152602001908152602001600020805490501415610f6657600091506000905061114e565b600060076000868152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561105d578382906000526020600020016040518060400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016000820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff168152505081526020019060010190610f9b565b5050505090508060008151811061109d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151600001519250600080600090505b825181101561112f578281815181106110f5577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151602001516bffffffffffffffffffffffff168261111a91906151da565b9150808061112790615401565b9150506110b3565b50612710858261113f9190615261565b6111499190615230565b925050505b9250929050565b600080600090505b60158054905081101561121f578273ffffffffffffffffffffffffffffffffffffffff16601582815481106111bb577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16141561120c576001915050611225565b808061121790615401565b91505061115d565b50600090505b919050565b61123261292d565b73ffffffffffffffffffffffffffffffffffffffff166112506118a7565b73ffffffffffffffffffffffffffffffffffffffff16146112a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161129d90614f22565b60405180910390fd5b80601460006101000a81548160ff02191690831515021790555050565b6112cb61292d565b73ffffffffffffffffffffffffffffffffffffffff166112e96118a7565b73ffffffffffffffffffffffffffffffffffffffff161461133f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161133690614f22565b60405180910390fd5b6000601154905060006032612710476113589190615230565b6113629190615261565b90506000601154826113749190615261565b4761137f91906152bb565b90506000600190505b838110156113f257611399816115a1565b73ffffffffffffffffffffffffffffffffffffffff166108fc849081150290604051600060405180830381858888f193505050501580156113de573d6000803e3d6000fd5b5080806113ea90615401565b915050611388565b503373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015611439573d6000803e3d6000fd5b50505050565b61145a83838360405180602001604052806000815250611ec7565b505050565b61146761292d565b73ffffffffffffffffffffffffffffffffffffffff166114856118a7565b73ffffffffffffffffffffffffffffffffffffffff16146114db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114d290614f22565b60405180910390fd5b80600b8190555050565b601260019054906101000a900460ff1681565b61150061292d565b73ffffffffffffffffffffffffffffffffffffffff1661151e6118a7565b73ffffffffffffffffffffffffffffffffffffffff1614611574576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161156b90614f22565b60405180910390fd5b806008908051906020019061158a929190613b8b565b5050565b601260009054906101000a900460ff1681565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561164a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161164190614e82565b60405180910390fd5b80915050919050565b60088054611660906153cf565b80601f016020809104026020016040519081016040528092919081815260200182805461168c906153cf565b80156116d95780601f106116ae576101008083540402835291602001916116d9565b820191906000526020600020905b8154815290600101906020018083116116bc57829003601f168201915b505050505081565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611752576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161174990614e62565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6117a161292d565b73ffffffffffffffffffffffffffffffffffffffff166117bf6118a7565b73ffffffffffffffffffffffffffffffffffffffff1614611815576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161180c90614f22565b60405180910390fd5b61181f6000612d94565b565b61182961292d565b73ffffffffffffffffffffffffffffffffffffffff166118476118a7565b73ffffffffffffffffffffffffffffffffffffffff161461189d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161189490614f22565b60405180910390fd5b80600e8190555050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600180546118e0906153cf565b80601f016020809104026020016040519081016040528092919081815260200182805461190c906153cf565b80156119595780601f1061192e57610100808354040283529160200191611959565b820191906000526020600020905b81548152906001019060200180831161193c57829003601f168201915b5050505050905090565b601460009054906101000a900460ff1681565b601260009054906101000a900460ff16156119c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119bd90614f42565b60405180910390fd5b60006119d0610eaf565b90506119da6118a7565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611c845760008211611a4f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4690615062565b60405180910390fd5b600e54821115611a94576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a8b90614ec2565b60405180910390fd5b600d548282611aa391906151da565b1115611ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611adb90614ea2565b60405180910390fd5b60011515601460009054906101000a900460ff1615151415611c3257611b0933611155565b611b48576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b3f90615022565b60405180910390fd5b6000601360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050600f548382611b9b91906151da565b1115611bdc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bd390614da2565b60405180910390fd5b82600c54611bea9190615261565b341015611c2c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c2390614fc2565b60405180910390fd5b50611c83565b81600b54611c409190615261565b341015611c82576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c7990614fc2565b60405180910390fd5b5b5b6000600190505b828111611d3f57601360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815480929190611ce290615401565b9190505550611cfc338284611cf791906151da565b612e5a565b611d148183611d0b91906151da565b30610a28612e78565b60106000815480929190611d2790615401565b91905055508080611d3790615401565b915050611c8b565b506000600434611d4f9190615230565b905073200c7a285970d765d02300ff9c52015d9676d38173ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015611dab573d6000803e3d6000fd5b5073654ae26457289c4d4bad667fb4a2e50d55780b6973ffffffffffffffffffffffffffffffffffffffff166108fc600383611de79190615261565b9081150290604051600060405180830381858888f19350505050158015611e12573d6000803e3d6000fd5b50505050565b611e2a611e2361292d565b8383612fe9565b5050565b611e3661292d565b73ffffffffffffffffffffffffffffffffffffffff16611e546118a7565b73ffffffffffffffffffffffffffffffffffffffff1614611eaa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ea190614f22565b60405180910390fd5b6001601260016101000a81548160ff021916908315150217905550565b611ed8611ed261292d565b83612a5a565b611f17576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f0e90614fe2565b60405180910390fd5b611f2384848484613156565b50505050565b60158181548110611f3957600080fd5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600f5481565b60098054611f7b906153cf565b80601f0160208091040260200160405190810160405280929190818152602001828054611fa7906153cf565b8015611ff45780601f10611fc957610100808354040283529160200191611ff4565b820191906000526020600020905b815481529060010190602001808311611fd757829003601f168201915b505050505081565b606061200782612935565b612046576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161203d90614f82565b60405180910390fd5b60001515601260019054906101000a900460ff16151514156120f457600a805461206f906153cf565b80601f016020809104026020016040519081016040528092919081815260200182805461209b906153cf565b80156120e85780601f106120bd576101008083540402835291602001916120e8565b820191906000526020600020905b8154815290600101906020018083116120cb57829003601f168201915b5050505050905061214d565b60006120fe6131b2565b9050600081511161211e5760405180602001604052806000815250612149565b8061212884613244565b604051602001612139929190614c24565b6040516020818303038152906040525b9150505b919050565b606060076000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015612249578382906000526020600020016040518060400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016000820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff168152505081526020019060010190612187565b505050509050919050565b61225c61292d565b73ffffffffffffffffffffffffffffffffffffffff1661227a6118a7565b73ffffffffffffffffffffffffffffffffffffffff16146122d0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122c790614f22565b60405180910390fd5b60006040905060006122e0610eaf565b90506000600190505b82811161239d57601360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061234090615401565b919050555061235a33828461235591906151da565b612e5a565b612372818361236991906151da565b30610a28612e78565b6010600081548092919061238590615401565b9190505550808061239590615401565b9150506122e9565b505050565b6123aa61292d565b73ffffffffffffffffffffffffffffffffffffffff166123c86118a7565b73ffffffffffffffffffffffffffffffffffffffff161461241e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241590614f22565b60405180910390fd5b80600f8190555050565b600d5481565b61243661292d565b73ffffffffffffffffffffffffffffffffffffffff166124546118a7565b73ffffffffffffffffffffffffffffffffffffffff16146124aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124a190614f22565b60405180910390fd5b80600990805190602001906124c0929190613b8b565b5050565b6124cc61292d565b73ffffffffffffffffffffffffffffffffffffffff166124ea6118a7565b73ffffffffffffffffffffffffffffffffffffffff1614612540576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161253790614f22565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015612586573d6000803e3d6000fd5b50565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61262561292d565b73ffffffffffffffffffffffffffffffffffffffff166126436118a7565b73ffffffffffffffffffffffffffffffffffffffff1614612699576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161269090614f22565b60405180910390fd5b601560006126a79190613c11565b8181601591906126b8929190613c32565b505050565b6126c561292d565b73ffffffffffffffffffffffffffffffffffffffff166126e36118a7565b73ffffffffffffffffffffffffffffffffffffffff1614612739576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161273090614f22565b60405180910390fd5b80600a908051906020019061274f929190613b8b565b5050565b61275b61292d565b73ffffffffffffffffffffffffffffffffffffffff166127796118a7565b73ffffffffffffffffffffffffffffffffffffffff16146127cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127c690614f22565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561283f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161283690614d62565b60405180910390fd5b61284881612d94565b50565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061291657507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806129265750612925826133f1565b5b9050919050565b600033905090565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16612a14836115a1565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000612a6582612935565b612aa4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a9b90614e02565b60405180910390fd5b6000612aaf836115a1565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480612b1e57508373ffffffffffffffffffffffffffffffffffffffff16612b0684610c7e565b73ffffffffffffffffffffffffffffffffffffffff16145b80612b2f5750612b2e8185612589565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16612b58826115a1565b73ffffffffffffffffffffffffffffffffffffffff1614612bae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ba590614f62565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612c1e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c1590614dc2565b60405180910390fd5b612c2983838361345b565b612c346000826129a1565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612c8491906152bb565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612cdb91906151da565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b612e74828260405180602001604052806000815250613460565b5050565b6000600167ffffffffffffffff811115612ebb577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051908082528060200260200182016040528015612ef457816020015b612ee1613cd2565b815260200190600190039081612ed95790505b5090508281600081518110612f32577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516000019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508181600081518110612fab577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151602001906bffffffffffffffffffffffff1690816bffffffffffffffffffffffff1681525050612fe384826134bb565b50505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415613058576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161304f90614de2565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516131499190614d05565b60405180910390a3505050565b613161848484612b38565b61316d848484846137d6565b6131ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131a390614d42565b60405180910390fd5b50505050565b6060600880546131c1906153cf565b80601f01602080910402602001604051908101604052809291908181526020018280546131ed906153cf565b801561323a5780601f1061320f5761010080835404028352916020019161323a565b820191906000526020600020905b81548152906001019060200180831161321d57829003601f168201915b5050505050905090565b6060600082141561328c576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506133ec565b600082905060005b600082146132be5780806132a790615401565b915050600a826132b79190615230565b9150613294565b60008167ffffffffffffffff811115613300577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156133325781602001600182028036833780820191505090505b5090505b600085146133e55760018261334b91906152bb565b9150600a8561335a919061544a565b603061336691906151da565b60f81b8183815181106133a2577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856133de9190615230565b9450613336565b8093505050505b919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b505050565b61346a838361396d565b61347760008484846137d6565b6134b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016134ad90614d42565b60405180910390fd5b505050565b600080600090505b825181101561378257600073ffffffffffffffffffffffffffffffffffffffff1683828151811061351d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516000015173ffffffffffffffffffffffffffffffffffffffff161415613580576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161357790615042565b60405180910390fd5b60008382815181106135bb577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151602001516bffffffffffffffffffffffff161415613616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161360d90614e22565b60405180910390fd5b82818151811061364f577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151602001516bffffffffffffffffffffffff168261367491906151da565b9150600760008581526020019081526020016000208382815181106136c2577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101519080600181540180825580915050600190039060005260206000200160009091909190915060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160000160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055505050808061377a90615401565b9150506134c3565b5061271081106137c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016137be90615002565b60405180910390fd5b6137d18383613b3b565b505050565b60006137f78473ffffffffffffffffffffffffffffffffffffffff16613b78565b15613960578373ffffffffffffffffffffffffffffffffffffffff1663150b7a0261382061292d565b8786866040518563ffffffff1660e01b81526004016138429493929190614c6e565b602060405180830381600087803b15801561385c57600080fd5b505af192505050801561388d57506040513d601f19601f8201168201806040525081019061388a91906140ee565b60015b613910573d80600081146138bd576040519150601f19603f3d011682016040523d82523d6000602084013e6138c2565b606091505b50600081511415613908576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016138ff90614d42565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050613965565b600190505b949350505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156139dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016139d490614ee2565b60405180910390fd5b6139e681612935565b15613a26576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613a1d90614d82565b60405180910390fd5b613a326000838361345b565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254613a8291906151da565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b7f3fa96d7b6bcbfe71ef171666d84db3cf52fa2d1c8afdb1cc8e486177f208b7df8282604051613b6c92919061509d565b60405180910390a15050565b600080823b905060008111915050919050565b828054613b97906153cf565b90600052602060002090601f016020900481019282613bb95760008555613c00565b82601f10613bd257805160ff1916838001178555613c00565b82800160010185558215613c00579182015b82811115613bff578251825591602001919060010190613be4565b5b509050613c0d9190613d10565b5090565b5080546000825590600052602060002090810190613c2f9190613d10565b50565b828054828255906000526020600020908101928215613cc1579160200282015b82811115613cc057823573ffffffffffffffffffffffffffffffffffffffff168260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555091602001919060010190613c52565b5b509050613cce9190613d10565b5090565b6040518060400160405280600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff1681525090565b5b80821115613d29576000816000905550600101613d11565b5090565b6000613d40613d3b846150fe565b6150cd565b905082815260208101848484011115613d5857600080fd5b613d6384828561538d565b509392505050565b6000613d7e613d798461512e565b6150cd565b905082815260208101848484011115613d9657600080fd5b613da184828561538d565b509392505050565b600081359050613db881615548565b92915050565b60008083601f840112613dd057600080fd5b8235905067ffffffffffffffff811115613de957600080fd5b602083019150836020820283011115613e0157600080fd5b9250929050565b600081359050613e178161555f565b92915050565b600081359050613e2c81615576565b92915050565b600081519050613e4181615576565b92915050565b600082601f830112613e5857600080fd5b8135613e68848260208601613d2d565b91505092915050565b600082601f830112613e8257600080fd5b8135613e92848260208601613d6b565b91505092915050565b600081359050613eaa8161558d565b92915050565b600060208284031215613ec257600080fd5b6000613ed084828501613da9565b91505092915050565b60008060408385031215613eec57600080fd5b6000613efa85828601613da9565b9250506020613f0b85828601613da9565b9150509250929050565b600080600060608486031215613f2a57600080fd5b6000613f3886828701613da9565b9350506020613f4986828701613da9565b9250506040613f5a86828701613e9b565b9150509250925092565b60008060008060808587031215613f7a57600080fd5b6000613f8887828801613da9565b9450506020613f9987828801613da9565b9350506040613faa87828801613e9b565b925050606085013567ffffffffffffffff811115613fc757600080fd5b613fd387828801613e47565b91505092959194509250565b60008060408385031215613ff257600080fd5b600061400085828601613da9565b925050602061401185828601613e08565b9150509250929050565b6000806040838503121561402e57600080fd5b600061403c85828601613da9565b925050602061404d85828601613e9b565b9150509250929050565b6000806020838503121561406a57600080fd5b600083013567ffffffffffffffff81111561408457600080fd5b61409085828601613dbe565b92509250509250929050565b6000602082840312156140ae57600080fd5b60006140bc84828501613e08565b91505092915050565b6000602082840312156140d757600080fd5b60006140e584828501613e1d565b91505092915050565b60006020828403121561410057600080fd5b600061410e84828501613e32565b91505092915050565b60006020828403121561412957600080fd5b600082013567ffffffffffffffff81111561414357600080fd5b61414f84828501613e71565b91505092915050565b60006020828403121561416a57600080fd5b600061417884828501613e9b565b91505092915050565b6000806040838503121561419457600080fd5b60006141a285828601613e9b565b92505060206141b385828601613e9b565b9150509250929050565b60006141c98383614bd7565b60408301905092915050565b6141de81615301565b82525050565b6141ed816152ef565b82525050565b60006141fe8261516e565b614208818561519c565b93506142138361515e565b8060005b8381101561424457815161422b88826141bd565b97506142368361518f565b925050600181019050614217565b5085935050505092915050565b61425a81615313565b82525050565b600061426b82615179565b61427581856151ad565b935061428581856020860161539c565b61428e81615537565b840191505092915050565b60006142a482615184565b6142ae81856151be565b93506142be81856020860161539c565b6142c781615537565b840191505092915050565b60006142dd82615184565b6142e781856151cf565b93506142f781856020860161539c565b80840191505092915050565b60006143106032836151be565b91507f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008301527f63656976657220696d706c656d656e74657200000000000000000000000000006020830152604082019050919050565b60006143766026836151be565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006143dc601c836151be565b91507f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006000830152602082019050919050565b600061441c601c836151be565b91507f6d6178204e4654207065722061646472657373206578636565646564000000006000830152602082019050919050565b600061445c6024836151be565b91507f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006144c26019836151be565b91507f4552433732313a20617070726f766520746f2063616c6c6572000000000000006000830152602082019050919050565b6000614502602c836151be565b91507f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008301527f697374656e7420746f6b656e00000000000000000000000000000000000000006020830152604082019050919050565b60006145686020836151be565b91507f526f79616c74792076616c75652073686f756c6420626520706f7369746976656000830152602082019050919050565b60006145a86038836151be565b91507f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008301527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006020830152604082019050919050565b600061460e602a836151be565b91507f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008301527f726f2061646472657373000000000000000000000000000000000000000000006020830152604082019050919050565b60006146746029836151be565b91507f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008301527f656e7420746f6b656e00000000000000000000000000000000000000000000006020830152604082019050919050565b60006146da6016836151be565b91507f6d6178204e4654206c696d6974206578636565646564000000000000000000006000830152602082019050919050565b600061471a6024836151be565b91507f6d6178206d696e7420616d6f756e74207065722073657373696f6e206578636560008301527f65646564000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006147806020836151be565b91507f4552433732313a206d696e7420746f20746865207a65726f20616464726573736000830152602082019050919050565b60006147c0602c836151be565b91507f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008301527f697374656e7420746f6b656e00000000000000000000000000000000000000006020830152604082019050919050565b60006148266005836151cf565b91507f2e6a736f6e0000000000000000000000000000000000000000000000000000006000830152600582019050919050565b60006148666020836151be565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b60006148a66016836151be565b91507f74686520636f6e747261637420697320706175736564000000000000000000006000830152602082019050919050565b60006148e66029836151be565b91507f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008301527f73206e6f74206f776e00000000000000000000000000000000000000000000006020830152604082019050919050565b600061494c602f836151be565b91507f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008301527f6e6578697374656e7420746f6b656e00000000000000000000000000000000006020830152604082019050919050565b60006149b26021836151be565b91507f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008301527f72000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614a186012836151be565b91507f696e73756666696369656e742066756e647300000000000000000000000000006000830152602082019050919050565b6000614a586031836151be565b91507f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008301527f776e6572206e6f7220617070726f7665640000000000000000000000000000006020830152604082019050919050565b6000614abe6025836151be565b91507f526f79616c747920746f74616c2076616c75652073686f756c64206265203c2060008301527f31303030300000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614b246017836151be565b91507f75736572206973206e6f742077686974656c69737465640000000000000000006000830152602082019050919050565b6000614b64601b836151be565b91507f526563697069656e742073686f756c642062652070726573656e7400000000006000830152602082019050919050565b6000614ba4601b836151be565b91507f6e65656420746f206d696e74206174206c656173742031204e465400000000006000830152602082019050919050565b604082016000820151614bed60008501826141d5565b506020820151614c006020850182614c15565b50505050565b614c0f8161536b565b82525050565b614c1e81615375565b82525050565b6000614c3082856142d2565b9150614c3c82846142d2565b9150614c4782614819565b91508190509392505050565b6000602082019050614c6860008301846141e4565b92915050565b6000608082019050614c8360008301876141e4565b614c9060208301866141e4565b614c9d6040830185614c06565b8181036060830152614caf8184614260565b905095945050505050565b6000604082019050614ccf60008301856141e4565b614cdc6020830184614c06565b9392505050565b60006020820190508181036000830152614cfd81846141f3565b905092915050565b6000602082019050614d1a6000830184614251565b92915050565b60006020820190508181036000830152614d3a8184614299565b905092915050565b60006020820190508181036000830152614d5b81614303565b9050919050565b60006020820190508181036000830152614d7b81614369565b9050919050565b60006020820190508181036000830152614d9b816143cf565b9050919050565b60006020820190508181036000830152614dbb8161440f565b9050919050565b60006020820190508181036000830152614ddb8161444f565b9050919050565b60006020820190508181036000830152614dfb816144b5565b9050919050565b60006020820190508181036000830152614e1b816144f5565b9050919050565b60006020820190508181036000830152614e3b8161455b565b9050919050565b60006020820190508181036000830152614e5b8161459b565b9050919050565b60006020820190508181036000830152614e7b81614601565b9050919050565b60006020820190508181036000830152614e9b81614667565b9050919050565b60006020820190508181036000830152614ebb816146cd565b9050919050565b60006020820190508181036000830152614edb8161470d565b9050919050565b60006020820190508181036000830152614efb81614773565b9050919050565b60006020820190508181036000830152614f1b816147b3565b9050919050565b60006020820190508181036000830152614f3b81614859565b9050919050565b60006020820190508181036000830152614f5b81614899565b9050919050565b60006020820190508181036000830152614f7b816148d9565b9050919050565b60006020820190508181036000830152614f9b8161493f565b9050919050565b60006020820190508181036000830152614fbb816149a5565b9050919050565b60006020820190508181036000830152614fdb81614a0b565b9050919050565b60006020820190508181036000830152614ffb81614a4b565b9050919050565b6000602082019050818103600083015261501b81614ab1565b9050919050565b6000602082019050818103600083015261503b81614b17565b9050919050565b6000602082019050818103600083015261505b81614b57565b9050919050565b6000602082019050818103600083015261507b81614b97565b9050919050565b60006020820190506150976000830184614c06565b92915050565b60006040820190506150b26000830185614c06565b81810360208301526150c481846141f3565b90509392505050565b6000604051905081810181811067ffffffffffffffff821117156150f4576150f3615508565b5b8060405250919050565b600067ffffffffffffffff82111561511957615118615508565b5b601f19601f8301169050602081019050919050565b600067ffffffffffffffff82111561514957615148615508565b5b601f19601f8301169050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b60006151e58261536b565b91506151f08361536b565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156152255761522461547b565b5b828201905092915050565b600061523b8261536b565b91506152468361536b565b925082615256576152556154aa565b5b828204905092915050565b600061526c8261536b565b91506152778361536b565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156152b0576152af61547b565b5b828202905092915050565b60006152c68261536b565b91506152d18361536b565b9250828210156152e4576152e361547b565b5b828203905092915050565b60006152fa8261534b565b9050919050565b600061530c8261534b565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60006bffffffffffffffffffffffff82169050919050565b82818337600083830152505050565b60005b838110156153ba57808201518184015260208101905061539f565b838111156153c9576000848401525b50505050565b600060028204905060018216806153e757607f821691505b602082108114156153fb576153fa6154d9565b5b50919050565b600061540c8261536b565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561543f5761543e61547b565b5b600182019050919050565b60006154558261536b565b91506154608361536b565b9250826154705761546f6154aa565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b615551816152ef565b811461555c57600080fd5b50565b61556881615313565b811461557357600080fd5b50565b61557f8161531f565b811461558a57600080fd5b50565b6155968161536b565b81146155a157600080fd5b5056fea2646970667358221220455940a605ea971109c506b4ed4a5a47a2736f8971604c2a4dbffc26391c9b8064736f6c6343000800003368747470733a2f2f393939396e66742e6d7970696e6174612e636c6f75642f697066732f516d504e7763697658684565777464327162696547796b544e6f467272537a7767365769333943646b4a577945702f
Deployed Bytecode
0x6080604052600436106102885760003560e01c806370a082311161015a578063c6682862116100c1578063da3ef23f1161007a578063da3ef23f146109a3578063db2e21bc146109cc578063e985e9c5146109d6578063edec5f2714610a13578063f2c4ce1e14610a3c578063f2fde38b14610a6557610288565b8063c668286214610893578063c87b56dd146108be578063cad96cca146108fb578063cf1f8c1b14610938578063d0eb26b01461094f578063d5abeb011461097857610288565b8063a0712d6811610113578063a0712d68146107a6578063a22cb465146107c2578063a475b5dd146107eb578063b88d4fde14610802578063ba4e5c491461082b578063ba7d2c761461086857610288565b806370a08231146106a8578063715018a6146106e55780637f00c7a6146106fc5780638da5cb5b1461072557806395d89b41146107505780639c70b5121461077b57610288565b806323b872dd116101fe57806344a0d68a116101b757806344a0d68a1461059857806351830227146105c157806355f804b3146105ec5780635c975abb146106155780636352211e146106405780636c0360eb1461067d57610288565b806323b872dd146104985780632a55205a146104c15780633af32abf146104ff5780633c9527641461053c5780633ccfd60b1461056557806342842e0e1461056f57610288565b8063081c8c4411610250578063081c8c4414610386578063095ea7b3146103b157806313faede6146103da57806318160ddd1461040557806318cae26914610430578063239c70ae1461046d57610288565b806301ffc9a71461028d57806302329a29146102ca57806306afd592146102f357806306fdde031461031e578063081812fc14610349575b600080fd5b34801561029957600080fd5b506102b460048036038101906102af91906140c5565b610a8e565b6040516102c19190614d05565b60405180910390f35b3480156102d657600080fd5b506102f160048036038101906102ec919061409c565b610b4d565b005b3480156102ff57600080fd5b50610308610be6565b6040516103159190615082565b60405180910390f35b34801561032a57600080fd5b50610333610bec565b6040516103409190614d20565b60405180910390f35b34801561035557600080fd5b50610370600480360381019061036b9190614158565b610c7e565b60405161037d9190614c53565b60405180910390f35b34801561039257600080fd5b5061039b610d03565b6040516103a89190614d20565b60405180910390f35b3480156103bd57600080fd5b506103d860048036038101906103d3919061401b565b610d91565b005b3480156103e657600080fd5b506103ef610ea9565b6040516103fc9190615082565b60405180910390f35b34801561041157600080fd5b5061041a610eaf565b6040516104279190615082565b60405180910390f35b34801561043c57600080fd5b5061045760048036038101906104529190613eb0565b610eb9565b6040516104649190615082565b60405180910390f35b34801561047957600080fd5b50610482610ed1565b60405161048f9190615082565b60405180910390f35b3480156104a457600080fd5b506104bf60048036038101906104ba9190613f15565b610ed7565b005b3480156104cd57600080fd5b506104e860048036038101906104e39190614181565b610f37565b6040516104f6929190614cba565b60405180910390f35b34801561050b57600080fd5b5061052660048036038101906105219190613eb0565b611155565b6040516105339190614d05565b60405180910390f35b34801561054857600080fd5b50610563600480360381019061055e919061409c565b61122a565b005b61056d6112c3565b005b34801561057b57600080fd5b5061059660048036038101906105919190613f15565b61143f565b005b3480156105a457600080fd5b506105bf60048036038101906105ba9190614158565b61145f565b005b3480156105cd57600080fd5b506105d66114e5565b6040516105e39190614d05565b60405180910390f35b3480156105f857600080fd5b50610613600480360381019061060e9190614117565b6114f8565b005b34801561062157600080fd5b5061062a61158e565b6040516106379190614d05565b60405180910390f35b34801561064c57600080fd5b5061066760048036038101906106629190614158565b6115a1565b6040516106749190614c53565b60405180910390f35b34801561068957600080fd5b50610692611653565b60405161069f9190614d20565b60405180910390f35b3480156106b457600080fd5b506106cf60048036038101906106ca9190613eb0565b6116e1565b6040516106dc9190615082565b60405180910390f35b3480156106f157600080fd5b506106fa611799565b005b34801561070857600080fd5b50610723600480360381019061071e9190614158565b611821565b005b34801561073157600080fd5b5061073a6118a7565b6040516107479190614c53565b60405180910390f35b34801561075c57600080fd5b506107656118d1565b6040516107729190614d20565b60405180910390f35b34801561078757600080fd5b50610790611963565b60405161079d9190614d05565b60405180910390f35b6107c060048036038101906107bb9190614158565b611976565b005b3480156107ce57600080fd5b506107e960048036038101906107e49190613fdf565b611e18565b005b3480156107f757600080fd5b50610800611e2e565b005b34801561080e57600080fd5b5061082960048036038101906108249190613f64565b611ec7565b005b34801561083757600080fd5b50610852600480360381019061084d9190614158565b611f29565b60405161085f9190614c53565b60405180910390f35b34801561087457600080fd5b5061087d611f68565b60405161088a9190615082565b60405180910390f35b34801561089f57600080fd5b506108a8611f6e565b6040516108b59190614d20565b60405180910390f35b3480156108ca57600080fd5b506108e560048036038101906108e09190614158565b611ffc565b6040516108f29190614d20565b60405180910390f35b34801561090757600080fd5b50610922600480360381019061091d9190614158565b612152565b60405161092f9190614ce3565b60405180910390f35b34801561094457600080fd5b5061094d612254565b005b34801561095b57600080fd5b5061097660048036038101906109719190614158565b6123a2565b005b34801561098457600080fd5b5061098d612428565b60405161099a9190615082565b60405180910390f35b3480156109af57600080fd5b506109ca60048036038101906109c59190614117565b61242e565b005b6109d46124c4565b005b3480156109e257600080fd5b506109fd60048036038101906109f89190613ed9565b612589565b604051610a0a9190614d05565b60405180910390f35b348015610a1f57600080fd5b50610a3a6004803603810190610a359190614057565b61261d565b005b348015610a4857600080fd5b50610a636004803603810190610a5e9190614117565b6126bd565b005b348015610a7157600080fd5b50610a8c6004803603810190610a879190613eb0565b612753565b005b600063cad96cca60e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161415610ae65760019050610b48565b632a55205a60e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161415610b3c5760019050610b48565b610b458261284b565b90505b919050565b610b5561292d565b73ffffffffffffffffffffffffffffffffffffffff16610b736118a7565b73ffffffffffffffffffffffffffffffffffffffff1614610bc9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bc090614f22565b60405180910390fd5b80601260006101000a81548160ff02191690831515021790555050565b600c5481565b606060008054610bfb906153cf565b80601f0160208091040260200160405190810160405280929190818152602001828054610c27906153cf565b8015610c745780601f10610c4957610100808354040283529160200191610c74565b820191906000526020600020905b815481529060010190602001808311610c5757829003601f168201915b5050505050905090565b6000610c8982612935565b610cc8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cbf90614f02565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b600a8054610d10906153cf565b80601f0160208091040260200160405190810160405280929190818152602001828054610d3c906153cf565b8015610d895780601f10610d5e57610100808354040283529160200191610d89565b820191906000526020600020905b815481529060010190602001808311610d6c57829003601f168201915b505050505081565b6000610d9c826115a1565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610e0d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e0490614fa2565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610e2c61292d565b73ffffffffffffffffffffffffffffffffffffffff161480610e5b5750610e5a81610e5561292d565b612589565b5b610e9a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e9190614e42565b60405180910390fd5b610ea483836129a1565b505050565b600b5481565b6000601054905090565b60136020528060005260406000206000915090505481565b600e5481565b610ee8610ee261292d565b82612a5a565b610f27576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f1e90614fe2565b60405180910390fd5b610f32838383612b38565b505050565b600080600060076000868152602001908152602001600020805490501415610f6657600091506000905061114e565b600060076000868152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561105d578382906000526020600020016040518060400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016000820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff168152505081526020019060010190610f9b565b5050505090508060008151811061109d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151600001519250600080600090505b825181101561112f578281815181106110f5577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151602001516bffffffffffffffffffffffff168261111a91906151da565b9150808061112790615401565b9150506110b3565b50612710858261113f9190615261565b6111499190615230565b925050505b9250929050565b600080600090505b60158054905081101561121f578273ffffffffffffffffffffffffffffffffffffffff16601582815481106111bb577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16141561120c576001915050611225565b808061121790615401565b91505061115d565b50600090505b919050565b61123261292d565b73ffffffffffffffffffffffffffffffffffffffff166112506118a7565b73ffffffffffffffffffffffffffffffffffffffff16146112a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161129d90614f22565b60405180910390fd5b80601460006101000a81548160ff02191690831515021790555050565b6112cb61292d565b73ffffffffffffffffffffffffffffffffffffffff166112e96118a7565b73ffffffffffffffffffffffffffffffffffffffff161461133f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161133690614f22565b60405180910390fd5b6000601154905060006032612710476113589190615230565b6113629190615261565b90506000601154826113749190615261565b4761137f91906152bb565b90506000600190505b838110156113f257611399816115a1565b73ffffffffffffffffffffffffffffffffffffffff166108fc849081150290604051600060405180830381858888f193505050501580156113de573d6000803e3d6000fd5b5080806113ea90615401565b915050611388565b503373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015611439573d6000803e3d6000fd5b50505050565b61145a83838360405180602001604052806000815250611ec7565b505050565b61146761292d565b73ffffffffffffffffffffffffffffffffffffffff166114856118a7565b73ffffffffffffffffffffffffffffffffffffffff16146114db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114d290614f22565b60405180910390fd5b80600b8190555050565b601260019054906101000a900460ff1681565b61150061292d565b73ffffffffffffffffffffffffffffffffffffffff1661151e6118a7565b73ffffffffffffffffffffffffffffffffffffffff1614611574576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161156b90614f22565b60405180910390fd5b806008908051906020019061158a929190613b8b565b5050565b601260009054906101000a900460ff1681565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561164a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161164190614e82565b60405180910390fd5b80915050919050565b60088054611660906153cf565b80601f016020809104026020016040519081016040528092919081815260200182805461168c906153cf565b80156116d95780601f106116ae576101008083540402835291602001916116d9565b820191906000526020600020905b8154815290600101906020018083116116bc57829003601f168201915b505050505081565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611752576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161174990614e62565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6117a161292d565b73ffffffffffffffffffffffffffffffffffffffff166117bf6118a7565b73ffffffffffffffffffffffffffffffffffffffff1614611815576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161180c90614f22565b60405180910390fd5b61181f6000612d94565b565b61182961292d565b73ffffffffffffffffffffffffffffffffffffffff166118476118a7565b73ffffffffffffffffffffffffffffffffffffffff161461189d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161189490614f22565b60405180910390fd5b80600e8190555050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600180546118e0906153cf565b80601f016020809104026020016040519081016040528092919081815260200182805461190c906153cf565b80156119595780601f1061192e57610100808354040283529160200191611959565b820191906000526020600020905b81548152906001019060200180831161193c57829003601f168201915b5050505050905090565b601460009054906101000a900460ff1681565b601260009054906101000a900460ff16156119c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119bd90614f42565b60405180910390fd5b60006119d0610eaf565b90506119da6118a7565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611c845760008211611a4f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4690615062565b60405180910390fd5b600e54821115611a94576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a8b90614ec2565b60405180910390fd5b600d548282611aa391906151da565b1115611ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611adb90614ea2565b60405180910390fd5b60011515601460009054906101000a900460ff1615151415611c3257611b0933611155565b611b48576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b3f90615022565b60405180910390fd5b6000601360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050600f548382611b9b91906151da565b1115611bdc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bd390614da2565b60405180910390fd5b82600c54611bea9190615261565b341015611c2c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c2390614fc2565b60405180910390fd5b50611c83565b81600b54611c409190615261565b341015611c82576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c7990614fc2565b60405180910390fd5b5b5b6000600190505b828111611d3f57601360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815480929190611ce290615401565b9190505550611cfc338284611cf791906151da565b612e5a565b611d148183611d0b91906151da565b30610a28612e78565b60106000815480929190611d2790615401565b91905055508080611d3790615401565b915050611c8b565b506000600434611d4f9190615230565b905073200c7a285970d765d02300ff9c52015d9676d38173ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015611dab573d6000803e3d6000fd5b5073654ae26457289c4d4bad667fb4a2e50d55780b6973ffffffffffffffffffffffffffffffffffffffff166108fc600383611de79190615261565b9081150290604051600060405180830381858888f19350505050158015611e12573d6000803e3d6000fd5b50505050565b611e2a611e2361292d565b8383612fe9565b5050565b611e3661292d565b73ffffffffffffffffffffffffffffffffffffffff16611e546118a7565b73ffffffffffffffffffffffffffffffffffffffff1614611eaa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ea190614f22565b60405180910390fd5b6001601260016101000a81548160ff021916908315150217905550565b611ed8611ed261292d565b83612a5a565b611f17576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f0e90614fe2565b60405180910390fd5b611f2384848484613156565b50505050565b60158181548110611f3957600080fd5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600f5481565b60098054611f7b906153cf565b80601f0160208091040260200160405190810160405280929190818152602001828054611fa7906153cf565b8015611ff45780601f10611fc957610100808354040283529160200191611ff4565b820191906000526020600020905b815481529060010190602001808311611fd757829003601f168201915b505050505081565b606061200782612935565b612046576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161203d90614f82565b60405180910390fd5b60001515601260019054906101000a900460ff16151514156120f457600a805461206f906153cf565b80601f016020809104026020016040519081016040528092919081815260200182805461209b906153cf565b80156120e85780601f106120bd576101008083540402835291602001916120e8565b820191906000526020600020905b8154815290600101906020018083116120cb57829003601f168201915b5050505050905061214d565b60006120fe6131b2565b9050600081511161211e5760405180602001604052806000815250612149565b8061212884613244565b604051602001612139929190614c24565b6040516020818303038152906040525b9150505b919050565b606060076000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015612249578382906000526020600020016040518060400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016000820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff168152505081526020019060010190612187565b505050509050919050565b61225c61292d565b73ffffffffffffffffffffffffffffffffffffffff1661227a6118a7565b73ffffffffffffffffffffffffffffffffffffffff16146122d0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122c790614f22565b60405180910390fd5b60006040905060006122e0610eaf565b90506000600190505b82811161239d57601360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061234090615401565b919050555061235a33828461235591906151da565b612e5a565b612372818361236991906151da565b30610a28612e78565b6010600081548092919061238590615401565b9190505550808061239590615401565b9150506122e9565b505050565b6123aa61292d565b73ffffffffffffffffffffffffffffffffffffffff166123c86118a7565b73ffffffffffffffffffffffffffffffffffffffff161461241e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241590614f22565b60405180910390fd5b80600f8190555050565b600d5481565b61243661292d565b73ffffffffffffffffffffffffffffffffffffffff166124546118a7565b73ffffffffffffffffffffffffffffffffffffffff16146124aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124a190614f22565b60405180910390fd5b80600990805190602001906124c0929190613b8b565b5050565b6124cc61292d565b73ffffffffffffffffffffffffffffffffffffffff166124ea6118a7565b73ffffffffffffffffffffffffffffffffffffffff1614612540576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161253790614f22565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015612586573d6000803e3d6000fd5b50565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61262561292d565b73ffffffffffffffffffffffffffffffffffffffff166126436118a7565b73ffffffffffffffffffffffffffffffffffffffff1614612699576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161269090614f22565b60405180910390fd5b601560006126a79190613c11565b8181601591906126b8929190613c32565b505050565b6126c561292d565b73ffffffffffffffffffffffffffffffffffffffff166126e36118a7565b73ffffffffffffffffffffffffffffffffffffffff1614612739576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161273090614f22565b60405180910390fd5b80600a908051906020019061274f929190613b8b565b5050565b61275b61292d565b73ffffffffffffffffffffffffffffffffffffffff166127796118a7565b73ffffffffffffffffffffffffffffffffffffffff16146127cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127c690614f22565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561283f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161283690614d62565b60405180910390fd5b61284881612d94565b50565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061291657507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806129265750612925826133f1565b5b9050919050565b600033905090565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16612a14836115a1565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000612a6582612935565b612aa4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a9b90614e02565b60405180910390fd5b6000612aaf836115a1565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480612b1e57508373ffffffffffffffffffffffffffffffffffffffff16612b0684610c7e565b73ffffffffffffffffffffffffffffffffffffffff16145b80612b2f5750612b2e8185612589565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16612b58826115a1565b73ffffffffffffffffffffffffffffffffffffffff1614612bae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ba590614f62565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612c1e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c1590614dc2565b60405180910390fd5b612c2983838361345b565b612c346000826129a1565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612c8491906152bb565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612cdb91906151da565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b612e74828260405180602001604052806000815250613460565b5050565b6000600167ffffffffffffffff811115612ebb577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051908082528060200260200182016040528015612ef457816020015b612ee1613cd2565b815260200190600190039081612ed95790505b5090508281600081518110612f32577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516000019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508181600081518110612fab577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151602001906bffffffffffffffffffffffff1690816bffffffffffffffffffffffff1681525050612fe384826134bb565b50505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415613058576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161304f90614de2565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516131499190614d05565b60405180910390a3505050565b613161848484612b38565b61316d848484846137d6565b6131ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131a390614d42565b60405180910390fd5b50505050565b6060600880546131c1906153cf565b80601f01602080910402602001604051908101604052809291908181526020018280546131ed906153cf565b801561323a5780601f1061320f5761010080835404028352916020019161323a565b820191906000526020600020905b81548152906001019060200180831161321d57829003601f168201915b5050505050905090565b6060600082141561328c576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506133ec565b600082905060005b600082146132be5780806132a790615401565b915050600a826132b79190615230565b9150613294565b60008167ffffffffffffffff811115613300577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156133325781602001600182028036833780820191505090505b5090505b600085146133e55760018261334b91906152bb565b9150600a8561335a919061544a565b603061336691906151da565b60f81b8183815181106133a2577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856133de9190615230565b9450613336565b8093505050505b919050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b505050565b61346a838361396d565b61347760008484846137d6565b6134b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016134ad90614d42565b60405180910390fd5b505050565b600080600090505b825181101561378257600073ffffffffffffffffffffffffffffffffffffffff1683828151811061351d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516000015173ffffffffffffffffffffffffffffffffffffffff161415613580576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161357790615042565b60405180910390fd5b60008382815181106135bb577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151602001516bffffffffffffffffffffffff161415613616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161360d90614e22565b60405180910390fd5b82818151811061364f577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010151602001516bffffffffffffffffffffffff168261367491906151da565b9150600760008581526020019081526020016000208382815181106136c2577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101519080600181540180825580915050600190039060005260206000200160009091909190915060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160000160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055505050808061377a90615401565b9150506134c3565b5061271081106137c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016137be90615002565b60405180910390fd5b6137d18383613b3b565b505050565b60006137f78473ffffffffffffffffffffffffffffffffffffffff16613b78565b15613960578373ffffffffffffffffffffffffffffffffffffffff1663150b7a0261382061292d565b8786866040518563ffffffff1660e01b81526004016138429493929190614c6e565b602060405180830381600087803b15801561385c57600080fd5b505af192505050801561388d57506040513d601f19601f8201168201806040525081019061388a91906140ee565b60015b613910573d80600081146138bd576040519150601f19603f3d011682016040523d82523d6000602084013e6138c2565b606091505b50600081511415613908576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016138ff90614d42565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050613965565b600190505b949350505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156139dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016139d490614ee2565b60405180910390fd5b6139e681612935565b15613a26576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613a1d90614d82565b60405180910390fd5b613a326000838361345b565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254613a8291906151da565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b7f3fa96d7b6bcbfe71ef171666d84db3cf52fa2d1c8afdb1cc8e486177f208b7df8282604051613b6c92919061509d565b60405180910390a15050565b600080823b905060008111915050919050565b828054613b97906153cf565b90600052602060002090601f016020900481019282613bb95760008555613c00565b82601f10613bd257805160ff1916838001178555613c00565b82800160010185558215613c00579182015b82811115613bff578251825591602001919060010190613be4565b5b509050613c0d9190613d10565b5090565b5080546000825590600052602060002090810190613c2f9190613d10565b50565b828054828255906000526020600020908101928215613cc1579160200282015b82811115613cc057823573ffffffffffffffffffffffffffffffffffffffff168260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555091602001919060010190613c52565b5b509050613cce9190613d10565b5090565b6040518060400160405280600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff1681525090565b5b80821115613d29576000816000905550600101613d11565b5090565b6000613d40613d3b846150fe565b6150cd565b905082815260208101848484011115613d5857600080fd5b613d6384828561538d565b509392505050565b6000613d7e613d798461512e565b6150cd565b905082815260208101848484011115613d9657600080fd5b613da184828561538d565b509392505050565b600081359050613db881615548565b92915050565b60008083601f840112613dd057600080fd5b8235905067ffffffffffffffff811115613de957600080fd5b602083019150836020820283011115613e0157600080fd5b9250929050565b600081359050613e178161555f565b92915050565b600081359050613e2c81615576565b92915050565b600081519050613e4181615576565b92915050565b600082601f830112613e5857600080fd5b8135613e68848260208601613d2d565b91505092915050565b600082601f830112613e8257600080fd5b8135613e92848260208601613d6b565b91505092915050565b600081359050613eaa8161558d565b92915050565b600060208284031215613ec257600080fd5b6000613ed084828501613da9565b91505092915050565b60008060408385031215613eec57600080fd5b6000613efa85828601613da9565b9250506020613f0b85828601613da9565b9150509250929050565b600080600060608486031215613f2a57600080fd5b6000613f3886828701613da9565b9350506020613f4986828701613da9565b9250506040613f5a86828701613e9b565b9150509250925092565b60008060008060808587031215613f7a57600080fd5b6000613f8887828801613da9565b9450506020613f9987828801613da9565b9350506040613faa87828801613e9b565b925050606085013567ffffffffffffffff811115613fc757600080fd5b613fd387828801613e47565b91505092959194509250565b60008060408385031215613ff257600080fd5b600061400085828601613da9565b925050602061401185828601613e08565b9150509250929050565b6000806040838503121561402e57600080fd5b600061403c85828601613da9565b925050602061404d85828601613e9b565b9150509250929050565b6000806020838503121561406a57600080fd5b600083013567ffffffffffffffff81111561408457600080fd5b61409085828601613dbe565b92509250509250929050565b6000602082840312156140ae57600080fd5b60006140bc84828501613e08565b91505092915050565b6000602082840312156140d757600080fd5b60006140e584828501613e1d565b91505092915050565b60006020828403121561410057600080fd5b600061410e84828501613e32565b91505092915050565b60006020828403121561412957600080fd5b600082013567ffffffffffffffff81111561414357600080fd5b61414f84828501613e71565b91505092915050565b60006020828403121561416a57600080fd5b600061417884828501613e9b565b91505092915050565b6000806040838503121561419457600080fd5b60006141a285828601613e9b565b92505060206141b385828601613e9b565b9150509250929050565b60006141c98383614bd7565b60408301905092915050565b6141de81615301565b82525050565b6141ed816152ef565b82525050565b60006141fe8261516e565b614208818561519c565b93506142138361515e565b8060005b8381101561424457815161422b88826141bd565b97506142368361518f565b925050600181019050614217565b5085935050505092915050565b61425a81615313565b82525050565b600061426b82615179565b61427581856151ad565b935061428581856020860161539c565b61428e81615537565b840191505092915050565b60006142a482615184565b6142ae81856151be565b93506142be81856020860161539c565b6142c781615537565b840191505092915050565b60006142dd82615184565b6142e781856151cf565b93506142f781856020860161539c565b80840191505092915050565b60006143106032836151be565b91507f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008301527f63656976657220696d706c656d656e74657200000000000000000000000000006020830152604082019050919050565b60006143766026836151be565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006143dc601c836151be565b91507f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006000830152602082019050919050565b600061441c601c836151be565b91507f6d6178204e4654207065722061646472657373206578636565646564000000006000830152602082019050919050565b600061445c6024836151be565b91507f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006144c26019836151be565b91507f4552433732313a20617070726f766520746f2063616c6c6572000000000000006000830152602082019050919050565b6000614502602c836151be565b91507f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008301527f697374656e7420746f6b656e00000000000000000000000000000000000000006020830152604082019050919050565b60006145686020836151be565b91507f526f79616c74792076616c75652073686f756c6420626520706f7369746976656000830152602082019050919050565b60006145a86038836151be565b91507f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008301527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006020830152604082019050919050565b600061460e602a836151be565b91507f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008301527f726f2061646472657373000000000000000000000000000000000000000000006020830152604082019050919050565b60006146746029836151be565b91507f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008301527f656e7420746f6b656e00000000000000000000000000000000000000000000006020830152604082019050919050565b60006146da6016836151be565b91507f6d6178204e4654206c696d6974206578636565646564000000000000000000006000830152602082019050919050565b600061471a6024836151be565b91507f6d6178206d696e7420616d6f756e74207065722073657373696f6e206578636560008301527f65646564000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006147806020836151be565b91507f4552433732313a206d696e7420746f20746865207a65726f20616464726573736000830152602082019050919050565b60006147c0602c836151be565b91507f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008301527f697374656e7420746f6b656e00000000000000000000000000000000000000006020830152604082019050919050565b60006148266005836151cf565b91507f2e6a736f6e0000000000000000000000000000000000000000000000000000006000830152600582019050919050565b60006148666020836151be565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b60006148a66016836151be565b91507f74686520636f6e747261637420697320706175736564000000000000000000006000830152602082019050919050565b60006148e66029836151be565b91507f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008301527f73206e6f74206f776e00000000000000000000000000000000000000000000006020830152604082019050919050565b600061494c602f836151be565b91507f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008301527f6e6578697374656e7420746f6b656e00000000000000000000000000000000006020830152604082019050919050565b60006149b26021836151be565b91507f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008301527f72000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614a186012836151be565b91507f696e73756666696369656e742066756e647300000000000000000000000000006000830152602082019050919050565b6000614a586031836151be565b91507f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008301527f776e6572206e6f7220617070726f7665640000000000000000000000000000006020830152604082019050919050565b6000614abe6025836151be565b91507f526f79616c747920746f74616c2076616c75652073686f756c64206265203c2060008301527f31303030300000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000614b246017836151be565b91507f75736572206973206e6f742077686974656c69737465640000000000000000006000830152602082019050919050565b6000614b64601b836151be565b91507f526563697069656e742073686f756c642062652070726573656e7400000000006000830152602082019050919050565b6000614ba4601b836151be565b91507f6e65656420746f206d696e74206174206c656173742031204e465400000000006000830152602082019050919050565b604082016000820151614bed60008501826141d5565b506020820151614c006020850182614c15565b50505050565b614c0f8161536b565b82525050565b614c1e81615375565b82525050565b6000614c3082856142d2565b9150614c3c82846142d2565b9150614c4782614819565b91508190509392505050565b6000602082019050614c6860008301846141e4565b92915050565b6000608082019050614c8360008301876141e4565b614c9060208301866141e4565b614c9d6040830185614c06565b8181036060830152614caf8184614260565b905095945050505050565b6000604082019050614ccf60008301856141e4565b614cdc6020830184614c06565b9392505050565b60006020820190508181036000830152614cfd81846141f3565b905092915050565b6000602082019050614d1a6000830184614251565b92915050565b60006020820190508181036000830152614d3a8184614299565b905092915050565b60006020820190508181036000830152614d5b81614303565b9050919050565b60006020820190508181036000830152614d7b81614369565b9050919050565b60006020820190508181036000830152614d9b816143cf565b9050919050565b60006020820190508181036000830152614dbb8161440f565b9050919050565b60006020820190508181036000830152614ddb8161444f565b9050919050565b60006020820190508181036000830152614dfb816144b5565b9050919050565b60006020820190508181036000830152614e1b816144f5565b9050919050565b60006020820190508181036000830152614e3b8161455b565b9050919050565b60006020820190508181036000830152614e5b8161459b565b9050919050565b60006020820190508181036000830152614e7b81614601565b9050919050565b60006020820190508181036000830152614e9b81614667565b9050919050565b60006020820190508181036000830152614ebb816146cd565b9050919050565b60006020820190508181036000830152614edb8161470d565b9050919050565b60006020820190508181036000830152614efb81614773565b9050919050565b60006020820190508181036000830152614f1b816147b3565b9050919050565b60006020820190508181036000830152614f3b81614859565b9050919050565b60006020820190508181036000830152614f5b81614899565b9050919050565b60006020820190508181036000830152614f7b816148d9565b9050919050565b60006020820190508181036000830152614f9b8161493f565b9050919050565b60006020820190508181036000830152614fbb816149a5565b9050919050565b60006020820190508181036000830152614fdb81614a0b565b9050919050565b60006020820190508181036000830152614ffb81614a4b565b9050919050565b6000602082019050818103600083015261501b81614ab1565b9050919050565b6000602082019050818103600083015261503b81614b17565b9050919050565b6000602082019050818103600083015261505b81614b57565b9050919050565b6000602082019050818103600083015261507b81614b97565b9050919050565b60006020820190506150976000830184614c06565b92915050565b60006040820190506150b26000830185614c06565b81810360208301526150c481846141f3565b90509392505050565b6000604051905081810181811067ffffffffffffffff821117156150f4576150f3615508565b5b8060405250919050565b600067ffffffffffffffff82111561511957615118615508565b5b601f19601f8301169050602081019050919050565b600067ffffffffffffffff82111561514957615148615508565b5b601f19601f8301169050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b60006151e58261536b565b91506151f08361536b565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156152255761522461547b565b5b828201905092915050565b600061523b8261536b565b91506152468361536b565b925082615256576152556154aa565b5b828204905092915050565b600061526c8261536b565b91506152778361536b565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156152b0576152af61547b565b5b828202905092915050565b60006152c68261536b565b91506152d18361536b565b9250828210156152e4576152e361547b565b5b828203905092915050565b60006152fa8261534b565b9050919050565b600061530c8261534b565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60006bffffffffffffffffffffffff82169050919050565b82818337600083830152505050565b60005b838110156153ba57808201518184015260208101905061539f565b838111156153c9576000848401525b50505050565b600060028204905060018216806153e757607f821691505b602082108114156153fb576153fa6154d9565b5b50919050565b600061540c8261536b565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561543f5761543e61547b565b5b600182019050919050565b60006154558261536b565b91506154608361536b565b9250826154705761546f6154aa565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b615551816152ef565b811461555c57600080fd5b50565b61556881615313565b811461557357600080fd5b50565b61557f8161531f565b811461558a57600080fd5b50565b6155968161536b565b81146155a157600080fd5b5056fea2646970667358221220455940a605ea971109c506b4ed4a5a47a2736f8971604c2a4dbffc26391c9b8064736f6c63430008000033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.