Feature Tip: Add private address tag to any address under My Name Tag !
Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 649 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Safe Transfer Fr... | 21451625 | 3 days ago | IN | 0 ETH | 0.00051145 | ||||
Set Approval For... | 21402842 | 10 days ago | IN | 0 ETH | 0.00033124 | ||||
Set Approval For... | 21341584 | 18 days ago | IN | 0 ETH | 0.00059322 | ||||
Set Approval For... | 21288084 | 26 days ago | IN | 0 ETH | 0.00081615 | ||||
Set Approval For... | 21287445 | 26 days ago | IN | 0 ETH | 0.00027169 | ||||
Set Approval For... | 21287440 | 26 days ago | IN | 0 ETH | 0.0005182 | ||||
Set Approval For... | 21286731 | 26 days ago | IN | 0 ETH | 0.00046773 | ||||
Set Approval For... | 21263271 | 29 days ago | IN | 0 ETH | 0.00035031 | ||||
Set Approval For... | 21075859 | 55 days ago | IN | 0 ETH | 0.00054247 | ||||
Safe Transfer Fr... | 21073649 | 56 days ago | IN | 0 ETH | 0.00109214 | ||||
Set Approval For... | 21054408 | 58 days ago | IN | 0 ETH | 0.00014398 | ||||
Set Approval For... | 21029641 | 62 days ago | IN | 0 ETH | 0.00127058 | ||||
Set Approval For... | 20980065 | 69 days ago | IN | 0 ETH | 0.00075629 | ||||
Transfer From | 20683610 | 110 days ago | IN | 0 ETH | 0.00024316 | ||||
Set Approval For... | 20522482 | 132 days ago | IN | 0 ETH | 0.00009786 | ||||
Set Approval For... | 20519748 | 133 days ago | IN | 0 ETH | 0.00018398 | ||||
Set Approval For... | 20509818 | 134 days ago | IN | 0 ETH | 0.00004979 | ||||
Set Approval For... | 20509273 | 134 days ago | IN | 0 ETH | 0.00018674 | ||||
Set Approval For... | 20450465 | 142 days ago | IN | 0 ETH | 0.00008915 | ||||
Set Approval For... | 20400742 | 149 days ago | IN | 0 ETH | 0.00065524 | ||||
Set Approval For... | 20378995 | 152 days ago | IN | 0 ETH | 0.00018187 | ||||
Safe Transfer Fr... | 20088498 | 193 days ago | IN | 0 ETH | 0.00035272 | ||||
Set Approval For... | 20063253 | 197 days ago | IN | 0 ETH | 0.00091252 | ||||
Set Approval For... | 20055072 | 198 days ago | IN | 0 ETH | 0.00084842 | ||||
Set Approval For... | 19938630 | 214 days ago | IN | 0 ETH | 0.00051221 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Name:
Avril15_SeasonTwo
Compiler Version
v0.8.10+commit.fc410830
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2022-08-12 */ // SPDX-License-Identifier: MIT /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + iiii lllllll 1111111 55555555SEASON:TWO + + i::::i l:::::l 1::::::1 5::::::::::::::::5 + + iiii l:::::l 1:::::::1 5::::::::::::::::5 + + l:::::l 111:::::1 5:::::555555555555 + + aaaaaaaaaaaaavvvvvvv vvvvvvvrrrrr rrrrrrrrr iiiiiii l::::l 1::::1 5:::::5 + + a::::::::::::av:::::v v:::::v r::::rrr:::::::::r i:::::i l::::l 1::::1 5:::::5 + + aaaaaaaaa:::::av:::::v v:::::v r:::::::::::::::::r i::::i l::::l 1::::1 5:::::5555555555 + + a::::a v:::::v v:::::v rr::::::rrrrr::::::ri::::i l::::l 1::::l 5:::::::::::::::5 + + aaaaaaa:::::a v:::::v v:::::v r:::::r r:::::ri::::i l::::l 1::::l 555555555555:::::5 + + aa::::::::::::a v:::::v v:::::v r:::::r rrrrrrri::::i l::::l 1::::l 5:::::5 + + a::::aaaa::::::a v:::::v:::::v r:::::r i::::i l::::l 1::::l 5:::::5 + + a::::a a:::::a v:::::::::v r:::::r i::::i l::::l 1::::l 5555555 5:::::5 + + a::::a a:::::a v:::::::v r:::::r i::::::il::::::l111::::::1115::::::55555::::::5 + + a:::::aaaa::::::a v:::::v r:::::r i::::::il::::::l1::::::::::1 55:::::::::::::55 + + a::::::::::aa:::a v:::v r:::::r i::::::il::::::l1::::::::::1 55:::::::::55 + + aaaaaaaaaa aaaa vvv rrrrrrr SEASON:TWOllllll111111111111 555555555 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ // File: @openzeppelin/contracts/utils/Strings.sol // 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); } } // File: @openzeppelin/contracts/utils/Context.sol // 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; } } // File: @openzeppelin/contracts/access/Ownable.sol // OpenZeppelin Contracts v4.4.1 (access/Ownable.sol) pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * 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); } } // File: @openzeppelin/contracts/utils/Address.sol // 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); } } } } // File: @openzeppelin/contracts/token/ERC721/IERC721Receiver.sol // OpenZeppelin Contracts v4.4.1 (token/ERC721/IERC721Receiver.sol) pragma solidity ^0.8.0; /** * @title ERC721 token receiver interface * @dev Interface for any contract that wants to support safeTransfers * from ERC721 asset contracts. */ interface IERC721Receiver { /** * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom} * by `operator` from `from`, this function is called. * * It must return its Solidity selector to confirm the token transfer. * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted. * * The selector can be obtained in Solidity with `IERC721.onERC721Received.selector`. */ function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); } // File: @openzeppelin/contracts/utils/introspection/IERC165.sol // 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); } // File: @openzeppelin/contracts/utils/introspection/ERC165.sol // OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol) pragma solidity ^0.8.0; /** * @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; } } // File: @openzeppelin/contracts/token/ERC721/IERC721.sol // OpenZeppelin Contracts v4.4.1 (token/ERC721/IERC721.sol) pragma solidity ^0.8.0; /** * @dev Required interface of an ERC721 compliant contract. */ interface IERC721 is IERC165 { /** * @dev Emitted when `tokenId` token is transferred from `from` to `to`. */ event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token. */ event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets. */ event ApprovalForAll(address indexed owner, address indexed operator, bool approved); /** * @dev Returns the number of tokens in ``owner``'s account. */ function balanceOf(address owner) external view returns (uint256 balance); /** * @dev Returns the owner of the `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function ownerOf(uint256 tokenId) external view returns (address owner); /** * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients * are aware of the ERC721 protocol to prevent tokens from being forever locked. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Transfers `tokenId` token from `from` to `to`. * * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 tokenId ) external; /** * @dev Gives permission to `to` to transfer `tokenId` token to another account. * The approval is cleared when the token is transferred. * * Only a single account can be approved at a time, so approving the zero address clears previous approvals. * * Requirements: * * - The caller must own the token or be an approved operator. * - `tokenId` must exist. * * Emits an {Approval} event. */ function approve(address to, uint256 tokenId) external; /** * @dev Returns the account approved for `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function getApproved(uint256 tokenId) external view returns (address operator); /** * @dev Approve or remove `operator` as an operator for the caller. * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller. * * Requirements: * * - The `operator` cannot be the caller. * * Emits an {ApprovalForAll} event. */ function setApprovalForAll(address operator, bool _approved) external; /** * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`. * * See {setApprovalForAll} */ function isApprovedForAll(address owner, address operator) external view returns (bool); /** * @dev Safely transfers `tokenId` token from `from` to `to`. * * Requirements: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event. */ function safeTransferFrom( address from, address to, uint256 tokenId, bytes calldata data ) external; } // File: @openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol // OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol) pragma solidity ^0.8.0; /** * @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); } // File: erc721a/contracts/ERC721A.sol // Creator: Chiru Labs pragma solidity ^0.8.4; 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 1; } /** * @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 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 {} } // File: avril15_s1.sol pragma solidity ^0.8.4; contract Avril15_SeasonTwo is ERC721A, Ownable { uint256 maxSupply = 360; string public baseURI = "ipfs://QmTCsiZXQFxXLjW6Q7XjSLdFRoS392EMWzpq985NGcJsFa/"; bool public revealed = true; bool public _frozenMeta; constructor() ERC721A("Avril15 Season Two", "AVRIL15_S2") { _frozenMeta = false; } // WARNING! This function allows the owner of the contract to PERMANENTLY freeze the metadata. function freezeMetadata() public onlyOwner { _frozenMeta = true; } function ownerMint(uint256 quantity) external payable onlyOwner { require(totalSupply() + quantity <= maxSupply, "Exceeded maxSupply of 360."); _safeMint(msg.sender, quantity); } function _baseURI() internal view override returns (string memory) { return baseURI; } function changeBaseURI(string memory baseURI_) public onlyOwner { require(!_frozenMeta, "Uri frozen"); baseURI = baseURI_; } function changeRevealed(bool _revealed) public onlyOwner { revealed = _revealed; } function tokenURI(uint256 tokenId) public view override returns (string memory) { require(_exists(tokenId), "ERC721Metadata: URI query for nonexistent token"); string memory baseURI_ = _baseURI(); if (revealed) { return bytes(baseURI_).length > 0 ? string(abi.encodePacked(baseURI_, Strings.toString(tokenId), ".json")) : ""; } else { return string(abi.encodePacked(baseURI_, "prereveal.json")); } } }
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":"MintToZeroAddress","type":"error"},{"inputs":[],"name":"MintZeroQuantity","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"},{"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":"_frozenMeta","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"baseURI_","type":"string"}],"name":"changeBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_revealed","type":"bool"}],"name":"changeRevealed","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"freezeMetadata","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":"quantity","type":"uint256"}],"name":"ownerMint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"revealed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"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"}]
Contract Creation Code
6080604052610168600955604051806060016040528060368152602001620035d260369139600a90805190602001906200003b92919062000233565b506001600b60006101000a81548160ff0219169083151502179055503480156200006457600080fd5b506040518060400160405280601281526020017f417672696c313520536561736f6e2054776f00000000000000000000000000008152506040518060400160405280600a81526020017f415652494c31355f5332000000000000000000000000000000000000000000008152508160029080519060200190620000e992919062000233565b5080600390805190602001906200010292919062000233565b50620001136200015c60201b60201c565b60008190555050506200013b6200012f6200016560201b60201c565b6200016d60201b60201c565b6000600b60016101000a81548160ff02191690831515021790555062000348565b60006001905090565b600033905090565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b828054620002419062000312565b90600052602060002090601f016020900481019282620002655760008555620002b1565b82601f106200028057805160ff1916838001178555620002b1565b82800160010185558215620002b1579182015b82811115620002b057825182559160200191906001019062000293565b5b509050620002c09190620002c4565b5090565b5b80821115620002df576000816000905550600101620002c5565b5090565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200032b57607f821691505b60208210811415620003425762000341620002e3565b5b50919050565b61327a80620003586000396000f3fe60806040526004361061014b5760003560e01c806370a08231116100b6578063c87b56dd1161006f578063c87b56dd1461047e578063cf3604dc146104bb578063d111515d146104e4578063e985e9c5146104fb578063f19e75d414610538578063f2fde38b146105545761014b565b806370a0823114610382578063715018a6146103bf5780638da5cb5b146103d657806395d89b4114610401578063a22cb4651461042c578063b88d4fde146104555761014b565b806323b872dd1161010857806323b872dd1461027457806339a0c6f91461029d57806342842e0e146102c657806351830227146102ef5780636352211e1461031a5780636c0360eb146103575761014b565b806301ffc9a71461015057806306fdde031461018d578063081812fc146101b8578063095ea7b3146101f557806318160ddd1461021e5780631d90b36314610249575b600080fd5b34801561015c57600080fd5b5061017760048036038101906101729190612543565b61057d565b604051610184919061258b565b60405180910390f35b34801561019957600080fd5b506101a261065f565b6040516101af919061263f565b60405180910390f35b3480156101c457600080fd5b506101df60048036038101906101da9190612697565b6106f1565b6040516101ec9190612705565b60405180910390f35b34801561020157600080fd5b5061021c6004803603810190610217919061274c565b61076d565b005b34801561022a57600080fd5b50610233610878565b604051610240919061279b565b60405180910390f35b34801561025557600080fd5b5061025e61088f565b60405161026b919061258b565b60405180910390f35b34801561028057600080fd5b5061029b600480360381019061029691906127b6565b6108a2565b005b3480156102a957600080fd5b506102c460048036038101906102bf919061293e565b6108b2565b005b3480156102d257600080fd5b506102ed60048036038101906102e891906127b6565b610998565b005b3480156102fb57600080fd5b506103046109b8565b604051610311919061258b565b60405180910390f35b34801561032657600080fd5b50610341600480360381019061033c9190612697565b6109cb565b60405161034e9190612705565b60405180910390f35b34801561036357600080fd5b5061036c6109e1565b604051610379919061263f565b60405180910390f35b34801561038e57600080fd5b506103a960048036038101906103a49190612987565b610a6f565b6040516103b6919061279b565b60405180910390f35b3480156103cb57600080fd5b506103d4610b3f565b005b3480156103e257600080fd5b506103eb610bc7565b6040516103f89190612705565b60405180910390f35b34801561040d57600080fd5b50610416610bf1565b604051610423919061263f565b60405180910390f35b34801561043857600080fd5b50610453600480360381019061044e91906129e0565b610c83565b005b34801561046157600080fd5b5061047c60048036038101906104779190612ac1565b610dfb565b005b34801561048a57600080fd5b506104a560048036038101906104a09190612697565b610e77565b6040516104b2919061263f565b60405180910390f35b3480156104c757600080fd5b506104e260048036038101906104dd9190612b44565b610f5c565b005b3480156104f057600080fd5b506104f9610ff5565b005b34801561050757600080fd5b50610522600480360381019061051d9190612b71565b61108e565b60405161052f919061258b565b60405180910390f35b610552600480360381019061054d9190612697565b611122565b005b34801561056057600080fd5b5061057b60048036038101906105769190612987565b611202565b005b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061064857507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806106585750610657826112fa565b5b9050919050565b60606002805461066e90612be0565b80601f016020809104026020016040519081016040528092919081815260200182805461069a90612be0565b80156106e75780601f106106bc576101008083540402835291602001916106e7565b820191906000526020600020905b8154815290600101906020018083116106ca57829003601f168201915b5050505050905090565b60006106fc82611364565b610732576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6006600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610778826109cb565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156107e0576040517f943f7b8c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166107ff6113b2565b73ffffffffffffffffffffffffffffffffffffffff1614158015610831575061082f8161082a6113b2565b61108e565b155b15610868576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6108738383836113ba565b505050565b600061088261146c565b6001546000540303905090565b600b60019054906101000a900460ff1681565b6108ad838383611475565b505050565b6108ba6113b2565b73ffffffffffffffffffffffffffffffffffffffff166108d8610bc7565b73ffffffffffffffffffffffffffffffffffffffff161461092e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161092590612c5e565b60405180910390fd5b600b60019054906101000a900460ff161561097e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097590612cca565b60405180910390fd5b80600a90805190602001906109949291906123f1565b5050565b6109b383838360405180602001604052806000815250610dfb565b505050565b600b60009054906101000a900460ff1681565b60006109d68261192b565b600001519050919050565b600a80546109ee90612be0565b80601f0160208091040260200160405190810160405280929190818152602001828054610a1a90612be0565b8015610a675780601f10610a3c57610100808354040283529160200191610a67565b820191906000526020600020905b815481529060010190602001808311610a4a57829003601f168201915b505050505081565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610ad7576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a900467ffffffffffffffff1667ffffffffffffffff169050919050565b610b476113b2565b73ffffffffffffffffffffffffffffffffffffffff16610b65610bc7565b73ffffffffffffffffffffffffffffffffffffffff1614610bbb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bb290612c5e565b60405180910390fd5b610bc56000611bba565b565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060038054610c0090612be0565b80601f0160208091040260200160405190810160405280929190818152602001828054610c2c90612be0565b8015610c795780601f10610c4e57610100808354040283529160200191610c79565b820191906000526020600020905b815481529060010190602001808311610c5c57829003601f168201915b5050505050905090565b610c8b6113b2565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610cf0576040517fb06307db00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8060076000610cfd6113b2565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16610daa6113b2565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610def919061258b565b60405180910390a35050565b610e06848484611475565b610e258373ffffffffffffffffffffffffffffffffffffffff16611c80565b8015610e3a5750610e3884848484611ca3565b155b15610e71576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50505050565b6060610e8282611364565b610ec1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eb890612d5c565b60405180910390fd5b6000610ecb611df4565b9050600b60009054906101000a900460ff1615610f33576000815111610f005760405180602001604052806000815250610f2b565b80610f0a84611e86565b604051602001610f1b929190612e04565b6040516020818303038152906040525b915050610f57565b80604051602001610f449190612e7f565b6040516020818303038152906040529150505b919050565b610f646113b2565b73ffffffffffffffffffffffffffffffffffffffff16610f82610bc7565b73ffffffffffffffffffffffffffffffffffffffff1614610fd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fcf90612c5e565b60405180910390fd5b80600b60006101000a81548160ff02191690831515021790555050565b610ffd6113b2565b73ffffffffffffffffffffffffffffffffffffffff1661101b610bc7565b73ffffffffffffffffffffffffffffffffffffffff1614611071576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161106890612c5e565b60405180910390fd5b6001600b60016101000a81548160ff021916908315150217905550565b6000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61112a6113b2565b73ffffffffffffffffffffffffffffffffffffffff16611148610bc7565b73ffffffffffffffffffffffffffffffffffffffff161461119e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161119590612c5e565b60405180910390fd5b600954816111aa610878565b6111b49190612ed0565b11156111f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111ec90612f72565b60405180910390fd5b6111ff3382611fe7565b50565b61120a6113b2565b73ffffffffffffffffffffffffffffffffffffffff16611228610bc7565b73ffffffffffffffffffffffffffffffffffffffff161461127e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161127590612c5e565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156112ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112e590613004565b60405180910390fd5b6112f781611bba565b50565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b60008161136f61146c565b1115801561137e575060005482105b80156113ab575060046000838152602001908152602001600020600001601c9054906101000a900460ff16155b9050919050565b600033905090565b826006600084815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b60006001905090565b60006114808261192b565b90508373ffffffffffffffffffffffffffffffffffffffff16816000015173ffffffffffffffffffffffffffffffffffffffff16146114eb576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008473ffffffffffffffffffffffffffffffffffffffff1661150c6113b2565b73ffffffffffffffffffffffffffffffffffffffff16148061153b575061153a856115356113b2565b61108e565b5b8061158057506115496113b2565b73ffffffffffffffffffffffffffffffffffffffff16611568846106f1565b73ffffffffffffffffffffffffffffffffffffffff16145b9050806115b9576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161415611620576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61162d8585856001612005565b611639600084876113ba565b6001600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160008282829054906101000a900467ffffffffffffffff160392506101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055506001600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160008282829054906101000a900467ffffffffffffffff160192506101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055506000600460008581526020019081526020016000209050848160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550428160000160146101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555060006001850190506000600460008381526020019081526020016000209050600073ffffffffffffffffffffffffffffffffffffffff168160000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614156118b95760005482146118b857878160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555084602001518160000160146101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055505b5b505050828473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611924858585600161200b565b5050505050565b611933612477565b60008290508061194161146c565b11158015611950575060005481105b15611b83576000600460008381526020019081526020016000206040518060600160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016000820160149054906101000a900467ffffffffffffffff1667ffffffffffffffff1667ffffffffffffffff16815260200160008201601c9054906101000a900460ff16151515158152505090508060400151611b8157600073ffffffffffffffffffffffffffffffffffffffff16816000015173ffffffffffffffffffffffffffffffffffffffff1614611a65578092505050611bb5565b5b600115611b8057818060019003925050600460008381526020019081526020016000206040518060600160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016000820160149054906101000a900467ffffffffffffffff1667ffffffffffffffff1667ffffffffffffffff16815260200160008201601c9054906101000a900460ff1615151515815250509050600073ffffffffffffffffffffffffffffffffffffffff16816000015173ffffffffffffffffffffffffffffffffffffffff1614611b7b578092505050611bb5565b611a66565b5b505b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611cc96113b2565b8786866040518563ffffffff1660e01b8152600401611ceb9493929190613079565b6020604051808303816000875af1925050508015611d2757506040513d601f19601f82011682018060405250810190611d2491906130da565b60015b611da1573d8060008114611d57576040519150601f19603f3d011682016040523d82523d6000602084013e611d5c565b606091505b50600081511415611d99576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b6060600a8054611e0390612be0565b80601f0160208091040260200160405190810160405280929190818152602001828054611e2f90612be0565b8015611e7c5780601f10611e5157610100808354040283529160200191611e7c565b820191906000526020600020905b815481529060010190602001808311611e5f57829003601f168201915b5050505050905090565b60606000821415611ece576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050611fe2565b600082905060005b60008214611f00578080611ee990613107565b915050600a82611ef9919061317f565b9150611ed6565b60008167ffffffffffffffff811115611f1c57611f1b612813565b5b6040519080825280601f01601f191660200182016040528015611f4e5781602001600182028036833780820191505090505b5090505b60008514611fdb57600182611f6791906131b0565b9150600a85611f7691906131e4565b6030611f829190612ed0565b60f81b818381518110611f9857611f97613215565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a85611fd4919061317f565b9450611f52565b8093505050505b919050565b612001828260405180602001604052806000815250612011565b5050565b50505050565b50505050565b61201e8383836001612023565b505050565b600080549050600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161415612090576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008414156120cb576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6120d86000868387612005565b83600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160008282829054906101000a900467ffffffffffffffff160192506101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555083600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160088282829054906101000a900467ffffffffffffffff160192506101000a81548167ffffffffffffffff021916908367ffffffffffffffff160217905550846004600083815260200190815260200160002060000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550426004600083815260200190815260200160002060000160146101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055506000819050600085820190508380156122a257506122a18773ffffffffffffffffffffffffffffffffffffffff16611c80565b5b15612368575b818773ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46123176000888480600101955088611ca3565b61234d576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808214156122a857826000541461236357600080fd5b6123d4565b5b818060010192508773ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a480821415612369575b8160008190555050506123ea600086838761200b565b5050505050565b8280546123fd90612be0565b90600052602060002090601f01602090048101928261241f5760008555612466565b82601f1061243857805160ff1916838001178555612466565b82800160010185558215612466579182015b8281111561246557825182559160200191906001019061244a565b5b50905061247391906124ba565b5090565b6040518060600160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600067ffffffffffffffff1681526020016000151581525090565b5b808211156124d35760008160009055506001016124bb565b5090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612520816124eb565b811461252b57600080fd5b50565b60008135905061253d81612517565b92915050565b600060208284031215612559576125586124e1565b5b60006125678482850161252e565b91505092915050565b60008115159050919050565b61258581612570565b82525050565b60006020820190506125a0600083018461257c565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b838110156125e05780820151818401526020810190506125c5565b838111156125ef576000848401525b50505050565b6000601f19601f8301169050919050565b6000612611826125a6565b61261b81856125b1565b935061262b8185602086016125c2565b612634816125f5565b840191505092915050565b600060208201905081810360008301526126598184612606565b905092915050565b6000819050919050565b61267481612661565b811461267f57600080fd5b50565b6000813590506126918161266b565b92915050565b6000602082840312156126ad576126ac6124e1565b5b60006126bb84828501612682565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006126ef826126c4565b9050919050565b6126ff816126e4565b82525050565b600060208201905061271a60008301846126f6565b92915050565b612729816126e4565b811461273457600080fd5b50565b60008135905061274681612720565b92915050565b60008060408385031215612763576127626124e1565b5b600061277185828601612737565b925050602061278285828601612682565b9150509250929050565b61279581612661565b82525050565b60006020820190506127b0600083018461278c565b92915050565b6000806000606084860312156127cf576127ce6124e1565b5b60006127dd86828701612737565b93505060206127ee86828701612737565b92505060406127ff86828701612682565b9150509250925092565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61284b826125f5565b810181811067ffffffffffffffff8211171561286a57612869612813565b5b80604052505050565b600061287d6124d7565b90506128898282612842565b919050565b600067ffffffffffffffff8211156128a9576128a8612813565b5b6128b2826125f5565b9050602081019050919050565b82818337600083830152505050565b60006128e16128dc8461288e565b612873565b9050828152602081018484840111156128fd576128fc61280e565b5b6129088482856128bf565b509392505050565b600082601f83011261292557612924612809565b5b81356129358482602086016128ce565b91505092915050565b600060208284031215612954576129536124e1565b5b600082013567ffffffffffffffff811115612972576129716124e6565b5b61297e84828501612910565b91505092915050565b60006020828403121561299d5761299c6124e1565b5b60006129ab84828501612737565b91505092915050565b6129bd81612570565b81146129c857600080fd5b50565b6000813590506129da816129b4565b92915050565b600080604083850312156129f7576129f66124e1565b5b6000612a0585828601612737565b9250506020612a16858286016129cb565b9150509250929050565b600067ffffffffffffffff821115612a3b57612a3a612813565b5b612a44826125f5565b9050602081019050919050565b6000612a64612a5f84612a20565b612873565b905082815260208101848484011115612a8057612a7f61280e565b5b612a8b8482856128bf565b509392505050565b600082601f830112612aa857612aa7612809565b5b8135612ab8848260208601612a51565b91505092915050565b60008060008060808587031215612adb57612ada6124e1565b5b6000612ae987828801612737565b9450506020612afa87828801612737565b9350506040612b0b87828801612682565b925050606085013567ffffffffffffffff811115612b2c57612b2b6124e6565b5b612b3887828801612a93565b91505092959194509250565b600060208284031215612b5a57612b596124e1565b5b6000612b68848285016129cb565b91505092915050565b60008060408385031215612b8857612b876124e1565b5b6000612b9685828601612737565b9250506020612ba785828601612737565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612bf857607f821691505b60208210811415612c0c57612c0b612bb1565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000612c486020836125b1565b9150612c5382612c12565b602082019050919050565b60006020820190508181036000830152612c7781612c3b565b9050919050565b7f5572692066726f7a656e00000000000000000000000000000000000000000000600082015250565b6000612cb4600a836125b1565b9150612cbf82612c7e565b602082019050919050565b60006020820190508181036000830152612ce381612ca7565b9050919050565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b6000612d46602f836125b1565b9150612d5182612cea565b604082019050919050565b60006020820190508181036000830152612d7581612d39565b9050919050565b600081905092915050565b6000612d92826125a6565b612d9c8185612d7c565b9350612dac8185602086016125c2565b80840191505092915050565b7f2e6a736f6e000000000000000000000000000000000000000000000000000000600082015250565b6000612dee600583612d7c565b9150612df982612db8565b600582019050919050565b6000612e108285612d87565b9150612e1c8284612d87565b9150612e2782612de1565b91508190509392505050565b7f70726572657665616c2e6a736f6e000000000000000000000000000000000000600082015250565b6000612e69600e83612d7c565b9150612e7482612e33565b600e82019050919050565b6000612e8b8284612d87565b9150612e9682612e5c565b915081905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612edb82612661565b9150612ee683612661565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115612f1b57612f1a612ea1565b5b828201905092915050565b7f4578636565646564206d6178537570706c79206f66203336302e000000000000600082015250565b6000612f5c601a836125b1565b9150612f6782612f26565b602082019050919050565b60006020820190508181036000830152612f8b81612f4f565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000612fee6026836125b1565b9150612ff982612f92565b604082019050919050565b6000602082019050818103600083015261301d81612fe1565b9050919050565b600081519050919050565b600082825260208201905092915050565b600061304b82613024565b613055818561302f565b93506130658185602086016125c2565b61306e816125f5565b840191505092915050565b600060808201905061308e60008301876126f6565b61309b60208301866126f6565b6130a8604083018561278c565b81810360608301526130ba8184613040565b905095945050505050565b6000815190506130d481612517565b92915050565b6000602082840312156130f0576130ef6124e1565b5b60006130fe848285016130c5565b91505092915050565b600061311282612661565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561314557613144612ea1565b5b600182019050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061318a82612661565b915061319583612661565b9250826131a5576131a4613150565b5b828204905092915050565b60006131bb82612661565b91506131c683612661565b9250828210156131d9576131d8612ea1565b5b828203905092915050565b60006131ef82612661565b91506131fa83612661565b92508261320a57613209613150565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fdfea26469706673582212201f90549092eb650e7bc0fd5492a10509ce83d8c88c091d8b75faa15bf25c309464736f6c634300080a0033697066733a2f2f516d544373695a58514678584c6a57365137586a534c6446526f53333932454d577a70713938354e47634a7346612f
Deployed Bytecode
0x60806040526004361061014b5760003560e01c806370a08231116100b6578063c87b56dd1161006f578063c87b56dd1461047e578063cf3604dc146104bb578063d111515d146104e4578063e985e9c5146104fb578063f19e75d414610538578063f2fde38b146105545761014b565b806370a0823114610382578063715018a6146103bf5780638da5cb5b146103d657806395d89b4114610401578063a22cb4651461042c578063b88d4fde146104555761014b565b806323b872dd1161010857806323b872dd1461027457806339a0c6f91461029d57806342842e0e146102c657806351830227146102ef5780636352211e1461031a5780636c0360eb146103575761014b565b806301ffc9a71461015057806306fdde031461018d578063081812fc146101b8578063095ea7b3146101f557806318160ddd1461021e5780631d90b36314610249575b600080fd5b34801561015c57600080fd5b5061017760048036038101906101729190612543565b61057d565b604051610184919061258b565b60405180910390f35b34801561019957600080fd5b506101a261065f565b6040516101af919061263f565b60405180910390f35b3480156101c457600080fd5b506101df60048036038101906101da9190612697565b6106f1565b6040516101ec9190612705565b60405180910390f35b34801561020157600080fd5b5061021c6004803603810190610217919061274c565b61076d565b005b34801561022a57600080fd5b50610233610878565b604051610240919061279b565b60405180910390f35b34801561025557600080fd5b5061025e61088f565b60405161026b919061258b565b60405180910390f35b34801561028057600080fd5b5061029b600480360381019061029691906127b6565b6108a2565b005b3480156102a957600080fd5b506102c460048036038101906102bf919061293e565b6108b2565b005b3480156102d257600080fd5b506102ed60048036038101906102e891906127b6565b610998565b005b3480156102fb57600080fd5b506103046109b8565b604051610311919061258b565b60405180910390f35b34801561032657600080fd5b50610341600480360381019061033c9190612697565b6109cb565b60405161034e9190612705565b60405180910390f35b34801561036357600080fd5b5061036c6109e1565b604051610379919061263f565b60405180910390f35b34801561038e57600080fd5b506103a960048036038101906103a49190612987565b610a6f565b6040516103b6919061279b565b60405180910390f35b3480156103cb57600080fd5b506103d4610b3f565b005b3480156103e257600080fd5b506103eb610bc7565b6040516103f89190612705565b60405180910390f35b34801561040d57600080fd5b50610416610bf1565b604051610423919061263f565b60405180910390f35b34801561043857600080fd5b50610453600480360381019061044e91906129e0565b610c83565b005b34801561046157600080fd5b5061047c60048036038101906104779190612ac1565b610dfb565b005b34801561048a57600080fd5b506104a560048036038101906104a09190612697565b610e77565b6040516104b2919061263f565b60405180910390f35b3480156104c757600080fd5b506104e260048036038101906104dd9190612b44565b610f5c565b005b3480156104f057600080fd5b506104f9610ff5565b005b34801561050757600080fd5b50610522600480360381019061051d9190612b71565b61108e565b60405161052f919061258b565b60405180910390f35b610552600480360381019061054d9190612697565b611122565b005b34801561056057600080fd5b5061057b60048036038101906105769190612987565b611202565b005b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061064857507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806106585750610657826112fa565b5b9050919050565b60606002805461066e90612be0565b80601f016020809104026020016040519081016040528092919081815260200182805461069a90612be0565b80156106e75780601f106106bc576101008083540402835291602001916106e7565b820191906000526020600020905b8154815290600101906020018083116106ca57829003601f168201915b5050505050905090565b60006106fc82611364565b610732576040517fcf4700e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6006600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610778826109cb565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156107e0576040517f943f7b8c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff166107ff6113b2565b73ffffffffffffffffffffffffffffffffffffffff1614158015610831575061082f8161082a6113b2565b61108e565b155b15610868576040517fcfb3b94200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6108738383836113ba565b505050565b600061088261146c565b6001546000540303905090565b600b60019054906101000a900460ff1681565b6108ad838383611475565b505050565b6108ba6113b2565b73ffffffffffffffffffffffffffffffffffffffff166108d8610bc7565b73ffffffffffffffffffffffffffffffffffffffff161461092e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161092590612c5e565b60405180910390fd5b600b60019054906101000a900460ff161561097e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097590612cca565b60405180910390fd5b80600a90805190602001906109949291906123f1565b5050565b6109b383838360405180602001604052806000815250610dfb565b505050565b600b60009054906101000a900460ff1681565b60006109d68261192b565b600001519050919050565b600a80546109ee90612be0565b80601f0160208091040260200160405190810160405280929190818152602001828054610a1a90612be0565b8015610a675780601f10610a3c57610100808354040283529160200191610a67565b820191906000526020600020905b815481529060010190602001808311610a4a57829003601f168201915b505050505081565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610ad7576040517f8f4eb60400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160009054906101000a900467ffffffffffffffff1667ffffffffffffffff169050919050565b610b476113b2565b73ffffffffffffffffffffffffffffffffffffffff16610b65610bc7565b73ffffffffffffffffffffffffffffffffffffffff1614610bbb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bb290612c5e565b60405180910390fd5b610bc56000611bba565b565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060038054610c0090612be0565b80601f0160208091040260200160405190810160405280929190818152602001828054610c2c90612be0565b8015610c795780601f10610c4e57610100808354040283529160200191610c79565b820191906000526020600020905b815481529060010190602001808311610c5c57829003601f168201915b5050505050905090565b610c8b6113b2565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610cf0576040517fb06307db00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8060076000610cfd6113b2565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16610daa6113b2565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610def919061258b565b60405180910390a35050565b610e06848484611475565b610e258373ffffffffffffffffffffffffffffffffffffffff16611c80565b8015610e3a5750610e3884848484611ca3565b155b15610e71576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50505050565b6060610e8282611364565b610ec1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eb890612d5c565b60405180910390fd5b6000610ecb611df4565b9050600b60009054906101000a900460ff1615610f33576000815111610f005760405180602001604052806000815250610f2b565b80610f0a84611e86565b604051602001610f1b929190612e04565b6040516020818303038152906040525b915050610f57565b80604051602001610f449190612e7f565b6040516020818303038152906040529150505b919050565b610f646113b2565b73ffffffffffffffffffffffffffffffffffffffff16610f82610bc7565b73ffffffffffffffffffffffffffffffffffffffff1614610fd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fcf90612c5e565b60405180910390fd5b80600b60006101000a81548160ff02191690831515021790555050565b610ffd6113b2565b73ffffffffffffffffffffffffffffffffffffffff1661101b610bc7565b73ffffffffffffffffffffffffffffffffffffffff1614611071576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161106890612c5e565b60405180910390fd5b6001600b60016101000a81548160ff021916908315150217905550565b6000600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61112a6113b2565b73ffffffffffffffffffffffffffffffffffffffff16611148610bc7565b73ffffffffffffffffffffffffffffffffffffffff161461119e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161119590612c5e565b60405180910390fd5b600954816111aa610878565b6111b49190612ed0565b11156111f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111ec90612f72565b60405180910390fd5b6111ff3382611fe7565b50565b61120a6113b2565b73ffffffffffffffffffffffffffffffffffffffff16611228610bc7565b73ffffffffffffffffffffffffffffffffffffffff161461127e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161127590612c5e565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156112ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112e590613004565b60405180910390fd5b6112f781611bba565b50565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b60008161136f61146c565b1115801561137e575060005482105b80156113ab575060046000838152602001908152602001600020600001601c9054906101000a900460ff16155b9050919050565b600033905090565b826006600084815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550818373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a4505050565b60006001905090565b60006114808261192b565b90508373ffffffffffffffffffffffffffffffffffffffff16816000015173ffffffffffffffffffffffffffffffffffffffff16146114eb576040517fa114810000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008473ffffffffffffffffffffffffffffffffffffffff1661150c6113b2565b73ffffffffffffffffffffffffffffffffffffffff16148061153b575061153a856115356113b2565b61108e565b5b8061158057506115496113b2565b73ffffffffffffffffffffffffffffffffffffffff16611568846106f1565b73ffffffffffffffffffffffffffffffffffffffff16145b9050806115b9576040517f59c896be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161415611620576040517fea553b3400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61162d8585856001612005565b611639600084876113ba565b6001600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160008282829054906101000a900467ffffffffffffffff160392506101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055506001600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160008282829054906101000a900467ffffffffffffffff160192506101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055506000600460008581526020019081526020016000209050848160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550428160000160146101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555060006001850190506000600460008381526020019081526020016000209050600073ffffffffffffffffffffffffffffffffffffffff168160000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614156118b95760005482146118b857878160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555084602001518160000160146101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055505b5b505050828473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611924858585600161200b565b5050505050565b611933612477565b60008290508061194161146c565b11158015611950575060005481105b15611b83576000600460008381526020019081526020016000206040518060600160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016000820160149054906101000a900467ffffffffffffffff1667ffffffffffffffff1667ffffffffffffffff16815260200160008201601c9054906101000a900460ff16151515158152505090508060400151611b8157600073ffffffffffffffffffffffffffffffffffffffff16816000015173ffffffffffffffffffffffffffffffffffffffff1614611a65578092505050611bb5565b5b600115611b8057818060019003925050600460008381526020019081526020016000206040518060600160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016000820160149054906101000a900467ffffffffffffffff1667ffffffffffffffff1667ffffffffffffffff16815260200160008201601c9054906101000a900460ff1615151515815250509050600073ffffffffffffffffffffffffffffffffffffffff16816000015173ffffffffffffffffffffffffffffffffffffffff1614611b7b578092505050611bb5565b611a66565b5b505b6040517fdf2d9b4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b60008373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611cc96113b2565b8786866040518563ffffffff1660e01b8152600401611ceb9493929190613079565b6020604051808303816000875af1925050508015611d2757506040513d601f19601f82011682018060405250810190611d2491906130da565b60015b611da1573d8060008114611d57576040519150601f19603f3d011682016040523d82523d6000602084013e611d5c565b606091505b50600081511415611d99576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050949350505050565b6060600a8054611e0390612be0565b80601f0160208091040260200160405190810160405280929190818152602001828054611e2f90612be0565b8015611e7c5780601f10611e5157610100808354040283529160200191611e7c565b820191906000526020600020905b815481529060010190602001808311611e5f57829003601f168201915b5050505050905090565b60606000821415611ece576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050611fe2565b600082905060005b60008214611f00578080611ee990613107565b915050600a82611ef9919061317f565b9150611ed6565b60008167ffffffffffffffff811115611f1c57611f1b612813565b5b6040519080825280601f01601f191660200182016040528015611f4e5781602001600182028036833780820191505090505b5090505b60008514611fdb57600182611f6791906131b0565b9150600a85611f7691906131e4565b6030611f829190612ed0565b60f81b818381518110611f9857611f97613215565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a85611fd4919061317f565b9450611f52565b8093505050505b919050565b612001828260405180602001604052806000815250612011565b5050565b50505050565b50505050565b61201e8383836001612023565b505050565b600080549050600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161415612090576040517f2e07630000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008414156120cb576040517fb562e8dd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6120d86000868387612005565b83600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160008282829054906101000a900467ffffffffffffffff160192506101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555083600560008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060000160088282829054906101000a900467ffffffffffffffff160192506101000a81548167ffffffffffffffff021916908367ffffffffffffffff160217905550846004600083815260200190815260200160002060000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550426004600083815260200190815260200160002060000160146101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055506000819050600085820190508380156122a257506122a18773ffffffffffffffffffffffffffffffffffffffff16611c80565b5b15612368575b818773ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46123176000888480600101955088611ca3565b61234d576040517fd1a57ed600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808214156122a857826000541461236357600080fd5b6123d4565b5b818060010192508773ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a480821415612369575b8160008190555050506123ea600086838761200b565b5050505050565b8280546123fd90612be0565b90600052602060002090601f01602090048101928261241f5760008555612466565b82601f1061243857805160ff1916838001178555612466565b82800160010185558215612466579182015b8281111561246557825182559160200191906001019061244a565b5b50905061247391906124ba565b5090565b6040518060600160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600067ffffffffffffffff1681526020016000151581525090565b5b808211156124d35760008160009055506001016124bb565b5090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b612520816124eb565b811461252b57600080fd5b50565b60008135905061253d81612517565b92915050565b600060208284031215612559576125586124e1565b5b60006125678482850161252e565b91505092915050565b60008115159050919050565b61258581612570565b82525050565b60006020820190506125a0600083018461257c565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b838110156125e05780820151818401526020810190506125c5565b838111156125ef576000848401525b50505050565b6000601f19601f8301169050919050565b6000612611826125a6565b61261b81856125b1565b935061262b8185602086016125c2565b612634816125f5565b840191505092915050565b600060208201905081810360008301526126598184612606565b905092915050565b6000819050919050565b61267481612661565b811461267f57600080fd5b50565b6000813590506126918161266b565b92915050565b6000602082840312156126ad576126ac6124e1565b5b60006126bb84828501612682565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006126ef826126c4565b9050919050565b6126ff816126e4565b82525050565b600060208201905061271a60008301846126f6565b92915050565b612729816126e4565b811461273457600080fd5b50565b60008135905061274681612720565b92915050565b60008060408385031215612763576127626124e1565b5b600061277185828601612737565b925050602061278285828601612682565b9150509250929050565b61279581612661565b82525050565b60006020820190506127b0600083018461278c565b92915050565b6000806000606084860312156127cf576127ce6124e1565b5b60006127dd86828701612737565b93505060206127ee86828701612737565b92505060406127ff86828701612682565b9150509250925092565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61284b826125f5565b810181811067ffffffffffffffff8211171561286a57612869612813565b5b80604052505050565b600061287d6124d7565b90506128898282612842565b919050565b600067ffffffffffffffff8211156128a9576128a8612813565b5b6128b2826125f5565b9050602081019050919050565b82818337600083830152505050565b60006128e16128dc8461288e565b612873565b9050828152602081018484840111156128fd576128fc61280e565b5b6129088482856128bf565b509392505050565b600082601f83011261292557612924612809565b5b81356129358482602086016128ce565b91505092915050565b600060208284031215612954576129536124e1565b5b600082013567ffffffffffffffff811115612972576129716124e6565b5b61297e84828501612910565b91505092915050565b60006020828403121561299d5761299c6124e1565b5b60006129ab84828501612737565b91505092915050565b6129bd81612570565b81146129c857600080fd5b50565b6000813590506129da816129b4565b92915050565b600080604083850312156129f7576129f66124e1565b5b6000612a0585828601612737565b9250506020612a16858286016129cb565b9150509250929050565b600067ffffffffffffffff821115612a3b57612a3a612813565b5b612a44826125f5565b9050602081019050919050565b6000612a64612a5f84612a20565b612873565b905082815260208101848484011115612a8057612a7f61280e565b5b612a8b8482856128bf565b509392505050565b600082601f830112612aa857612aa7612809565b5b8135612ab8848260208601612a51565b91505092915050565b60008060008060808587031215612adb57612ada6124e1565b5b6000612ae987828801612737565b9450506020612afa87828801612737565b9350506040612b0b87828801612682565b925050606085013567ffffffffffffffff811115612b2c57612b2b6124e6565b5b612b3887828801612a93565b91505092959194509250565b600060208284031215612b5a57612b596124e1565b5b6000612b68848285016129cb565b91505092915050565b60008060408385031215612b8857612b876124e1565b5b6000612b9685828601612737565b9250506020612ba785828601612737565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680612bf857607f821691505b60208210811415612c0c57612c0b612bb1565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000612c486020836125b1565b9150612c5382612c12565b602082019050919050565b60006020820190508181036000830152612c7781612c3b565b9050919050565b7f5572692066726f7a656e00000000000000000000000000000000000000000000600082015250565b6000612cb4600a836125b1565b9150612cbf82612c7e565b602082019050919050565b60006020820190508181036000830152612ce381612ca7565b9050919050565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b6000612d46602f836125b1565b9150612d5182612cea565b604082019050919050565b60006020820190508181036000830152612d7581612d39565b9050919050565b600081905092915050565b6000612d92826125a6565b612d9c8185612d7c565b9350612dac8185602086016125c2565b80840191505092915050565b7f2e6a736f6e000000000000000000000000000000000000000000000000000000600082015250565b6000612dee600583612d7c565b9150612df982612db8565b600582019050919050565b6000612e108285612d87565b9150612e1c8284612d87565b9150612e2782612de1565b91508190509392505050565b7f70726572657665616c2e6a736f6e000000000000000000000000000000000000600082015250565b6000612e69600e83612d7c565b9150612e7482612e33565b600e82019050919050565b6000612e8b8284612d87565b9150612e9682612e5c565b915081905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612edb82612661565b9150612ee683612661565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115612f1b57612f1a612ea1565b5b828201905092915050565b7f4578636565646564206d6178537570706c79206f66203336302e000000000000600082015250565b6000612f5c601a836125b1565b9150612f6782612f26565b602082019050919050565b60006020820190508181036000830152612f8b81612f4f565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000612fee6026836125b1565b9150612ff982612f92565b604082019050919050565b6000602082019050818103600083015261301d81612fe1565b9050919050565b600081519050919050565b600082825260208201905092915050565b600061304b82613024565b613055818561302f565b93506130658185602086016125c2565b61306e816125f5565b840191505092915050565b600060808201905061308e60008301876126f6565b61309b60208301866126f6565b6130a8604083018561278c565b81810360608301526130ba8184613040565b905095945050505050565b6000815190506130d481612517565b92915050565b6000602082840312156130f0576130ef6124e1565b5b60006130fe848285016130c5565b91505092915050565b600061311282612661565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561314557613144612ea1565b5b600182019050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061318a82612661565b915061319583612661565b9250826131a5576131a4613150565b5b828204905092915050565b60006131bb82612661565b91506131c683612661565b9250828210156131d9576131d8612ea1565b5b828203905092915050565b60006131ef82612661565b91506131fa83612661565b92508261320a57613209613150565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fdfea26469706673582212201f90549092eb650e7bc0fd5492a10509ce83d8c88c091d8b75faa15bf25c309464736f6c634300080a0033
Deployed Bytecode Sourcemap
44701:1464:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29387:269;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31990:91;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;33337:189;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;32954:329;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;28732:267;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44896:23;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;34121:140;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;45489:132;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;34320:155;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;44865:27;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31819:116;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44781:80;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;29708:191;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7523:103;;;;;;;;;;;;;:::i;:::-;;6872:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;32138:95;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;33586:266;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;34534:312;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;45730:432;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;45629:96;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;45114:80;;;;;;;;;;;;;:::i;:::-;;33911:155;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;45199:186;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7781:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;29387:269;29489:4;29526:25;29511:40;;;:11;:40;;;;:96;;;;29574:33;29559:48;;;:11;:48;;;;29511:96;:140;;;;29615:36;29639:11;29615:23;:36::i;:::-;29511:140;29500:151;;29387:269;;;:::o;31990:91::-;32044:13;32071:5;32064:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31990:91;:::o;33337:189::-;33405:7;33424:16;33432:7;33424;:16::i;:::-;33419:64;;33449:34;;;;;;;;;;;;;;33419:64;33497:15;:24;33513:7;33497:24;;;;;;;;;;;;;;;;;;;;;33490:31;;33337:189;;;:::o;32954:329::-;33021:13;33037:24;33053:7;33037:15;:24::i;:::-;33021:40;;33076:5;33070:11;;:2;:11;;;33066:48;;;33090:24;;;;;;;;;;;;;;33066:48;33141:5;33125:21;;:12;:10;:12::i;:::-;:21;;;;:63;;;;;33151:37;33168:5;33175:12;:10;:12::i;:::-;33151:16;:37::i;:::-;33150:38;33125:63;33121:123;;;33203:35;;;;;;;;;;;;;;33121:123;33250:28;33259:2;33263:7;33272:5;33250:8;:28::i;:::-;33016:267;32954:329;;:::o;28732:267::-;28776:7;28974:15;:13;:15::i;:::-;28959:12;;28943:13;;:28;:46;28936:53;;28732:267;:::o;44896:23::-;;;;;;;;;;;;;:::o;34121:140::-;34228:28;34238:4;34244:2;34248:7;34228:9;:28::i;:::-;34121:140;;;:::o;45489:132::-;7103:12;:10;:12::i;:::-;7092:23;;:7;:5;:7::i;:::-;:23;;;7084:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;45567:11:::1;;;;;;;;;;;45566:12;45558:35;;;;;;;;;;;;:::i;:::-;;;;;;;;;45608:8;45598:7;:18;;;;;;;;;;;;:::i;:::-;;45489:132:::0;:::o;34320:155::-;34431:39;34448:4;34454:2;34458:7;34431:39;;;;;;;;;;;;:16;:39::i;:::-;34320:155;;;:::o;44865:27::-;;;;;;;;;;;;;:::o;31819:116::-;31883:7;31904:21;31917:7;31904:12;:21::i;:::-;:26;;;31897:33;;31819:116;;;:::o;44781:80::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;29708:191::-;29772:7;29807:1;29790:19;;:5;:19;;;29786:60;;;29818:28;;;;;;;;;;;;;;29786:60;29866:12;:19;29879:5;29866:19;;;;;;;;;;;;;;;:27;;;;;;;;;;;;29858:36;;29851:43;;29708:191;;;:::o;7523:103::-;7103:12;:10;:12::i;:::-;7092:23;;:7;:5;:7::i;:::-;:23;;;7084:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;7588:30:::1;7615:1;7588:18;:30::i;:::-;7523:103::o:0;6872:87::-;6918:7;6945:6;;;;;;;;;;;6938:13;;6872:87;:::o;32138:95::-;32194:13;32221:7;32214:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32138:95;:::o;33586:266::-;33691:12;:10;:12::i;:::-;33679:24;;:8;:24;;;33675:54;;;33712:17;;;;;;;;;;;;;;33675:54;33781:8;33736:18;:32;33755:12;:10;:12::i;:::-;33736:32;;;;;;;;;;;;;;;:42;33769:8;33736:42;;;;;;;;;;;;;;;;:53;;;;;;;;;;;;;;;;;;33828:8;33799:48;;33814:12;:10;:12::i;:::-;33799:48;;;33838:8;33799:48;;;;;;:::i;:::-;;;;;;;;33586:266;;:::o;34534:312::-;34668:28;34678:4;34684:2;34688:7;34668:9;:28::i;:::-;34705:15;:2;:13;;;:15::i;:::-;:76;;;;;34725:56;34756:4;34762:2;34766:7;34775:5;34725:30;:56::i;:::-;34724:57;34705:76;34701:141;;;34796:40;;;;;;;;;;;;;;34701:141;34534:312;;;;:::o;45730:432::-;45795:13;45823:16;45831:7;45823;:16::i;:::-;45815:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;45898:22;45923:10;:8;:10::i;:::-;45898:35;;45944:8;;;;;;;;;;;45940:214;;;45992:1;45973:8;45967:22;:26;:104;;;;;;;;;;;;;;;;;46020:8;46030:25;46047:7;46030:16;:25::i;:::-;46003:62;;;;;;;;;:::i;:::-;;;;;;;;;;;;;45967:104;45960:111;;;;;45940:214;46120:8;46103:44;;;;;;;;:::i;:::-;;;;;;;;;;;;;46089:59;;;45730:432;;;;:::o;45629:96::-;7103:12;:10;:12::i;:::-;7092:23;;:7;:5;:7::i;:::-;:23;;;7084:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;45708:9:::1;45697:8;;:20;;;;;;;;;;;;;;;;;;45629:96:::0;:::o;45114:80::-;7103:12;:10;:12::i;:::-;7092:23;;:7;:5;:7::i;:::-;:23;;;7084:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;45182:4:::1;45168:11;;:18;;;;;;;;;;;;;;;;;;45114:80::o:0;33911:155::-;34008:4;34026:18;:25;34045:5;34026:25;;;;;;;;;;;;;;;:35;34052:8;34026:35;;;;;;;;;;;;;;;;;;;;;;;;;34019:42;;33911:155;;;;:::o;45199:186::-;7103:12;:10;:12::i;:::-;7092:23;;:7;:5;:7::i;:::-;:23;;;7084:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;45304:9:::1;;45292:8;45276:13;:11;:13::i;:::-;:24;;;;:::i;:::-;:37;;45268:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;45349:31;45359:10;45371:8;45349:9;:31::i;:::-;45199:186:::0;:::o;7781:201::-;7103:12;:10;:12::i;:::-;7092:23;;:7;:5;:7::i;:::-;:23;;;7084:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;7890:1:::1;7870:22;;:8;:22;;;;7862:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;7946:28;7965:8;7946:18;:28::i;:::-;7781:201:::0;:::o;19640:157::-;19725:4;19764:25;19749:40;;;:11;:40;;;;19742:47;;19640:157;;;:::o;35077:169::-;35134:4;35171:7;35152:15;:13;:15::i;:::-;:26;;:53;;;;;35192:13;;35182:7;:23;35152:53;:89;;;;;35214:11;:20;35226:7;35214:20;;;;;;;;;;;:27;;;;;;;;;;;;35213:28;35152:89;35145:96;;35077:169;;;:::o;5606:98::-;5659:7;5686:10;5679:17;;5606:98;:::o;42017:160::-;42132:2;42105:15;:24;42121:7;42105:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;42164:7;42160:2;42144:28;;42153:5;42144:28;;;;;;;;;;;;42017:160;;;:::o;28527:83::-;28583:7;28604:1;28597:8;;28527:83;:::o;37701:1821::-;37789:35;37827:21;37840:7;37827:12;:21::i;:::-;37789:59;;37881:4;37859:26;;:13;:18;;;:26;;;37855:67;;37894:28;;;;;;;;;;;;;;37855:67;37929:22;37971:4;37955:20;;:12;:10;:12::i;:::-;:20;;;:64;;;;37983:36;38000:4;38006:12;:10;:12::i;:::-;37983:16;:36::i;:::-;37955:64;:108;;;;38051:12;:10;:12::i;:::-;38027:36;;:20;38039:7;38027:11;:20::i;:::-;:36;;;37955:108;37929:135;;38076:17;38071:66;;38102:35;;;;;;;;;;;;;;38071:66;38160:1;38146:16;;:2;:16;;;38142:52;;;38171:23;;;;;;;;;;;;;;38142:52;38201:43;38223:4;38229:2;38233:7;38242:1;38201:21;:43::i;:::-;38297:35;38314:1;38318:7;38327:4;38297:8;:35::i;:::-;38625:1;38595:12;:18;38608:4;38595:18;;;;;;;;;;;;;;;:26;;;:31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38660:1;38632:12;:16;38645:2;38632:16;;;;;;;;;;;;;;;:24;;;:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38669:31;38703:11;:20;38715:7;38703:20;;;;;;;;;;;38669:54;;38745:2;38729:8;:13;;;:18;;;;;;;;;;;;;;;;;;38786:15;38753:8;:23;;;:49;;;;;;;;;;;;;;;;;;39027:19;39059:1;39049:7;:11;39027:33;;39066:31;39100:11;:24;39112:11;39100:24;;;;;;;;;;;39066:58;;39159:1;39134:27;;:8;:13;;;;;;;;;;;;:27;;;39130:297;;;39308:13;;39293:11;:28;39289:132;;39347:4;39331:8;:13;;;:20;;;;;;;;;;;;;;;;;;39385:13;:28;;;39359:8;:23;;;:54;;;;;;;;;;;;;;;;;;39289:132;39130:297;38579:853;;;39462:7;39458:2;39443:27;;39452:4;39443:27;;;;;;;;;;;;39475:42;39496:4;39502:2;39506:7;39515:1;39475:20;:42::i;:::-;37784:1738;;37701:1821;;;:::o;30972:797::-;31034:21;;:::i;:::-;31062:12;31077:7;31062:22;;31130:4;31111:15;:13;:15::i;:::-;:23;;:47;;;;;31145:13;;31138:4;:20;31111:47;31107:610;;;31167:31;31201:11;:17;31213:4;31201:17;;;;;;;;;;;31167:51;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31230:9;:16;;;31225:486;;31286:1;31260:28;;:9;:14;;;:28;;;31256:68;;31306:9;31299:16;;;;;;31256:68;31551:153;31558:4;31551:153;;;31573:6;;;;;;;;31600:11;:17;31612:4;31600:17;;;;;;;;;;;31588:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31656:1;31630:28;;:9;:14;;;:28;;;31626:70;;31677:9;31670:16;;;;;;31626:70;31551:153;;;31225:486;31160:557;31107:610;31733:31;;;;;;;;;;;;;;30972:797;;;;:::o;8142:191::-;8216:16;8235:6;;;;;;;;;;;8216:25;;8261:8;8252:6;;:17;;;;;;;;;;;;;;;;;;8316:8;8285:40;;8306:8;8285:40;;;;;;;;;;;;8205:128;8142:191;:::o;9565:326::-;9625:4;9882:1;9860:7;:19;;;:23;9853:30;;9565:326;;;:::o;42639:532::-;42775:4;42806:2;42790:36;;;42827:12;:10;:12::i;:::-;42841:4;42847:7;42856:5;42790:72;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;42786:381;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;43017:1;43000:6;:13;:18;42996:166;;;43034:40;;;;;;;;;;;;;;42996:166;43141:6;43135:13;43126:6;43122:2;43118:15;43111:38;42786:381;42910:45;;;42900:55;;;:6;:55;;;;42893:62;;;42639:532;;;;;;:::o;45393:91::-;45445:13;45472:7;45465:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45393:91;:::o;3176:723::-;3232:13;3462:1;3453:5;:10;3449:53;;;3480:10;;;;;;;;;;;;;;;;;;;;;3449:53;3512:12;3527:5;3512:20;;3543:14;3568:78;3583:1;3575:4;:9;3568:78;;3601:8;;;;;:::i;:::-;;;;3632:2;3624:10;;;;;:::i;:::-;;;3568:78;;;3656:19;3688:6;3678:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3656:39;;3706:154;3722:1;3713:5;:10;3706:154;;3750:1;3740:11;;;;;:::i;:::-;;;3817:2;3809:5;:10;;;;:::i;:::-;3796:2;:24;;;;:::i;:::-;3783:39;;3766:6;3773;3766:14;;;;;;;;:::i;:::-;;;;;:56;;;;;;;;;;;3846:2;3837:11;;;;;:::i;:::-;;;3706:154;;;3884:6;3870:21;;;;;3176:723;;;;:::o;35251:95::-;35314:27;35324:2;35328:8;35314:27;;;;;;;;;;;;:9;:27::i;:::-;35251:95;;:::o;43771:132::-;;;;;:::o;44511:131::-;;;;;:::o;35676:133::-;35772:32;35778:2;35782:8;35792:5;35799:4;35772:5;:32::i;:::-;35676:133;;;:::o;36035:1445::-;36141:20;36164:13;;36141:36;;36200:1;36186:16;;:2;:16;;;36182:48;;;36211:19;;;;;;;;;;;;;;36182:48;36251:1;36239:8;:13;36235:44;;;36261:18;;;;;;;;;;;;;;36235:44;36286:61;36316:1;36320:2;36324:12;36338:8;36286:21;:61::i;:::-;36626:8;36591:12;:16;36604:2;36591:16;;;;;;;;;;;;;;;:24;;;:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36681:8;36641:12;:16;36654:2;36641:16;;;;;;;;;;;;;;;:29;;;:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36731:2;36698:11;:25;36710:12;36698:25;;;;;;;;;;;:30;;;:35;;;;;;;;;;;;;;;;;;36789:15;36739:11;:25;36751:12;36739:25;;;;;;;;;;;:40;;;:66;;;;;;;;;;;;;;;;;;36813:20;36836:12;36813:35;;36854:11;36883:8;36868:12;:23;36854:37;;36903:4;:23;;;;;36911:15;:2;:13;;;:15::i;:::-;36903:23;36899:473;;;36935:239;36976:12;36972:2;36951:38;;36968:1;36951:38;;;;;;;;;;;;37002:69;37041:1;37045:2;37049:14;;;;;;37065:5;37002:30;:69::i;:::-;36997:141;;37089:40;;;;;;;;;;;;;;36997:141;37169:3;37153:12;:19;;36935:239;;37231:12;37214:13;;:29;37210:43;;37245:8;;;37210:43;36899:473;;;37273:93;37314:14;;;;;;37310:2;37289:40;;37306:1;37289:40;;;;;;;;;;;;37361:3;37345:12;:19;;37273:93;;36899:473;37393:12;37377:13;:28;;;;36575:836;;37415:60;37444:1;37448:2;37452:12;37466:8;37415:20;:60::i;:::-;36136:1344;36035:1445;;;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;7:75:1:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:149;370:7;410:66;403:5;399:78;388:89;;334:149;;;:::o;489:120::-;561:23;578:5;561:23;:::i;:::-;554:5;551:34;541:62;;599:1;596;589:12;541:62;489:120;:::o;615:137::-;660:5;698:6;685:20;676:29;;714:32;740:5;714:32;:::i;:::-;615:137;;;;:::o;758:327::-;816:6;865:2;853:9;844:7;840:23;836:32;833:119;;;871:79;;:::i;:::-;833:119;991:1;1016:52;1060:7;1051:6;1040:9;1036:22;1016:52;:::i;:::-;1006:62;;962:116;758:327;;;;:::o;1091:90::-;1125:7;1168:5;1161:13;1154:21;1143:32;;1091:90;;;:::o;1187:109::-;1268:21;1283:5;1268:21;:::i;:::-;1263:3;1256:34;1187:109;;:::o;1302:210::-;1389:4;1427:2;1416:9;1412:18;1404:26;;1440:65;1502:1;1491:9;1487:17;1478:6;1440:65;:::i;:::-;1302:210;;;;:::o;1518:99::-;1570:6;1604:5;1598:12;1588:22;;1518:99;;;:::o;1623:169::-;1707:11;1741:6;1736:3;1729:19;1781:4;1776:3;1772:14;1757:29;;1623:169;;;;:::o;1798:307::-;1866:1;1876:113;1890:6;1887:1;1884:13;1876:113;;;1975:1;1970:3;1966:11;1960:18;1956:1;1951:3;1947:11;1940:39;1912:2;1909:1;1905:10;1900:15;;1876:113;;;2007:6;2004:1;2001:13;1998:101;;;2087:1;2078:6;2073:3;2069:16;2062:27;1998:101;1847:258;1798:307;;;:::o;2111:102::-;2152:6;2203:2;2199:7;2194:2;2187:5;2183:14;2179:28;2169:38;;2111:102;;;:::o;2219:364::-;2307:3;2335:39;2368:5;2335:39;:::i;:::-;2390:71;2454:6;2449:3;2390:71;:::i;:::-;2383:78;;2470:52;2515:6;2510:3;2503:4;2496:5;2492:16;2470:52;:::i;:::-;2547:29;2569:6;2547:29;:::i;:::-;2542:3;2538:39;2531:46;;2311:272;2219:364;;;;:::o;2589:313::-;2702:4;2740:2;2729:9;2725:18;2717:26;;2789:9;2783:4;2779:20;2775:1;2764:9;2760:17;2753:47;2817:78;2890:4;2881:6;2817:78;:::i;:::-;2809:86;;2589:313;;;;:::o;2908:77::-;2945:7;2974:5;2963:16;;2908:77;;;:::o;2991:122::-;3064:24;3082:5;3064:24;:::i;:::-;3057:5;3054:35;3044:63;;3103:1;3100;3093:12;3044:63;2991:122;:::o;3119:139::-;3165:5;3203:6;3190:20;3181:29;;3219:33;3246:5;3219:33;:::i;:::-;3119:139;;;;:::o;3264:329::-;3323:6;3372:2;3360:9;3351:7;3347:23;3343:32;3340:119;;;3378:79;;:::i;:::-;3340:119;3498:1;3523:53;3568:7;3559:6;3548:9;3544:22;3523:53;:::i;:::-;3513:63;;3469:117;3264:329;;;;:::o;3599:126::-;3636:7;3676:42;3669:5;3665:54;3654:65;;3599:126;;;:::o;3731:96::-;3768:7;3797:24;3815:5;3797:24;:::i;:::-;3786:35;;3731:96;;;:::o;3833:118::-;3920:24;3938:5;3920:24;:::i;:::-;3915:3;3908:37;3833:118;;:::o;3957:222::-;4050:4;4088:2;4077:9;4073:18;4065:26;;4101:71;4169:1;4158:9;4154:17;4145:6;4101:71;:::i;:::-;3957:222;;;;:::o;4185:122::-;4258:24;4276:5;4258:24;:::i;:::-;4251:5;4248:35;4238:63;;4297:1;4294;4287:12;4238:63;4185:122;:::o;4313:139::-;4359:5;4397:6;4384:20;4375:29;;4413:33;4440:5;4413:33;:::i;:::-;4313:139;;;;:::o;4458:474::-;4526:6;4534;4583:2;4571:9;4562:7;4558:23;4554:32;4551:119;;;4589:79;;:::i;:::-;4551:119;4709:1;4734:53;4779:7;4770:6;4759:9;4755:22;4734:53;:::i;:::-;4724:63;;4680:117;4836:2;4862:53;4907:7;4898:6;4887:9;4883:22;4862:53;:::i;:::-;4852:63;;4807:118;4458:474;;;;;:::o;4938:118::-;5025:24;5043:5;5025:24;:::i;:::-;5020:3;5013:37;4938:118;;:::o;5062:222::-;5155:4;5193:2;5182:9;5178:18;5170:26;;5206:71;5274:1;5263:9;5259:17;5250:6;5206:71;:::i;:::-;5062:222;;;;:::o;5290:619::-;5367:6;5375;5383;5432:2;5420:9;5411:7;5407:23;5403:32;5400:119;;;5438:79;;:::i;:::-;5400:119;5558:1;5583:53;5628:7;5619:6;5608:9;5604:22;5583:53;:::i;:::-;5573:63;;5529:117;5685:2;5711:53;5756:7;5747:6;5736:9;5732:22;5711:53;:::i;:::-;5701:63;;5656:118;5813:2;5839:53;5884:7;5875:6;5864:9;5860:22;5839:53;:::i;:::-;5829:63;;5784:118;5290:619;;;;;:::o;5915:117::-;6024:1;6021;6014:12;6038:117;6147:1;6144;6137:12;6161:180;6209:77;6206:1;6199:88;6306:4;6303:1;6296:15;6330:4;6327:1;6320:15;6347:281;6430:27;6452:4;6430:27;:::i;:::-;6422:6;6418:40;6560:6;6548:10;6545:22;6524:18;6512:10;6509:34;6506:62;6503:88;;;6571:18;;:::i;:::-;6503:88;6611:10;6607:2;6600:22;6390:238;6347:281;;:::o;6634:129::-;6668:6;6695:20;;:::i;:::-;6685:30;;6724:33;6752:4;6744:6;6724:33;:::i;:::-;6634:129;;;:::o;6769:308::-;6831:4;6921:18;6913:6;6910:30;6907:56;;;6943:18;;:::i;:::-;6907:56;6981:29;7003:6;6981:29;:::i;:::-;6973:37;;7065:4;7059;7055:15;7047:23;;6769:308;;;:::o;7083:154::-;7167:6;7162:3;7157;7144:30;7229:1;7220:6;7215:3;7211:16;7204:27;7083:154;;;:::o;7243:412::-;7321:5;7346:66;7362:49;7404:6;7362:49;:::i;:::-;7346:66;:::i;:::-;7337:75;;7435:6;7428:5;7421:21;7473:4;7466:5;7462:16;7511:3;7502:6;7497:3;7493:16;7490:25;7487:112;;;7518:79;;:::i;:::-;7487:112;7608:41;7642:6;7637:3;7632;7608:41;:::i;:::-;7327:328;7243:412;;;;;:::o;7675:340::-;7731:5;7780:3;7773:4;7765:6;7761:17;7757:27;7747:122;;7788:79;;:::i;:::-;7747:122;7905:6;7892:20;7930:79;8005:3;7997:6;7990:4;7982:6;7978:17;7930:79;:::i;:::-;7921:88;;7737:278;7675:340;;;;:::o;8021:509::-;8090:6;8139:2;8127:9;8118:7;8114:23;8110:32;8107:119;;;8145:79;;:::i;:::-;8107:119;8293:1;8282:9;8278:17;8265:31;8323:18;8315:6;8312:30;8309:117;;;8345:79;;:::i;:::-;8309:117;8450:63;8505:7;8496:6;8485:9;8481:22;8450:63;:::i;:::-;8440:73;;8236:287;8021:509;;;;:::o;8536:329::-;8595:6;8644:2;8632:9;8623:7;8619:23;8615:32;8612:119;;;8650:79;;:::i;:::-;8612:119;8770:1;8795:53;8840:7;8831:6;8820:9;8816:22;8795:53;:::i;:::-;8785:63;;8741:117;8536:329;;;;:::o;8871:116::-;8941:21;8956:5;8941:21;:::i;:::-;8934:5;8931:32;8921:60;;8977:1;8974;8967:12;8921:60;8871:116;:::o;8993:133::-;9036:5;9074:6;9061:20;9052:29;;9090:30;9114:5;9090:30;:::i;:::-;8993:133;;;;:::o;9132:468::-;9197:6;9205;9254:2;9242:9;9233:7;9229:23;9225:32;9222:119;;;9260:79;;:::i;:::-;9222:119;9380:1;9405:53;9450:7;9441:6;9430:9;9426:22;9405:53;:::i;:::-;9395:63;;9351:117;9507:2;9533:50;9575:7;9566:6;9555:9;9551:22;9533:50;:::i;:::-;9523:60;;9478:115;9132:468;;;;;:::o;9606:307::-;9667:4;9757:18;9749:6;9746:30;9743:56;;;9779:18;;:::i;:::-;9743:56;9817:29;9839:6;9817:29;:::i;:::-;9809:37;;9901:4;9895;9891:15;9883:23;;9606:307;;;:::o;9919:410::-;9996:5;10021:65;10037:48;10078:6;10037:48;:::i;:::-;10021:65;:::i;:::-;10012:74;;10109:6;10102:5;10095:21;10147:4;10140:5;10136:16;10185:3;10176:6;10171:3;10167:16;10164:25;10161:112;;;10192:79;;:::i;:::-;10161:112;10282:41;10316:6;10311:3;10306;10282:41;:::i;:::-;10002:327;9919:410;;;;;:::o;10348:338::-;10403:5;10452:3;10445:4;10437:6;10433:17;10429:27;10419:122;;10460:79;;:::i;:::-;10419:122;10577:6;10564:20;10602:78;10676:3;10668:6;10661:4;10653:6;10649:17;10602:78;:::i;:::-;10593:87;;10409:277;10348:338;;;;:::o;10692:943::-;10787:6;10795;10803;10811;10860:3;10848:9;10839:7;10835:23;10831:33;10828:120;;;10867:79;;:::i;:::-;10828:120;10987:1;11012:53;11057:7;11048:6;11037:9;11033:22;11012:53;:::i;:::-;11002:63;;10958:117;11114:2;11140:53;11185:7;11176:6;11165:9;11161:22;11140:53;:::i;:::-;11130:63;;11085:118;11242:2;11268:53;11313:7;11304:6;11293:9;11289:22;11268:53;:::i;:::-;11258:63;;11213:118;11398:2;11387:9;11383:18;11370:32;11429:18;11421:6;11418:30;11415:117;;;11451:79;;:::i;:::-;11415:117;11556:62;11610:7;11601:6;11590:9;11586:22;11556:62;:::i;:::-;11546:72;;11341:287;10692:943;;;;;;;:::o;11641:323::-;11697:6;11746:2;11734:9;11725:7;11721:23;11717:32;11714:119;;;11752:79;;:::i;:::-;11714:119;11872:1;11897:50;11939:7;11930:6;11919:9;11915:22;11897:50;:::i;:::-;11887:60;;11843:114;11641:323;;;;:::o;11970:474::-;12038:6;12046;12095:2;12083:9;12074:7;12070:23;12066:32;12063:119;;;12101:79;;:::i;:::-;12063:119;12221:1;12246:53;12291:7;12282:6;12271:9;12267:22;12246:53;:::i;:::-;12236:63;;12192:117;12348:2;12374:53;12419:7;12410:6;12399:9;12395:22;12374:53;:::i;:::-;12364:63;;12319:118;11970:474;;;;;:::o;12450:180::-;12498:77;12495:1;12488:88;12595:4;12592:1;12585:15;12619:4;12616:1;12609:15;12636:320;12680:6;12717:1;12711:4;12707:12;12697:22;;12764:1;12758:4;12754:12;12785:18;12775:81;;12841:4;12833:6;12829:17;12819:27;;12775:81;12903:2;12895:6;12892:14;12872:18;12869:38;12866:84;;;12922:18;;:::i;:::-;12866:84;12687:269;12636:320;;;:::o;12962:182::-;13102:34;13098:1;13090:6;13086:14;13079:58;12962:182;:::o;13150:366::-;13292:3;13313:67;13377:2;13372:3;13313:67;:::i;:::-;13306:74;;13389:93;13478:3;13389:93;:::i;:::-;13507:2;13502:3;13498:12;13491:19;;13150:366;;;:::o;13522:419::-;13688:4;13726:2;13715:9;13711:18;13703:26;;13775:9;13769:4;13765:20;13761:1;13750:9;13746:17;13739:47;13803:131;13929:4;13803:131;:::i;:::-;13795:139;;13522:419;;;:::o;13947:160::-;14087:12;14083:1;14075:6;14071:14;14064:36;13947:160;:::o;14113:366::-;14255:3;14276:67;14340:2;14335:3;14276:67;:::i;:::-;14269:74;;14352:93;14441:3;14352:93;:::i;:::-;14470:2;14465:3;14461:12;14454:19;;14113:366;;;:::o;14485:419::-;14651:4;14689:2;14678:9;14674:18;14666:26;;14738:9;14732:4;14728:20;14724:1;14713:9;14709:17;14702:47;14766:131;14892:4;14766:131;:::i;:::-;14758:139;;14485:419;;;:::o;14910:234::-;15050:34;15046:1;15038:6;15034:14;15027:58;15119:17;15114:2;15106:6;15102:15;15095:42;14910:234;:::o;15150:366::-;15292:3;15313:67;15377:2;15372:3;15313:67;:::i;:::-;15306:74;;15389:93;15478:3;15389:93;:::i;:::-;15507:2;15502:3;15498:12;15491:19;;15150:366;;;:::o;15522:419::-;15688:4;15726:2;15715:9;15711:18;15703:26;;15775:9;15769:4;15765:20;15761:1;15750:9;15746:17;15739:47;15803:131;15929:4;15803:131;:::i;:::-;15795:139;;15522:419;;;:::o;15947:148::-;16049:11;16086:3;16071:18;;15947:148;;;;:::o;16101:377::-;16207:3;16235:39;16268:5;16235:39;:::i;:::-;16290:89;16372:6;16367:3;16290:89;:::i;:::-;16283:96;;16388:52;16433:6;16428:3;16421:4;16414:5;16410:16;16388:52;:::i;:::-;16465:6;16460:3;16456:16;16449:23;;16211:267;16101:377;;;;:::o;16484:155::-;16624:7;16620:1;16612:6;16608:14;16601:31;16484:155;:::o;16645:400::-;16805:3;16826:84;16908:1;16903:3;16826:84;:::i;:::-;16819:91;;16919:93;17008:3;16919:93;:::i;:::-;17037:1;17032:3;17028:11;17021:18;;16645:400;;;:::o;17051:701::-;17332:3;17354:95;17445:3;17436:6;17354:95;:::i;:::-;17347:102;;17466:95;17557:3;17548:6;17466:95;:::i;:::-;17459:102;;17578:148;17722:3;17578:148;:::i;:::-;17571:155;;17743:3;17736:10;;17051:701;;;;;:::o;17758:164::-;17898:16;17894:1;17886:6;17882:14;17875:40;17758:164;:::o;17928:402::-;18088:3;18109:85;18191:2;18186:3;18109:85;:::i;:::-;18102:92;;18203:93;18292:3;18203:93;:::i;:::-;18321:2;18316:3;18312:12;18305:19;;17928:402;;;:::o;18336:541::-;18569:3;18591:95;18682:3;18673:6;18591:95;:::i;:::-;18584:102;;18703:148;18847:3;18703:148;:::i;:::-;18696:155;;18868:3;18861:10;;18336:541;;;;:::o;18883:180::-;18931:77;18928:1;18921:88;19028:4;19025:1;19018:15;19052:4;19049:1;19042:15;19069:305;19109:3;19128:20;19146:1;19128:20;:::i;:::-;19123:25;;19162:20;19180:1;19162:20;:::i;:::-;19157:25;;19316:1;19248:66;19244:74;19241:1;19238:81;19235:107;;;19322:18;;:::i;:::-;19235:107;19366:1;19363;19359:9;19352:16;;19069:305;;;;:::o;19380:176::-;19520:28;19516:1;19508:6;19504:14;19497:52;19380:176;:::o;19562:366::-;19704:3;19725:67;19789:2;19784:3;19725:67;:::i;:::-;19718:74;;19801:93;19890:3;19801:93;:::i;:::-;19919:2;19914:3;19910:12;19903:19;;19562:366;;;:::o;19934:419::-;20100:4;20138:2;20127:9;20123:18;20115:26;;20187:9;20181:4;20177:20;20173:1;20162:9;20158:17;20151:47;20215:131;20341:4;20215:131;:::i;:::-;20207:139;;19934:419;;;:::o;20359:225::-;20499:34;20495:1;20487:6;20483:14;20476:58;20568:8;20563:2;20555:6;20551:15;20544:33;20359:225;:::o;20590:366::-;20732:3;20753:67;20817:2;20812:3;20753:67;:::i;:::-;20746:74;;20829:93;20918:3;20829:93;:::i;:::-;20947:2;20942:3;20938:12;20931:19;;20590:366;;;:::o;20962:419::-;21128:4;21166:2;21155:9;21151:18;21143:26;;21215:9;21209:4;21205:20;21201:1;21190:9;21186:17;21179:47;21243:131;21369:4;21243:131;:::i;:::-;21235:139;;20962:419;;;:::o;21387:98::-;21438:6;21472:5;21466:12;21456:22;;21387:98;;;:::o;21491:168::-;21574:11;21608:6;21603:3;21596:19;21648:4;21643:3;21639:14;21624:29;;21491:168;;;;:::o;21665:360::-;21751:3;21779:38;21811:5;21779:38;:::i;:::-;21833:70;21896:6;21891:3;21833:70;:::i;:::-;21826:77;;21912:52;21957:6;21952:3;21945:4;21938:5;21934:16;21912:52;:::i;:::-;21989:29;22011:6;21989:29;:::i;:::-;21984:3;21980:39;21973:46;;21755:270;21665:360;;;;:::o;22031:640::-;22226:4;22264:3;22253:9;22249:19;22241:27;;22278:71;22346:1;22335:9;22331:17;22322:6;22278:71;:::i;:::-;22359:72;22427:2;22416:9;22412:18;22403:6;22359:72;:::i;:::-;22441;22509:2;22498:9;22494:18;22485:6;22441:72;:::i;:::-;22560:9;22554:4;22550:20;22545:2;22534:9;22530:18;22523:48;22588:76;22659:4;22650:6;22588:76;:::i;:::-;22580:84;;22031:640;;;;;;;:::o;22677:141::-;22733:5;22764:6;22758:13;22749:22;;22780:32;22806:5;22780:32;:::i;:::-;22677:141;;;;:::o;22824:349::-;22893:6;22942:2;22930:9;22921:7;22917:23;22913:32;22910:119;;;22948:79;;:::i;:::-;22910:119;23068:1;23093:63;23148:7;23139:6;23128:9;23124:22;23093:63;:::i;:::-;23083:73;;23039:127;22824:349;;;;:::o;23179:233::-;23218:3;23241:24;23259:5;23241:24;:::i;:::-;23232:33;;23287:66;23280:5;23277:77;23274:103;;;23357:18;;:::i;:::-;23274:103;23404:1;23397:5;23393:13;23386:20;;23179:233;;;:::o;23418:180::-;23466:77;23463:1;23456:88;23563:4;23560:1;23553:15;23587:4;23584:1;23577:15;23604:185;23644:1;23661:20;23679:1;23661:20;:::i;:::-;23656:25;;23695:20;23713:1;23695:20;:::i;:::-;23690:25;;23734:1;23724:35;;23739:18;;:::i;:::-;23724:35;23781:1;23778;23774:9;23769:14;;23604:185;;;;:::o;23795:191::-;23835:4;23855:20;23873:1;23855:20;:::i;:::-;23850:25;;23889:20;23907:1;23889:20;:::i;:::-;23884:25;;23928:1;23925;23922:8;23919:34;;;23933:18;;:::i;:::-;23919:34;23978:1;23975;23971:9;23963:17;;23795:191;;;;:::o;23992:176::-;24024:1;24041:20;24059:1;24041:20;:::i;:::-;24036:25;;24075:20;24093:1;24075:20;:::i;:::-;24070:25;;24114:1;24104:35;;24119:18;;:::i;:::-;24104:35;24160:1;24157;24153:9;24148:14;;23992:176;;;;:::o;24174:180::-;24222:77;24219:1;24212:88;24319:4;24316:1;24309:15;24343:4;24340:1;24333:15
Swarm Source
ipfs://1f90549092eb650e7bc0fd5492a10509ce83d8c88c091d8b75faa15bf25c3094
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.