ERC-721
Overview
Max Total Supply
5,039 SSC
Holders
1,555
Market
Volume (24H)
N/A
Min Price (24H)
N/A
Max Price (24H)
N/A
Other Info
Token Contract
Balance
2 SSCLoading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Contract Name:
SoulSailS2Clan
Compiler Version
v0.8.13+commit.abaa5c0e
Contract Source Code (Solidity Multiple files format)
// SPDX-License-Identifier: MIT /* iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii11111111111111111iiiiiiiiiiiiiiiiiiii iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii11111111111111111iiiiiiiiiiiiiiiiiii iiiiiiiiiiiiiiiiiiii1+iiiiiiiiiiiiiiiiiiiiiiii11111111o11111111iiiiiiiiiiiiiiiiiiiii iiiiiii1111iiii11iiiiiiiiiiiiiiiiiiiiiiiiiiiii111111111111111iii~;;~~~iiiiiiiiiiiiii iiiiii1ii1iiiiiii11iiiiiiiiiiiiiiiii1iiii!i&&&&%&&&1111111111u+.....+~~3iiiiiiiiiiii iiii111iiiiiiiiii11111iiiii11iiiiii111iii%&&&&&%33$&&&&1111!+........+~~3iiiiiiiiiii iii1111iiiiiiii1111111111111iiiii!&&&&&&&&$&$&&&&$$$$$$&&i^..........-+~~iiiiiiiiiii zzzzzzz11iiiii1111111111111ii&&&&&&&%%$&&&&&&&&&&&&&$&&&8.............+~~~iiiiiiiiii zzzzzzzz11iiii11111znnvzz&%%&$&&$8&&&&$&%3%$$&&$$$&&&&&&$..............+~~3iiiiiiiii zzzzzzzzz111111111zzzzznn3z&&%$3^~o;&1;i&8$86%6%$&&&&&&&&%*...........%.+~~iiiiiiiii zzzzzzzzz11zzz111zzzzzzn&&&&$&u^oooo;;&&$v$^&&&36$&&&&&&&&$v.%%%......%!+~~~iiiii11i zzzzzzzzzzzzzzzzzzzzzn%n&&u&$o8;uoooo*$!!o1&11^^&86$i$&$$&&~.%%%~~~...%%.+~~iii11111 zzzzzzzzzzzzzzzzzzznn8&&&^^&1!oa&&o*^1&au1611&8!3%%n66&&$$%$&$$~~~~~~%%%1+~~311111az nnvzzzzzzzzzzzzzzzznz%&8^oou1na&&&&111%&8%u311&$1;66*6616&&%%&~~~~~~%$%%%-~~~aaazzzz nnnvzzzzzzzzznnnnnnn!$u;611$&&&&&&&&&io&aau318%a81o116&&66&&&%~~~~~~$$$$..+~~aaazzzz nnnzzzzzznnznnnnnnnn&&1&o%&6*******1*&&**vo&3a*%$&6611686%&&&&&~~~~$$$$~~.+~~1zzzzzz nnnnnzzzzzzzzzznnnnn!%1i&8***********&%*&*o*6*z&*&&&&&1866%&&&&~~~%$$!~~~~.+~~zzzzzz ~~~~~nnzzzzzzzzzznnn!&n&%************1&**;&******%&&$&&%$&%&&&z~~~$$n~~~~~.+~~zzzzzz ~~~~~~nnzzzzzzzzznnnn&3&&*************$***********&%$&&&&&$&&&&~~$$!~~~~~~.+~~zzzzzz ~~~~~~~~~zzznzzzznnnnz&a&%*%$$$*******&$$%;*$v**%*a&&%&&&&&&&&~~~$$~~~~~~~.+~~zzzzzz ~~~~~~~~~~~nnnnnnnnnnn3%&******************%*i~6****&%&&&&$&&~~~$$~~~~~~~~.+~%!zzzzz ~~~~~~~~~~~nnnnnnnnnnnn%n%68$$$*******88v$$$$8-$$6**&&;$u**~~~~$$3~~~~~~~~~.~%!zznnn ~~~~~~~~~~nnnnnnnnnnnnnannn!3a$$*******$o~au$$i$$***&n&*!*~8$~~$$~~~~~~~~~..~%%znnnn ~~~~~~~~~~~~~onnnnnnnnn&nnn*-8*v********--%*;**-;;**8**&6$6~~~$$~~~~~~~~~~..;%%nnnnn ~~~~~~~~~~~~~~~~nnnnnnnnin8!;;****;******----+;;;;*~$$~~u~!~a~$$~~~~~~~~~...^%%nn~~~ ~~~~~~~~~~~~~~~~~~nnnnnnz&nn*****z~~******;;;;;;;*z~$$~$3~~v~$$~~~~~~~~.....+%%nno~~ ^^^^~~~;+++*~~~~~~nnnnnnnnnnn*******************i~.8$$z&6~~$~$$~~~~~~~......+%%nnn~~ ^^^^^++++++++^o~~nnnnn~~~;na$nn***~vo!********18**.%$$z~$~$~3$$~~~~~~.......+%%~~on~ ^^^^^++++++^^^^^^^~~;*~*^^^n%nn~~**********u888***%%$$~%~$~~$$$~~$$%........^%%~~~~~ ^^^^^^^^+++++++++^^^^^^^^++++3~~~~^****1~..18;****1%$~3~~~~~$$$$~u%%........;%%~~~~~ ^^^^^^^^^++++++....^^+++++++^^~~~~~^^*~^+n~n******~.;~~~~~~v$$%%%%%*........~%%^~~^^ +++^^^^^^^^^^++.^^^+^+^^^^^^^^^^~;~^^-+!i.^*****n.aii.3$~~$$$%%%%%.........+~%i^^^^^ +++++^^^^^++++....^^^+++^+++++^^^^!..iiii*..**+.iu1u!ii.n-~$$%%%%..........+~%^^+^^^ ....+++^+++-...+^^^^+++..+++++^^i.-.iiii3ii..iii3!.1ii.u..i.^$$............+%%+++++^ .....++....+..-++^++.+++..++++++i~3iiiii3iiiiiiiiiiii.u~3....n~~...........~%%++++++ ..........................+...+n..i6iiiiiiiiiiiiiiiiii3in.viz^~~~.........+~%6++++++ ...............................iii3iiiiiiiiiiiiiiiiii8ii..v~.-v~~.........+~%.-+.... ...............................ii3iiiiii.v-.ii.....ii83ii..i.!zo~........-~%%....... ..............................!ii!iiiiii+iiiiii1~~..^3iiiiiiiii%v........+~%8....... ...............................1i333iiiiiiiiii.^i...i8uiiiiii.^6~........*~~........ ..............................3^.i33*+++++++++i3333338niiii1~!^~~.......+~~~........ ...............................n;i^^$$$a$+~3~+$$n$$$$;3oii!!~.!8~.......+~~......... */ pragma solidity ^0.8.4; import "./Strings.sol"; import "./Ownable.sol"; import "./ERC2981.sol"; import "./Address.sol"; import "./ERC721A.sol"; import "./DefaultOperatorFilterer.sol"; import "./ReentrancyGuard.sol"; error ErrorContractMintDenied(); error ErrorPulicSaleNotStarted(); error ErrorBurnNotStarted(); error ErrorBurnTokenIds(); error ErrorInsufficientFund(); error ErrorExceedTransactionLimit(); error ErrorExceedWalletLimit(); error ErrorExceedMaxSupply(); error ErrorPorvideWrongTokenids(); contract SoulSailS2Clan is ERC2981, ERC721A, Ownable, ReentrancyGuard, DefaultOperatorFilterer { using Address for address payable; using Strings for uint256; uint256 public _maxSupplyForPublic = 8500; uint256 public _maxSupplyForBurn = 1500; uint256 public _burnNumber; uint256 public _mintPrice = 0.0066 ether; uint256 public _walletLimit = 10; bool public _publicStarted = false; uint256 public _mintStartTime = 1687370400; bool public _revealed = false; string public _metadataURI = ""; string public _uriSuffix = ".json"; string public _hiddenMetadataUri; mapping (address => uint256) public walletMinted; address public constant BLACKHOLE = 0x000000000000000000000000000000000000dEaD; IERC721 public _s1FlagContract; constructor() ERC721A("Soul Sail S2-Clan", "SSC") { _setDefaultRoyalty(owner(), 750); } function Burn(uint256[] memory tokenIds) external payable { if (tx.origin != msg.sender) revert ErrorContractMintDenied(); if ( _totalMinted() < _maxSupplyForPublic) revert ErrorBurnNotStarted(); if (block.timestamp < _mintStartTime) revert ErrorBurnNotStarted(); if (tokenIds.length < 1) revert ErrorPorvideWrongTokenids(); if (tokenIds.length + _totalMinted() > _maxSupplyForBurn + _maxSupplyForPublic) revert ErrorExceedMaxSupply(); if (tokenIds.length + _burnNumber > _maxSupplyForBurn) revert ErrorExceedMaxSupply(); uint256 burnNumber = tokenIds.length; for (uint256 i = 0; i < burnNumber; ) { if(_s1FlagContract.ownerOf(tokenIds[i]) == msg.sender){ _s1FlagContract.transferFrom(msg.sender, BLACKHOLE, tokenIds[i]); unchecked { i++; } }else{ burnNumber--; } } if (burnNumber < 1) revert ErrorBurnTokenIds(); _safeMint(msg.sender, burnNumber); _burnNumber += burnNumber; } function pulicMint(uint256 amount) external payable { if (tx.origin != msg.sender) revert ErrorContractMintDenied(); if (!_publicStarted) revert ErrorPulicSaleNotStarted(); if (block.timestamp < _mintStartTime) revert ErrorPulicSaleNotStarted(); if (amount + _totalMinted() > _maxSupplyForPublic) revert ErrorExceedMaxSupply(); if (walletMinted[msg.sender] >= _walletLimit) revert ErrorExceedWalletLimit(); if (walletMinted[msg.sender] + amount > _walletLimit) revert ErrorExceedWalletLimit(); if (msg.value < amount * _mintPrice) revert ErrorInsufficientFund(); _safeMint(msg.sender, amount); walletMinted[msg.sender] += amount; } function devMint(address to, uint256 amount) external onlyOwner { if (amount + _totalMinted() > _maxSupplyForBurn + _maxSupplyForPublic) revert ErrorExceedMaxSupply(); _safeMint(to, amount); } struct State { uint256 mintPrice; uint256 walletLimit; uint256 maxSupplyForPublic; uint256 maxSupplyForBurn; uint256 totalMinted; bool revealed; bool publicStarted; uint256 mintStartTime; } function _state() external view returns (State memory) { return State({ mintPrice: _mintPrice, walletLimit: _walletLimit, maxSupplyForPublic: _maxSupplyForPublic, maxSupplyForBurn: _maxSupplyForBurn, totalMinted: uint256(ERC721A._totalMinted()), revealed: _revealed, publicStarted: _publicStarted, mintStartTime: _mintStartTime }); } function setBurnTokenContract(address s1FlagContract) external onlyOwner { _s1FlagContract = IERC721(s1FlagContract); } function _startTokenId() internal view virtual override returns (uint256) { return 1; } function setPublicStarted(bool publicStarted) external onlyOwner { _publicStarted = publicStarted; } function setMintStartTime(uint256 mintStartTime) public onlyOwner { _mintStartTime = mintStartTime; } function setWalletLimit(uint256 walletLimit) public onlyOwner { _walletLimit = walletLimit; } function setMintPrice(uint256 mintPrice) public onlyOwner { _mintPrice = mintPrice; } function setMaxSupplyForPublic(uint256 maxSupplyForPublic) public onlyOwner { _maxSupplyForPublic = maxSupplyForPublic; } function setMaxSupplyForBurn(uint256 maxSupplyForBurn) public onlyOwner { _maxSupplyForBurn = maxSupplyForBurn; } function setRevealed(bool revealed) public onlyOwner { _revealed = revealed; } function setUriSuffix(string memory uriSuffix) external onlyOwner { _uriSuffix = uriSuffix; } function setMetadataURI(string memory uri) external onlyOwner { _metadataURI = uri; } function setHiddenMetadataUri(string memory hiddenMetadataUri) public onlyOwner { _hiddenMetadataUri = hiddenMetadataUri; } function setFeeNumerator(uint96 feeNumerator) external onlyOwner { _setDefaultRoyalty(owner(), feeNumerator); } function tokenURI(uint256 tokenId) public view virtual override returns (string memory) { if (!_exists(tokenId)) revert URIQueryForNonexistentToken(); if (_revealed == false) { return _hiddenMetadataUri; } string memory baseURI = _metadataURI; string memory uriSuffix = _uriSuffix; return string(abi.encodePacked(baseURI, tokenId.toString(), uriSuffix)); } function supportsInterface(bytes4 interfaceId) public view virtual override(ERC2981, ERC721A) returns (bool) { return interfaceId == type(IERC2981).interfaceId || interfaceId == type(IERC721).interfaceId || super.supportsInterface(interfaceId); } function withdraw() external onlyOwner nonReentrant{ payable(msg.sender).transfer(address(this).balance); } function setApprovalForAll(address operator, bool approved) public override onlyAllowedOperatorApproval(operator) { super.setApprovalForAll(operator, approved); } function approve(address operator, uint256 tokenId) public override onlyAllowedOperatorApproval(operator) { super.approve(operator, tokenId); } function transferFrom(address from, address to, uint256 tokenId) public override onlyAllowedOperator(from) { super.transferFrom(from, to, tokenId); } function safeTransferFrom(address from, address to, uint256 tokenId) public override onlyAllowedOperator(from) { super.safeTransferFrom(from, to, tokenId); } function safeTransferFrom(address from, address to, uint256 tokenId, bytes memory data) public override onlyAllowedOperator(from) { super.safeTransferFrom(from, to, tokenId, data); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.5.0) (utils/Address.sol) pragma solidity ^0.8.1; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== * * [IMPORTANT] * ==== * You shouldn't rely on `isContract` to protect against flash loan attacks! * * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract * constructor. * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize/address.code.length, which returns 0 // for contracts in construction, since the code is only stored at the end // of the constructor execution. return account.code.length > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); (bool success, ) = recipient.call{value: amount}(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain `call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value ) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value, string memory errorMessage ) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); require(isContract(target), "Address: call to non-contract"); (bool success, bytes memory returndata) = target.call{value: value}(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall( address target, bytes memory data, string memory errorMessage ) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason using the provided one. * * _Available since v4.3._ */ function verifyCallResult( bool success, bytes memory returndata, string memory errorMessage ) internal pure returns (bytes memory) { if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (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 pragma solidity ^0.8.13; import "./OperatorFilterer.sol"; /** * @title DefaultOperatorFilterer * @notice Inherits from OperatorFilterer and automatically subscribes to the default OpenSea subscription. */ abstract contract DefaultOperatorFilterer is OperatorFilterer { address constant DEFAULT_SUBSCRIPTION = address(0x3cc6CddA760b79bAfa08dF41ECFA224f810dCeB6); constructor() OperatorFilterer(DEFAULT_SUBSCRIPTION, true) {} }
// 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 (last updated v4.6.0) (token/common/ERC2981.sol) pragma solidity ^0.8.0; import "./IERC2981.sol"; import "./ERC165.sol"; /** * @dev Implementation of the NFT Royalty Standard, a standardized way to retrieve royalty payment information. * * Royalty information can be specified globally for all token ids via {_setDefaultRoyalty}, and/or individually for * specific token ids via {_setTokenRoyalty}. The latter takes precedence over the first. * * Royalty is specified as a fraction of sale price. {_feeDenominator} is overridable but defaults to 10000, meaning the * fee is specified in basis points by default. * * IMPORTANT: ERC-2981 only specifies a way to signal royalty information and does not enforce its payment. See * https://eips.ethereum.org/EIPS/eip-2981#optional-royalty-payments[Rationale] in the EIP. Marketplaces are expected to * voluntarily pay royalties together with sales, but note that this standard is not yet widely supported. * * _Available since v4.5._ */ abstract contract ERC2981 is IERC2981, ERC165 { struct RoyaltyInfo { address receiver; uint96 royaltyFraction; } RoyaltyInfo private _defaultRoyaltyInfo; mapping(uint256 => RoyaltyInfo) private _tokenRoyaltyInfo; /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165, ERC165) returns (bool) { return interfaceId == type(IERC2981).interfaceId || super.supportsInterface(interfaceId); } /** * @inheritdoc IERC2981 */ function royaltyInfo(uint256 _tokenId, uint256 _salePrice) public view virtual override returns (address, uint256) { RoyaltyInfo memory royalty = _tokenRoyaltyInfo[_tokenId]; if (royalty.receiver == address(0)) { royalty = _defaultRoyaltyInfo; } uint256 royaltyAmount = (_salePrice * royalty.royaltyFraction) / _feeDenominator(); return (royalty.receiver, royaltyAmount); } /** * @dev The denominator with which to interpret the fee set in {_setTokenRoyalty} and {_setDefaultRoyalty} as a * fraction of the sale price. Defaults to 10000 so fees are expressed in basis points, but may be customized by an * override. */ function _feeDenominator() internal pure virtual returns (uint96) { return 10000; } /** * @dev Sets the royalty information that all ids in this contract will default to. * * Requirements: * * - `receiver` cannot be the zero address. * - `feeNumerator` cannot be greater than the fee denominator. */ function _setDefaultRoyalty(address receiver, uint96 feeNumerator) internal virtual { require(feeNumerator <= _feeDenominator(), "ERC2981: royalty fee will exceed salePrice"); require(receiver != address(0), "ERC2981: invalid receiver"); _defaultRoyaltyInfo = RoyaltyInfo(receiver, feeNumerator); } /** * @dev Removes default royalty information. */ function _deleteDefaultRoyalty() internal virtual { delete _defaultRoyaltyInfo; } /** * @dev Sets the royalty information for a specific token id, overriding the global default. * * Requirements: * * - `tokenId` must be already minted. * - `receiver` cannot be the zero address. * - `feeNumerator` cannot be greater than the fee denominator. */ function _setTokenRoyalty( uint256 tokenId, address receiver, uint96 feeNumerator ) internal virtual { require(feeNumerator <= _feeDenominator(), "ERC2981: royalty fee will exceed salePrice"); require(receiver != address(0), "ERC2981: Invalid parameters"); _tokenRoyaltyInfo[tokenId] = RoyaltyInfo(receiver, feeNumerator); } /** * @dev Resets royalty information for the token id back to the global default. */ function _resetTokenRoyalty(uint256 tokenId) internal virtual { delete _tokenRoyaltyInfo[tokenId]; } }
// SPDX-License-Identifier: MIT // Creator: Chiru Labs pragma solidity ^0.8.4; import './IERC721.sol'; import './IERC721Receiver.sol'; import './IERC721Metadata.sol'; import './Address.sol'; import './Context.sol'; import './Strings.sol'; import './ERC165.sol'; error ApprovalCallerNotOwnerNorApproved(); error ApprovalQueryForNonexistentToken(); error ApproveToCaller(); error ApprovalToCurrentOwner(); error BalanceQueryForZeroAddress(); error MintToZeroAddress(); error MintZeroQuantity(); error OwnerQueryForNonexistentToken(); error TransferCallerNotOwnerNorApproved(); error TransferFromIncorrectOwner(); error TransferToNonERC721ReceiverImplementer(); error TransferToZeroAddress(); error URIQueryForNonexistentToken(); /** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension. Built to optimize for lower gas during batch mints. * * Assumes serials are sequentially minted starting at _startTokenId() (defaults to 0, e.g. 0, 1, 2, 3..). * * Assumes that an owner cannot have more than 2**64 - 1 (max value of uint64) of supply. * * Assumes that the maximum token id cannot exceed 2**256 - 1 (max value of uint256). */ contract ERC721A is Context, ERC165, IERC721, IERC721Metadata { using Address for address; using Strings for uint256; // Compiler will pack this into a single 256bit word. struct TokenOwnership { // The address of the owner. address addr; // Keeps track of the start time of ownership with minimal overhead for tokenomics. uint64 startTimestamp; // Whether the token has been burned. bool burned; } // Compiler will pack this into a single 256bit word. struct AddressData { // Realistically, 2**64-1 is more than enough. uint64 balance; // Keeps track of mint count with minimal overhead for tokenomics. uint64 numberMinted; // Keeps track of burn count with minimal overhead for tokenomics. uint64 numberBurned; // For miscellaneous variable(s) pertaining to the address // (e.g. number of whitelist mint slots used). // If there are multiple variables, please pack them into a uint64. uint64 aux; } // The tokenId of the next token to be minted. uint256 internal _currentIndex; // The number of tokens burned. uint256 internal _burnCounter; // Token name string private _name; // Token symbol string private _symbol; // Mapping from token ID to ownership details // An empty struct value does not necessarily mean the token is unowned. See _ownershipOf implementation for details. mapping(uint256 => TokenOwnership) internal _ownerships; // Mapping owner address to address data mapping(address => AddressData) private _addressData; // 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; constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; _currentIndex = _startTokenId(); } /** * To change the starting tokenId, please override this function. */ function _startTokenId() internal view virtual returns (uint256) { return 0; } /** * @dev Burned tokens are calculated here, use _totalMinted() if you want to count just minted tokens. */ function totalSupply() public view returns (uint256) { // Counter underflow is impossible as _burnCounter cannot be incremented // more than _currentIndex - _startTokenId() times unchecked { return _currentIndex - _burnCounter - _startTokenId(); } } /** * Returns the total amount of tokens minted in the contract. */ function _totalMinted() internal view returns (uint256) { // Counter underflow is impossible as _currentIndex does not decrement, // and it is initialized to _startTokenId() unchecked { return _currentIndex - _startTokenId(); } } /** * @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 override returns (uint256) { if (owner == address(0)) revert BalanceQueryForZeroAddress(); return uint256(_addressData[owner].balance); } /** * Returns the number of tokens minted by `owner`. */ function _numberMinted(address owner) internal view returns (uint256) { return uint256(_addressData[owner].numberMinted); } /** * Returns the number of tokens burned by or on behalf of `owner`. */ function _numberBurned(address owner) internal view returns (uint256) { return uint256(_addressData[owner].numberBurned); } /** * Returns the auxillary data for `owner`. (e.g. number of whitelist mint slots used). */ function _getAux(address owner) internal view returns (uint64) { return _addressData[owner].aux; } /** * Sets the auxillary data for `owner`. (e.g. number of whitelist mint slots used). * If there are multiple variables, please pack them into a uint64. */ function _setAux(address owner, uint64 aux) internal { _addressData[owner].aux = aux; } /** * Gas spent here starts off proportional to the maximum mint batch size. * It gradually moves to O(1) as tokens get transferred around in the collection over time. */ function _ownershipOf(uint256 tokenId) internal view returns (TokenOwnership memory) { uint256 curr = tokenId; unchecked { if (_startTokenId() <= curr && curr < _currentIndex) { TokenOwnership memory ownership = _ownerships[curr]; if (!ownership.burned) { if (ownership.addr != address(0)) { return ownership; } // Invariant: // There will always be an ownership that has an address and is not burned // before an ownership that does not have an address and is not burned. // Hence, curr will not underflow. while (true) { curr--; ownership = _ownerships[curr]; if (ownership.addr != address(0)) { return ownership; } } } } } revert OwnerQueryForNonexistentToken(); } /** * @dev See {IERC721-ownerOf}. */ function ownerOf(uint256 tokenId) public view override returns (address) { return _ownershipOf(tokenId).addr; } /** * @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) { if (!_exists(tokenId)) revert URIQueryForNonexistentToken(); 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 = ERC721A.ownerOf(tokenId); if (to == owner) revert ApprovalToCurrentOwner(); if (_msgSender() != owner && !isApprovedForAll(owner, _msgSender())) { revert ApprovalCallerNotOwnerNorApproved(); } _approve(to, tokenId, owner); } /** * @dev See {IERC721-getApproved}. */ function getApproved(uint256 tokenId) public view override returns (address) { if (!_exists(tokenId)) revert ApprovalQueryForNonexistentToken(); return _tokenApprovals[tokenId]; } /** * @dev See {IERC721-setApprovalForAll}. */ function setApprovalForAll(address operator, bool approved) public virtual override { if (operator == _msgSender()) revert ApproveToCaller(); _operatorApprovals[_msgSender()][operator] = approved; emit ApprovalForAll(_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 { _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 { _transfer(from, to, tokenId); if (to.isContract() && !_checkContractOnERC721Received(from, to, tokenId, _data)) { revert TransferToNonERC721ReceiverImplementer(); } } /** * @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`), */ function _exists(uint256 tokenId) internal view returns (bool) { return _startTokenId() <= tokenId && tokenId < _currentIndex && !_ownerships[tokenId].burned; } function _safeMint(address to, uint256 quantity) internal { _safeMint(to, quantity, ''); } /** * @dev Safely mints `quantity` tokens and transfers them to `to`. * * Requirements: * * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called for each safe transfer. * - `quantity` must be greater than 0. * * Emits a {Transfer} event. */ function _safeMint( address to, uint256 quantity, bytes memory _data ) internal { _mint(to, quantity, _data, true); } /** * @dev Mints `quantity` tokens and transfers them to `to`. * * Requirements: * * - `to` cannot be the zero address. * - `quantity` must be greater than 0. * * Emits a {Transfer} event. */ function _mint( address to, uint256 quantity, bytes memory _data, bool safe ) internal { uint256 startTokenId = _currentIndex; if (to == address(0)) revert MintToZeroAddress(); if (quantity == 0) revert MintZeroQuantity(); _beforeTokenTransfers(address(0), to, startTokenId, quantity); // Overflows are incredibly unrealistic. // balance or numberMinted overflow if current value of either + quantity > 1.8e19 (2**64) - 1 // updatedIndex overflows if _currentIndex + quantity > 1.2e77 (2**256) - 1 unchecked { _addressData[to].balance += uint64(quantity); _addressData[to].numberMinted += uint64(quantity); _ownerships[startTokenId].addr = to; _ownerships[startTokenId].startTimestamp = uint64(block.timestamp); uint256 updatedIndex = startTokenId; uint256 end = updatedIndex + quantity; if (safe && to.isContract()) { do { emit Transfer(address(0), to, updatedIndex); if (!_checkContractOnERC721Received(address(0), to, updatedIndex++, _data)) { revert TransferToNonERC721ReceiverImplementer(); } } while (updatedIndex != end); // Reentrancy protection if (_currentIndex != startTokenId) revert(); } else { do { emit Transfer(address(0), to, updatedIndex++); } while (updatedIndex != end); } _currentIndex = updatedIndex; } _afterTokenTransfers(address(0), to, startTokenId, quantity); } /** * @dev Transfers `tokenId` from `from` to `to`. * * 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 ) private { TokenOwnership memory prevOwnership = _ownershipOf(tokenId); if (prevOwnership.addr != from) revert TransferFromIncorrectOwner(); bool isApprovedOrOwner = (_msgSender() == from || isApprovedForAll(from, _msgSender()) || getApproved(tokenId) == _msgSender()); if (!isApprovedOrOwner) revert TransferCallerNotOwnerNorApproved(); if (to == address(0)) revert TransferToZeroAddress(); _beforeTokenTransfers(from, to, tokenId, 1); // Clear approvals from the previous owner _approve(address(0), tokenId, from); // Underflow of the sender's balance is impossible because we check for // ownership above and the recipient's balance can't realistically overflow. // Counter overflow is incredibly unrealistic as tokenId would have to be 2**256. unchecked { _addressData[from].balance -= 1; _addressData[to].balance += 1; TokenOwnership storage currSlot = _ownerships[tokenId]; currSlot.addr = to; currSlot.startTimestamp = uint64(block.timestamp); // If the ownership slot of tokenId+1 is not explicitly set, that means the transfer initiator owns it. // Set the slot of tokenId+1 explicitly in storage to maintain correctness for ownerOf(tokenId+1) calls. uint256 nextTokenId = tokenId + 1; TokenOwnership storage nextSlot = _ownerships[nextTokenId]; if (nextSlot.addr == address(0)) { // This will suffice for checking _exists(nextTokenId), // as a burned slot cannot contain the zero address. if (nextTokenId != _currentIndex) { nextSlot.addr = from; nextSlot.startTimestamp = prevOwnership.startTimestamp; } } } emit Transfer(from, to, tokenId); _afterTokenTransfers(from, to, tokenId, 1); } /** * @dev This is equivalent to _burn(tokenId, false) */ function _burn(uint256 tokenId) internal virtual { _burn(tokenId, false); } /** * @dev Destroys `tokenId`. * The approval is cleared when the token is burned. * * Requirements: * * - `tokenId` must exist. * * Emits a {Transfer} event. */ function _burn(uint256 tokenId, bool approvalCheck) internal virtual { TokenOwnership memory prevOwnership = _ownershipOf(tokenId); address from = prevOwnership.addr; if (approvalCheck) { bool isApprovedOrOwner = (_msgSender() == from || isApprovedForAll(from, _msgSender()) || getApproved(tokenId) == _msgSender()); if (!isApprovedOrOwner) revert TransferCallerNotOwnerNorApproved(); } _beforeTokenTransfers(from, address(0), tokenId, 1); // Clear approvals from the previous owner _approve(address(0), tokenId, from); // Underflow of the sender's balance is impossible because we check for // ownership above and the recipient's balance can't realistically overflow. // Counter overflow is incredibly unrealistic as tokenId would have to be 2**256. unchecked { AddressData storage addressData = _addressData[from]; addressData.balance -= 1; addressData.numberBurned += 1; // Keep track of who burned the token, and the timestamp of burning. TokenOwnership storage currSlot = _ownerships[tokenId]; currSlot.addr = from; currSlot.startTimestamp = uint64(block.timestamp); currSlot.burned = true; // If the ownership slot of tokenId+1 is not explicitly set, that means the burn initiator owns it. // Set the slot of tokenId+1 explicitly in storage to maintain correctness for ownerOf(tokenId+1) calls. uint256 nextTokenId = tokenId + 1; TokenOwnership storage nextSlot = _ownerships[nextTokenId]; if (nextSlot.addr == address(0)) { // This will suffice for checking _exists(nextTokenId), // as a burned slot cannot contain the zero address. if (nextTokenId != _currentIndex) { nextSlot.addr = from; nextSlot.startTimestamp = prevOwnership.startTimestamp; } } } emit Transfer(from, address(0), tokenId); _afterTokenTransfers(from, address(0), tokenId, 1); // Overflow not possible, as _burnCounter cannot be exceed _currentIndex times. unchecked { _burnCounter++; } } /** * @dev Approve `to` to operate on `tokenId` * * Emits a {Approval} event. */ function _approve( address to, uint256 tokenId, address owner ) private { _tokenApprovals[tokenId] = to; emit Approval(owner, to, tokenId); } /** * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target 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 _checkContractOnERC721Received( address from, address to, uint256 tokenId, bytes memory _data ) private returns (bool) { try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) { return retval == IERC721Receiver(to).onERC721Received.selector; } catch (bytes memory reason) { if (reason.length == 0) { revert TransferToNonERC721ReceiverImplementer(); } else { assembly { revert(add(32, reason), mload(reason)) } } } } /** * @dev Hook that is called before a set of serially-ordered token ids are about to be transferred. This includes minting. * And also called before burning one token. * * startTokenId - the first token id to be transferred * quantity - the amount to be transferred * * 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, `tokenId` will be burned by `from`. * - `from` and `to` are never both zero. */ function _beforeTokenTransfers( address from, address to, uint256 startTokenId, uint256 quantity ) internal virtual {} /** * @dev Hook that is called after a set of serially-ordered token ids have been transferred. This includes * minting. * And also called after one token has been burned. * * startTokenId - the first token id to be transferred * quantity - the amount to be transferred * * Calling conditions: * * - When `from` and `to` are both non-zero, `from`'s `tokenId` has been * transferred to `to`. * - When `from` is zero, `tokenId` has been minted for `to`. * - When `to` is zero, `tokenId` has been burned by `from`. * - `from` and `to` are never both zero. */ function _afterTokenTransfers( address from, address to, uint256 startTokenId, uint256 quantity ) internal virtual {} }
// 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 (last updated v4.6.0) (interfaces/IERC2981.sol) pragma solidity ^0.8.0; import "./IERC165.sol"; /** * @dev Interface for the NFT Royalty Standard. * * A standardized way to retrieve royalty payment information for non-fungible tokens (NFTs) to enable universal * support for royalty payments across all NFT marketplaces and ecosystem participants. * * _Available since v4.5._ */ interface IERC2981 is IERC165 { /** * @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of * exchange. The royalty amount is denominated and should be paid in that same unit of exchange. */ function royaltyInfo(uint256 tokenId, uint256 salePrice) external view returns (address receiver, uint256 royaltyAmount); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721.sol) pragma solidity ^0.8.0; import "./IERC165.sol"; /** * @dev Required interface of an ERC721 compliant contract. */ interface IERC721 is IERC165 { /** * @dev Emitted when `tokenId` token is transferred from `from` to `to`. */ event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token. */ event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets. */ event ApprovalForAll(address indexed owner, address indexed operator, bool approved); /** * @dev Returns the number of tokens in ``owner``'s account. */ function balanceOf(address owner) external view returns (uint256 balance); /** * @dev Returns the owner of the `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function ownerOf(uint256 tokenId) external view returns (address owner); /** * @dev Safely transfers `tokenId` token from `from` to `to`. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId, bytes calldata data ) external; /** * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients * are aware of the ERC721 protocol to prevent tokens from being forever locked. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Transfers `tokenId` token from `from` to `to`. * * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Gives permission to `to` to transfer `tokenId` token to another account. * The approval is cleared when the token is transferred. * * Only a single account can be approved at a time, so approving the zero address clears previous approvals. * * Requirements: * * - The caller must own the token or be an approved operator. * - `tokenId` must exist. * * Emits an {Approval} event. */ function approve(address to, uint256 tokenId) external; /** * @dev Approve or remove `operator` as an operator for the caller. * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller. * * Requirements: * * - The `operator` cannot be the caller. * * Emits an {ApprovalForAll} event. */ function setApprovalForAll(address operator, bool _approved) external; /** * @dev Returns the account approved for `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function getApproved(uint256 tokenId) external view returns (address operator); /** * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`. * * See {setApprovalForAll} */ function isApprovedForAll(address owner, address operator) external view returns (bool); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol) pragma solidity ^0.8.0; import "./IERC721.sol"; /** * @title ERC-721 Non-Fungible Token Standard, optional metadata extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ interface IERC721Metadata is IERC721 { /** * @dev Returns the token collection name. */ function name() external view returns (string memory); /** * @dev Returns the token collection symbol. */ function symbol() external view returns (string memory); /** * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token. */ function tokenURI(uint256 tokenId) external view returns (string memory); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721Receiver.sol) pragma solidity ^0.8.0; /** * @title ERC721 token receiver interface * @dev Interface for any contract that wants to support safeTransfers * from ERC721 asset contracts. */ interface IERC721Receiver { /** * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom} * by `operator` from `from`, this function is called. * * It must return its Solidity selector to confirm the token transfer. * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted. * * The selector can be obtained in Solidity with `IERC721Receiver.onERC721Received.selector`. */ function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; interface IOperatorFilterRegistry { function isOperatorAllowed(address registrant, address operator) external view returns (bool); function register(address registrant) external; function registerAndSubscribe(address registrant, address subscription) external; function registerAndCopyEntries(address registrant, address registrantToCopy) external; function unregister(address addr) external; function updateOperator(address registrant, address operator, bool filtered) external; function updateOperators(address registrant, address[] calldata operators, bool filtered) external; function updateCodeHash(address registrant, bytes32 codehash, bool filtered) external; function updateCodeHashes(address registrant, bytes32[] calldata codeHashes, bool filtered) external; function subscribe(address registrant, address registrantToSubscribe) external; function unsubscribe(address registrant, bool copyExistingEntries) external; function subscriptionOf(address addr) external returns (address registrant); function subscribers(address registrant) external returns (address[] memory); function subscriberAt(address registrant, uint256 index) external returns (address); function copyEntriesOf(address registrant, address registrantToCopy) external; function isOperatorFiltered(address registrant, address operator) external returns (bool); function isCodeHashOfFiltered(address registrant, address operatorWithCode) external returns (bool); function isCodeHashFiltered(address registrant, bytes32 codeHash) external returns (bool); function filteredOperators(address addr) external returns (address[] memory); function filteredCodeHashes(address addr) external returns (bytes32[] memory); function filteredOperatorAt(address registrant, uint256 index) external returns (address); function filteredCodeHashAt(address registrant, uint256 index) external returns (bytes32); function isRegistered(address addr) external returns (bool); function codeHashOf(address addr) external returns (bytes32); }
// SPDX-License-Identifier: MIT pragma solidity ^0.8.13; import "./IOperatorFilterRegistry.sol"; /** * @title OperatorFilterer * @notice Abstract contract whose constructor automatically registers and optionally subscribes to or copies another * registrant's entries in the OperatorFilterRegistry. * @dev This smart contract is meant to be inherited by token contracts so they can use the following: * - `onlyAllowedOperator` modifier for `transferFrom` and `safeTransferFrom` methods. * - `onlyAllowedOperatorApproval` modifier for `approve` and `setApprovalForAll` methods. */ abstract contract OperatorFilterer { error OperatorNotAllowed(address operator); IOperatorFilterRegistry public constant OPERATOR_FILTER_REGISTRY = IOperatorFilterRegistry(0x000000000000AAeB6D7670E522A718067333cd4E); constructor(address subscriptionOrRegistrantToCopy, bool subscribe) { // If an inheriting token contract is deployed to a network without the registry deployed, the modifier // will not revert, but the contract will need to be registered with the registry once it is deployed in // order for the modifier to filter addresses. if (address(OPERATOR_FILTER_REGISTRY).code.length > 0) { if (subscribe) { OPERATOR_FILTER_REGISTRY.registerAndSubscribe(address(this), subscriptionOrRegistrantToCopy); } else { if (subscriptionOrRegistrantToCopy != address(0)) { OPERATOR_FILTER_REGISTRY.registerAndCopyEntries(address(this), subscriptionOrRegistrantToCopy); } else { OPERATOR_FILTER_REGISTRY.register(address(this)); } } } } modifier onlyAllowedOperator(address from) virtual { // Allow spending tokens from addresses with balance // Note that this still allows listings and marketplaces with escrow to transfer tokens if transferred // from an EOA. if (from != msg.sender) { _checkFilterOperator(msg.sender); } _; } modifier onlyAllowedOperatorApproval(address operator) virtual { _checkFilterOperator(operator); _; } function _checkFilterOperator(address operator) internal view virtual { // Check registry code length to facilitate testing in environments without a deployed registry. if (address(OPERATOR_FILTER_REGISTRY).code.length > 0) { if (!OPERATOR_FILTER_REGISTRY.isOperatorAllowed(address(this), operator)) { revert OperatorNotAllowed(operator); } } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (access/Ownable.sol) pragma solidity ^0.8.0; import "./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 (security/ReentrancyGuard.sol) pragma solidity ^0.8.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are no nested * (reentrant) calls to them. * * Note that because there is a single `nonReentrant` guard, functions marked as * `nonReentrant` may not call one another. This can be worked around by making * those functions `private`, and then adding `external` `nonReentrant` entry * points to them. * * TIP: If you would like to learn more about reentrancy and alternative ways * to protect against it, check out our blog post * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul]. */ abstract contract ReentrancyGuard { // Booleans are more expensive than uint256 or any type that takes up a full // word because each write operation emits an extra SLOAD to first read the // slot's contents, replace the bits taken up by the boolean, and then write // back. This is the compiler's defense against contract upgrades and // pointer aliasing, and it cannot be disabled. // The values being non-zero value makes deployment a bit more expensive, // but in exchange the refund on every call to nonReentrant will be lower in // amount. Since refunds are capped to a percentage of the total // transaction's gas, it is best to keep them low in cases like this one, to // increase the likelihood of the full refund coming into effect. uint256 private constant _NOT_ENTERED = 1; uint256 private constant _ENTERED = 2; uint256 private _status; constructor() { _status = _NOT_ENTERED; } /** * @dev Prevents a contract from calling itself, directly or indirectly. * Calling a `nonReentrant` function from another `nonReentrant` * function is not supported. It is possible to prevent this from happening * by making the `nonReentrant` function external, and making it call a * `private` function that does the actual work. */ modifier nonReentrant() { // On the first call to nonReentrant, _notEntered will be true require(_status != _ENTERED, "ReentrancyGuard: reentrant call"); // Any calls to nonReentrant after this point will fail _status = _ENTERED; _; // By storing the original value once again, a refund is triggered (see // https://eips.ethereum.org/EIPS/eip-2200) _status = _NOT_ENTERED; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.6.0) (utils/math/SafeMath.sol) pragma solidity ^0.8.0; // CAUTION // This version of SafeMath should only be used with Solidity 0.8 or later, // because it relies on the compiler's built in overflow checks. /** * @dev Wrappers over Solidity's arithmetic operations. * * NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler * now has built in overflow checking. */ library SafeMath { /** * @dev Returns the addition of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { uint256 c = a + b; if (c < a) return (false, 0); return (true, c); } } /** * @dev Returns the subtraction of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { if (b > a) return (false, 0); return (true, a - b); } } /** * @dev Returns the multiplication of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { // Gas optimization: this is cheaper than requiring 'a' not being zero, but the // benefit is lost if 'b' is also tested. // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522 if (a == 0) return (true, 0); uint256 c = a * b; if (c / a != b) return (false, 0); return (true, c); } } /** * @dev Returns the division of two unsigned integers, with a division by zero flag. * * _Available since v3.4._ */ function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { if (b == 0) return (false, 0); return (true, a / b); } } /** * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag. * * _Available since v3.4._ */ function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) { unchecked { if (b == 0) return (false, 0); return (true, a % b); } } /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requirements: * * - Addition cannot overflow. */ function add(uint256 a, uint256 b) internal pure returns (uint256) { return a + b; } /** * @dev Returns the subtraction of two unsigned integers, reverting on * overflow (when the result is negative). * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub(uint256 a, uint256 b) internal pure returns (uint256) { return a - b; } /** * @dev Returns the multiplication of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `*` operator. * * Requirements: * * - Multiplication cannot overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { return a * b; } /** * @dev Returns the integer division of two unsigned integers, reverting on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. * * Requirements: * * - The divisor cannot be zero. */ function div(uint256 a, uint256 b) internal pure returns (uint256) { return a / b; } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * reverting when dividing by zero. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function mod(uint256 a, uint256 b) internal pure returns (uint256) { return a % b; } /** * @dev Returns the subtraction of two unsigned integers, reverting with custom message on * overflow (when the result is negative). * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {trySub}. * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b <= a, errorMessage); return a - b; } } /** * @dev Returns the integer division of two unsigned integers, reverting with custom message on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. Note: this function uses a * `revert` opcode (which leaves remaining gas untouched) while Solidity * uses an invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function div( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b > 0, errorMessage); return a / b; } } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * reverting with custom message when dividing by zero. * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {tryMod}. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function mod( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b > 0, errorMessage); return a % b; } } }
// 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); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"ApprovalToCurrentOwner","type":"error"},{"inputs":[],"name":"ApproveToCaller","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":"error"},{"inputs":[],"name":"ErrorBurnNotStarted","type":"error"},{"inputs":[],"name":"ErrorBurnTokenIds","type":"error"},{"inputs":[],"name":"ErrorContractMintDenied","type":"error"},{"inputs":[],"name":"ErrorExceedMaxSupply","type":"error"},{"inputs":[],"name":"ErrorExceedWalletLimit","type":"error"},{"inputs":[],"name":"ErrorInsufficientFund","type":"error"},{"inputs":[],"name":"ErrorPorvideWrongTokenids","type":"error"},{"inputs":[],"name":"ErrorPulicSaleNotStarted","type":"error"},{"inputs":[],"name":"MintToZeroAddress","type":"error"},{"inputs":[],"name":"MintZeroQuantity","type":"error"},{"inputs":[{"internalType":"address","name":"operator","type":"address"}],"name":"OperatorNotAllowed","type":"error"},{"inputs":[],"name":"OwnerQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"TransferCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"TransferFromIncorrectOwner","type":"error"},{"inputs":[],"name":"TransferToNonERC721ReceiverImplementer","type":"error"},{"inputs":[],"name":"TransferToZeroAddress","type":"error"},{"inputs":[],"name":"URIQueryForNonexistentToken","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"BLACKHOLE","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"tokenIds","type":"uint256[]"}],"name":"Burn","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"OPERATOR_FILTER_REGISTRY","outputs":[{"internalType":"contract IOperatorFilterRegistry","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_burnNumber","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_hiddenMetadataUri","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxSupplyForBurn","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxSupplyForPublic","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_metadataURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_mintPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_mintStartTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_publicStarted","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_revealed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_s1FlagContract","outputs":[{"internalType":"contract IERC721","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_state","outputs":[{"components":[{"internalType":"uint256","name":"mintPrice","type":"uint256"},{"internalType":"uint256","name":"walletLimit","type":"uint256"},{"internalType":"uint256","name":"maxSupplyForPublic","type":"uint256"},{"internalType":"uint256","name":"maxSupplyForBurn","type":"uint256"},{"internalType":"uint256","name":"totalMinted","type":"uint256"},{"internalType":"bool","name":"revealed","type":"bool"},{"internalType":"bool","name":"publicStarted","type":"bool"},{"internalType":"uint256","name":"mintStartTime","type":"uint256"}],"internalType":"struct SoulSailS2Clan.State","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_uriSuffix","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_walletLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"operator","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":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"devMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"pulicMint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_salePrice","type":"uint256"}],"name":"royaltyInfo","outputs":[{"internalType":"address","name":"","type":"address"},{"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":"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":"address","name":"s1FlagContract","type":"address"}],"name":"setBurnTokenContract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint96","name":"feeNumerator","type":"uint96"}],"name":"setFeeNumerator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"hiddenMetadataUri","type":"string"}],"name":"setHiddenMetadataUri","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"maxSupplyForBurn","type":"uint256"}],"name":"setMaxSupplyForBurn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"maxSupplyForPublic","type":"uint256"}],"name":"setMaxSupplyForPublic","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"uri","type":"string"}],"name":"setMetadataURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"mintPrice","type":"uint256"}],"name":"setMintPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"mintStartTime","type":"uint256"}],"name":"setMintStartTime","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"publicStarted","type":"bool"}],"name":"setPublicStarted","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"revealed","type":"bool"}],"name":"setRevealed","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"uriSuffix","type":"string"}],"name":"setUriSuffix","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"walletLimit","type":"uint256"}],"name":"setWalletLimit","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":"","type":"address"}],"name":"walletMinted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
612134600c556105dc600d55661772aa3f848000600f55600a6010556011805460ff199081169091556364933aa060125560138054909116905560a06040819052600060808190526200005591601491620003ec565b5060408051808201909152600580825264173539b7b760d91b60209092019182526200008491601591620003ec565b503480156200009257600080fd5b50604080518082018252601181527029b7bab61029b0b4b610299916a1b630b760791b60208083019182528351808501909452600384526253534360e81b908401528151733cc6cdda760b79bafa08df41ecfa224f810dceb6936001939290916200010091600491620003ec565b50805162000116906005906020840190620003ec565b5050600160025550620001293362000295565b6001600b556daaeb6d7670e522a718067333cd4e3b1562000273578015620001c157604051633e9f1edf60e11b81523060048201526001600160a01b03831660248201526daaeb6d7670e522a718067333cd4e90637d3e3dbe906044015b600060405180830381600087803b158015620001a257600080fd5b505af1158015620001b7573d6000803e3d6000fd5b5050505062000273565b6001600160a01b03821615620002125760405163a0af290360e01b81523060048201526001600160a01b03831660248201526daaeb6d7670e522a718067333cd4e9063a0af29039060440162000187565b604051632210724360e11b81523060048201526daaeb6d7670e522a718067333cd4e90634420e48690602401600060405180830381600087803b1580156200025957600080fd5b505af11580156200026e573d6000803e3d6000fd5b505050505b5050600a546200028f906001600160a01b03166102ee620002e7565b620004ce565b600a80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6127106001600160601b03821611156200035b5760405162461bcd60e51b815260206004820152602a60248201527f455243323938313a20726f79616c7479206665652077696c6c206578636565646044820152692073616c65507269636560b01b60648201526084015b60405180910390fd5b6001600160a01b038216620003b35760405162461bcd60e51b815260206004820152601960248201527f455243323938313a20696e76616c696420726563656976657200000000000000604482015260640162000352565b604080518082019091526001600160a01b039092168083526001600160601b039091166020909201829052600160a01b90910217600055565b828054620003fa9062000492565b90600052602060002090601f0160209004810192826200041e576000855562000469565b82601f106200043957805160ff191683800117855562000469565b8280016001018555821562000469579182015b82811115620004695782518255916020019190600101906200044c565b50620004779291506200047b565b5090565b5b808211156200047757600081556001016200047c565b600181811c90821680620004a757607f821691505b602082108103620004c857634e487b7160e01b600052602260045260246000fd5b50919050565b612b5680620004de6000396000f3fe6080604052600436106102c95760003560e01c806372836f3511610175578063bb380204116100dc578063e842800011610095578063ed84dba41161006f578063ed84dba4146108d5578063f1d5f517146108eb578063f2fde38b1461090b578063f4a0a5281461092b57600080fd5b8063e84280001461084c578063e985e9c51461086c578063ea8cb651146108b557600080fd5b8063bb38020414610795578063c87b56dd146107aa578063d3738fc8146107ca578063d4a67623146107f7578063d5b3621b1461080c578063e0a808531461082c57600080fd5b806392eabdd21161012e57806392eabdd2146106965780639418163a146106ac57806395d89b41146106c6578063a1cb31b7146106db578063a22cb46514610755578063b88d4fde1461077557600080fd5b806372836f35146105fa578063750521f5146106105780637e567acd146106305780638a69a5d9146106505780638da5cb5b146106655780638f84367f1461068357600080fd5b80631cd3a4ac116102345780634fdd43cb116101ed578063653a819e116101c7578063653a819e1461058b5780636ebeac85146105ab57806370a08231146105c5578063715018a6146105e557600080fd5b80634fdd43cb1461052b578063627804af1461054b5780636352211e1461056b57600080fd5b80631cd3a4ac1461045f57806323b872dd146104755780632a55205a146104955780633ccfd60b146104d457806341f43434146104e957806342842e0e1461050b57600080fd5b8063095ea7b311610286578063095ea7b3146103b65780630bffecaf146103d65780630e2351e2146103ec57806316ba10e01461040257806318160ddd146104225780631ba0eea21461043f57600080fd5b806301ffc9a7146102ce5780630215bc7d146103035780630387da421461031857806306fdde031461033c578063070a85601461035e578063081812fc14610396575b600080fd5b3480156102da57600080fd5b506102ee6102e93660046124c0565b61094b565b60405190151581526020015b60405180910390f35b6103166103113660046124e4565b610991565b005b34801561032457600080fd5b5061032e600f5481565b6040519081526020016102fa565b34801561034857600080fd5b50610351610af6565b6040516102fa9190612555565b34801561036a57600080fd5b5060185461037e906001600160a01b031681565b6040516001600160a01b0390911681526020016102fa565b3480156103a257600080fd5b5061037e6103b13660046124e4565b610b88565b3480156103c257600080fd5b506103166103d136600461257d565b610bcc565b3480156103e257600080fd5b5061032e600c5481565b3480156103f857600080fd5b5061032e60105481565b34801561040e57600080fd5b5061031661041d366004612648565b610be5565b34801561042e57600080fd5b50600354600254036000190161032e565b34801561044b57600080fd5b5061031661045a366004612691565b610c2f565b34801561046b57600080fd5b5061037e61dead81565b34801561048157600080fd5b506103166104903660046126ae565b610c7b565b3480156104a157600080fd5b506104b56104b03660046126ef565b610ca6565b604080516001600160a01b0390931683526020830191909152016102fa565b3480156104e057600080fd5b50610316610d52565b3480156104f557600080fd5b5061037e6daaeb6d7670e522a718067333cd4e81565b34801561051757600080fd5b506103166105263660046126ae565b610e07565b34801561053757600080fd5b50610316610546366004612648565b610e2c565b34801561055757600080fd5b5061031661056636600461257d565b610e69565b34801561057757600080fd5b5061037e6105863660046124e4565b610edd565b34801561059757600080fd5b506103166105a6366004612711565b610eef565b3480156105b757600080fd5b506013546102ee9060ff1681565b3480156105d157600080fd5b5061032e6105e0366004612691565b610f37565b3480156105f157600080fd5b50610316610f86565b34801561060657600080fd5b5061032e60125481565b34801561061c57600080fd5b5061031661062b366004612648565b610fbc565b34801561063c57600080fd5b5061031661064b366004612748565b610ff9565b34801561065c57600080fd5b50610351611036565b34801561067157600080fd5b50600a546001600160a01b031661037e565b610316610691366004612765565b6110c4565b3480156106a257600080fd5b5061032e600d5481565b3480156106b857600080fd5b506011546102ee9060ff1681565b3480156106d257600080fd5b50610351611379565b3480156106e757600080fd5b506106f0611388565b6040516102fa9190600061010082019050825182526020830151602083015260408301516040830152606083015160608301526080830151608083015260a0830151151560a083015260c0830151151560c083015260e083015160e083015292915050565b34801561076157600080fd5b5061031661077036600461280b565b611437565b34801561078157600080fd5b50610316610790366004612844565b61144b565b3480156107a157600080fd5b50610351611478565b3480156107b657600080fd5b506103516107c53660046124e4565b611485565b3480156107d657600080fd5b5061032e6107e5366004612691565b60176020526000908152604090205481565b34801561080357600080fd5b506103516116a1565b34801561081857600080fd5b506103166108273660046124e4565b6116ae565b34801561083857600080fd5b50610316610847366004612748565b6116dd565b34801561085857600080fd5b506103166108673660046124e4565b61171a565b34801561087857600080fd5b506102ee6108873660046128c4565b6001600160a01b03918216600090815260096020908152604080832093909416825291909152205460ff1690565b3480156108c157600080fd5b506103166108d03660046124e4565b611749565b3480156108e157600080fd5b5061032e600e5481565b3480156108f757600080fd5b506103166109063660046124e4565b611778565b34801561091757600080fd5b50610316610926366004612691565b6117a7565b34801561093757600080fd5b506103166109463660046124e4565b61183f565b60006001600160e01b0319821663152a902d60e11b148061097c57506001600160e01b031982166380ac58cd60e01b145b8061098b575061098b8261186e565b92915050565b3233146109b1576040516367f91f7760e11b815260040160405180910390fd5b60115460ff166109d457604051634c45182560e11b815260040160405180910390fd5b6012544210156109f757604051634c45182560e11b815260040160405180910390fd5b600c5460025460001901610a0b9083612908565b1115610a2a57604051630af76cd360e31b815260040160405180910390fd5b6010543360009081526017602052604090205410610a5b576040516305c6e3a560e21b815260040160405180910390fd5b60105433600090815260176020526040902054610a79908390612908565b1115610a98576040516305c6e3a560e21b815260040160405180910390fd5b600f54610aa59082612920565b341015610ac55760405163272c430f60e21b815260040160405180910390fd5b610acf33826118ae565b3360009081526017602052604081208054839290610aee908490612908565b909155505050565b606060048054610b059061293f565b80601f0160208091040260200160405190810160405280929190818152602001828054610b319061293f565b8015610b7e5780601f10610b5357610100808354040283529160200191610b7e565b820191906000526020600020905b815481529060010190602001808311610b6157829003601f168201915b5050505050905090565b6000610b93826118c8565b610bb0576040516333d1c03960e21b815260040160405180910390fd5b506000908152600860205260409020546001600160a01b031690565b81610bd681611901565b610be083836119ba565b505050565b600a546001600160a01b03163314610c185760405162461bcd60e51b8152600401610c0f90612979565b60405180910390fd5b8051610c2b906015906020840190612411565b5050565b600a546001600160a01b03163314610c595760405162461bcd60e51b8152600401610c0f90612979565b601880546001600160a01b0319166001600160a01b0392909216919091179055565b826001600160a01b0381163314610c9557610c9533611901565b610ca0848484611a42565b50505050565b60008281526001602090815260408083208151808301909252546001600160a01b038116808352600160a01b9091046001600160601b0316928201929092528291610d1b5750604080518082019091526000546001600160a01b0381168252600160a01b90046001600160601b031660208201525b602081015160009061271090610d3a906001600160601b031687612920565b610d4491906129c4565b915196919550909350505050565b600a546001600160a01b03163314610d7c5760405162461bcd60e51b8152600401610c0f90612979565b6002600b5403610dce5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610c0f565b6002600b5560405133904780156108fc02916000818181858888f19350505050158015610dff573d6000803e3d6000fd5b506001600b55565b826001600160a01b0381163314610e2157610e2133611901565b610ca0848484611a4d565b600a546001600160a01b03163314610e565760405162461bcd60e51b8152600401610c0f90612979565b8051610c2b906016906020840190612411565b600a546001600160a01b03163314610e935760405162461bcd60e51b8152600401610c0f90612979565b600c54600d54610ea39190612908565b60025460001901610eb49083612908565b1115610ed357604051630af76cd360e31b815260040160405180910390fd5b610c2b82826118ae565b6000610ee882611a68565b5192915050565b600a546001600160a01b03163314610f195760405162461bcd60e51b8152600401610c0f90612979565b610f34610f2e600a546001600160a01b031690565b82611b91565b50565b60006001600160a01b038216610f60576040516323d3ad8160e21b815260040160405180910390fd5b506001600160a01b031660009081526007602052604090205467ffffffffffffffff1690565b600a546001600160a01b03163314610fb05760405162461bcd60e51b8152600401610c0f90612979565b610fba6000611c8e565b565b600a546001600160a01b03163314610fe65760405162461bcd60e51b8152600401610c0f90612979565b8051610c2b906014906020840190612411565b600a546001600160a01b031633146110235760405162461bcd60e51b8152600401610c0f90612979565b6011805460ff1916911515919091179055565b601680546110439061293f565b80601f016020809104026020016040519081016040528092919081815260200182805461106f9061293f565b80156110bc5780601f10611091576101008083540402835291602001916110bc565b820191906000526020600020905b81548152906001019060200180831161109f57829003601f168201915b505050505081565b3233146110e4576040516367f91f7760e11b815260040160405180910390fd5b600c5460025460001901101561110d5760405163053e6f9b60e01b815260040160405180910390fd5b6012544210156111305760405163053e6f9b60e01b815260040160405180910390fd5b600181511015611153576040516312994e6760e01b815260040160405180910390fd5b600c54600d546111639190612908565b6002546000190182516111769190612908565b111561119557604051630af76cd360e31b815260040160405180910390fd5b600d54600e5482516111a79190612908565b11156111c657604051630af76cd360e31b815260040160405180910390fd5b805160005b8181101561133157601854835133916001600160a01b031690636352211e908690859081106111fc576111fc6129d8565b60200260200101516040518263ffffffff1660e01b815260040161122291815260200190565b602060405180830381865afa15801561123f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061126391906129ee565b6001600160a01b03160361131e5760185483516001600160a01b03909116906323b872dd90339061dead908790869081106112a0576112a06129d8565b60209081029190910101516040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b1580156112fa57600080fd5b505af115801561130e573d6000803e3d6000fd5b50506001909201915061132c9050565b8161132881612a0b565b9250505b6111cb565b5060018110156113545760405163713cf5b160e01b815260040160405180910390fd5b61135e33826118ae565b80600e60008282546113709190612908565b90915550505050565b606060058054610b059061293f565b6113d46040518061010001604052806000815260200160008152602001600081526020016000815260200160008152602001600015158152602001600015158152602001600081525090565b604051806101000160405280600f5481526020016010548152602001600c548152602001600d54815260200161140d6002546000190190565b815260135460ff908116151560208301526011541615156040820152601254606090910152919050565b8161144181611901565b610be08383611ce0565b836001600160a01b03811633146114655761146533611901565b61147185858585611d75565b5050505050565b601580546110439061293f565b6060611490826118c8565b6114ad57604051630a14c4b560e41b815260040160405180910390fd5b60135460ff16151560000361154e57601680546114c99061293f565b80601f01602080910402602001604051908101604052809291908181526020018280546114f59061293f565b80156115425780601f1061151757610100808354040283529160200191611542565b820191906000526020600020905b81548152906001019060200180831161152557829003601f168201915b50505050509050919050565b60006014805461155d9061293f565b80601f01602080910402602001604051908101604052809291908181526020018280546115899061293f565b80156115d65780601f106115ab576101008083540402835291602001916115d6565b820191906000526020600020905b8154815290600101906020018083116115b957829003601f168201915b505050505090506000601580546115ec9061293f565b80601f01602080910402602001604051908101604052809291908181526020018280546116189061293f565b80156116655780601f1061163a57610100808354040283529160200191611665565b820191906000526020600020905b81548152906001019060200180831161164857829003601f168201915b505050505090508161167685611dc0565b8260405160200161168993929190612a22565b60405160208183030381529060405292505050919050565b601480546110439061293f565b600a546001600160a01b031633146116d85760405162461bcd60e51b8152600401610c0f90612979565b601255565b600a546001600160a01b031633146117075760405162461bcd60e51b8152600401610c0f90612979565b6013805460ff1916911515919091179055565b600a546001600160a01b031633146117445760405162461bcd60e51b8152600401610c0f90612979565b600d55565b600a546001600160a01b031633146117735760405162461bcd60e51b8152600401610c0f90612979565b600c55565b600a546001600160a01b031633146117a25760405162461bcd60e51b8152600401610c0f90612979565b601055565b600a546001600160a01b031633146117d15760405162461bcd60e51b8152600401610c0f90612979565b6001600160a01b0381166118365760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610c0f565b610f3481611c8e565b600a546001600160a01b031633146118695760405162461bcd60e51b8152600401610c0f90612979565b600f55565b60006001600160e01b031982166380ac58cd60e01b148061189f57506001600160e01b03198216635b5e139f60e01b145b8061098b575061098b82611ec9565b610c2b828260405180602001604052806000815250611efe565b6000816001111580156118dc575060025482105b801561098b575050600090815260066020526040902054600160e01b900460ff161590565b6daaeb6d7670e522a718067333cd4e3b15610f3457604051633185c44d60e21b81523060048201526001600160a01b03821660248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa15801561196e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119929190612a65565b610f3457604051633b79c77360e21b81526001600160a01b0382166004820152602401610c0f565b60006119c582610edd565b9050806001600160a01b0316836001600160a01b0316036119f95760405163250fdee360e21b815260040160405180910390fd5b336001600160a01b03821614801590611a195750611a178133610887565b155b15611a37576040516367d9dca160e11b815260040160405180910390fd5b610be0838383611f0b565b610be0838383611f67565b610be08383836040518060200160405280600081525061144b565b60408051606081018252600080825260208201819052918101919091528180600111158015611a98575060025481105b15611b7857600081815260066020908152604091829020825160608101845290546001600160a01b0381168252600160a01b810467ffffffffffffffff1692820192909252600160e01b90910460ff16151591810182905290611b765780516001600160a01b031615611b0c579392505050565b5060001901600081815260066020908152604091829020825160608101845290546001600160a01b038116808352600160a01b820467ffffffffffffffff1693830193909352600160e01b900460ff1615159281019290925215611b71579392505050565b611b0c565b505b604051636f96cda160e11b815260040160405180910390fd5b6127106001600160601b0382161115611bff5760405162461bcd60e51b815260206004820152602a60248201527f455243323938313a20726f79616c7479206665652077696c6c206578636565646044820152692073616c65507269636560b01b6064820152608401610c0f565b6001600160a01b038216611c555760405162461bcd60e51b815260206004820152601960248201527f455243323938313a20696e76616c6964207265636569766572000000000000006044820152606401610c0f565b604080518082019091526001600160a01b039092168083526001600160601b039091166020909201829052600160a01b90910217600055565b600a80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b336001600160a01b03831603611d095760405163b06307db60e01b815260040160405180910390fd5b3360008181526009602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b611d80848484611f67565b6001600160a01b0383163b15158015611da25750611da084848484612154565b155b15610ca0576040516368d2bf6b60e11b815260040160405180910390fd5b606081600003611de75750506040805180820190915260018152600360fc1b602082015290565b8160005b8115611e115780611dfb81612a82565b9150611e0a9050600a836129c4565b9150611deb565b60008167ffffffffffffffff811115611e2c57611e2c6125a9565b6040519080825280601f01601f191660200182016040528015611e56576020820181803683370190505b5090505b8415611ec157611e6b600183612a9b565b9150611e78600a86612ab2565b611e83906030612908565b60f81b818381518110611e9857611e986129d8565b60200101906001600160f81b031916908160001a905350611eba600a866129c4565b9450611e5a565b949350505050565b60006001600160e01b0319821663152a902d60e11b148061098b57506301ffc9a760e01b6001600160e01b031983161461098b565b610be0838383600161223f565b60008281526008602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6000611f7282611a68565b9050836001600160a01b031681600001516001600160a01b031614611fa95760405162a1148160e81b815260040160405180910390fd5b6000336001600160a01b0386161480611fc75750611fc78533610887565b80611fe2575033611fd784610b88565b6001600160a01b0316145b90508061200257604051632ce44b5f60e11b815260040160405180910390fd5b6001600160a01b03841661202957604051633a954ecd60e21b815260040160405180910390fd5b61203560008487611f0b565b6001600160a01b038581166000908152600760209081526040808320805467ffffffffffffffff1980821667ffffffffffffffff92831660001901831617909255898616808652838620805493841693831660019081018416949094179055898652600690945282852080546001600160e01b031916909417600160a01b4290921691909102178355870180845292208054919390911661210b57600254821461210b578054602086015167ffffffffffffffff16600160a01b026001600160e01b03199091166001600160a01b038a16171781555b50505082846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611471565b604051630a85bd0160e11b81526000906001600160a01b0385169063150b7a0290612189903390899088908890600401612ac6565b6020604051808303816000875af19250505080156121c4575060408051601f3d908101601f191682019092526121c191810190612b03565b60015b612222573d8080156121f2576040519150601f19603f3d011682016040523d82523d6000602084013e6121f7565b606091505b50805160000361221a576040516368d2bf6b60e11b815260040160405180910390fd5b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050949350505050565b6002546001600160a01b03851661226857604051622e076360e81b815260040160405180910390fd5b836000036122895760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038516600081815260076020908152604080832080546fffffffffffffffffffffffffffffffff19811667ffffffffffffffff8083168c0181169182176801000000000000000067ffffffffffffffff1990941690921783900481168c01811690920217909155858452600690925290912080546001600160e01b031916909217600160a01b42909216919091021790558080850183801561233b57506001600160a01b0387163b15155b156123c3575b60405182906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a461238c6000888480600101955088612154565b6123a9576040516368d2bf6b60e11b815260040160405180910390fd5b8082036123415782600254146123be57600080fd5b612408565b5b6040516001830192906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a48082036123c4575b50600255611471565b82805461241d9061293f565b90600052602060002090601f01602090048101928261243f5760008555612485565b82601f1061245857805160ff1916838001178555612485565b82800160010185558215612485579182015b8281111561248557825182559160200191906001019061246a565b50612491929150612495565b5090565b5b808211156124915760008155600101612496565b6001600160e01b031981168114610f3457600080fd5b6000602082840312156124d257600080fd5b81356124dd816124aa565b9392505050565b6000602082840312156124f657600080fd5b5035919050565b60005b83811015612518578181015183820152602001612500565b83811115610ca05750506000910152565b600081518084526125418160208601602086016124fd565b601f01601f19169290920160200192915050565b6020815260006124dd6020830184612529565b6001600160a01b0381168114610f3457600080fd5b6000806040838503121561259057600080fd5b823561259b81612568565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156125e8576125e86125a9565b604052919050565b600067ffffffffffffffff83111561260a5761260a6125a9565b61261d601f8401601f19166020016125bf565b905082815283838301111561263157600080fd5b828260208301376000602084830101529392505050565b60006020828403121561265a57600080fd5b813567ffffffffffffffff81111561267157600080fd5b8201601f8101841361268257600080fd5b611ec1848235602084016125f0565b6000602082840312156126a357600080fd5b81356124dd81612568565b6000806000606084860312156126c357600080fd5b83356126ce81612568565b925060208401356126de81612568565b929592945050506040919091013590565b6000806040838503121561270257600080fd5b50508035926020909101359150565b60006020828403121561272357600080fd5b81356001600160601b03811681146124dd57600080fd5b8015158114610f3457600080fd5b60006020828403121561275a57600080fd5b81356124dd8161273a565b6000602080838503121561277857600080fd5b823567ffffffffffffffff8082111561279057600080fd5b818501915085601f8301126127a457600080fd5b8135818111156127b6576127b66125a9565b8060051b91506127c78483016125bf565b81815291830184019184810190888411156127e157600080fd5b938501935b838510156127ff578435825293850193908501906127e6565b98975050505050505050565b6000806040838503121561281e57600080fd5b823561282981612568565b915060208301356128398161273a565b809150509250929050565b6000806000806080858703121561285a57600080fd5b843561286581612568565b9350602085013561287581612568565b925060408501359150606085013567ffffffffffffffff81111561289857600080fd5b8501601f810187136128a957600080fd5b6128b8878235602084016125f0565b91505092959194509250565b600080604083850312156128d757600080fd5b82356128e281612568565b9150602083013561283981612568565b634e487b7160e01b600052601160045260246000fd5b6000821982111561291b5761291b6128f2565b500190565b600081600019048311821515161561293a5761293a6128f2565b500290565b600181811c9082168061295357607f821691505b60208210810361297357634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601260045260246000fd5b6000826129d3576129d36129ae565b500490565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612a0057600080fd5b81516124dd81612568565b600081612a1a57612a1a6128f2565b506000190190565b60008451612a348184602089016124fd565b845190830190612a488183602089016124fd565b8451910190612a5b8183602088016124fd565b0195945050505050565b600060208284031215612a7757600080fd5b81516124dd8161273a565b600060018201612a9457612a946128f2565b5060010190565b600082821015612aad57612aad6128f2565b500390565b600082612ac157612ac16129ae565b500690565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090612af990830184612529565b9695505050505050565b600060208284031215612b1557600080fd5b81516124dd816124aa56fea264697066735822122041ce0e4d2f06704c5e7b4d6db6103616c0172a773482da5e5a45d56ddb32a92a64736f6c634300080d0033
Deployed Bytecode
0x6080604052600436106102c95760003560e01c806372836f3511610175578063bb380204116100dc578063e842800011610095578063ed84dba41161006f578063ed84dba4146108d5578063f1d5f517146108eb578063f2fde38b1461090b578063f4a0a5281461092b57600080fd5b8063e84280001461084c578063e985e9c51461086c578063ea8cb651146108b557600080fd5b8063bb38020414610795578063c87b56dd146107aa578063d3738fc8146107ca578063d4a67623146107f7578063d5b3621b1461080c578063e0a808531461082c57600080fd5b806392eabdd21161012e57806392eabdd2146106965780639418163a146106ac57806395d89b41146106c6578063a1cb31b7146106db578063a22cb46514610755578063b88d4fde1461077557600080fd5b806372836f35146105fa578063750521f5146106105780637e567acd146106305780638a69a5d9146106505780638da5cb5b146106655780638f84367f1461068357600080fd5b80631cd3a4ac116102345780634fdd43cb116101ed578063653a819e116101c7578063653a819e1461058b5780636ebeac85146105ab57806370a08231146105c5578063715018a6146105e557600080fd5b80634fdd43cb1461052b578063627804af1461054b5780636352211e1461056b57600080fd5b80631cd3a4ac1461045f57806323b872dd146104755780632a55205a146104955780633ccfd60b146104d457806341f43434146104e957806342842e0e1461050b57600080fd5b8063095ea7b311610286578063095ea7b3146103b65780630bffecaf146103d65780630e2351e2146103ec57806316ba10e01461040257806318160ddd146104225780631ba0eea21461043f57600080fd5b806301ffc9a7146102ce5780630215bc7d146103035780630387da421461031857806306fdde031461033c578063070a85601461035e578063081812fc14610396575b600080fd5b3480156102da57600080fd5b506102ee6102e93660046124c0565b61094b565b60405190151581526020015b60405180910390f35b6103166103113660046124e4565b610991565b005b34801561032457600080fd5b5061032e600f5481565b6040519081526020016102fa565b34801561034857600080fd5b50610351610af6565b6040516102fa9190612555565b34801561036a57600080fd5b5060185461037e906001600160a01b031681565b6040516001600160a01b0390911681526020016102fa565b3480156103a257600080fd5b5061037e6103b13660046124e4565b610b88565b3480156103c257600080fd5b506103166103d136600461257d565b610bcc565b3480156103e257600080fd5b5061032e600c5481565b3480156103f857600080fd5b5061032e60105481565b34801561040e57600080fd5b5061031661041d366004612648565b610be5565b34801561042e57600080fd5b50600354600254036000190161032e565b34801561044b57600080fd5b5061031661045a366004612691565b610c2f565b34801561046b57600080fd5b5061037e61dead81565b34801561048157600080fd5b506103166104903660046126ae565b610c7b565b3480156104a157600080fd5b506104b56104b03660046126ef565b610ca6565b604080516001600160a01b0390931683526020830191909152016102fa565b3480156104e057600080fd5b50610316610d52565b3480156104f557600080fd5b5061037e6daaeb6d7670e522a718067333cd4e81565b34801561051757600080fd5b506103166105263660046126ae565b610e07565b34801561053757600080fd5b50610316610546366004612648565b610e2c565b34801561055757600080fd5b5061031661056636600461257d565b610e69565b34801561057757600080fd5b5061037e6105863660046124e4565b610edd565b34801561059757600080fd5b506103166105a6366004612711565b610eef565b3480156105b757600080fd5b506013546102ee9060ff1681565b3480156105d157600080fd5b5061032e6105e0366004612691565b610f37565b3480156105f157600080fd5b50610316610f86565b34801561060657600080fd5b5061032e60125481565b34801561061c57600080fd5b5061031661062b366004612648565b610fbc565b34801561063c57600080fd5b5061031661064b366004612748565b610ff9565b34801561065c57600080fd5b50610351611036565b34801561067157600080fd5b50600a546001600160a01b031661037e565b610316610691366004612765565b6110c4565b3480156106a257600080fd5b5061032e600d5481565b3480156106b857600080fd5b506011546102ee9060ff1681565b3480156106d257600080fd5b50610351611379565b3480156106e757600080fd5b506106f0611388565b6040516102fa9190600061010082019050825182526020830151602083015260408301516040830152606083015160608301526080830151608083015260a0830151151560a083015260c0830151151560c083015260e083015160e083015292915050565b34801561076157600080fd5b5061031661077036600461280b565b611437565b34801561078157600080fd5b50610316610790366004612844565b61144b565b3480156107a157600080fd5b50610351611478565b3480156107b657600080fd5b506103516107c53660046124e4565b611485565b3480156107d657600080fd5b5061032e6107e5366004612691565b60176020526000908152604090205481565b34801561080357600080fd5b506103516116a1565b34801561081857600080fd5b506103166108273660046124e4565b6116ae565b34801561083857600080fd5b50610316610847366004612748565b6116dd565b34801561085857600080fd5b506103166108673660046124e4565b61171a565b34801561087857600080fd5b506102ee6108873660046128c4565b6001600160a01b03918216600090815260096020908152604080832093909416825291909152205460ff1690565b3480156108c157600080fd5b506103166108d03660046124e4565b611749565b3480156108e157600080fd5b5061032e600e5481565b3480156108f757600080fd5b506103166109063660046124e4565b611778565b34801561091757600080fd5b50610316610926366004612691565b6117a7565b34801561093757600080fd5b506103166109463660046124e4565b61183f565b60006001600160e01b0319821663152a902d60e11b148061097c57506001600160e01b031982166380ac58cd60e01b145b8061098b575061098b8261186e565b92915050565b3233146109b1576040516367f91f7760e11b815260040160405180910390fd5b60115460ff166109d457604051634c45182560e11b815260040160405180910390fd5b6012544210156109f757604051634c45182560e11b815260040160405180910390fd5b600c5460025460001901610a0b9083612908565b1115610a2a57604051630af76cd360e31b815260040160405180910390fd5b6010543360009081526017602052604090205410610a5b576040516305c6e3a560e21b815260040160405180910390fd5b60105433600090815260176020526040902054610a79908390612908565b1115610a98576040516305c6e3a560e21b815260040160405180910390fd5b600f54610aa59082612920565b341015610ac55760405163272c430f60e21b815260040160405180910390fd5b610acf33826118ae565b3360009081526017602052604081208054839290610aee908490612908565b909155505050565b606060048054610b059061293f565b80601f0160208091040260200160405190810160405280929190818152602001828054610b319061293f565b8015610b7e5780601f10610b5357610100808354040283529160200191610b7e565b820191906000526020600020905b815481529060010190602001808311610b6157829003601f168201915b5050505050905090565b6000610b93826118c8565b610bb0576040516333d1c03960e21b815260040160405180910390fd5b506000908152600860205260409020546001600160a01b031690565b81610bd681611901565b610be083836119ba565b505050565b600a546001600160a01b03163314610c185760405162461bcd60e51b8152600401610c0f90612979565b60405180910390fd5b8051610c2b906015906020840190612411565b5050565b600a546001600160a01b03163314610c595760405162461bcd60e51b8152600401610c0f90612979565b601880546001600160a01b0319166001600160a01b0392909216919091179055565b826001600160a01b0381163314610c9557610c9533611901565b610ca0848484611a42565b50505050565b60008281526001602090815260408083208151808301909252546001600160a01b038116808352600160a01b9091046001600160601b0316928201929092528291610d1b5750604080518082019091526000546001600160a01b0381168252600160a01b90046001600160601b031660208201525b602081015160009061271090610d3a906001600160601b031687612920565b610d4491906129c4565b915196919550909350505050565b600a546001600160a01b03163314610d7c5760405162461bcd60e51b8152600401610c0f90612979565b6002600b5403610dce5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610c0f565b6002600b5560405133904780156108fc02916000818181858888f19350505050158015610dff573d6000803e3d6000fd5b506001600b55565b826001600160a01b0381163314610e2157610e2133611901565b610ca0848484611a4d565b600a546001600160a01b03163314610e565760405162461bcd60e51b8152600401610c0f90612979565b8051610c2b906016906020840190612411565b600a546001600160a01b03163314610e935760405162461bcd60e51b8152600401610c0f90612979565b600c54600d54610ea39190612908565b60025460001901610eb49083612908565b1115610ed357604051630af76cd360e31b815260040160405180910390fd5b610c2b82826118ae565b6000610ee882611a68565b5192915050565b600a546001600160a01b03163314610f195760405162461bcd60e51b8152600401610c0f90612979565b610f34610f2e600a546001600160a01b031690565b82611b91565b50565b60006001600160a01b038216610f60576040516323d3ad8160e21b815260040160405180910390fd5b506001600160a01b031660009081526007602052604090205467ffffffffffffffff1690565b600a546001600160a01b03163314610fb05760405162461bcd60e51b8152600401610c0f90612979565b610fba6000611c8e565b565b600a546001600160a01b03163314610fe65760405162461bcd60e51b8152600401610c0f90612979565b8051610c2b906014906020840190612411565b600a546001600160a01b031633146110235760405162461bcd60e51b8152600401610c0f90612979565b6011805460ff1916911515919091179055565b601680546110439061293f565b80601f016020809104026020016040519081016040528092919081815260200182805461106f9061293f565b80156110bc5780601f10611091576101008083540402835291602001916110bc565b820191906000526020600020905b81548152906001019060200180831161109f57829003601f168201915b505050505081565b3233146110e4576040516367f91f7760e11b815260040160405180910390fd5b600c5460025460001901101561110d5760405163053e6f9b60e01b815260040160405180910390fd5b6012544210156111305760405163053e6f9b60e01b815260040160405180910390fd5b600181511015611153576040516312994e6760e01b815260040160405180910390fd5b600c54600d546111639190612908565b6002546000190182516111769190612908565b111561119557604051630af76cd360e31b815260040160405180910390fd5b600d54600e5482516111a79190612908565b11156111c657604051630af76cd360e31b815260040160405180910390fd5b805160005b8181101561133157601854835133916001600160a01b031690636352211e908690859081106111fc576111fc6129d8565b60200260200101516040518263ffffffff1660e01b815260040161122291815260200190565b602060405180830381865afa15801561123f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061126391906129ee565b6001600160a01b03160361131e5760185483516001600160a01b03909116906323b872dd90339061dead908790869081106112a0576112a06129d8565b60209081029190910101516040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606401600060405180830381600087803b1580156112fa57600080fd5b505af115801561130e573d6000803e3d6000fd5b50506001909201915061132c9050565b8161132881612a0b565b9250505b6111cb565b5060018110156113545760405163713cf5b160e01b815260040160405180910390fd5b61135e33826118ae565b80600e60008282546113709190612908565b90915550505050565b606060058054610b059061293f565b6113d46040518061010001604052806000815260200160008152602001600081526020016000815260200160008152602001600015158152602001600015158152602001600081525090565b604051806101000160405280600f5481526020016010548152602001600c548152602001600d54815260200161140d6002546000190190565b815260135460ff908116151560208301526011541615156040820152601254606090910152919050565b8161144181611901565b610be08383611ce0565b836001600160a01b03811633146114655761146533611901565b61147185858585611d75565b5050505050565b601580546110439061293f565b6060611490826118c8565b6114ad57604051630a14c4b560e41b815260040160405180910390fd5b60135460ff16151560000361154e57601680546114c99061293f565b80601f01602080910402602001604051908101604052809291908181526020018280546114f59061293f565b80156115425780601f1061151757610100808354040283529160200191611542565b820191906000526020600020905b81548152906001019060200180831161152557829003601f168201915b50505050509050919050565b60006014805461155d9061293f565b80601f01602080910402602001604051908101604052809291908181526020018280546115899061293f565b80156115d65780601f106115ab576101008083540402835291602001916115d6565b820191906000526020600020905b8154815290600101906020018083116115b957829003601f168201915b505050505090506000601580546115ec9061293f565b80601f01602080910402602001604051908101604052809291908181526020018280546116189061293f565b80156116655780601f1061163a57610100808354040283529160200191611665565b820191906000526020600020905b81548152906001019060200180831161164857829003601f168201915b505050505090508161167685611dc0565b8260405160200161168993929190612a22565b60405160208183030381529060405292505050919050565b601480546110439061293f565b600a546001600160a01b031633146116d85760405162461bcd60e51b8152600401610c0f90612979565b601255565b600a546001600160a01b031633146117075760405162461bcd60e51b8152600401610c0f90612979565b6013805460ff1916911515919091179055565b600a546001600160a01b031633146117445760405162461bcd60e51b8152600401610c0f90612979565b600d55565b600a546001600160a01b031633146117735760405162461bcd60e51b8152600401610c0f90612979565b600c55565b600a546001600160a01b031633146117a25760405162461bcd60e51b8152600401610c0f90612979565b601055565b600a546001600160a01b031633146117d15760405162461bcd60e51b8152600401610c0f90612979565b6001600160a01b0381166118365760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610c0f565b610f3481611c8e565b600a546001600160a01b031633146118695760405162461bcd60e51b8152600401610c0f90612979565b600f55565b60006001600160e01b031982166380ac58cd60e01b148061189f57506001600160e01b03198216635b5e139f60e01b145b8061098b575061098b82611ec9565b610c2b828260405180602001604052806000815250611efe565b6000816001111580156118dc575060025482105b801561098b575050600090815260066020526040902054600160e01b900460ff161590565b6daaeb6d7670e522a718067333cd4e3b15610f3457604051633185c44d60e21b81523060048201526001600160a01b03821660248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa15801561196e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119929190612a65565b610f3457604051633b79c77360e21b81526001600160a01b0382166004820152602401610c0f565b60006119c582610edd565b9050806001600160a01b0316836001600160a01b0316036119f95760405163250fdee360e21b815260040160405180910390fd5b336001600160a01b03821614801590611a195750611a178133610887565b155b15611a37576040516367d9dca160e11b815260040160405180910390fd5b610be0838383611f0b565b610be0838383611f67565b610be08383836040518060200160405280600081525061144b565b60408051606081018252600080825260208201819052918101919091528180600111158015611a98575060025481105b15611b7857600081815260066020908152604091829020825160608101845290546001600160a01b0381168252600160a01b810467ffffffffffffffff1692820192909252600160e01b90910460ff16151591810182905290611b765780516001600160a01b031615611b0c579392505050565b5060001901600081815260066020908152604091829020825160608101845290546001600160a01b038116808352600160a01b820467ffffffffffffffff1693830193909352600160e01b900460ff1615159281019290925215611b71579392505050565b611b0c565b505b604051636f96cda160e11b815260040160405180910390fd5b6127106001600160601b0382161115611bff5760405162461bcd60e51b815260206004820152602a60248201527f455243323938313a20726f79616c7479206665652077696c6c206578636565646044820152692073616c65507269636560b01b6064820152608401610c0f565b6001600160a01b038216611c555760405162461bcd60e51b815260206004820152601960248201527f455243323938313a20696e76616c6964207265636569766572000000000000006044820152606401610c0f565b604080518082019091526001600160a01b039092168083526001600160601b039091166020909201829052600160a01b90910217600055565b600a80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b336001600160a01b03831603611d095760405163b06307db60e01b815260040160405180910390fd5b3360008181526009602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b611d80848484611f67565b6001600160a01b0383163b15158015611da25750611da084848484612154565b155b15610ca0576040516368d2bf6b60e11b815260040160405180910390fd5b606081600003611de75750506040805180820190915260018152600360fc1b602082015290565b8160005b8115611e115780611dfb81612a82565b9150611e0a9050600a836129c4565b9150611deb565b60008167ffffffffffffffff811115611e2c57611e2c6125a9565b6040519080825280601f01601f191660200182016040528015611e56576020820181803683370190505b5090505b8415611ec157611e6b600183612a9b565b9150611e78600a86612ab2565b611e83906030612908565b60f81b818381518110611e9857611e986129d8565b60200101906001600160f81b031916908160001a905350611eba600a866129c4565b9450611e5a565b949350505050565b60006001600160e01b0319821663152a902d60e11b148061098b57506301ffc9a760e01b6001600160e01b031983161461098b565b610be0838383600161223f565b60008281526008602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6000611f7282611a68565b9050836001600160a01b031681600001516001600160a01b031614611fa95760405162a1148160e81b815260040160405180910390fd5b6000336001600160a01b0386161480611fc75750611fc78533610887565b80611fe2575033611fd784610b88565b6001600160a01b0316145b90508061200257604051632ce44b5f60e11b815260040160405180910390fd5b6001600160a01b03841661202957604051633a954ecd60e21b815260040160405180910390fd5b61203560008487611f0b565b6001600160a01b038581166000908152600760209081526040808320805467ffffffffffffffff1980821667ffffffffffffffff92831660001901831617909255898616808652838620805493841693831660019081018416949094179055898652600690945282852080546001600160e01b031916909417600160a01b4290921691909102178355870180845292208054919390911661210b57600254821461210b578054602086015167ffffffffffffffff16600160a01b026001600160e01b03199091166001600160a01b038a16171781555b50505082846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611471565b604051630a85bd0160e11b81526000906001600160a01b0385169063150b7a0290612189903390899088908890600401612ac6565b6020604051808303816000875af19250505080156121c4575060408051601f3d908101601f191682019092526121c191810190612b03565b60015b612222573d8080156121f2576040519150601f19603f3d011682016040523d82523d6000602084013e6121f7565b606091505b50805160000361221a576040516368d2bf6b60e11b815260040160405180910390fd5b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050949350505050565b6002546001600160a01b03851661226857604051622e076360e81b815260040160405180910390fd5b836000036122895760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038516600081815260076020908152604080832080546fffffffffffffffffffffffffffffffff19811667ffffffffffffffff8083168c0181169182176801000000000000000067ffffffffffffffff1990941690921783900481168c01811690920217909155858452600690925290912080546001600160e01b031916909217600160a01b42909216919091021790558080850183801561233b57506001600160a01b0387163b15155b156123c3575b60405182906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a461238c6000888480600101955088612154565b6123a9576040516368d2bf6b60e11b815260040160405180910390fd5b8082036123415782600254146123be57600080fd5b612408565b5b6040516001830192906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a48082036123c4575b50600255611471565b82805461241d9061293f565b90600052602060002090601f01602090048101928261243f5760008555612485565b82601f1061245857805160ff1916838001178555612485565b82800160010185558215612485579182015b8281111561248557825182559160200191906001019061246a565b50612491929150612495565b5090565b5b808211156124915760008155600101612496565b6001600160e01b031981168114610f3457600080fd5b6000602082840312156124d257600080fd5b81356124dd816124aa565b9392505050565b6000602082840312156124f657600080fd5b5035919050565b60005b83811015612518578181015183820152602001612500565b83811115610ca05750506000910152565b600081518084526125418160208601602086016124fd565b601f01601f19169290920160200192915050565b6020815260006124dd6020830184612529565b6001600160a01b0381168114610f3457600080fd5b6000806040838503121561259057600080fd5b823561259b81612568565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156125e8576125e86125a9565b604052919050565b600067ffffffffffffffff83111561260a5761260a6125a9565b61261d601f8401601f19166020016125bf565b905082815283838301111561263157600080fd5b828260208301376000602084830101529392505050565b60006020828403121561265a57600080fd5b813567ffffffffffffffff81111561267157600080fd5b8201601f8101841361268257600080fd5b611ec1848235602084016125f0565b6000602082840312156126a357600080fd5b81356124dd81612568565b6000806000606084860312156126c357600080fd5b83356126ce81612568565b925060208401356126de81612568565b929592945050506040919091013590565b6000806040838503121561270257600080fd5b50508035926020909101359150565b60006020828403121561272357600080fd5b81356001600160601b03811681146124dd57600080fd5b8015158114610f3457600080fd5b60006020828403121561275a57600080fd5b81356124dd8161273a565b6000602080838503121561277857600080fd5b823567ffffffffffffffff8082111561279057600080fd5b818501915085601f8301126127a457600080fd5b8135818111156127b6576127b66125a9565b8060051b91506127c78483016125bf565b81815291830184019184810190888411156127e157600080fd5b938501935b838510156127ff578435825293850193908501906127e6565b98975050505050505050565b6000806040838503121561281e57600080fd5b823561282981612568565b915060208301356128398161273a565b809150509250929050565b6000806000806080858703121561285a57600080fd5b843561286581612568565b9350602085013561287581612568565b925060408501359150606085013567ffffffffffffffff81111561289857600080fd5b8501601f810187136128a957600080fd5b6128b8878235602084016125f0565b91505092959194509250565b600080604083850312156128d757600080fd5b82356128e281612568565b9150602083013561283981612568565b634e487b7160e01b600052601160045260246000fd5b6000821982111561291b5761291b6128f2565b500190565b600081600019048311821515161561293a5761293a6128f2565b500290565b600181811c9082168061295357607f821691505b60208210810361297357634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601260045260246000fd5b6000826129d3576129d36129ae565b500490565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612a0057600080fd5b81516124dd81612568565b600081612a1a57612a1a6128f2565b506000190190565b60008451612a348184602089016124fd565b845190830190612a488183602089016124fd565b8451910190612a5b8183602088016124fd565b0195945050505050565b600060208284031215612a7757600080fd5b81516124dd8161273a565b600060018201612a9457612a946128f2565b5060010190565b600082821015612aad57612aad6128f2565b500390565b600082612ac157612ac16129ae565b500690565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090612af990830184612529565b9695505050505050565b600060208284031215612b1557600080fd5b81516124dd816124aa56fea264697066735822122041ce0e4d2f06704c5e7b4d6db6103616c0172a773482da5e5a45d56ddb32a92a64736f6c634300080d0033
Deployed Bytecode Sourcemap
4180:7183:16:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10059:299;;;;;;;;;;-1:-1:-1;10059:299:16;;;;;:::i;:::-;;:::i;:::-;;;565:14:18;;558:22;540:41;;528:2;513:18;10059:299:16;;;;;;;;6254:727;;;;;;:::i;:::-;;:::i;:::-;;4485:40;;;;;;;;;;;;;;;;;;;923:25:18;;;911:2;896:18;4485:40:16;777:177:18;7550:100:5;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;4963:30:16:-;;;;;;;;;;-1:-1:-1;4963:30:16;;;;-1:-1:-1;;;;;4963:30:16;;;;;;-1:-1:-1;;;;;1890:32:18;;;1872:51;;1860:2;1845:18;4963:30:16;1710:219:18;9061:204:5;;;;;;;;;;-1:-1:-1;9061:204:5;;;;;:::i;:::-;;:::i;10667:148:16:-;;;;;;;;;;-1:-1:-1;10667:148:16;;;;;:::i;:::-;;:::i;4356:41::-;;;;;;;;;;;;;;;;4532:32;;;;;;;;;;;;;;;;9115:107;;;;;;;;;;-1:-1:-1;9115:107:16;;;;;:::i;:::-;;:::i;3686:303:5:-;;;;;;;;;;-1:-1:-1;3940:12:5;;3924:13;;:28;-1:-1:-1;;3924:46:5;3686:303;;8012:133:16;;;;;;;;;;-1:-1:-1;8012:133:16;;;;;:::i;:::-;;:::i;4878:78::-;;;;;;;;;;;;4914:42;4878:78;;10820:154;;;;;;;;;;-1:-1:-1;10820:154:16;;;;;:::i;:::-;;:::i;1674:442:4:-;;;;;;;;;;-1:-1:-1;1674:442:4;;;;;:::i;:::-;;:::i;:::-;;;;-1:-1:-1;;;;;5036:32:18;;;5018:51;;5100:2;5085:18;;5078:34;;;;4991:18;1674:442:4;4844:274:18;10369:121:16;;;;;;;;;;;;;:::i;722:143:12:-;;;;;;;;;;;;822:42;722:143;;10979:162:16;;;;;;;;;;-1:-1:-1;10979:162:16;;;;;:::i;:::-;;:::i;9337:137::-;;;;;;;;;;-1:-1:-1;9337:137:16;;;;;:::i;:::-;;:::i;6993:215::-;;;;;;;;;;-1:-1:-1;6993:215:16;;;;;:::i;:::-;;:::i;7358:125:5:-;;;;;;;;;;-1:-1:-1;7358:125:5;;;;;:::i;:::-;;:::i;9486::16:-;;;;;;;;;;-1:-1:-1;9486:125:16;;;;;:::i;:::-;;:::i;4665:29::-;;;;;;;;;;-1:-1:-1;4665:29:16;;;;;;;;4806:206:5;;;;;;;;;;-1:-1:-1;4806:206:5;;;;;:::i;:::-;;:::i;1714:103:13:-;;;;;;;;;;;;;:::i;4614:42:16:-;;;;;;;;;;;;;;;;9230:99;;;;;;;;;;-1:-1:-1;9230:99:16;;;;;:::i;:::-;;:::i;8263:114::-;;;;;;;;;;-1:-1:-1;8263:114:16;;;;;:::i;:::-;;:::i;4780:32::-;;;;;;;;;;;;;:::i;1063:87:13:-;;;;;;;;;;-1:-1:-1;1136:6:13;;-1:-1:-1;;;;;1136:6:13;1063:87;;5111:1135:16;;;;;;:::i;:::-;;:::i;4404:39::-;;;;;;;;;;;;;;;;4573:34;;;;;;;;;;-1:-1:-1;4573:34:16;;;;;;;;7719:104:5;;;;;;;;;;;;;:::i;7495:509:16:-;;;;;;;;;;;;;:::i;:::-;;;;;;7118:4:18;7160:3;7149:9;7145:19;7137:27;;7197:6;7191:13;7180:9;7173:32;7261:4;7253:6;7249:17;7243:24;7236:4;7225:9;7221:20;7214:54;7324:4;7316:6;7312:17;7306:24;7299:4;7288:9;7284:20;7277:54;7387:4;7379:6;7375:17;7369:24;7362:4;7351:9;7347:20;7340:54;7450:4;7442:6;7438:17;7432:24;7425:4;7414:9;7410:20;7403:54;7527:4;7519:6;7515:17;7509:24;7502:32;7495:40;7488:4;7477:9;7473:20;7466:70;7606:4;7598:6;7594:17;7588:24;7581:32;7574:40;7567:4;7556:9;7552:20;7545:70;7671:4;7663:6;7659:17;7653:24;7646:4;7635:9;7631:20;7624:54;6980:704;;;;;10495:167:16;;;;;;;;;;-1:-1:-1;10495:167:16;;;;;:::i;:::-;;:::i;11146:210::-;;;;;;;;;;-1:-1:-1;11146:210:16;;;;;:::i;:::-;;:::i;4739:34::-;;;;;;;;;;;;;:::i;9619:432::-;;;;;;;;;;-1:-1:-1;9619:432:16;;;;;:::i;:::-;;:::i;4821:48::-;;;;;;;;;;-1:-1:-1;4821:48:16;;;;;:::i;:::-;;;;;;;;;;;;;;4701:31;;;;;;;;;;;;;:::i;8385:115::-;;;;;;;;;;-1:-1:-1;8385:115:16;;;;;:::i;:::-;;:::i;9015:92::-;;;;;;;;;;-1:-1:-1;9015:92:16;;;;;:::i;:::-;;:::i;8879:127::-;;;;;;;;;;-1:-1:-1;8879:127:16;;;;;:::i;:::-;;:::i;9695:164:5:-;;;;;;;;;;-1:-1:-1;9695:164:5;;;;;:::i;:::-;-1:-1:-1;;;;;9816:25:5;;;9792:4;9816:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;9695:164;8735:135:16;;;;;;;;;;-1:-1:-1;8735:135:16;;;;;:::i;:::-;;:::i;4450:26::-;;;;;;;;;;;;;;;;8508:107;;;;;;;;;;-1:-1:-1;8508:107:16;;;;;:::i;:::-;;:::i;1972:201:13:-;;;;;;;;;;-1:-1:-1;1972:201:13;;;;;:::i;:::-;;:::i;8624:99:16:-;;;;;;;;;;-1:-1:-1;8624:99:16;;;;;:::i;:::-;;:::i;10059:299::-;10162:4;-1:-1:-1;;;;;;10199:41:16;;-1:-1:-1;;;10199:41:16;;:98;;-1:-1:-1;;;;;;;10257:40:16;;-1:-1:-1;;;10257:40:16;10199:98;:151;;;;10314:36;10338:11;10314:23;:36::i;:::-;10179:171;10059:299;-1:-1:-1;;10059:299:16:o;6254:727::-;6321:9;6334:10;6321:23;6317:61;;6353:25;;-1:-1:-1;;;6353:25:16;;;;;;;;;;;6317:61;6394:14;;;;6389:54;;6417:26;;-1:-1:-1;;;6417:26:16;;;;;;;;;;;6389:54;6476:14;;6458:15;:32;6454:71;;;6499:26;;-1:-1:-1;;;6499:26:16;;;;;;;;;;;6454:71;6566:19;;4315:13:5;;-1:-1:-1;;4315:31:5;6540:23:16;;:6;:23;:::i;:::-;:45;6536:80;;;6594:22;;-1:-1:-1;;;6594:22:16;;;;;;;;;;;6536:80;6659:12;;6644:10;6631:24;;;;:12;:24;;;;;;:40;6627:77;;6680:24;;-1:-1:-1;;;6680:24:16;;;;;;;;;;;6627:77;6755:12;;6732:10;6719:24;;;;:12;:24;;;;;;:33;;6746:6;;6719:33;:::i;:::-;:48;6715:85;;;6776:24;;-1:-1:-1;;;6776:24:16;;;;;;;;;;;6715:85;6836:10;;6827:19;;:6;:19;:::i;:::-;6815:9;:31;6811:67;;;6855:23;;-1:-1:-1;;;6855:23:16;;;;;;;;;;;6811:67;6899:29;6909:10;6921:6;6899:9;:29::i;:::-;6952:10;6939:24;;;;:12;:24;;;;;:34;;6967:6;;6939:24;:34;;6967:6;;6939:34;:::i;:::-;;;;-1:-1:-1;;;6254:727:16:o;7550:100:5:-;7604:13;7637:5;7630:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7550:100;:::o;9061:204::-;9129:7;9154:16;9162:7;9154;:16::i;:::-;9149:64;;9179:34;;-1:-1:-1;;;9179:34:5;;;;;;;;;;;9149:64;-1:-1:-1;9233:24:5;;;;:15;:24;;;;;;-1:-1:-1;;;;;9233:24:5;;9061:204::o;10667:148:16:-;10763:8;2243:30:12;2264:8;2243:20;:30::i;:::-;10778:32:16::1;10792:8;10802:7;10778:13;:32::i;:::-;10667:148:::0;;;:::o;9115:107::-;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;;;;;;;;;9192:22:16;;::::1;::::0;:10:::1;::::0;:22:::1;::::0;::::1;::::0;::::1;:::i;:::-;;9115:107:::0;:::o;8012:133::-;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;8096:15:16::1;:41:::0;;-1:-1:-1;;;;;;8096:41:16::1;-1:-1:-1::0;;;;;8096:41:16;;;::::1;::::0;;;::::1;::::0;;8012:133::o;10820:154::-;10921:4;-1:-1:-1;;;;;2063:18:12;;2071:10;2063:18;2059:83;;2098:32;2119:10;2098:20;:32::i;:::-;10932:37:16::1;10951:4;10957:2;10961:7;10932:18;:37::i;:::-;10820:154:::0;;;;:::o;1674:442:4:-;1771:7;1829:27;;;:17;:27;;;;;;;;1800:56;;;;;;;;;-1:-1:-1;;;;;1800:56:4;;;;;-1:-1:-1;;;1800:56:4;;;-1:-1:-1;;;;;1800:56:4;;;;;;;;1771:7;;1869:92;;-1:-1:-1;1920:29:4;;;;;;;;;-1:-1:-1;1920:29:4;-1:-1:-1;;;;;1920:29:4;;;;-1:-1:-1;;;1920:29:4;;-1:-1:-1;;;;;1920:29:4;;;;;1869:92;2011:23;;;;1973:21;;2482:5;;1998:36;;-1:-1:-1;;;;;1998:36:4;:10;:36;:::i;:::-;1997:58;;;;:::i;:::-;2076:16;;;;;-1:-1:-1;1674:442:4;;-1:-1:-1;;;;1674:442:4:o;10369:121:16:-;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;1778:1:14::1;2376:7;;:19:::0;2368:63:::1;;;::::0;-1:-1:-1;;;2368:63:14;;10912:2:18;2368:63:14::1;::::0;::::1;10894:21:18::0;10951:2;10931:18;;;10924:30;10990:33;10970:18;;;10963:61;11041:18;;2368:63:14::1;10710:355:18::0;2368:63:14::1;1778:1;2509:7;:18:::0;10431:51:16::2;::::0;10439:10:::2;::::0;10460:21:::2;10431:51:::0;::::2;;;::::0;::::2;::::0;;;10460:21;10439:10;10431:51;::::2;;;;;;;;;;;;;::::0;::::2;;;;;-1:-1:-1::0;1734:1:14::1;2688:7;:22:::0;10369:121:16:o;10979:162::-;11084:4;-1:-1:-1;;;;;2063:18:12;;2071:10;2063:18;2059:83;;2098:32;2119:10;2098:20;:32::i;:::-;11095:41:16::1;11118:4;11124:2;11128:7;11095:22;:41::i;9337:137::-:0;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;9428:38:16;;::::1;::::0;:18:::1;::::0;:38:::1;::::0;::::1;::::0;::::1;:::i;6993:215::-:0;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;7118:19:16::1;;7098:17;;:39;;;;:::i;:::-;4315:13:5::0;;-1:-1:-1;;4315:31:5;7072:23:16::1;::::0;:6;:23:::1;:::i;:::-;:65;7068:100;;;7146:22;;-1:-1:-1::0;;;7146:22:16::1;;;;;;;;;;;7068:100;7179:21;7189:2;7193:6;7179:9;:21::i;7358:125:5:-:0;7422:7;7449:21;7462:7;7449:12;:21::i;:::-;:26;;7358:125;-1:-1:-1;;7358:125:5:o;9486::16:-;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;9562:41:16::1;9581:7;1136:6:13::0;;-1:-1:-1;;;;;1136:6:13;;1063:87;9581:7:16::1;9590:12;9562:18;:41::i;:::-;9486:125:::0;:::o;4806:206:5:-;4870:7;-1:-1:-1;;;;;4894:19:5;;4890:60;;4922:28;;-1:-1:-1;;;4922:28:5;;;;;;;;;;;4890:60;-1:-1:-1;;;;;;4976:19:5;;;;;:12;:19;;;;;:27;;;;4806:206::o;1714:103:13:-;1136:6;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;1779:30:::1;1806:1;1779:18;:30::i;:::-;1714:103::o:0;9230:99:16:-;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;9303:18:16;;::::1;::::0;:12:::1;::::0;:18:::1;::::0;::::1;::::0;::::1;:::i;8263:114::-:0;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;8339:14:16::1;:30:::0;;-1:-1:-1;;8339:30:16::1;::::0;::::1;;::::0;;;::::1;::::0;;8263:114::o;4780:32::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;5111:1135::-;5184:9;5197:10;5184:23;5180:61;;5216:25;;-1:-1:-1;;;5216:25:16;;;;;;;;;;;5180:61;5274:19;;4315:13:5;;-1:-1:-1;;4315:31:5;5257:36:16;5252:71;;;5302:21;;-1:-1:-1;;;5302:21:16;;;;;;;;;;;5252:71;5356:14;;5338:15;:32;5334:66;;;5379:21;;-1:-1:-1;;;5379:21:16;;;;;;;;;;;5334:66;5433:1;5415:8;:15;:19;5411:60;;;5444:27;;-1:-1:-1;;;5444:27:16;;;;;;;;;;;5411:60;5541:19;;5521:17;;:39;;;;:::i;:::-;4315:13:5;;-1:-1:-1;;4315:31:5;5486:8:16;:15;:32;;;;:::i;:::-;:74;5482:109;;;5569:22;;-1:-1:-1;;;5569:22:16;;;;;;;;;;;5482:109;5638:17;;5624:11;;5606:8;:15;:29;;;;:::i;:::-;:49;5602:84;;;5664:22;;-1:-1:-1;;;5664:22:16;;;;;;;;;;;5602:84;5720:15;;5699:18;5748:343;5772:10;5768:1;:14;5748:343;;;5804:15;;5828:11;;5844:10;;-1:-1:-1;;;;;5804:15:16;;:23;;5828:8;;5837:1;;5828:11;;;;;;:::i;:::-;;;;;;;5804:36;;;;;;;;;;;;;923:25:18;;911:2;896:18;;777:177;5804:36:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;5804:50:16;;5801:278;;5874:15;;5926:11;;-1:-1:-1;;;;;5874:15:16;;;;:28;;5903:10;;4914:42;;5926:8;;5935:1;;5926:11;;;;;;:::i;:::-;;;;;;;;;;;5874:64;;-1:-1:-1;;;;;;5874:64:16;;;;;;;-1:-1:-1;;;;;11716:15:18;;;5874:64:16;;;11698:34:18;11768:15;;;;11748:18;;;11741:43;11800:18;;;11793:34;11633:18;;5874:64:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;5990:3:16;;;;;-1:-1:-1;5801:278:16;;-1:-1:-1;5801:278:16;;6051:12;;;;:::i;:::-;;;;5801:278;5748:343;;;;6118:1;6105:10;:14;6101:47;;;6129:19;;-1:-1:-1;;;6129:19:16;;;;;;;;;;;6101:47;6169:33;6179:10;6191;6169:9;:33::i;:::-;6228:10;6213:11;;:25;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;5111:1135:16:o;7719:104:5:-;7775:13;7808:7;7801:14;;;;;:::i;7495:509:16:-;7536:12;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7536:12:16;7581:415;;;;;;;;7617:10;;7581:415;;;;7659:12;;7581:415;;;;7710:19;;7581:415;;;;7766:17;;7581:415;;;;7823:22;4315:13:5;;-1:-1:-1;;4315:31:5;;4082:283;7823:22:16;7581:415;;7875:9;;;;;;7581:415;;;;;;7918:14;;;7581:415;;;;;;7966:14;;7581:415;;;;;7561:435;7495:509;-1:-1:-1;7495:509:16:o;10495:167::-;10599:8;2243:30:12;2264:8;2243:20;:30::i;:::-;10614:43:16::1;10638:8;10648;10614:23;:43::i;11146:210::-:0;11291:4;-1:-1:-1;;;;;2063:18:12;;2071:10;2063:18;2059:83;;2098:32;2119:10;2098:20;:32::i;:::-;11304:47:16::1;11327:4;11333:2;11337:7;11346:4;11304:22;:47::i;:::-;11146:210:::0;;;;;:::o;4739:34::-;;;;;;;:::i;9619:432::-;9692:13;9723:16;9731:7;9723;:16::i;:::-;9718:59;;9748:29;;-1:-1:-1;;;9748:29:16;;;;;;;;;;;9718:59;9794:9;;;;:18;;:9;:18;9790:76;;9836:18;9829:25;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9619:432;;;:::o;9790:76::-;9878:21;9902:12;9878:36;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9925:23;9951:10;9925:36;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10003:7;10012:18;:7;:16;:18::i;:::-;10032:9;9986:56;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;9972:71;;;;9619:432;;;:::o;4701:31::-;;;;;;;:::i;8385:115::-;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;8462:14:16::1;:30:::0;8385:115::o;9015:92::-;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;9079:9:16::1;:20:::0;;-1:-1:-1;;9079:20:16::1;::::0;::::1;;::::0;;;::::1;::::0;;9015:92::o;8879:127::-;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;8962:17:16::1;:36:::0;8879:127::o;8735:135::-;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;8822:19:16::1;:40:::0;8735:135::o;8508:107::-;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;8581:12:16::1;:26:::0;8508:107::o;1972:201:13:-;1136:6;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;-1:-1:-1;;;;;2061:22:13;::::1;2053:73;;;::::0;-1:-1:-1;;;2053:73:13;;12850:2:18;2053:73:13::1;::::0;::::1;12832:21:18::0;12889:2;12869:18;;;12862:30;12928:34;12908:18;;;12901:62;-1:-1:-1;;;12979:18:18;;;12972:36;13025:19;;2053:73:13::1;12648:402:18::0;2053:73:13::1;2137:28;2156:8;2137:18;:28::i;8624:99:16:-:0;1136:6:13;;-1:-1:-1;;;;;1136:6:13;736:10:1;1283:23:13;1275:68;;;;-1:-1:-1;;;1275:68:13;;;;;;;:::i;:::-;8693:10:16::1;:22:::0;8624:99::o;4437:305:5:-;4539:4;-1:-1:-1;;;;;;4576:40:5;;-1:-1:-1;;;4576:40:5;;:105;;-1:-1:-1;;;;;;;4633:48:5;;-1:-1:-1;;;4633:48:5;4576:105;:158;;;;4698:36;4722:11;4698:23;:36::i;11229:104::-;11298:27;11308:2;11312:8;11298:27;;;;;;;;;;;;:9;:27::i;11047:174::-;11104:4;11147:7;8245:1:16;11128:26:5;;:53;;;;;11168:13;;11158:7;:23;11128:53;:85;;;;-1:-1:-1;;11186:20:5;;;;:11;:20;;;;;:27;-1:-1:-1;;;11186:27:5;;;;11185:28;;11047:174::o;2301:419:12:-;822:42;2492:45;:49;2488:225;;2563:67;;-1:-1:-1;;;2563:67:12;;2614:4;2563:67;;;13267:34:18;-1:-1:-1;;;;;13337:15:18;;13317:18;;;13310:43;822:42:12;;2563;;13202:18:18;;2563:67:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2558:144;;2658:28;;-1:-1:-1;;;2658:28:12;;-1:-1:-1;;;;;1890:32:18;;2658:28:12;;;1872:51:18;1845:18;;2658:28:12;1710:219:18;8616:379:5;8697:13;8713:24;8729:7;8713:15;:24::i;:::-;8697:40;;8758:5;-1:-1:-1;;;;;8752:11:5;:2;-1:-1:-1;;;;;8752:11:5;;8748:48;;8772:24;;-1:-1:-1;;;8772:24:5;;;;;;;;;;;8748:48;736:10:1;-1:-1:-1;;;;;8813:21:5;;;;;;:63;;-1:-1:-1;8839:37:5;8856:5;736:10:1;9695:164:5;:::i;8839:37::-;8838:38;8813:63;8809:138;;;8900:35;;-1:-1:-1;;;8900:35:5;;;;;;;;;;;8809:138;8959:28;8968:2;8972:7;8981:5;8959:8;:28::i;9926:170::-;10060:28;10070:4;10076:2;10080:7;10060:9;:28::i;10167:185::-;10305:39;10322:4;10328:2;10332:7;10305:39;;;;;;;;;;;;:16;:39::i;6187:1109::-;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;6298:7:5;;8245:1:16;6347:23:5;;:47;;;;;6381:13;;6374:4;:20;6347:47;6343:886;;;6415:31;6449:17;;;:11;:17;;;;;;;;;6415:51;;;;;;;;;-1:-1:-1;;;;;6415:51:5;;;;-1:-1:-1;;;6415:51:5;;;;;;;;;;;-1:-1:-1;;;6415:51:5;;;;;;;;;;;;;;6485:729;;6535:14;;-1:-1:-1;;;;;6535:28:5;;6531:101;;6599:9;6187:1109;-1:-1:-1;;;6187:1109:5:o;6531:101::-;-1:-1:-1;;;6974:6:5;7019:17;;;;:11;:17;;;;;;;;;7007:29;;;;;;;;;-1:-1:-1;;;;;7007:29:5;;;;;-1:-1:-1;;;7007:29:5;;;;;;;;;;;-1:-1:-1;;;7007:29:5;;;;;;;;;;;;;7067:28;7063:109;;7135:9;6187:1109;-1:-1:-1;;;6187:1109:5:o;7063:109::-;6934:261;;;6396:833;6343:886;7257:31;;-1:-1:-1;;;7257:31:5;;;;;;;;;;;2766:332:4;2482:5;-1:-1:-1;;;;;2869:33:4;;;;2861:88;;;;-1:-1:-1;;;2861:88:4;;13816:2:18;2861:88:4;;;13798:21:18;13855:2;13835:18;;;13828:30;13894:34;13874:18;;;13867:62;-1:-1:-1;;;13945:18:18;;;13938:40;13995:19;;2861:88:4;13614:406:18;2861:88:4;-1:-1:-1;;;;;2968:22:4;;2960:60;;;;-1:-1:-1;;;2960:60:4;;14227:2:18;2960:60:4;;;14209:21:18;14266:2;14246:18;;;14239:30;14305:27;14285:18;;;14278:55;14350:18;;2960:60:4;14025:349:18;2960:60:4;3055:35;;;;;;;;;-1:-1:-1;;;;;3055:35:4;;;;;;-1:-1:-1;;;;;3055:35:4;;;;;;;;;;-1:-1:-1;;;3033:57:4;;;;-1:-1:-1;3033:57:4;2766:332::o;2333:191:13:-;2426:6;;;-1:-1:-1;;;;;2443:17:13;;;-1:-1:-1;;;;;;2443:17:13;;;;;;;2476:40;;2426:6;;;2443:17;2426:6;;2476:40;;2407:16;;2476:40;2396:128;2333:191;:::o;9337:287:5:-;736:10:1;-1:-1:-1;;;;;9436:24:5;;;9432:54;;9469:17;;-1:-1:-1;;;9469:17:5;;;;;;;;;;;9432:54;736:10:1;9499:32:5;;;;:18;:32;;;;;;;;-1:-1:-1;;;;;9499:42:5;;;;;;;;;;;;:53;;-1:-1:-1;;9499:53:5;;;;;;;;;;9568:48;;540:41:18;;;9499:42:5;;736:10:1;9568:48:5;;513:18:18;9568:48:5;;;;;;;9337:287;;:::o;10423:369::-;10590:28;10600:4;10606:2;10610:7;10590:9;:28::i;:::-;-1:-1:-1;;;;;10633:13:5;;1505:19:0;:23;;10633:76:5;;;;;10653:56;10684:4;10690:2;10694:7;10703:5;10653:30;:56::i;:::-;10652:57;10633:76;10629:156;;;10733:40;;-1:-1:-1;;;10733:40:5;;;;;;;;;;;342:723:17;398:13;619:5;628:1;619:10;615:53;;-1:-1:-1;;646:10:17;;;;;;;;;;;;-1:-1:-1;;;646:10:17;;;;;342:723::o;615:53::-;693:5;678:12;734:78;741:9;;734:78;;767:8;;;;:::i;:::-;;-1:-1:-1;790:10:17;;-1:-1:-1;798:2:17;790:10;;:::i;:::-;;;734:78;;;822:19;854:6;844:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;844:17:17;;822:39;;872:154;879:10;;872:154;;906:11;916:1;906:11;;:::i;:::-;;-1:-1:-1;975:10:17;983:2;975:5;:10;:::i;:::-;962:24;;:2;:24;:::i;:::-;949:39;;932:6;939;932:14;;;;;;;;:::i;:::-;;;;:56;-1:-1:-1;;;;;932:56:17;;;;;;;;-1:-1:-1;1003:11:17;1012:2;1003:11;;:::i;:::-;;;872:154;;;1050:6;342:723;-1:-1:-1;;;;342:723:17:o;1404:215:4:-;1506:4;-1:-1:-1;;;;;;1530:41:4;;-1:-1:-1;;;1530:41:4;;:81;;-1:-1:-1;;;;;;;;;;963:40:3;;;1575:36:4;854:157:3;11696:163:5;11819:32;11825:2;11829:8;11839:5;11846:4;11819:5;:32::i;19204:196::-;19319:24;;;;:15;:24;;;;;;:29;;-1:-1:-1;;;;;;19319:29:5;-1:-1:-1;;;;;19319:29:5;;;;;;;;;19364:28;;19319:24;;19364:28;;;;;;;19204:196;;;:::o;14147:2130::-;14262:35;14300:21;14313:7;14300:12;:21::i;:::-;14262:59;;14360:4;-1:-1:-1;;;;;14338:26:5;:13;:18;;;-1:-1:-1;;;;;14338:26:5;;14334:67;;14373:28;;-1:-1:-1;;;14373:28:5;;;;;;;;;;;14334:67;14414:22;736:10:1;-1:-1:-1;;;;;14440:20:5;;;;:73;;-1:-1:-1;14477:36:5;14494:4;736:10:1;9695:164:5;:::i;14477:36::-;14440:126;;;-1:-1:-1;736:10:1;14530:20:5;14542:7;14530:11;:20::i;:::-;-1:-1:-1;;;;;14530:36:5;;14440:126;14414:153;;14585:17;14580:66;;14611:35;;-1:-1:-1;;;14611:35:5;;;;;;;;;;;14580:66;-1:-1:-1;;;;;14661:16:5;;14657:52;;14686:23;;-1:-1:-1;;;14686:23:5;;;;;;;;;;;14657:52;14830:35;14847:1;14851:7;14860:4;14830:8;:35::i;:::-;-1:-1:-1;;;;;15161:18:5;;;;;;;:12;:18;;;;;;;;:31;;-1:-1:-1;;15161:31:5;;;;;;;-1:-1:-1;;15161:31:5;;;;;;;15207:16;;;;;;;;;:29;;;;;;;;-1:-1:-1;15207:29:5;;;;;;;;;;;15287:20;;;:11;:20;;;;;;15322:18;;-1:-1:-1;;;;;;15355:49:5;;;;-1:-1:-1;;;15388:15:5;15355:49;;;;;;;;;;15678:11;;15738:24;;;;;15781:13;;15287:20;;15738:24;;15781:13;15777:384;;15991:13;;15976:11;:28;15972:174;;16029:20;;16098:28;;;;16072:54;;-1:-1:-1;;;16072:54:5;-1:-1:-1;;;;;;16072:54:5;;;-1:-1:-1;;;;;16029:20:5;;16072:54;;;;15972:174;15136:1036;;;16208:7;16204:2;-1:-1:-1;;;;;16189:27:5;16198:4;-1:-1:-1;;;;;16189:27:5;;;;;;;;;;;16227:42;10820:154:16;19892:667:5;20076:72;;-1:-1:-1;;;20076:72:5;;20055:4;;-1:-1:-1;;;;;20076:36:5;;;;;:72;;736:10:1;;20127:4:5;;20133:7;;20142:5;;20076:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;20076:72:5;;;;;;;;-1:-1:-1;;20076:72:5;;;;;;;;;;;;:::i;:::-;;;20072:480;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20310:6;:13;20327:1;20310:18;20306:235;;20356:40;;-1:-1:-1;;;20356:40:5;;;;;;;;;;;20306:235;20499:6;20493:13;20484:6;20480:2;20476:15;20469:38;20072:480;-1:-1:-1;;;;;;20195:55:5;-1:-1:-1;;;20195:55:5;;-1:-1:-1;19892:667:5;;;;;;:::o;12118:1775::-;12280:13;;-1:-1:-1;;;;;12308:16:5;;12304:48;;12333:19;;-1:-1:-1;;;12333:19:5;;;;;;;;;;;12304:48;12367:8;12379:1;12367:13;12363:44;;12389:18;;-1:-1:-1;;;12389:18:5;;;;;;;;;;;12363:44;-1:-1:-1;;;;;12758:16:5;;;;;;:12;:16;;;;;;;;:44;;-1:-1:-1;;12817:49:5;;12758:44;;;;;;;;12817:49;;;;-1:-1:-1;;12758:44:5;;;;;;12817:49;;;;;;;;;;;;;;;;12883:25;;;:11;:25;;;;;;:35;;-1:-1:-1;;;;;;12933:66:5;;;;-1:-1:-1;;;12983:15:5;12933:66;;;;;;;;;;12883:25;13080:23;;;13124:4;:23;;;;-1:-1:-1;;;;;;13132:13:5;;1505:19:0;:23;;13132:15:5;13120:641;;;13168:314;13199:38;;13224:12;;-1:-1:-1;;;;;13199:38:5;;;13216:1;;13199:38;;13216:1;;13199:38;13265:69;13304:1;13308:2;13312:14;;;;;;13328:5;13265:30;:69::i;:::-;13260:174;;13370:40;;-1:-1:-1;;;13370:40:5;;;;;;;;;;;13260:174;13477:3;13461:12;:19;13168:314;;13563:12;13546:13;;:29;13542:43;;13577:8;;;13542:43;13120:641;;;13626:120;13657:40;;13682:14;;;;;-1:-1:-1;;;;;13657:40:5;;;13674:1;;13657:40;;13674:1;;13657:40;13741:3;13725:12;:19;13626:120;;13120:641;-1:-1:-1;13775:13:5;:28;13825:60;10820:154:16;-1:-1:-1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;14:131:18;-1:-1:-1;;;;;;88:32:18;;78:43;;68:71;;135:1;132;125:12;150:245;208:6;261:2;249:9;240:7;236:23;232:32;229:52;;;277:1;274;267:12;229:52;316:9;303:23;335:30;359:5;335:30;:::i;:::-;384:5;150:245;-1:-1:-1;;;150:245:18:o;592:180::-;651:6;704:2;692:9;683:7;679:23;675:32;672:52;;;720:1;717;710:12;672:52;-1:-1:-1;743:23:18;;592:180;-1:-1:-1;592:180:18:o;959:258::-;1031:1;1041:113;1055:6;1052:1;1049:13;1041:113;;;1131:11;;;1125:18;1112:11;;;1105:39;1077:2;1070:10;1041:113;;;1172:6;1169:1;1166:13;1163:48;;;-1:-1:-1;;1207:1:18;1189:16;;1182:27;959:258::o;1222:::-;1264:3;1302:5;1296:12;1329:6;1324:3;1317:19;1345:63;1401:6;1394:4;1389:3;1385:14;1378:4;1371:5;1367:16;1345:63;:::i;:::-;1462:2;1441:15;-1:-1:-1;;1437:29:18;1428:39;;;;1469:4;1424:50;;1222:258;-1:-1:-1;;1222:258:18:o;1485:220::-;1634:2;1623:9;1616:21;1597:4;1654:45;1695:2;1684:9;1680:18;1672:6;1654:45;:::i;2142:131::-;-1:-1:-1;;;;;2217:31:18;;2207:42;;2197:70;;2263:1;2260;2253:12;2278:315;2346:6;2354;2407:2;2395:9;2386:7;2382:23;2378:32;2375:52;;;2423:1;2420;2413:12;2375:52;2462:9;2449:23;2481:31;2506:5;2481:31;:::i;:::-;2531:5;2583:2;2568:18;;;;2555:32;;-1:-1:-1;;;2278:315:18:o;2598:127::-;2659:10;2654:3;2650:20;2647:1;2640:31;2690:4;2687:1;2680:15;2714:4;2711:1;2704:15;2730:275;2801:2;2795:9;2866:2;2847:13;;-1:-1:-1;;2843:27:18;2831:40;;2901:18;2886:34;;2922:22;;;2883:62;2880:88;;;2948:18;;:::i;:::-;2984:2;2977:22;2730:275;;-1:-1:-1;2730:275:18:o;3010:407::-;3075:5;3109:18;3101:6;3098:30;3095:56;;;3131:18;;:::i;:::-;3169:57;3214:2;3193:15;;-1:-1:-1;;3189:29:18;3220:4;3185:40;3169:57;:::i;:::-;3160:66;;3249:6;3242:5;3235:21;3289:3;3280:6;3275:3;3271:16;3268:25;3265:45;;;3306:1;3303;3296:12;3265:45;3355:6;3350:3;3343:4;3336:5;3332:16;3319:43;3409:1;3402:4;3393:6;3386:5;3382:18;3378:29;3371:40;3010:407;;;;;:::o;3422:451::-;3491:6;3544:2;3532:9;3523:7;3519:23;3515:32;3512:52;;;3560:1;3557;3550:12;3512:52;3600:9;3587:23;3633:18;3625:6;3622:30;3619:50;;;3665:1;3662;3655:12;3619:50;3688:22;;3741:4;3733:13;;3729:27;-1:-1:-1;3719:55:18;;3770:1;3767;3760:12;3719:55;3793:74;3859:7;3854:2;3841:16;3836:2;3832;3828:11;3793:74;:::i;3878:247::-;3937:6;3990:2;3978:9;3969:7;3965:23;3961:32;3958:52;;;4006:1;4003;3996:12;3958:52;4045:9;4032:23;4064:31;4089:5;4064:31;:::i;4130:456::-;4207:6;4215;4223;4276:2;4264:9;4255:7;4251:23;4247:32;4244:52;;;4292:1;4289;4282:12;4244:52;4331:9;4318:23;4350:31;4375:5;4350:31;:::i;:::-;4400:5;-1:-1:-1;4457:2:18;4442:18;;4429:32;4470:33;4429:32;4470:33;:::i;:::-;4130:456;;4522:7;;-1:-1:-1;;;4576:2:18;4561:18;;;;4548:32;;4130:456::o;4591:248::-;4659:6;4667;4720:2;4708:9;4699:7;4695:23;4691:32;4688:52;;;4736:1;4733;4726:12;4688:52;-1:-1:-1;;4759:23:18;;;4829:2;4814:18;;;4801:32;;-1:-1:-1;4591:248:18:o;5363:292::-;5421:6;5474:2;5462:9;5453:7;5449:23;5445:32;5442:52;;;5490:1;5487;5480:12;5442:52;5529:9;5516:23;-1:-1:-1;;;;;5572:5:18;5568:38;5561:5;5558:49;5548:77;;5621:1;5618;5611:12;5660:118;5746:5;5739:13;5732:21;5725:5;5722:32;5712:60;;5768:1;5765;5758:12;5783:241;5839:6;5892:2;5880:9;5871:7;5867:23;5863:32;5860:52;;;5908:1;5905;5898:12;5860:52;5947:9;5934:23;5966:28;5988:5;5966:28;:::i;6029:946::-;6113:6;6144:2;6187;6175:9;6166:7;6162:23;6158:32;6155:52;;;6203:1;6200;6193:12;6155:52;6243:9;6230:23;6272:18;6313:2;6305:6;6302:14;6299:34;;;6329:1;6326;6319:12;6299:34;6367:6;6356:9;6352:22;6342:32;;6412:7;6405:4;6401:2;6397:13;6393:27;6383:55;;6434:1;6431;6424:12;6383:55;6470:2;6457:16;6492:2;6488;6485:10;6482:36;;;6498:18;;:::i;:::-;6544:2;6541:1;6537:10;6527:20;;6567:28;6591:2;6587;6583:11;6567:28;:::i;:::-;6629:15;;;6699:11;;;6695:20;;;6660:12;;;;6727:19;;;6724:39;;;6759:1;6756;6749:12;6724:39;6783:11;;;;6803:142;6819:6;6814:3;6811:15;6803:142;;;6885:17;;6873:30;;6836:12;;;;6923;;;;6803:142;;;6964:5;6029:946;-1:-1:-1;;;;;;;;6029:946:18:o;7689:382::-;7754:6;7762;7815:2;7803:9;7794:7;7790:23;7786:32;7783:52;;;7831:1;7828;7821:12;7783:52;7870:9;7857:23;7889:31;7914:5;7889:31;:::i;:::-;7939:5;-1:-1:-1;7996:2:18;7981:18;;7968:32;8009:30;7968:32;8009:30;:::i;:::-;8058:7;8048:17;;;7689:382;;;;;:::o;8076:795::-;8171:6;8179;8187;8195;8248:3;8236:9;8227:7;8223:23;8219:33;8216:53;;;8265:1;8262;8255:12;8216:53;8304:9;8291:23;8323:31;8348:5;8323:31;:::i;:::-;8373:5;-1:-1:-1;8430:2:18;8415:18;;8402:32;8443:33;8402:32;8443:33;:::i;:::-;8495:7;-1:-1:-1;8549:2:18;8534:18;;8521:32;;-1:-1:-1;8604:2:18;8589:18;;8576:32;8631:18;8620:30;;8617:50;;;8663:1;8660;8653:12;8617:50;8686:22;;8739:4;8731:13;;8727:27;-1:-1:-1;8717:55:18;;8768:1;8765;8758:12;8717:55;8791:74;8857:7;8852:2;8839:16;8834:2;8830;8826:11;8791:74;:::i;:::-;8781:84;;;8076:795;;;;;;;:::o;8876:388::-;8944:6;8952;9005:2;8993:9;8984:7;8980:23;8976:32;8973:52;;;9021:1;9018;9011:12;8973:52;9060:9;9047:23;9079:31;9104:5;9079:31;:::i;:::-;9129:5;-1:-1:-1;9186:2:18;9171:18;;9158:32;9199:33;9158:32;9199:33;:::i;9269:127::-;9330:10;9325:3;9321:20;9318:1;9311:31;9361:4;9358:1;9351:15;9385:4;9382:1;9375:15;9401:128;9441:3;9472:1;9468:6;9465:1;9462:13;9459:39;;;9478:18;;:::i;:::-;-1:-1:-1;9514:9:18;;9401:128::o;9534:168::-;9574:7;9640:1;9636;9632:6;9628:14;9625:1;9622:21;9617:1;9610:9;9603:17;9599:45;9596:71;;;9647:18;;:::i;:::-;-1:-1:-1;9687:9:18;;9534:168::o;9707:380::-;9786:1;9782:12;;;;9829;;;9850:61;;9904:4;9896:6;9892:17;9882:27;;9850:61;9957:2;9949:6;9946:14;9926:18;9923:38;9920:161;;10003:10;9998:3;9994:20;9991:1;9984:31;10038:4;10035:1;10028:15;10066:4;10063:1;10056:15;9920:161;;9707:380;;;:::o;10092:356::-;10294:2;10276:21;;;10313:18;;;10306:30;10372:34;10367:2;10352:18;;10345:62;10439:2;10424:18;;10092:356::o;10453:127::-;10514:10;10509:3;10505:20;10502:1;10495:31;10545:4;10542:1;10535:15;10569:4;10566:1;10559:15;10585:120;10625:1;10651;10641:35;;10656:18;;:::i;:::-;-1:-1:-1;10690:9:18;;10585:120::o;11070:127::-;11131:10;11126:3;11122:20;11119:1;11112:31;11162:4;11159:1;11152:15;11186:4;11183:1;11176:15;11202:251;11272:6;11325:2;11313:9;11304:7;11300:23;11296:32;11293:52;;;11341:1;11338;11331:12;11293:52;11373:9;11367:16;11392:31;11417:5;11392:31;:::i;11838:136::-;11877:3;11905:5;11895:39;;11914:18;;:::i;:::-;-1:-1:-1;;;11950:18:18;;11838:136::o;11979:664::-;12206:3;12244:6;12238:13;12260:53;12306:6;12301:3;12294:4;12286:6;12282:17;12260:53;:::i;:::-;12376:13;;12335:16;;;;12398:57;12376:13;12335:16;12432:4;12420:17;;12398:57;:::i;:::-;12522:13;;12477:20;;;12544:57;12522:13;12477:20;12578:4;12566:17;;12544:57;:::i;:::-;12617:20;;11979:664;-1:-1:-1;;;;;11979:664:18:o;13364:245::-;13431:6;13484:2;13472:9;13463:7;13459:23;13455:32;13452:52;;;13500:1;13497;13490:12;13452:52;13532:9;13526:16;13551:28;13573:5;13551:28;:::i;14379:135::-;14418:3;14439:17;;;14436:43;;14459:18;;:::i;:::-;-1:-1:-1;14506:1:18;14495:13;;14379:135::o;14519:125::-;14559:4;14587:1;14584;14581:8;14578:34;;;14592:18;;:::i;:::-;-1:-1:-1;14629:9:18;;14519:125::o;14649:112::-;14681:1;14707;14697:35;;14712:18;;:::i;:::-;-1:-1:-1;14746:9:18;;14649:112::o;14766:489::-;-1:-1:-1;;;;;15035:15:18;;;15017:34;;15087:15;;15082:2;15067:18;;15060:43;15134:2;15119:18;;15112:34;;;15182:3;15177:2;15162:18;;15155:31;;;14960:4;;15203:46;;15229:19;;15221:6;15203:46;:::i;:::-;15195:54;14766:489;-1:-1:-1;;;;;;14766:489:18:o;15260:249::-;15329:6;15382:2;15370:9;15361:7;15357:23;15353:32;15350:52;;;15398:1;15395;15388:12;15350:52;15430:9;15424:16;15449:30;15473:5;15449:30;:::i
Swarm Source
ipfs://41ce0e4d2f06704c5e7b4d6db6103616c0172a773482da5e5a45d56ddb32a92a
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.