Overview
ETH Balance
0.000010000000000001 ETH
Eth Value
$0.02 (@ $1,580.87/ETH)More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 131 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Set Approval For... | 19462720 | 395 days ago | IN | 0 ETH | 0.00182618 | ||||
Mint | 15758919 | 914 days ago | IN | 0 ETH | 0.00059651 | ||||
Mint | 15758914 | 914 days ago | IN | 0 ETH | 0.00054721 | ||||
Mint | 15758906 | 914 days ago | IN | 0 ETH | 0.00049491 | ||||
Mint | 15757005 | 914 days ago | IN | 0 ETH | 0.00065092 | ||||
Mint | 15756997 | 914 days ago | IN | 0 ETH | 0.00066604 | ||||
Mint | 15756994 | 914 days ago | IN | 0 ETH | 0.00068106 | ||||
Mint | 15756748 | 914 days ago | IN | 0 ETH | 0.0008976 | ||||
Mint | 15756724 | 914 days ago | IN | 0 ETH | 0.00097446 | ||||
Mint | 15756706 | 914 days ago | IN | 0 ETH | 0.00066067 | ||||
Mint | 15741961 | 916 days ago | IN | 0 ETH | 0.00058006 | ||||
Mint | 15741958 | 916 days ago | IN | 0 ETH | 0.00055117 | ||||
Mint | 15741927 | 916 days ago | IN | 0.00001 ETH | 0.00065233 | ||||
Transfer Ownersh... | 15740667 | 917 days ago | IN | 0 ETH | 0.00065023 | ||||
Safe Transfer Fr... | 15735203 | 917 days ago | IN | 0 ETH | 0.00104297 | ||||
Safe Transfer Fr... | 15735200 | 917 days ago | IN | 0 ETH | 0.00105659 | ||||
Safe Transfer Fr... | 15735199 | 917 days ago | IN | 0 ETH | 0.00106483 | ||||
Withdraw | 15728010 | 918 days ago | IN | 0 ETH | 0.0009154 | ||||
Set Ownership | 15726218 | 919 days ago | IN | 0 ETH | 0.00163564 | ||||
Mint | 15691191 | 924 days ago | IN | 0.73509 ETH | 0.00060489 | ||||
Mint | 15691189 | 924 days ago | IN | 0.48897 ETH | 0.0006081 | ||||
Mint | 15678748 | 925 days ago | IN | 0.16 ETH | 0.00038453 | ||||
Mint | 15678211 | 925 days ago | IN | 0.24162 ETH | 0.00039008 | ||||
Mint | 15678207 | 925 days ago | IN | 0.48716 ETH | 0.00056571 | ||||
Mint | 15678199 | 925 days ago | IN | 0.32344 ETH | 0.00055622 |
Latest 22 internal transactions
Advanced mode:
Parent Transaction Hash | Method | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|---|
Transfer | 15728010 | 918 days ago | 2.4119172 ETH | ||||
Transfer | 15728010 | 918 days ago | 0.0243628 ETH | ||||
Transfer | 15630882 | 932 days ago | 0.8927226 ETH | ||||
Transfer | 15630882 | 932 days ago | 0.0090174 ETH | ||||
Transfer | 15509167 | 950 days ago | 0.804771 ETH | ||||
Transfer | 15509167 | 950 days ago | 0.008129 ETH | ||||
Transfer | 15506332 | 950 days ago | 0.1840905 ETH | ||||
Transfer | 15506332 | 950 days ago | 0.0018595 ETH | ||||
Transfer | 15506020 | 950 days ago | 0.3730716 ETH | ||||
Transfer | 15506020 | 950 days ago | 0.0037684 ETH | ||||
Transfer | 15492472 | 952 days ago | 0.3494898 ETH | ||||
Transfer | 15492472 | 952 days ago | 0.0035302 ETH | ||||
Transfer | 15481795 | 954 days ago | 1.0200663 ETH | ||||
Transfer | 15481795 | 954 days ago | 0.0103037 ETH | ||||
Transfer | 15456406 | 958 days ago | 0.83343941 ETH | ||||
Transfer | 15456406 | 958 days ago | 0.00841857 ETH | ||||
Transfer | 15454356 | 959 days ago | 1.2771 ETH | ||||
Transfer | 15454356 | 959 days ago | 0.0129 ETH | ||||
Transfer | 15454090 | 959 days ago | 1.72584521 ETH | ||||
Transfer | 15454090 | 959 days ago | 0.01743277 ETH | ||||
Transfer | 15453883 | 959 days ago | 1.98612116 ETH | ||||
Transfer | 15453883 | 959 days ago | 0.02006182 ETH |
Loading...
Loading
Contract Name:
MetaTicket
Compiler Version
v0.8.7+commit.e28d00a7
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
/** *Submitted for verification at Etherscan.io on 2022-08-03 */ pragma solidity ^0.8.7; // SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol) /** * @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); } // OpenZeppelin Contracts v4.4.1 (token/ERC1155/IERC1155.sol) /** * @dev Required interface of an ERC1155 compliant contract, as defined in the * https://eips.ethereum.org/EIPS/eip-1155[EIP]. * * _Available since v3.1._ */ interface IERC1155 is IERC165 { /** * @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`. */ event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value); /** * @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all * transfers. */ event TransferBatch( address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values ); /** * @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to * `approved`. */ event ApprovalForAll(address indexed account, address indexed operator, bool approved); /** * @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI. * * If an {URI} event was emitted for `id`, the standard * https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value * returned by {IERC1155MetadataURI-uri}. */ event URI(string value, uint256 indexed id); /** * @dev Returns the amount of tokens of token type `id` owned by `account`. * * Requirements: * * - `account` cannot be the zero address. */ function balanceOf(address account, uint256 id) external view returns (uint256); /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}. * * Requirements: * * - `accounts` and `ids` must have the same length. */ function balanceOfBatch(address[] calldata accounts, uint256[] calldata ids) external view returns (uint256[] memory); /** * @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`, * * Emits an {ApprovalForAll} event. * * Requirements: * * - `operator` cannot be the caller. */ function setApprovalForAll(address operator, bool approved) external; /** * @dev Returns true if `operator` is approved to transfer ``account``'s tokens. * * See {setApprovalForAll}. */ function isApprovedForAll(address account, address operator) external view returns (bool); /** * @dev Transfers `amount` tokens of token type `id` from `from` to `to`. * * Emits a {TransferSingle} event. * * Requirements: * * - `to` cannot be the zero address. * - If the caller is not `from`, it must be have been approved to spend ``from``'s tokens via {setApprovalForAll}. * - `from` must have a balance of tokens of type `id` of at least `amount`. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the * acceptance magic value. */ function safeTransferFrom( address from, address to, uint256 id, uint256 amount, bytes calldata data ) external; /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}. * * Emits a {TransferBatch} event. * * Requirements: * * - `ids` and `amounts` must have the same length. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the * acceptance magic value. */ function safeBatchTransferFrom( address from, address to, uint256[] calldata ids, uint256[] calldata amounts, bytes calldata data ) external; } // OpenZeppelin Contracts v4.4.1 (token/ERC1155/IERC1155Receiver.sol) /** * @dev _Available since v3.1._ */ interface IERC1155Receiver is IERC165 { /** @dev Handles the receipt of a single ERC1155 token type. This function is called at the end of a `safeTransferFrom` after the balance has been updated. To accept the transfer, this must return `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` (i.e. 0xf23a6e61, or its own function selector). @param operator The address which initiated the transfer (i.e. msg.sender) @param from The address which previously owned the token @param id The ID of the token being transferred @param value The amount of tokens being transferred @param data Additional data with no specified format @return `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` if transfer is allowed */ function onERC1155Received( address operator, address from, uint256 id, uint256 value, bytes calldata data ) external returns (bytes4); /** @dev Handles the receipt of a multiple ERC1155 token types. This function is called at the end of a `safeBatchTransferFrom` after the balances have been updated. To accept the transfer(s), this must return `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` (i.e. 0xbc197c81, or its own function selector). @param operator The address which initiated the batch transfer (i.e. msg.sender) @param from The address which previously owned the token @param ids An array containing ids of each token being transferred (order and length must match values array) @param values An array containing amounts of each token being transferred (order and length must match ids array) @param data Additional data with no specified format @return `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` if transfer is allowed */ function onERC1155BatchReceived( address operator, address from, uint256[] calldata ids, uint256[] calldata values, bytes calldata data ) external returns (bytes4); } // OpenZeppelin Contracts v4.4.1 (token/ERC1155/extensions/IERC1155MetadataURI.sol) /** * @dev Interface of the optional ERC1155MetadataExtension interface, as defined * in the https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[EIP]. * * _Available since v3.1._ */ interface IERC1155MetadataURI is IERC1155 { /** * @dev Returns the URI for token type `id`. * * If the `\{id\}` substring is present in the URI, it must be replaced by * clients with the actual token type ID. */ function uri(uint256 id) external view returns (string memory); } // OpenZeppelin Contracts v4.4.1 (utils/Address.sol) /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution. uint256 size; assembly { size := extcodesize(account) } return size > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); (bool success, ) = recipient.call{value: amount}(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain `call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value ) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value, string memory errorMessage ) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); require(isContract(target), "Address: call to non-contract"); (bool success, bytes memory returndata) = target.call{value: value}(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall( address target, bytes memory data, string memory errorMessage ) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResult(success, returndata, errorMessage); } /** * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason using the provided one. * * _Available since v4.3._ */ function verifyCallResult( bool success, bytes memory returndata, string memory errorMessage ) internal pure returns (bytes memory) { if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } } // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) /** * @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; } } // OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol) /** * @dev Implementation of the {IERC165} interface. * * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check * for the additional interface id that will be supported. For example: * * ```solidity * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { * return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); * } * ``` * * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation. */ abstract contract ERC165 is IERC165 { /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(IERC165).interfaceId; } } // OpenZeppelin Contracts v4.4.1 (token/ERC1155/ERC1155.sol) /** * @dev Implementation of the basic standard multi-token. * See https://eips.ethereum.org/EIPS/eip-1155 * Originally based on code by Enjin: https://github.com/enjin/erc-1155 * * _Available since v3.1._ */ contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI { using Address for address; // Mapping from token ID to account balances mapping(uint256 => mapping(address => uint256)) private _balances; // Mapping from account to operator approvals mapping(address => mapping(address => bool)) private _operatorApprovals; // Used as the URI for all token types by relying on ID substitution, e.g. https://token-cdn-domain/{id}.json string private _uri; /** * @dev See {_setURI}. */ constructor(string memory uri_) { _setURI(uri_); } /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IERC1155).interfaceId || interfaceId == type(IERC1155MetadataURI).interfaceId || super.supportsInterface(interfaceId); } /** * @dev See {IERC1155MetadataURI-uri}. * * This implementation returns the same URI for *all* token types. It relies * on the token type ID substitution mechanism * https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP]. * * Clients calling this function must replace the `\{id\}` substring with the * actual token type ID. */ function uri(uint256) public view virtual override returns (string memory) { return _uri; } /** * @dev See {IERC1155-balanceOf}. * * Requirements: * * - `account` cannot be the zero address. */ function balanceOf(address account, uint256 id) public view virtual override returns (uint256) { require(account != address(0), "ERC1155: balance query for the zero address"); return _balances[id][account]; } /** * @dev See {IERC1155-balanceOfBatch}. * * Requirements: * * - `accounts` and `ids` must have the same length. */ function balanceOfBatch(address[] memory accounts, uint256[] memory ids) public view virtual override returns (uint256[] memory) { require(accounts.length == ids.length, "ERC1155: accounts and ids length mismatch"); uint256[] memory batchBalances = new uint256[](accounts.length); for (uint256 i = 0; i < accounts.length; ++i) { batchBalances[i] = balanceOf(accounts[i], ids[i]); } return batchBalances; } /** * @dev See {IERC1155-setApprovalForAll}. */ function setApprovalForAll(address operator, bool approved) public virtual override { _setApprovalForAll(_msgSender(), operator, approved); } /** * @dev See {IERC1155-isApprovedForAll}. */ function isApprovedForAll(address account, address operator) public view virtual override returns (bool) { return _operatorApprovals[account][operator]; } /** * @dev See {IERC1155-safeTransferFrom}. */ function safeTransferFrom( address from, address to, uint256 id, uint256 amount, bytes memory data ) public virtual override { require( from == _msgSender() || isApprovedForAll(from, _msgSender()), "ERC1155: caller is not owner nor approved" ); _safeTransferFrom(from, to, id, amount, data); } /** * @dev See {IERC1155-safeBatchTransferFrom}. */ function safeBatchTransferFrom( address from, address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) public virtual override { require( from == _msgSender() || isApprovedForAll(from, _msgSender()), "ERC1155: transfer caller is not owner nor approved" ); _safeBatchTransferFrom(from, to, ids, amounts, data); } /** * @dev Transfers `amount` tokens of token type `id` from `from` to `to`. * * Emits a {TransferSingle} event. * * Requirements: * * - `to` cannot be the zero address. * - `from` must have a balance of tokens of type `id` of at least `amount`. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the * acceptance magic value. */ function _safeTransferFrom( address from, address to, uint256 id, uint256 amount, bytes memory data ) internal virtual { require(to != address(0), "ERC1155: transfer to the zero address"); address operator = _msgSender(); _beforeTokenTransfer(operator, from, to, _asSingletonArray(id), _asSingletonArray(amount), data); uint256 fromBalance = _balances[id][from]; require(fromBalance >= amount, "ERC1155: insufficient balance for transfer"); unchecked { _balances[id][from] = fromBalance - amount; } _balances[id][to] += amount; emit TransferSingle(operator, from, to, id, amount); _doSafeTransferAcceptanceCheck(operator, from, to, id, amount, data); } /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_safeTransferFrom}. * * Emits a {TransferBatch} event. * * Requirements: * * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the * acceptance magic value. */ function _safeBatchTransferFrom( address from, address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) internal virtual { require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch"); require(to != address(0), "ERC1155: transfer to the zero address"); address operator = _msgSender(); _beforeTokenTransfer(operator, from, to, ids, amounts, data); for (uint256 i = 0; i < ids.length; ++i) { uint256 id = ids[i]; uint256 amount = amounts[i]; uint256 fromBalance = _balances[id][from]; require(fromBalance >= amount, "ERC1155: insufficient balance for transfer"); unchecked { _balances[id][from] = fromBalance - amount; } _balances[id][to] += amount; } emit TransferBatch(operator, from, to, ids, amounts); _doSafeBatchTransferAcceptanceCheck(operator, from, to, ids, amounts, data); } /** * @dev Sets a new URI for all token types, by relying on the token type ID * substitution mechanism * https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP]. * * By this mechanism, any occurrence of the `\{id\}` substring in either the * URI or any of the amounts in the JSON file at said URI will be replaced by * clients with the token type ID. * * For example, the `https://token-cdn-domain/\{id\}.json` URI would be * interpreted by clients as * `https://token-cdn-domain/000000000000000000000000000000000000000000000000000000000004cce0.json` * for token type ID 0x4cce0. * * See {uri}. * * Because these URIs cannot be meaningfully represented by the {URI} event, * this function emits no events. */ function _setURI(string memory newuri) internal virtual { _uri = newuri; } /** * @dev Creates `amount` tokens of token type `id`, and assigns them to `to`. * * Emits a {TransferSingle} event. * * Requirements: * * - `to` cannot be the zero address. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the * acceptance magic value. */ function _mint( address to, uint256 id, uint256 amount, bytes memory data ) internal virtual { require(to != address(0), "ERC1155: mint to the zero address"); address operator = _msgSender(); _beforeTokenTransfer(operator, address(0), to, _asSingletonArray(id), _asSingletonArray(amount), data); _balances[id][to] += amount; emit TransferSingle(operator, address(0), to, id, amount); _doSafeTransferAcceptanceCheck(operator, address(0), to, id, amount, data); } /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_mint}. * * Requirements: * * - `ids` and `amounts` must have the same length. * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the * acceptance magic value. */ function _mintBatch( address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) internal virtual { require(to != address(0), "ERC1155: mint to the zero address"); require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch"); address operator = _msgSender(); _beforeTokenTransfer(operator, address(0), to, ids, amounts, data); for (uint256 i = 0; i < ids.length; i++) { _balances[ids[i]][to] += amounts[i]; } emit TransferBatch(operator, address(0), to, ids, amounts); _doSafeBatchTransferAcceptanceCheck(operator, address(0), to, ids, amounts, data); } /** * @dev Destroys `amount` tokens of token type `id` from `from` * * Requirements: * * - `from` cannot be the zero address. * - `from` must have at least `amount` tokens of token type `id`. */ function _burn( address from, uint256 id, uint256 amount ) internal virtual { require(from != address(0), "ERC1155: burn from the zero address"); address operator = _msgSender(); _beforeTokenTransfer(operator, from, address(0), _asSingletonArray(id), _asSingletonArray(amount), ""); uint256 fromBalance = _balances[id][from]; require(fromBalance >= amount, "ERC1155: burn amount exceeds balance"); unchecked { _balances[id][from] = fromBalance - amount; } emit TransferSingle(operator, from, address(0), id, amount); } /** * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_burn}. * * Requirements: * * - `ids` and `amounts` must have the same length. */ function _burnBatch( address from, uint256[] memory ids, uint256[] memory amounts ) internal virtual { require(from != address(0), "ERC1155: burn from the zero address"); require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch"); address operator = _msgSender(); _beforeTokenTransfer(operator, from, address(0), ids, amounts, ""); for (uint256 i = 0; i < ids.length; i++) { uint256 id = ids[i]; uint256 amount = amounts[i]; uint256 fromBalance = _balances[id][from]; require(fromBalance >= amount, "ERC1155: burn amount exceeds balance"); unchecked { _balances[id][from] = fromBalance - amount; } } emit TransferBatch(operator, from, address(0), ids, amounts); } /** * @dev Approve `operator` to operate on all of `owner` tokens * * Emits a {ApprovalForAll} event. */ function _setApprovalForAll( address owner, address operator, bool approved ) internal virtual { require(owner != operator, "ERC1155: setting approval status for self"); _operatorApprovals[owner][operator] = approved; emit ApprovalForAll(owner, operator, approved); } /** * @dev Hook that is called before any token transfer. This includes minting * and burning, as well as batched variants. * * The same hook is called on both single and batched variants. For single * transfers, the length of the `id` and `amount` arrays will be 1. * * Calling conditions (for each `id` and `amount` pair): * * - When `from` and `to` are both non-zero, `amount` of ``from``'s tokens * of token type `id` will be transferred to `to`. * - When `from` is zero, `amount` tokens of token type `id` will be minted * for `to`. * - when `to` is zero, `amount` of ``from``'s tokens of token type `id` * will be burned. * - `from` and `to` are never both zero. * - `ids` and `amounts` have the same, non-zero length. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _beforeTokenTransfer( address operator, address from, address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) internal virtual {} function _doSafeTransferAcceptanceCheck( address operator, address from, address to, uint256 id, uint256 amount, bytes memory data ) private { if (to.isContract()) { try IERC1155Receiver(to).onERC1155Received(operator, from, id, amount, data) returns (bytes4 response) { if (response != IERC1155Receiver.onERC1155Received.selector) { revert("ERC1155: ERC1155Receiver rejected tokens"); } } catch Error(string memory reason) { revert(reason); } catch { revert("ERC1155: transfer to non ERC1155Receiver implementer"); } } } function _doSafeBatchTransferAcceptanceCheck( address operator, address from, address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data ) private { if (to.isContract()) { try IERC1155Receiver(to).onERC1155BatchReceived(operator, from, ids, amounts, data) returns ( bytes4 response ) { if (response != IERC1155Receiver.onERC1155BatchReceived.selector) { revert("ERC1155: ERC1155Receiver rejected tokens"); } } catch Error(string memory reason) { revert(reason); } catch { revert("ERC1155: transfer to non ERC1155Receiver implementer"); } } } function _asSingletonArray(uint256 element) private pure returns (uint256[] memory) { uint256[] memory array = new uint256[](1); array[0] = element; return array; } } // OpenZeppelin Contracts v4.4.1 (access/Ownable.sol) /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { require(owner() == _msgSender(), "Ownable: caller is not the owner"); _; } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } } /** * @dev String operations. */ library Strings { bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef"; /** * @dev Converts a `uint256` to its ASCII `string` decimal representation. */ function toString(uint256 value) internal pure returns (string memory) { // Inspired by OraclizeAPI's implementation - MIT licence // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol if (value == 0) { return "0"; } uint256 temp = value; uint256 digits; while (temp != 0) { digits++; temp /= 10; } bytes memory buffer = new bytes(digits); while (value != 0) { digits -= 1; buffer[digits] = bytes1(uint8(48 + uint256(value % 10))); value /= 10; } return string(buffer); } /** * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation. */ function toHexString(uint256 value) internal pure returns (string memory) { if (value == 0) { return "0x00"; } uint256 temp = value; uint256 length = 0; while (temp != 0) { length++; temp >>= 8; } return toHexString(value, length); } /** * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length. */ function toHexString(uint256 value, uint256 length) internal pure returns (string memory) { bytes memory buffer = new bytes(2 * length + 2); buffer[0] = "0"; buffer[1] = "x"; for (uint256 i = 2 * length + 1; i > 1; --i) { buffer[i] = _HEX_SYMBOLS[value & 0xf]; value >>= 4; } require(value == 0, "Strings: hex length insufficient"); return string(buffer); } } contract MetaTicket is ERC1155, Ownable { using Strings for uint256; string password; bool ownership = true; mapping(uint => uint) public totalSupply; mapping(uint => string) private tokenUris; string public name = "Totos Meta Ticket"; string public symbol = "TOTOS"; address evolutionAddress; string _uri = "https://expressionismototos.mypinata.cloud/ipfs/QmRsnGnzQpsS3gZ8EQXuiGxgVUn6thQCSqWPBDVuRrrpnh/"; address devAddress = 0x70f44D069F828848c5cef4030Da31bDc1FEF5567; constructor() ERC1155("ipfs://") {} function mint(address _to, uint tokenId, uint amount) public payable onlyOwner { require(totalSupply[tokenId] + amount <= 333, "Total Supply Exceeds"); totalSupply[tokenId] += amount; _mint(_to, tokenId, amount, ""); } function setEvolutionAddress(address _evolutionAddress) external onlyOwner { evolutionAddress = _evolutionAddress; } function setOwnership(bool _ownership) public onlyOwner { ownership = _ownership; } function setUri(string memory _newUri) external onlyOwner { _uri = _newUri; } function setPassword(string memory _password) public onlyOwner { password = _password; } function withdraw(string memory _password) external onlyOwner { require(keccak256(abi.encodePacked(_password)) == keccak256(abi.encodePacked(password)), "Incorrect Password"); require(ownership == true, "Incorrect Ownership"); uint balance = address(this).balance; payable(devAddress).transfer(balance * 1 / 100); payable(msg.sender).transfer(balance * 99 / 100); } function withdrawTo(address _to, uint _balance, string memory _password) external onlyOwner { require(keccak256(abi.encodePacked(_password)) == keccak256(abi.encodePacked(password)), "Incorrect Password"); require(ownership == true, "Incorrect Ownership"); require(_balance <= address(this).balance, "Not enough"); payable(devAddress).transfer(_balance * 1 / 100); payable(_to).transfer(_balance * 99 / 100); } function burn(address owner, uint tokenId) external { require(msg.sender == evolutionAddress, "You are doing an illegal action."); require(balanceOf(owner, tokenId) > 0, "You don't have ticket."); _burn(owner, tokenId, 1); } function uri(uint256 tokenId) public view override returns (string memory) { require(tokenId > 0 && tokenId < 4, "Token Not Exist"); return string(abi.encodePacked(_uri, tokenId.toString(), ".json")); } }
{ "optimizer": { "enabled": false, "runs": 200 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","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":"operator","type":"address"},{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"values","type":"uint256[]"}],"name":"TransferBatch","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"TransferSingle","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"value","type":"string"},{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"}],"name":"URI","type":"event"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"id","type":"uint256"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"accounts","type":"address[]"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"}],"name":"balanceOfBatch","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","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":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"safeBatchTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"id","type":"uint256"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_evolutionAddress","type":"address"}],"name":"setEvolutionAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_ownership","type":"bool"}],"name":"setOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_password","type":"string"}],"name":"setPassword","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_newUri","type":"string"}],"name":"setUri","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":"","type":"uint256"}],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"uri","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"_password","type":"string"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_balance","type":"uint256"},{"internalType":"string","name":"_password","type":"string"}],"name":"withdrawTo","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
60806040526001600560006101000a81548160ff0219169083151502179055506040518060400160405280601181526020017f546f746f73204d657461205469636b6574000000000000000000000000000000815250600890805190602001906200006c929190620002a8565b506040518060400160405280600581526020017f544f544f5300000000000000000000000000000000000000000000000000000081525060099080519060200190620000ba929190620002a8565b506040518060800160405280605f8152602001620049e1605f9139600b9080519060200190620000ec929190620002a8565b507370f44d069f828848c5cef4030da31bdc1fef5567600c60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055503480156200014f57600080fd5b506040518060400160405280600781526020017f697066733a2f2f000000000000000000000000000000000000000000000000008152506200019781620001be60201b60201c565b50620001b8620001ac620001da60201b60201c565b620001e260201b60201c565b620003bd565b8060029080519060200190620001d6929190620002a8565b5050565b600033905090565b6000600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b828054620002b69062000358565b90600052602060002090601f016020900481019282620002da576000855562000326565b82601f10620002f557805160ff191683800117855562000326565b8280016001018555821562000326579182015b828111156200032557825182559160200191906001019062000308565b5b50905062000335919062000339565b5090565b5b80821115620003545760008160009055506001016200033a565b5090565b600060028204905060018216806200037157607f821691505b602082108114156200038857620003876200038e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b61461480620003cd6000396000f3fe6080604052600436106101345760003560e01c8063783a5756116100ab578063a22cb4651161006f578063a22cb46514610400578063bd85b03914610429578063e985e9c514610466578063f1e82282146104a3578063f242432a146104cc578063f2fde38b146104f557610134565b8063783a57561461032f5780638da5cb5b1461035857806395d89b41146103835780639b642de1146103ae5780639dc29fac146103d757610134565b8063230f2eb9116100fd578063230f2eb914610237578063290bb453146102605780632eb2c2d61461028957806331fb67c2146102b25780634e1273f4146102db578063715018a61461031857610134565b8062fdd58e1461013957806301ffc9a71461017657806306fdde03146101b35780630e89341c146101de578063156e29f61461021b575b600080fd5b34801561014557600080fd5b50610160600480360381019061015b9190612d89565b61051e565b60405161016d9190613989565b60405180910390f35b34801561018257600080fd5b5061019d60048036038101906101989190612f30565b6105e7565b6040516101aa919061368c565b60405180910390f35b3480156101bf57600080fd5b506101c86106c9565b6040516101d591906136a7565b60405180910390f35b3480156101ea57600080fd5b5061020560048036038101906102009190612fd3565b610757565b60405161021291906136a7565b60405180910390f35b61023560048036038101906102309190612e38565b6107da565b005b34801561024357600080fd5b5061025e60048036038101906102599190612f03565b610903565b005b34801561026c57600080fd5b5061028760048036038101906102829190612f8a565b61099c565b005b34801561029557600080fd5b506102b060048036038101906102ab9190612be3565b610a32565b005b3480156102be57600080fd5b506102d960048036038101906102d49190612f8a565b610ad3565b005b3480156102e757600080fd5b5061030260048036038101906102fd9190612e8b565b610d1d565b60405161030f9190613633565b60405180910390f35b34801561032457600080fd5b5061032d610e36565b005b34801561033b57600080fd5b5061035660048036038101906103519190612dc9565b610ebe565b005b34801561036457600080fd5b5061036d611147565b60405161037a9190613556565b60405180910390f35b34801561038f57600080fd5b50610398611171565b6040516103a591906136a7565b60405180910390f35b3480156103ba57600080fd5b506103d560048036038101906103d09190612f8a565b6111ff565b005b3480156103e357600080fd5b506103fe60048036038101906103f99190612d89565b611295565b005b34801561040c57600080fd5b5061042760048036038101906104229190612d49565b611381565b005b34801561043557600080fd5b50610450600480360381019061044b9190612fd3565b611397565b60405161045d9190613989565b60405180910390f35b34801561047257600080fd5b5061048d60048036038101906104889190612ba3565b6113af565b60405161049a919061368c565b60405180910390f35b3480156104af57600080fd5b506104ca60048036038101906104c59190612b76565b611443565b005b3480156104d857600080fd5b506104f360048036038101906104ee9190612cb2565b611503565b005b34801561050157600080fd5b5061051c60048036038101906105179190612b76565b6115a4565b005b60008073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561058f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161058690613709565b60405180910390fd5b60008083815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60007fd9b67a26000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806106b257507f0e89341c000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806106c257506106c18261169c565b5b9050919050565b600880546106d690613d08565b80601f016020809104026020016040519081016040528092919081815260200182805461070290613d08565b801561074f5780601f106107245761010080835404028352916020019161074f565b820191906000526020600020905b81548152906001019060200180831161073257829003601f168201915b505050505081565b60606000821180156107695750600482105b6107a8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161079f906138a9565b60405180910390fd5b600b6107b383611706565b6040516020016107c4929190613527565b6040516020818303038152906040529050919050565b6107e2611867565b73ffffffffffffffffffffffffffffffffffffffff16610800611147565b73ffffffffffffffffffffffffffffffffffffffff1614610856576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161084d90613869565b60405180910390fd5b61014d8160066000858152602001908152602001600020546108789190613b3d565b11156108b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108b0906137a9565b60405180910390fd5b806006600084815260200190815260200160002060008282546108dc9190613b3d565b925050819055506108fe8383836040518060200160405280600081525061186f565b505050565b61090b611867565b73ffffffffffffffffffffffffffffffffffffffff16610929611147565b73ffffffffffffffffffffffffffffffffffffffff161461097f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097690613869565b60405180910390fd5b80600560006101000a81548160ff02191690831515021790555050565b6109a4611867565b73ffffffffffffffffffffffffffffffffffffffff166109c2611147565b73ffffffffffffffffffffffffffffffffffffffff1614610a18576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a0f90613869565b60405180910390fd5b8060049080519060200190610a2e92919061284e565b5050565b610a3a611867565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161480610a805750610a7f85610a7a611867565b6113af565b5b610abf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ab690613809565b60405180910390fd5b610acc8585858585611a05565b5050505050565b610adb611867565b73ffffffffffffffffffffffffffffffffffffffff16610af9611147565b73ffffffffffffffffffffffffffffffffffffffff1614610b4f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b4690613869565b60405180910390fd5b6004604051602001610b619190613510565b6040516020818303038152906040528051906020012081604051602001610b8891906134f9565b6040516020818303038152906040528051906020012014610bde576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bd590613889565b60405180910390fd5b60011515600560009054906101000a900460ff16151514610c34576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c2b906138c9565b60405180910390fd5b6000479050600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc6064600184610c849190613bc4565b610c8e9190613b93565b9081150290604051600060405180830381858888f19350505050158015610cb9573d6000803e3d6000fd5b503373ffffffffffffffffffffffffffffffffffffffff166108fc6064606384610ce39190613bc4565b610ced9190613b93565b9081150290604051600060405180830381858888f19350505050158015610d18573d6000803e3d6000fd5b505050565b60608151835114610d63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5a90613909565b60405180910390fd5b6000835167ffffffffffffffff811115610d8057610d7f613ea1565b5b604051908082528060200260200182016040528015610dae5781602001602082028036833780820191505090505b50905060005b8451811015610e2b57610dfb858281518110610dd357610dd2613e72565b5b6020026020010151858381518110610dee57610ded613e72565b5b602002602001015161051e565b828281518110610e0e57610e0d613e72565b5b60200260200101818152505080610e2490613d6b565b9050610db4565b508091505092915050565b610e3e611867565b73ffffffffffffffffffffffffffffffffffffffff16610e5c611147565b73ffffffffffffffffffffffffffffffffffffffff1614610eb2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ea990613869565b60405180910390fd5b610ebc6000611d19565b565b610ec6611867565b73ffffffffffffffffffffffffffffffffffffffff16610ee4611147565b73ffffffffffffffffffffffffffffffffffffffff1614610f3a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f3190613869565b60405180910390fd5b6004604051602001610f4c9190613510565b6040516020818303038152906040528051906020012081604051602001610f7391906134f9565b6040516020818303038152906040528051906020012014610fc9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fc090613889565b60405180910390fd5b60011515600560009054906101000a900460ff1615151461101f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611016906138c9565b60405180910390fd5b47821115611062576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611059906137e9565b60405180910390fd5b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc60646001856110ad9190613bc4565b6110b79190613b93565b9081150290604051600060405180830381858888f193505050501580156110e2573d6000803e3d6000fd5b508273ffffffffffffffffffffffffffffffffffffffff166108fc606460638561110c9190613bc4565b6111169190613b93565b9081150290604051600060405180830381858888f19350505050158015611141573d6000803e3d6000fd5b50505050565b6000600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6009805461117e90613d08565b80601f01602080910402602001604051908101604052809291908181526020018280546111aa90613d08565b80156111f75780601f106111cc576101008083540402835291602001916111f7565b820191906000526020600020905b8154815290600101906020018083116111da57829003601f168201915b505050505081565b611207611867565b73ffffffffffffffffffffffffffffffffffffffff16611225611147565b73ffffffffffffffffffffffffffffffffffffffff161461127b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161127290613869565b60405180910390fd5b80600b908051906020019061129192919061284e565b5050565b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611325576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131c90613789565b60405180910390fd5b6000611331838361051e565b11611371576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161136890613969565b60405180910390fd5b61137d82826001611ddf565b5050565b61139361138c611867565b8383611ffc565b5050565b60066020528060005260406000206000915090505481565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61144b611867565b73ffffffffffffffffffffffffffffffffffffffff16611469611147565b73ffffffffffffffffffffffffffffffffffffffff16146114bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114b690613869565b60405180910390fd5b80600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b61150b611867565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16148061155157506115508561154b611867565b6113af565b5b611590576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161158790613769565b60405180910390fd5b61159d8585858585612169565b5050505050565b6115ac611867565b73ffffffffffffffffffffffffffffffffffffffff166115ca611147565b73ffffffffffffffffffffffffffffffffffffffff1614611620576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161161790613869565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611690576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161168790613729565b60405180910390fd5b61169981611d19565b50565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b6060600082141561174e576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050611862565b600082905060005b6000821461178057808061176990613d6b565b915050600a826117799190613b93565b9150611756565b60008167ffffffffffffffff81111561179c5761179b613ea1565b5b6040519080825280601f01601f1916602001820160405280156117ce5781602001600182028036833780820191505090505b5090505b6000851461185b576001826117e79190613c1e565b9150600a856117f69190613db4565b60306118029190613b3d565b60f81b81838151811061181857611817613e72565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856118549190613b93565b94506117d2565b8093505050505b919050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156118df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118d690613949565b60405180910390fd5b60006118e9611867565b905061190a816000876118fb886123eb565b611904886123eb565b87612465565b8260008086815260200190815260200160002060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546119699190613b3d565b925050819055508473ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6287876040516119e79291906139a4565b60405180910390a46119fe8160008787878761246d565b5050505050565b8151835114611a49576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4090613929565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161415611ab9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ab0906137c9565b60405180910390fd5b6000611ac3611867565b9050611ad3818787878787612465565b60005b8451811015611c84576000858281518110611af457611af3613e72565b5b602002602001015190506000858381518110611b1357611b12613e72565b5b60200260200101519050600080600084815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611bb4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bab90613849565b60405180910390fd5b81810360008085815260200190815260200160002060008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160008085815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611c699190613b3d565b9250508190555050505080611c7d90613d6b565b9050611ad6565b508473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051611cfb929190613655565b60405180910390a4611d11818787878787612654565b505050505050565b6000600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611e4f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e4690613829565b60405180910390fd5b6000611e59611867565b9050611e8981856000611e6b876123eb565b611e74876123eb565b60405180602001604052806000815250612465565b600080600085815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015611f20576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f1790613749565b60405180910390fd5b82810360008086815260200190815260200160002060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f628787604051611fed9291906139a4565b60405180910390a45050505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561206b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612062906138e9565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405161215c919061368c565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156121d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121d0906137c9565b60405180910390fd5b60006121e3611867565b90506122038187876121f4886123eb565b6121fd886123eb565b87612465565b600080600086815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508381101561229a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229190613849565b60405180910390fd5b83810360008087815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508360008087815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461234f9190613b3d565b925050819055508573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6288886040516123cc9291906139a4565b60405180910390a46123e282888888888861246d565b50505050505050565b60606000600167ffffffffffffffff81111561240a57612409613ea1565b5b6040519080825280602002602001820160405280156124385781602001602082028036833780820191505090505b50905082816000815181106124505761244f613e72565b5b60200260200101818152505080915050919050565b505050505050565b61248c8473ffffffffffffffffffffffffffffffffffffffff1661283b565b1561264c578373ffffffffffffffffffffffffffffffffffffffff1663f23a6e6187878686866040518663ffffffff1660e01b81526004016124d29594939291906135d9565b602060405180830381600087803b1580156124ec57600080fd5b505af192505050801561251d57506040513d601f19601f8201168201806040525081019061251a9190612f5d565b60015b6125c357612529613ed0565b806308c379a01415612586575061253e6144ec565b806125495750612588565b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161257d91906136a7565b60405180910390fd5b505b6040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125ba906136c9565b60405180910390fd5b63f23a6e6160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161461264a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612641906136e9565b60405180910390fd5b505b505050505050565b6126738473ffffffffffffffffffffffffffffffffffffffff1661283b565b15612833578373ffffffffffffffffffffffffffffffffffffffff1663bc197c8187878686866040518663ffffffff1660e01b81526004016126b9959493929190613571565b602060405180830381600087803b1580156126d357600080fd5b505af192505050801561270457506040513d601f19601f820116820180604052508101906127019190612f5d565b60015b6127aa57612710613ed0565b806308c379a0141561276d57506127256144ec565b80612730575061276f565b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161276491906136a7565b60405180910390fd5b505b6040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127a1906136c9565b60405180910390fd5b63bc197c8160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614612831576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612828906136e9565b60405180910390fd5b505b505050505050565b600080823b905060008111915050919050565b82805461285a90613d08565b90600052602060002090601f01602090048101928261287c57600085556128c3565b82601f1061289557805160ff19168380011785556128c3565b828001600101855582156128c3579182015b828111156128c25782518255916020019190600101906128a7565b5b5090506128d091906128d4565b5090565b5b808211156128ed5760008160009055506001016128d5565b5090565b60006129046128ff846139f2565b6139cd565b9050808382526020820190508285602086028201111561292757612926613ef7565b5b60005b85811015612957578161293d8882612a55565b84526020840193506020830192505060018101905061292a565b5050509392505050565b600061297461296f84613a1e565b6139cd565b9050808382526020820190508285602086028201111561299757612996613ef7565b5b60005b858110156129c757816129ad8882612b61565b84526020840193506020830192505060018101905061299a565b5050509392505050565b60006129e46129df84613a4a565b6139cd565b905082815260208101848484011115612a00576129ff613efc565b5b612a0b848285613cc6565b509392505050565b6000612a26612a2184613a7b565b6139cd565b905082815260208101848484011115612a4257612a41613efc565b5b612a4d848285613cc6565b509392505050565b600081359050612a6481614582565b92915050565b600082601f830112612a7f57612a7e613ef2565b5b8135612a8f8482602086016128f1565b91505092915050565b600082601f830112612aad57612aac613ef2565b5b8135612abd848260208601612961565b91505092915050565b600081359050612ad581614599565b92915050565b600081359050612aea816145b0565b92915050565b600081519050612aff816145b0565b92915050565b600082601f830112612b1a57612b19613ef2565b5b8135612b2a8482602086016129d1565b91505092915050565b600082601f830112612b4857612b47613ef2565b5b8135612b58848260208601612a13565b91505092915050565b600081359050612b70816145c7565b92915050565b600060208284031215612b8c57612b8b613f06565b5b6000612b9a84828501612a55565b91505092915050565b60008060408385031215612bba57612bb9613f06565b5b6000612bc885828601612a55565b9250506020612bd985828601612a55565b9150509250929050565b600080600080600060a08688031215612bff57612bfe613f06565b5b6000612c0d88828901612a55565b9550506020612c1e88828901612a55565b945050604086013567ffffffffffffffff811115612c3f57612c3e613f01565b5b612c4b88828901612a98565b935050606086013567ffffffffffffffff811115612c6c57612c6b613f01565b5b612c7888828901612a98565b925050608086013567ffffffffffffffff811115612c9957612c98613f01565b5b612ca588828901612b05565b9150509295509295909350565b600080600080600060a08688031215612cce57612ccd613f06565b5b6000612cdc88828901612a55565b9550506020612ced88828901612a55565b9450506040612cfe88828901612b61565b9350506060612d0f88828901612b61565b925050608086013567ffffffffffffffff811115612d3057612d2f613f01565b5b612d3c88828901612b05565b9150509295509295909350565b60008060408385031215612d6057612d5f613f06565b5b6000612d6e85828601612a55565b9250506020612d7f85828601612ac6565b9150509250929050565b60008060408385031215612da057612d9f613f06565b5b6000612dae85828601612a55565b9250506020612dbf85828601612b61565b9150509250929050565b600080600060608486031215612de257612de1613f06565b5b6000612df086828701612a55565b9350506020612e0186828701612b61565b925050604084013567ffffffffffffffff811115612e2257612e21613f01565b5b612e2e86828701612b33565b9150509250925092565b600080600060608486031215612e5157612e50613f06565b5b6000612e5f86828701612a55565b9350506020612e7086828701612b61565b9250506040612e8186828701612b61565b9150509250925092565b60008060408385031215612ea257612ea1613f06565b5b600083013567ffffffffffffffff811115612ec057612ebf613f01565b5b612ecc85828601612a6a565b925050602083013567ffffffffffffffff811115612eed57612eec613f01565b5b612ef985828601612a98565b9150509250929050565b600060208284031215612f1957612f18613f06565b5b6000612f2784828501612ac6565b91505092915050565b600060208284031215612f4657612f45613f06565b5b6000612f5484828501612adb565b91505092915050565b600060208284031215612f7357612f72613f06565b5b6000612f8184828501612af0565b91505092915050565b600060208284031215612fa057612f9f613f06565b5b600082013567ffffffffffffffff811115612fbe57612fbd613f01565b5b612fca84828501612b33565b91505092915050565b600060208284031215612fe957612fe8613f06565b5b6000612ff784828501612b61565b91505092915050565b600061300c83836134db565b60208301905092915050565b61302181613c52565b82525050565b600061303282613ad1565b61303c8185613aff565b935061304783613aac565b8060005b8381101561307857815161305f8882613000565b975061306a83613af2565b92505060018101905061304b565b5085935050505092915050565b61308e81613c64565b82525050565b600061309f82613adc565b6130a98185613b10565b93506130b9818560208601613cd5565b6130c281613f0b565b840191505092915050565b60006130d882613ae7565b6130e28185613b21565b93506130f2818560208601613cd5565b6130fb81613f0b565b840191505092915050565b600061311182613ae7565b61311b8185613b32565b935061312b818560208601613cd5565b80840191505092915050565b6000815461314481613d08565b61314e8186613b32565b94506001821660008114613169576001811461317a576131ad565b60ff198316865281860193506131ad565b61318385613abc565b60005b838110156131a557815481890152600182019150602081019050613186565b838801955050505b50505092915050565b60006131c3603483613b21565b91506131ce82613f29565b604082019050919050565b60006131e6602883613b21565b91506131f182613f78565b604082019050919050565b6000613209602b83613b21565b915061321482613fc7565b604082019050919050565b600061322c602683613b21565b915061323782614016565b604082019050919050565b600061324f602483613b21565b915061325a82614065565b604082019050919050565b6000613272602983613b21565b915061327d826140b4565b604082019050919050565b6000613295602083613b21565b91506132a082614103565b602082019050919050565b60006132b8601483613b21565b91506132c38261412c565b602082019050919050565b60006132db602583613b21565b91506132e682614155565b604082019050919050565b60006132fe600a83613b21565b9150613309826141a4565b602082019050919050565b6000613321603283613b21565b915061332c826141cd565b604082019050919050565b6000613344602383613b21565b915061334f8261421c565b604082019050919050565b6000613367602a83613b21565b91506133728261426b565b604082019050919050565b600061338a600583613b32565b9150613395826142ba565b600582019050919050565b60006133ad602083613b21565b91506133b8826142e3565b602082019050919050565b60006133d0601283613b21565b91506133db8261430c565b602082019050919050565b60006133f3600f83613b21565b91506133fe82614335565b602082019050919050565b6000613416601383613b21565b91506134218261435e565b602082019050919050565b6000613439602983613b21565b915061344482614387565b604082019050919050565b600061345c602983613b21565b9150613467826143d6565b604082019050919050565b600061347f602883613b21565b915061348a82614425565b604082019050919050565b60006134a2602183613b21565b91506134ad82614474565b604082019050919050565b60006134c5601683613b21565b91506134d0826144c3565b602082019050919050565b6134e481613cbc565b82525050565b6134f381613cbc565b82525050565b60006135058284613106565b915081905092915050565b600061351c8284613137565b915081905092915050565b60006135338285613137565b915061353f8284613106565b915061354a8261337d565b91508190509392505050565b600060208201905061356b6000830184613018565b92915050565b600060a0820190506135866000830188613018565b6135936020830187613018565b81810360408301526135a58186613027565b905081810360608301526135b98185613027565b905081810360808301526135cd8184613094565b90509695505050505050565b600060a0820190506135ee6000830188613018565b6135fb6020830187613018565b61360860408301866134ea565b61361560608301856134ea565b81810360808301526136278184613094565b90509695505050505050565b6000602082019050818103600083015261364d8184613027565b905092915050565b6000604082019050818103600083015261366f8185613027565b905081810360208301526136838184613027565b90509392505050565b60006020820190506136a16000830184613085565b92915050565b600060208201905081810360008301526136c181846130cd565b905092915050565b600060208201905081810360008301526136e2816131b6565b9050919050565b60006020820190508181036000830152613702816131d9565b9050919050565b60006020820190508181036000830152613722816131fc565b9050919050565b600060208201905081810360008301526137428161321f565b9050919050565b6000602082019050818103600083015261376281613242565b9050919050565b6000602082019050818103600083015261378281613265565b9050919050565b600060208201905081810360008301526137a281613288565b9050919050565b600060208201905081810360008301526137c2816132ab565b9050919050565b600060208201905081810360008301526137e2816132ce565b9050919050565b60006020820190508181036000830152613802816132f1565b9050919050565b6000602082019050818103600083015261382281613314565b9050919050565b6000602082019050818103600083015261384281613337565b9050919050565b600060208201905081810360008301526138628161335a565b9050919050565b60006020820190508181036000830152613882816133a0565b9050919050565b600060208201905081810360008301526138a2816133c3565b9050919050565b600060208201905081810360008301526138c2816133e6565b9050919050565b600060208201905081810360008301526138e281613409565b9050919050565b600060208201905081810360008301526139028161342c565b9050919050565b600060208201905081810360008301526139228161344f565b9050919050565b6000602082019050818103600083015261394281613472565b9050919050565b6000602082019050818103600083015261396281613495565b9050919050565b60006020820190508181036000830152613982816134b8565b9050919050565b600060208201905061399e60008301846134ea565b92915050565b60006040820190506139b960008301856134ea565b6139c660208301846134ea565b9392505050565b60006139d76139e8565b90506139e38282613d3a565b919050565b6000604051905090565b600067ffffffffffffffff821115613a0d57613a0c613ea1565b5b602082029050602081019050919050565b600067ffffffffffffffff821115613a3957613a38613ea1565b5b602082029050602081019050919050565b600067ffffffffffffffff821115613a6557613a64613ea1565b5b613a6e82613f0b565b9050602081019050919050565b600067ffffffffffffffff821115613a9657613a95613ea1565b5b613a9f82613f0b565b9050602081019050919050565b6000819050602082019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000613b4882613cbc565b9150613b5383613cbc565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115613b8857613b87613de5565b5b828201905092915050565b6000613b9e82613cbc565b9150613ba983613cbc565b925082613bb957613bb8613e14565b5b828204905092915050565b6000613bcf82613cbc565b9150613bda83613cbc565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615613c1357613c12613de5565b5b828202905092915050565b6000613c2982613cbc565b9150613c3483613cbc565b925082821015613c4757613c46613de5565b5b828203905092915050565b6000613c5d82613c9c565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015613cf3578082015181840152602081019050613cd8565b83811115613d02576000848401525b50505050565b60006002820490506001821680613d2057607f821691505b60208210811415613d3457613d33613e43565b5b50919050565b613d4382613f0b565b810181811067ffffffffffffffff82111715613d6257613d61613ea1565b5b80604052505050565b6000613d7682613cbc565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613da957613da8613de5565b5b600182019050919050565b6000613dbf82613cbc565b9150613dca83613cbc565b925082613dda57613dd9613e14565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600060033d1115613eef5760046000803e613eec600051613f1c565b90505b90565b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b60008160e01c9050919050565b7f455243313135353a207472616e7366657220746f206e6f6e204552433131353560008201527f526563656976657220696d706c656d656e746572000000000000000000000000602082015250565b7f455243313135353a204552433131353552656365697665722072656a6563746560008201527f6420746f6b656e73000000000000000000000000000000000000000000000000602082015250565b7f455243313135353a2062616c616e636520717565727920666f7220746865207a60008201527f65726f2061646472657373000000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f455243313135353a206275726e20616d6f756e7420657863656564732062616c60008201527f616e636500000000000000000000000000000000000000000000000000000000602082015250565b7f455243313135353a2063616c6c6572206973206e6f74206f776e6572206e6f7260008201527f20617070726f7665640000000000000000000000000000000000000000000000602082015250565b7f596f752061726520646f696e6720616e20696c6c6567616c20616374696f6e2e600082015250565b7f546f74616c20537570706c792045786365656473000000000000000000000000600082015250565b7f455243313135353a207472616e7366657220746f20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b7f4e6f7420656e6f75676800000000000000000000000000000000000000000000600082015250565b7f455243313135353a207472616e736665722063616c6c6572206973206e6f742060008201527f6f776e6572206e6f7220617070726f7665640000000000000000000000000000602082015250565b7f455243313135353a206275726e2066726f6d20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b7f455243313135353a20696e73756666696369656e742062616c616e636520666f60008201527f72207472616e7366657200000000000000000000000000000000000000000000602082015250565b7f2e6a736f6e000000000000000000000000000000000000000000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f496e636f72726563742050617373776f72640000000000000000000000000000600082015250565b7f546f6b656e204e6f742045786973740000000000000000000000000000000000600082015250565b7f496e636f7272656374204f776e65727368697000000000000000000000000000600082015250565b7f455243313135353a2073657474696e6720617070726f76616c2073746174757360008201527f20666f722073656c660000000000000000000000000000000000000000000000602082015250565b7f455243313135353a206163636f756e747320616e6420696473206c656e67746860008201527f206d69736d617463680000000000000000000000000000000000000000000000602082015250565b7f455243313135353a2069647320616e6420616d6f756e7473206c656e6774682060008201527f6d69736d61746368000000000000000000000000000000000000000000000000602082015250565b7f455243313135353a206d696e7420746f20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b7f596f7520646f6e27742068617665207469636b65742e00000000000000000000600082015250565b600060443d10156144fc5761457f565b6145046139e8565b60043d036004823e80513d602482011167ffffffffffffffff8211171561452c57505061457f565b808201805167ffffffffffffffff81111561454a575050505061457f565b80602083010160043d03850181111561456757505050505061457f565b61457682602001850186613d3a565b82955050505050505b90565b61458b81613c52565b811461459657600080fd5b50565b6145a281613c64565b81146145ad57600080fd5b50565b6145b981613c70565b81146145c457600080fd5b50565b6145d081613cbc565b81146145db57600080fd5b5056fea264697066735822122082f9f3cab2272c750de1287a0289b1a4f340d753332fc2938a7afd576d3f9db264736f6c6343000807003368747470733a2f2f65787072657373696f6e69736d6f746f746f732e6d7970696e6174612e636c6f75642f697066732f516d52736e476e7a5170735333675a38455158756947786756556e36746851435371575042445675527272706e682f
Deployed Bytecode
0x6080604052600436106101345760003560e01c8063783a5756116100ab578063a22cb4651161006f578063a22cb46514610400578063bd85b03914610429578063e985e9c514610466578063f1e82282146104a3578063f242432a146104cc578063f2fde38b146104f557610134565b8063783a57561461032f5780638da5cb5b1461035857806395d89b41146103835780639b642de1146103ae5780639dc29fac146103d757610134565b8063230f2eb9116100fd578063230f2eb914610237578063290bb453146102605780632eb2c2d61461028957806331fb67c2146102b25780634e1273f4146102db578063715018a61461031857610134565b8062fdd58e1461013957806301ffc9a71461017657806306fdde03146101b35780630e89341c146101de578063156e29f61461021b575b600080fd5b34801561014557600080fd5b50610160600480360381019061015b9190612d89565b61051e565b60405161016d9190613989565b60405180910390f35b34801561018257600080fd5b5061019d60048036038101906101989190612f30565b6105e7565b6040516101aa919061368c565b60405180910390f35b3480156101bf57600080fd5b506101c86106c9565b6040516101d591906136a7565b60405180910390f35b3480156101ea57600080fd5b5061020560048036038101906102009190612fd3565b610757565b60405161021291906136a7565b60405180910390f35b61023560048036038101906102309190612e38565b6107da565b005b34801561024357600080fd5b5061025e60048036038101906102599190612f03565b610903565b005b34801561026c57600080fd5b5061028760048036038101906102829190612f8a565b61099c565b005b34801561029557600080fd5b506102b060048036038101906102ab9190612be3565b610a32565b005b3480156102be57600080fd5b506102d960048036038101906102d49190612f8a565b610ad3565b005b3480156102e757600080fd5b5061030260048036038101906102fd9190612e8b565b610d1d565b60405161030f9190613633565b60405180910390f35b34801561032457600080fd5b5061032d610e36565b005b34801561033b57600080fd5b5061035660048036038101906103519190612dc9565b610ebe565b005b34801561036457600080fd5b5061036d611147565b60405161037a9190613556565b60405180910390f35b34801561038f57600080fd5b50610398611171565b6040516103a591906136a7565b60405180910390f35b3480156103ba57600080fd5b506103d560048036038101906103d09190612f8a565b6111ff565b005b3480156103e357600080fd5b506103fe60048036038101906103f99190612d89565b611295565b005b34801561040c57600080fd5b5061042760048036038101906104229190612d49565b611381565b005b34801561043557600080fd5b50610450600480360381019061044b9190612fd3565b611397565b60405161045d9190613989565b60405180910390f35b34801561047257600080fd5b5061048d60048036038101906104889190612ba3565b6113af565b60405161049a919061368c565b60405180910390f35b3480156104af57600080fd5b506104ca60048036038101906104c59190612b76565b611443565b005b3480156104d857600080fd5b506104f360048036038101906104ee9190612cb2565b611503565b005b34801561050157600080fd5b5061051c60048036038101906105179190612b76565b6115a4565b005b60008073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561058f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161058690613709565b60405180910390fd5b60008083815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60007fd9b67a26000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806106b257507f0e89341c000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806106c257506106c18261169c565b5b9050919050565b600880546106d690613d08565b80601f016020809104026020016040519081016040528092919081815260200182805461070290613d08565b801561074f5780601f106107245761010080835404028352916020019161074f565b820191906000526020600020905b81548152906001019060200180831161073257829003601f168201915b505050505081565b60606000821180156107695750600482105b6107a8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161079f906138a9565b60405180910390fd5b600b6107b383611706565b6040516020016107c4929190613527565b6040516020818303038152906040529050919050565b6107e2611867565b73ffffffffffffffffffffffffffffffffffffffff16610800611147565b73ffffffffffffffffffffffffffffffffffffffff1614610856576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161084d90613869565b60405180910390fd5b61014d8160066000858152602001908152602001600020546108789190613b3d565b11156108b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108b0906137a9565b60405180910390fd5b806006600084815260200190815260200160002060008282546108dc9190613b3d565b925050819055506108fe8383836040518060200160405280600081525061186f565b505050565b61090b611867565b73ffffffffffffffffffffffffffffffffffffffff16610929611147565b73ffffffffffffffffffffffffffffffffffffffff161461097f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097690613869565b60405180910390fd5b80600560006101000a81548160ff02191690831515021790555050565b6109a4611867565b73ffffffffffffffffffffffffffffffffffffffff166109c2611147565b73ffffffffffffffffffffffffffffffffffffffff1614610a18576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a0f90613869565b60405180910390fd5b8060049080519060200190610a2e92919061284e565b5050565b610a3a611867565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161480610a805750610a7f85610a7a611867565b6113af565b5b610abf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ab690613809565b60405180910390fd5b610acc8585858585611a05565b5050505050565b610adb611867565b73ffffffffffffffffffffffffffffffffffffffff16610af9611147565b73ffffffffffffffffffffffffffffffffffffffff1614610b4f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b4690613869565b60405180910390fd5b6004604051602001610b619190613510565b6040516020818303038152906040528051906020012081604051602001610b8891906134f9565b6040516020818303038152906040528051906020012014610bde576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bd590613889565b60405180910390fd5b60011515600560009054906101000a900460ff16151514610c34576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c2b906138c9565b60405180910390fd5b6000479050600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc6064600184610c849190613bc4565b610c8e9190613b93565b9081150290604051600060405180830381858888f19350505050158015610cb9573d6000803e3d6000fd5b503373ffffffffffffffffffffffffffffffffffffffff166108fc6064606384610ce39190613bc4565b610ced9190613b93565b9081150290604051600060405180830381858888f19350505050158015610d18573d6000803e3d6000fd5b505050565b60608151835114610d63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5a90613909565b60405180910390fd5b6000835167ffffffffffffffff811115610d8057610d7f613ea1565b5b604051908082528060200260200182016040528015610dae5781602001602082028036833780820191505090505b50905060005b8451811015610e2b57610dfb858281518110610dd357610dd2613e72565b5b6020026020010151858381518110610dee57610ded613e72565b5b602002602001015161051e565b828281518110610e0e57610e0d613e72565b5b60200260200101818152505080610e2490613d6b565b9050610db4565b508091505092915050565b610e3e611867565b73ffffffffffffffffffffffffffffffffffffffff16610e5c611147565b73ffffffffffffffffffffffffffffffffffffffff1614610eb2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ea990613869565b60405180910390fd5b610ebc6000611d19565b565b610ec6611867565b73ffffffffffffffffffffffffffffffffffffffff16610ee4611147565b73ffffffffffffffffffffffffffffffffffffffff1614610f3a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f3190613869565b60405180910390fd5b6004604051602001610f4c9190613510565b6040516020818303038152906040528051906020012081604051602001610f7391906134f9565b6040516020818303038152906040528051906020012014610fc9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fc090613889565b60405180910390fd5b60011515600560009054906101000a900460ff1615151461101f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611016906138c9565b60405180910390fd5b47821115611062576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611059906137e9565b60405180910390fd5b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc60646001856110ad9190613bc4565b6110b79190613b93565b9081150290604051600060405180830381858888f193505050501580156110e2573d6000803e3d6000fd5b508273ffffffffffffffffffffffffffffffffffffffff166108fc606460638561110c9190613bc4565b6111169190613b93565b9081150290604051600060405180830381858888f19350505050158015611141573d6000803e3d6000fd5b50505050565b6000600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6009805461117e90613d08565b80601f01602080910402602001604051908101604052809291908181526020018280546111aa90613d08565b80156111f75780601f106111cc576101008083540402835291602001916111f7565b820191906000526020600020905b8154815290600101906020018083116111da57829003601f168201915b505050505081565b611207611867565b73ffffffffffffffffffffffffffffffffffffffff16611225611147565b73ffffffffffffffffffffffffffffffffffffffff161461127b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161127290613869565b60405180910390fd5b80600b908051906020019061129192919061284e565b5050565b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611325576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131c90613789565b60405180910390fd5b6000611331838361051e565b11611371576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161136890613969565b60405180910390fd5b61137d82826001611ddf565b5050565b61139361138c611867565b8383611ffc565b5050565b60066020528060005260406000206000915090505481565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b61144b611867565b73ffffffffffffffffffffffffffffffffffffffff16611469611147565b73ffffffffffffffffffffffffffffffffffffffff16146114bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114b690613869565b60405180910390fd5b80600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b61150b611867565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16148061155157506115508561154b611867565b6113af565b5b611590576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161158790613769565b60405180910390fd5b61159d8585858585612169565b5050505050565b6115ac611867565b73ffffffffffffffffffffffffffffffffffffffff166115ca611147565b73ffffffffffffffffffffffffffffffffffffffff1614611620576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161161790613869565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611690576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161168790613729565b60405180910390fd5b61169981611d19565b50565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b6060600082141561174e576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050611862565b600082905060005b6000821461178057808061176990613d6b565b915050600a826117799190613b93565b9150611756565b60008167ffffffffffffffff81111561179c5761179b613ea1565b5b6040519080825280601f01601f1916602001820160405280156117ce5781602001600182028036833780820191505090505b5090505b6000851461185b576001826117e79190613c1e565b9150600a856117f69190613db4565b60306118029190613b3d565b60f81b81838151811061181857611817613e72565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856118549190613b93565b94506117d2565b8093505050505b919050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156118df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118d690613949565b60405180910390fd5b60006118e9611867565b905061190a816000876118fb886123eb565b611904886123eb565b87612465565b8260008086815260200190815260200160002060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546119699190613b3d565b925050819055508473ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6287876040516119e79291906139a4565b60405180910390a46119fe8160008787878761246d565b5050505050565b8151835114611a49576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4090613929565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161415611ab9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ab0906137c9565b60405180910390fd5b6000611ac3611867565b9050611ad3818787878787612465565b60005b8451811015611c84576000858281518110611af457611af3613e72565b5b602002602001015190506000858381518110611b1357611b12613e72565b5b60200260200101519050600080600084815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611bb4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bab90613849565b60405180910390fd5b81810360008085815260200190815260200160002060008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160008085815260200190815260200160002060008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611c699190613b3d565b9250508190555050505080611c7d90613d6b565b9050611ad6565b508473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051611cfb929190613655565b60405180910390a4611d11818787878787612654565b505050505050565b6000600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611e4f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e4690613829565b60405180910390fd5b6000611e59611867565b9050611e8981856000611e6b876123eb565b611e74876123eb565b60405180602001604052806000815250612465565b600080600085815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015611f20576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f1790613749565b60405180910390fd5b82810360008086815260200190815260200160002060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f628787604051611fed9291906139a4565b60405180910390a45050505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561206b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612062906138e9565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405161215c919061368c565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614156121d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121d0906137c9565b60405180910390fd5b60006121e3611867565b90506122038187876121f4886123eb565b6121fd886123eb565b87612465565b600080600086815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508381101561229a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229190613849565b60405180910390fd5b83810360008087815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508360008087815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461234f9190613b3d565b925050819055508573ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6288886040516123cc9291906139a4565b60405180910390a46123e282888888888861246d565b50505050505050565b60606000600167ffffffffffffffff81111561240a57612409613ea1565b5b6040519080825280602002602001820160405280156124385781602001602082028036833780820191505090505b50905082816000815181106124505761244f613e72565b5b60200260200101818152505080915050919050565b505050505050565b61248c8473ffffffffffffffffffffffffffffffffffffffff1661283b565b1561264c578373ffffffffffffffffffffffffffffffffffffffff1663f23a6e6187878686866040518663ffffffff1660e01b81526004016124d29594939291906135d9565b602060405180830381600087803b1580156124ec57600080fd5b505af192505050801561251d57506040513d601f19601f8201168201806040525081019061251a9190612f5d565b60015b6125c357612529613ed0565b806308c379a01415612586575061253e6144ec565b806125495750612588565b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161257d91906136a7565b60405180910390fd5b505b6040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125ba906136c9565b60405180910390fd5b63f23a6e6160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161461264a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612641906136e9565b60405180910390fd5b505b505050505050565b6126738473ffffffffffffffffffffffffffffffffffffffff1661283b565b15612833578373ffffffffffffffffffffffffffffffffffffffff1663bc197c8187878686866040518663ffffffff1660e01b81526004016126b9959493929190613571565b602060405180830381600087803b1580156126d357600080fd5b505af192505050801561270457506040513d601f19601f820116820180604052508101906127019190612f5d565b60015b6127aa57612710613ed0565b806308c379a0141561276d57506127256144ec565b80612730575061276f565b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161276491906136a7565b60405180910390fd5b505b6040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127a1906136c9565b60405180910390fd5b63bc197c8160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614612831576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612828906136e9565b60405180910390fd5b505b505050505050565b600080823b905060008111915050919050565b82805461285a90613d08565b90600052602060002090601f01602090048101928261287c57600085556128c3565b82601f1061289557805160ff19168380011785556128c3565b828001600101855582156128c3579182015b828111156128c25782518255916020019190600101906128a7565b5b5090506128d091906128d4565b5090565b5b808211156128ed5760008160009055506001016128d5565b5090565b60006129046128ff846139f2565b6139cd565b9050808382526020820190508285602086028201111561292757612926613ef7565b5b60005b85811015612957578161293d8882612a55565b84526020840193506020830192505060018101905061292a565b5050509392505050565b600061297461296f84613a1e565b6139cd565b9050808382526020820190508285602086028201111561299757612996613ef7565b5b60005b858110156129c757816129ad8882612b61565b84526020840193506020830192505060018101905061299a565b5050509392505050565b60006129e46129df84613a4a565b6139cd565b905082815260208101848484011115612a00576129ff613efc565b5b612a0b848285613cc6565b509392505050565b6000612a26612a2184613a7b565b6139cd565b905082815260208101848484011115612a4257612a41613efc565b5b612a4d848285613cc6565b509392505050565b600081359050612a6481614582565b92915050565b600082601f830112612a7f57612a7e613ef2565b5b8135612a8f8482602086016128f1565b91505092915050565b600082601f830112612aad57612aac613ef2565b5b8135612abd848260208601612961565b91505092915050565b600081359050612ad581614599565b92915050565b600081359050612aea816145b0565b92915050565b600081519050612aff816145b0565b92915050565b600082601f830112612b1a57612b19613ef2565b5b8135612b2a8482602086016129d1565b91505092915050565b600082601f830112612b4857612b47613ef2565b5b8135612b58848260208601612a13565b91505092915050565b600081359050612b70816145c7565b92915050565b600060208284031215612b8c57612b8b613f06565b5b6000612b9a84828501612a55565b91505092915050565b60008060408385031215612bba57612bb9613f06565b5b6000612bc885828601612a55565b9250506020612bd985828601612a55565b9150509250929050565b600080600080600060a08688031215612bff57612bfe613f06565b5b6000612c0d88828901612a55565b9550506020612c1e88828901612a55565b945050604086013567ffffffffffffffff811115612c3f57612c3e613f01565b5b612c4b88828901612a98565b935050606086013567ffffffffffffffff811115612c6c57612c6b613f01565b5b612c7888828901612a98565b925050608086013567ffffffffffffffff811115612c9957612c98613f01565b5b612ca588828901612b05565b9150509295509295909350565b600080600080600060a08688031215612cce57612ccd613f06565b5b6000612cdc88828901612a55565b9550506020612ced88828901612a55565b9450506040612cfe88828901612b61565b9350506060612d0f88828901612b61565b925050608086013567ffffffffffffffff811115612d3057612d2f613f01565b5b612d3c88828901612b05565b9150509295509295909350565b60008060408385031215612d6057612d5f613f06565b5b6000612d6e85828601612a55565b9250506020612d7f85828601612ac6565b9150509250929050565b60008060408385031215612da057612d9f613f06565b5b6000612dae85828601612a55565b9250506020612dbf85828601612b61565b9150509250929050565b600080600060608486031215612de257612de1613f06565b5b6000612df086828701612a55565b9350506020612e0186828701612b61565b925050604084013567ffffffffffffffff811115612e2257612e21613f01565b5b612e2e86828701612b33565b9150509250925092565b600080600060608486031215612e5157612e50613f06565b5b6000612e5f86828701612a55565b9350506020612e7086828701612b61565b9250506040612e8186828701612b61565b9150509250925092565b60008060408385031215612ea257612ea1613f06565b5b600083013567ffffffffffffffff811115612ec057612ebf613f01565b5b612ecc85828601612a6a565b925050602083013567ffffffffffffffff811115612eed57612eec613f01565b5b612ef985828601612a98565b9150509250929050565b600060208284031215612f1957612f18613f06565b5b6000612f2784828501612ac6565b91505092915050565b600060208284031215612f4657612f45613f06565b5b6000612f5484828501612adb565b91505092915050565b600060208284031215612f7357612f72613f06565b5b6000612f8184828501612af0565b91505092915050565b600060208284031215612fa057612f9f613f06565b5b600082013567ffffffffffffffff811115612fbe57612fbd613f01565b5b612fca84828501612b33565b91505092915050565b600060208284031215612fe957612fe8613f06565b5b6000612ff784828501612b61565b91505092915050565b600061300c83836134db565b60208301905092915050565b61302181613c52565b82525050565b600061303282613ad1565b61303c8185613aff565b935061304783613aac565b8060005b8381101561307857815161305f8882613000565b975061306a83613af2565b92505060018101905061304b565b5085935050505092915050565b61308e81613c64565b82525050565b600061309f82613adc565b6130a98185613b10565b93506130b9818560208601613cd5565b6130c281613f0b565b840191505092915050565b60006130d882613ae7565b6130e28185613b21565b93506130f2818560208601613cd5565b6130fb81613f0b565b840191505092915050565b600061311182613ae7565b61311b8185613b32565b935061312b818560208601613cd5565b80840191505092915050565b6000815461314481613d08565b61314e8186613b32565b94506001821660008114613169576001811461317a576131ad565b60ff198316865281860193506131ad565b61318385613abc565b60005b838110156131a557815481890152600182019150602081019050613186565b838801955050505b50505092915050565b60006131c3603483613b21565b91506131ce82613f29565b604082019050919050565b60006131e6602883613b21565b91506131f182613f78565b604082019050919050565b6000613209602b83613b21565b915061321482613fc7565b604082019050919050565b600061322c602683613b21565b915061323782614016565b604082019050919050565b600061324f602483613b21565b915061325a82614065565b604082019050919050565b6000613272602983613b21565b915061327d826140b4565b604082019050919050565b6000613295602083613b21565b91506132a082614103565b602082019050919050565b60006132b8601483613b21565b91506132c38261412c565b602082019050919050565b60006132db602583613b21565b91506132e682614155565b604082019050919050565b60006132fe600a83613b21565b9150613309826141a4565b602082019050919050565b6000613321603283613b21565b915061332c826141cd565b604082019050919050565b6000613344602383613b21565b915061334f8261421c565b604082019050919050565b6000613367602a83613b21565b91506133728261426b565b604082019050919050565b600061338a600583613b32565b9150613395826142ba565b600582019050919050565b60006133ad602083613b21565b91506133b8826142e3565b602082019050919050565b60006133d0601283613b21565b91506133db8261430c565b602082019050919050565b60006133f3600f83613b21565b91506133fe82614335565b602082019050919050565b6000613416601383613b21565b91506134218261435e565b602082019050919050565b6000613439602983613b21565b915061344482614387565b604082019050919050565b600061345c602983613b21565b9150613467826143d6565b604082019050919050565b600061347f602883613b21565b915061348a82614425565b604082019050919050565b60006134a2602183613b21565b91506134ad82614474565b604082019050919050565b60006134c5601683613b21565b91506134d0826144c3565b602082019050919050565b6134e481613cbc565b82525050565b6134f381613cbc565b82525050565b60006135058284613106565b915081905092915050565b600061351c8284613137565b915081905092915050565b60006135338285613137565b915061353f8284613106565b915061354a8261337d565b91508190509392505050565b600060208201905061356b6000830184613018565b92915050565b600060a0820190506135866000830188613018565b6135936020830187613018565b81810360408301526135a58186613027565b905081810360608301526135b98185613027565b905081810360808301526135cd8184613094565b90509695505050505050565b600060a0820190506135ee6000830188613018565b6135fb6020830187613018565b61360860408301866134ea565b61361560608301856134ea565b81810360808301526136278184613094565b90509695505050505050565b6000602082019050818103600083015261364d8184613027565b905092915050565b6000604082019050818103600083015261366f8185613027565b905081810360208301526136838184613027565b90509392505050565b60006020820190506136a16000830184613085565b92915050565b600060208201905081810360008301526136c181846130cd565b905092915050565b600060208201905081810360008301526136e2816131b6565b9050919050565b60006020820190508181036000830152613702816131d9565b9050919050565b60006020820190508181036000830152613722816131fc565b9050919050565b600060208201905081810360008301526137428161321f565b9050919050565b6000602082019050818103600083015261376281613242565b9050919050565b6000602082019050818103600083015261378281613265565b9050919050565b600060208201905081810360008301526137a281613288565b9050919050565b600060208201905081810360008301526137c2816132ab565b9050919050565b600060208201905081810360008301526137e2816132ce565b9050919050565b60006020820190508181036000830152613802816132f1565b9050919050565b6000602082019050818103600083015261382281613314565b9050919050565b6000602082019050818103600083015261384281613337565b9050919050565b600060208201905081810360008301526138628161335a565b9050919050565b60006020820190508181036000830152613882816133a0565b9050919050565b600060208201905081810360008301526138a2816133c3565b9050919050565b600060208201905081810360008301526138c2816133e6565b9050919050565b600060208201905081810360008301526138e281613409565b9050919050565b600060208201905081810360008301526139028161342c565b9050919050565b600060208201905081810360008301526139228161344f565b9050919050565b6000602082019050818103600083015261394281613472565b9050919050565b6000602082019050818103600083015261396281613495565b9050919050565b60006020820190508181036000830152613982816134b8565b9050919050565b600060208201905061399e60008301846134ea565b92915050565b60006040820190506139b960008301856134ea565b6139c660208301846134ea565b9392505050565b60006139d76139e8565b90506139e38282613d3a565b919050565b6000604051905090565b600067ffffffffffffffff821115613a0d57613a0c613ea1565b5b602082029050602081019050919050565b600067ffffffffffffffff821115613a3957613a38613ea1565b5b602082029050602081019050919050565b600067ffffffffffffffff821115613a6557613a64613ea1565b5b613a6e82613f0b565b9050602081019050919050565b600067ffffffffffffffff821115613a9657613a95613ea1565b5b613a9f82613f0b565b9050602081019050919050565b6000819050602082019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000613b4882613cbc565b9150613b5383613cbc565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115613b8857613b87613de5565b5b828201905092915050565b6000613b9e82613cbc565b9150613ba983613cbc565b925082613bb957613bb8613e14565b5b828204905092915050565b6000613bcf82613cbc565b9150613bda83613cbc565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615613c1357613c12613de5565b5b828202905092915050565b6000613c2982613cbc565b9150613c3483613cbc565b925082821015613c4757613c46613de5565b5b828203905092915050565b6000613c5d82613c9c565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015613cf3578082015181840152602081019050613cd8565b83811115613d02576000848401525b50505050565b60006002820490506001821680613d2057607f821691505b60208210811415613d3457613d33613e43565b5b50919050565b613d4382613f0b565b810181811067ffffffffffffffff82111715613d6257613d61613ea1565b5b80604052505050565b6000613d7682613cbc565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613da957613da8613de5565b5b600182019050919050565b6000613dbf82613cbc565b9150613dca83613cbc565b925082613dda57613dd9613e14565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600060033d1115613eef5760046000803e613eec600051613f1c565b90505b90565b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b60008160e01c9050919050565b7f455243313135353a207472616e7366657220746f206e6f6e204552433131353560008201527f526563656976657220696d706c656d656e746572000000000000000000000000602082015250565b7f455243313135353a204552433131353552656365697665722072656a6563746560008201527f6420746f6b656e73000000000000000000000000000000000000000000000000602082015250565b7f455243313135353a2062616c616e636520717565727920666f7220746865207a60008201527f65726f2061646472657373000000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f455243313135353a206275726e20616d6f756e7420657863656564732062616c60008201527f616e636500000000000000000000000000000000000000000000000000000000602082015250565b7f455243313135353a2063616c6c6572206973206e6f74206f776e6572206e6f7260008201527f20617070726f7665640000000000000000000000000000000000000000000000602082015250565b7f596f752061726520646f696e6720616e20696c6c6567616c20616374696f6e2e600082015250565b7f546f74616c20537570706c792045786365656473000000000000000000000000600082015250565b7f455243313135353a207472616e7366657220746f20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b7f4e6f7420656e6f75676800000000000000000000000000000000000000000000600082015250565b7f455243313135353a207472616e736665722063616c6c6572206973206e6f742060008201527f6f776e6572206e6f7220617070726f7665640000000000000000000000000000602082015250565b7f455243313135353a206275726e2066726f6d20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b7f455243313135353a20696e73756666696369656e742062616c616e636520666f60008201527f72207472616e7366657200000000000000000000000000000000000000000000602082015250565b7f2e6a736f6e000000000000000000000000000000000000000000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f496e636f72726563742050617373776f72640000000000000000000000000000600082015250565b7f546f6b656e204e6f742045786973740000000000000000000000000000000000600082015250565b7f496e636f7272656374204f776e65727368697000000000000000000000000000600082015250565b7f455243313135353a2073657474696e6720617070726f76616c2073746174757360008201527f20666f722073656c660000000000000000000000000000000000000000000000602082015250565b7f455243313135353a206163636f756e747320616e6420696473206c656e67746860008201527f206d69736d617463680000000000000000000000000000000000000000000000602082015250565b7f455243313135353a2069647320616e6420616d6f756e7473206c656e6774682060008201527f6d69736d61746368000000000000000000000000000000000000000000000000602082015250565b7f455243313135353a206d696e7420746f20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b7f596f7520646f6e27742068617665207469636b65742e00000000000000000000600082015250565b600060443d10156144fc5761457f565b6145046139e8565b60043d036004823e80513d602482011167ffffffffffffffff8211171561452c57505061457f565b808201805167ffffffffffffffff81111561454a575050505061457f565b80602083010160043d03850181111561456757505050505061457f565b61457682602001850186613d3a565b82955050505050505b90565b61458b81613c52565b811461459657600080fd5b50565b6145a281613c64565b81146145ad57600080fd5b50565b6145b981613c70565b81146145c457600080fd5b50565b6145d081613cbc565b81146145db57600080fd5b5056fea264697066735822122082f9f3cab2272c750de1287a0289b1a4f340d753332fc2938a7afd576d3f9db264736f6c63430008070033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 34 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 100.00% | $1,580.96 | 0.00001 | $0.01581 |
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.