ETH Price: $2,521.49 (+1.11%)

Contract

0xC6F2c85E79b326908EE6140a8185b5BBF774e714
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

TokenTracker

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Safe Transfer Fr...206112652024-08-26 7:26:117 days ago1724657171IN
0xC6F2c85E...BF774e714
0 ETH0.000046620.86918833
Safe Transfer Fr...206066402024-08-25 15:56:358 days ago1724601395IN
0xC6F2c85E...BF774e714
0 ETH0.000057771.07887079
Safe Transfer Fr...206066362024-08-25 15:55:478 days ago1724601347IN
0xC6F2c85E...BF774e714
0 ETH0.000058361.08980718
Set Approval For...206064832024-08-25 15:24:598 days ago1724599499IN
0xC6F2c85E...BF774e714
0 ETH0.000057931.24467685
Safe Transfer Fr...205906772024-08-23 10:22:5910 days ago1724408579IN
0xC6F2c85E...BF774e714
0 ETH0.000069541.29626008
Safe Transfer Fr...205906742024-08-23 10:22:2310 days ago1724408543IN
0xC6F2c85E...BF774e714
0 ETH0.000066161.23339615
Safe Transfer Fr...205906712024-08-23 10:21:4710 days ago1724408507IN
0xC6F2c85E...BF774e714
0 ETH0.000063821.18970145
Safe Transfer Fr...202566682024-07-07 19:17:2356 days ago1720379843IN
0xC6F2c85E...BF774e714
0 ETH0.000099681.86134424
Safe Transfer Fr...202566572024-07-07 19:15:1156 days ago1720379711IN
0xC6F2c85E...BF774e714
0 ETH0.000081431.52073594
Safe Transfer Fr...202566482024-07-07 19:13:2356 days ago1720379603IN
0xC6F2c85E...BF774e714
0 ETH0.000080851.50972513
Safe Transfer Fr...202566362024-07-07 19:10:5956 days ago1720379459IN
0xC6F2c85E...BF774e714
0 ETH0.000052591.44268048
Safe Transfer Fr...202564612024-07-07 18:35:5957 days ago1720377359IN
0xC6F2c85E...BF774e714
0 ETH0.000150672.58218351
Set Approval For...202259642024-07-03 12:24:5961 days ago1720009499IN
0xC6F2c85E...BF774e714
0 ETH0.0011757825.26015388
Safe Transfer Fr...201980562024-06-29 14:52:3565 days ago1719672755IN
0xC6F2c85E...BF774e714
0 ETH0.000220854.12303578
Safe Transfer Fr...201980522024-06-29 14:51:4765 days ago1719672707IN
0xC6F2c85E...BF774e714
0 ETH0.000227864.25404523
Safe Transfer Fr...201980492024-06-29 14:51:1165 days ago1719672671IN
0xC6F2c85E...BF774e714
0 ETH0.000222464.15320154
Safe Transfer Fr...201980462024-06-29 14:50:3565 days ago1719672635IN
0xC6F2c85E...BF774e714
0 ETH0.000222464.15309068
Set Approval For...200565042024-06-09 19:57:5984 days ago1717963079IN
0xC6F2c85E...BF774e714
0 ETH0.000289216.21335022
Set Approval For...199932022024-05-31 23:50:3593 days ago1717199435IN
0xC6F2c85E...BF774e714
0 ETH0.000262545.64032639
Set Approval For...198969522024-05-18 12:53:23107 days ago1716036803IN
0xC6F2c85E...BF774e714
0 ETH0.000157873.39164774
Safe Transfer Fr...198651982024-05-14 2:13:47111 days ago1715652827IN
0xC6F2c85E...BF774e714
0 ETH0.000237154.42839543
Safe Transfer Fr...198651952024-05-14 2:13:11111 days ago1715652791IN
0xC6F2c85E...BF774e714
0 ETH0.000242674.53143003
Safe Transfer Fr...198651912024-05-14 2:12:23111 days ago1715652743IN
0xC6F2c85E...BF774e714
0 ETH0.000221534.13681769
Safe Transfer Fr...198651882024-05-14 2:11:47111 days ago1715652707IN
0xC6F2c85E...BF774e714
0 ETH0.000216284.03875203
Set Approval For...197522532024-04-28 7:13:47127 days ago1714288427IN
0xC6F2c85E...BF774e714
0 ETH0.000268165.76119601
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Sierra

Compiler Version
v0.8.21+commit.d9974bed

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 16 : sierra.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.21;

/*----------------------------------------------------------\
|                             _                 _           |
|        /\                  | |     /\        | |          |
|       /  \__   ____ _ _ __ | |_   /  \   _ __| |_ ___     |
|      / /\ \ \ / / _` | '_ \| __| / /\ \ | '__| __/ _ \    |
|     / ____ \ V / (_| | | | | |_ / ____ \| |  | ||  __/    |
|    /_/    \_\_/ \__,_|_| |_|\__/_/    \_\_|   \__\___|    |
|                                                           |
|    https://avantarte.com/careers                          |
|    https://avantarte.com/support/contact                  |
|                                                           |
\----------------------------------------------------------*/

import "../implementations/Erc1155/LazyMintByTokenIdERC1155MultiTokens.sol";

/**
 * @title A Lazy minting contract for Sierra by by Matt DesLauriers
 * @author Liron Navon
 */
contract Sierra is LazyMintByTokenIdERC1155MultiTokens {
    constructor(
        string memory _name,
        address _minter,
        address royaltiesReciever,
        uint256 royaltiesFraction,
        string memory tokenOneUri,
        string memory tokenTwoUri,
        string memory tokenThreeUri,
        string memory tokenFourUri
    )
        LazyMintByTokenIdERC1155MultiTokens(
            _name,
            _minter,
            royaltiesReciever,
            royaltiesFraction,
            tokenOneUri,
            tokenTwoUri,
            tokenThreeUri,
            tokenFourUri
        )
    {}
}

File 2 of 16 : LazyMintByTokenIdERC1155MultiTokens.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.21;

/*----------------------------------------------------------\
|                             _                 _           |
|        /\                  | |     /\        | |          |
|       /  \__   ____ _ _ __ | |_   /  \   _ __| |_ ___     |
|      / /\ \ \ / / _` | '_ \| __| / /\ \ | '__| __/ _ \    |
|     / ____ \ V / (_| | | | | |_ / ____ \| |  | ||  __/    |
|    /_/    \_\_/ \__,_|_| |_|\__/_/    \_\_|   \__\___|    |
|                                                           |
|    https://avantarte.com/careers                          |
|    https://avantarte.com/support/contact                  |
|                                                           |
\----------------------------------------------------------*/

import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import {ISpecifiedMinter} from "../../libraries/ISpecifiedMinter.sol";
import {SimpleRoyalties} from "../../libraries/SimpleRoyalties.sol";

/**
 * @title A Lazy minting contract that mints 4 tokens when mint is called
 * @notice this contract specified an address "minter" which is the only address that can call "mint". regardless of which token id is pased in the mint function, it will always mint and transfer tokens 1,2,3 and 4 to the user
 */
contract LazyMintByTokenIdERC1155MultiTokens is
    ERC1155,
    SimpleRoyalties,
    Ownable,
    ISpecifiedMinter
{
    /// @dev only the minter address can call "mint"
    address public minter;

    string public name;

    // Mapping from token ID to uri
    mapping(uint256 => string) private _tokenURIs;

    uint256 private constant _TOKENONE = 1;
    uint256 private constant _TOKETWO = 2;
    uint256 private constant _TOKENTHREE = 3;
    uint256 private constant _TOKENFOUR = 4;

    uint256 private constant _AMOUNT = 1;

    uint256[] _TOKENS;
    uint256[] _AMOUNTS;

    constructor(
        string memory _name,
        address _minter,
        address royaltiesReciever,
        uint256 royaltiesFraction,
        string memory tokenOneUri,
        string memory tokenTwoUri,
        string memory tokenThreeUri,
        string memory tokenFourUri
    )
        ERC1155(tokenOneUri)
        SimpleRoyalties(royaltiesReciever, royaltiesFraction)
    {
        minter = _minter;
        name = _name;

        _tokenURIs[_TOKENONE] = tokenOneUri;
        _tokenURIs[_TOKETWO] = tokenTwoUri;
        _tokenURIs[_TOKENTHREE] = tokenThreeUri;
        _tokenURIs[_TOKENFOUR] = tokenFourUri;

        _TOKENS.push(_TOKENONE);
        _TOKENS.push(_TOKETWO);
        _TOKENS.push(_TOKENTHREE);
        _TOKENS.push(_TOKENFOUR);

        _AMOUNTS.push(_AMOUNT);
        _AMOUNTS.push(_AMOUNT);
        _AMOUNTS.push(_AMOUNT);
        _AMOUNTS.push(_AMOUNT);
    }

    modifier onlyMinter() {
        require(minter == msg.sender, "Unauthorized minter");
        _;
    }

    /**
     * @dev Mints a token to a given user
     */
    function _mintTokens(address to) private {
        _mintBatch(to, _TOKENS, _AMOUNTS, "");
    }

    /**
     * @dev Calls mint, only for requests of the minter address
     */
    function mint(
        address to,
        uint256 tokenId
    ) public onlyMinter returns (uint256) {
        _mintTokens(to);
        return tokenId;
    }

    /**
     * @dev Calls mint, only for the contract owner
     */
    function ownerMint(address to) public onlyOwner {
        _mintTokens(to);
    }

    function setTokenUri(
        uint256 tokenId,
        string memory tokenURI
    ) public onlyOwner {
        _tokenURIs[tokenId] = tokenURI;
    }

    /**
     * @dev Set a new uri
     */
    function uri(uint256 tokenId) public view override returns (string memory) {
        return (_tokenURIs[tokenId]);
    }

    /**
     * @dev Set a new minter
     */
    function setMinter(address _minter) public onlyOwner {
        minter = _minter;
    }

    /**
     * @dev Set new royalties for the contract
     */
    function setRoyalties(address reciever, uint256 fraction) public onlyOwner {
        _setRoyalty(reciever, fraction);
    }

    function supportsInterface(
        bytes4 interfaceId
    ) public view virtual override(SimpleRoyalties, ERC1155) returns (bool) {
        return super.supportsInterface(interfaceId);
    }
}

File 3 of 16 : SimpleRoyalties.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.21;

/*----------------------------------------------------------\
|                             _                 _           |
|        /\                  | |     /\        | |          |
|       /  \__   ____ _ _ __ | |_   /  \   _ __| |_ ___     |
|      / /\ \ \ / / _` | '_ \| __| / /\ \ | '__| __/ _ \    |
|     / ____ \ V / (_| | | | | |_ / ____ \| |  | ||  __/    |
|    /_/    \_\_/ \__,_|_| |_|\__/_/    \_\_|   \__\___|    |
|                                                           |
|    https://avantarte.com/careers                          |
|    https://avantarte.com/support/contact                  |
|                                                           |
\----------------------------------------------------------*/

import "@openzeppelin/contracts/interfaces/IERC2981.sol";
import "@openzeppelin/contracts/utils/introspection/ERC165.sol";

/**
 * @dev Implementation of the NFT Royalty Standard, a standardized way to retrieve royalty payment information.
 * @author Liron Navon
 *
 * Royalty information can only be specified globally for all token ids via {_setDefaultRoyalty}.
 *
 * Royalty is specified as a fraction of sale price. {_feeDenominator} is overridable but defaults to 10000, meaning the
 * fee is specified in basis points by default.
 *
 * It does the same as open zepplins royalties setup,
 * but doesn't include a royalty per token, only a single royalty for all tokens.
 * https://docs.openzeppelin.com/contracts/4.x/api/token/erc721#ERC721Royalty
 */

contract SimpleRoyalties is IERC2981, ERC165 {
    struct RoyaltyInfo {
        address receiver;
        uint96 royaltyFraction;
    }

    address private _royaltyReciever;
    uint256 private _royaltyFraction;

    constructor(address _reciever, uint256 _fraction) {
        _setRoyalty(_reciever, _fraction);
    }

    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(
        bytes4 interfaceId
    ) public view virtual override(IERC165, ERC165) returns (bool) {
        return
            interfaceId == type(IERC2981).interfaceId ||
            super.supportsInterface(interfaceId);
    }

    /**
     * @inheritdoc IERC2981
     */
    function royaltyInfo(
        uint256,
        uint256 _salePrice
    ) public view virtual override returns (address, uint256) {
        uint256 royaltyAmount = (_salePrice * _royaltyFraction) /
            _feeDenominator();
        return (_royaltyReciever, royaltyAmount);
    }

    /**
     * @dev The denominator with which to interpret the fee set in {_setTokenRoyalty} and {_setDefaultRoyalty} as a
     * fraction of the sale price. Defaults to 10000 so fees are expressed in basis points, but may be customized by an
     * override.
     */
    function _feeDenominator() internal pure virtual returns (uint256) {
        return 10000;
    }

    /**
     * @dev Sets the royalty information that all ids in this contract will default to.
     *
     * Requirements:
     *
     * - `receiver` cannot be the zero address.
     * - `feeNumerator` cannot be greater than the fee denominator.
     */
    function _setRoyalty(address receiver, uint256 fraction) internal virtual {
        require(fraction <= _feeDenominator(), "ERC2981: fraction too high");
        require(receiver != address(0), "ERC2981: invalid receiver");

        _royaltyReciever = receiver;
        _royaltyFraction = fraction;
    }
}

File 4 of 16 : ISpecifiedMinter.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.21;

/*----------------------------------------------------------\
|                             _                 _           |
|        /\                  | |     /\        | |          |
|       /  \__   ____ _ _ __ | |_   /  \   _ __| |_ ___     |
|      / /\ \ \ / / _` | '_ \| __| / /\ \ | '__| __/ _ \    |
|     / ____ \ V / (_| | | | | |_ / ____ \| |  | ||  __/    |
|    /_/    \_\_/ \__,_|_| |_|\__/_/    \_\_|   \__\___|    |
|                                                           |
|    https://avantarte.com/careers                          |
|    https://avantarte.com/support/contact                  |
|                                                           |
\----------------------------------------------------------*/

/**
 * @title An interface for a contract that allows minting with a specified token id
 * @author Liron Navon
 * @dev This interface is used for connecting to the lazy minting contracts.
 */
interface ISpecifiedMinter {
    function mint(address to, uint256 tokenId) external returns (uint256);
}

File 5 of 16 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)

pragma solidity ^0.8.0;

import "../utils/Context.sol";

/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * By default, the owner account will be the one that deploys the contract. This
 * can later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
abstract contract Ownable is Context {
    address private _owner;

    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        _transferOwnership(_msgSender());
    }

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        _checkOwner();
        _;
    }

    /**
     * @dev Returns the address of the current owner.
     */
    function owner() public view virtual returns (address) {
        return _owner;
    }

    /**
     * @dev Throws if the sender is not the owner.
     */
    function _checkOwner() internal view virtual {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
    }

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions anymore. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby removing any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        _transferOwnership(address(0));
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        _transferOwnership(newOwner);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Internal function without access restriction.
     */
    function _transferOwnership(address newOwner) internal virtual {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

File 6 of 16 : Strings.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/Strings.sol)

pragma solidity ^0.8.0;

import "./math/Math.sol";

/**
 * @dev String operations.
 */
library Strings {
    bytes16 private constant _SYMBOLS = "0123456789abcdef";
    uint8 private constant _ADDRESS_LENGTH = 20;

    /**
     * @dev Converts a `uint256` to its ASCII `string` decimal representation.
     */
    function toString(uint256 value) internal pure returns (string memory) {
        unchecked {
            uint256 length = Math.log10(value) + 1;
            string memory buffer = new string(length);
            uint256 ptr;
            /// @solidity memory-safe-assembly
            assembly {
                ptr := add(buffer, add(32, length))
            }
            while (true) {
                ptr--;
                /// @solidity memory-safe-assembly
                assembly {
                    mstore8(ptr, byte(mod(value, 10), _SYMBOLS))
                }
                value /= 10;
                if (value == 0) break;
            }
            return buffer;
        }
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
     */
    function toHexString(uint256 value) internal pure returns (string memory) {
        unchecked {
            return toHexString(value, Math.log256(value) + 1);
        }
    }

    /**
     * @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] = _SYMBOLS[value & 0xf];
            value >>= 4;
        }
        require(value == 0, "Strings: hex length insufficient");
        return string(buffer);
    }

    /**
     * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.
     */
    function toHexString(address addr) internal pure returns (string memory) {
        return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);
    }
}

File 7 of 16 : ERC1155.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC1155/ERC1155.sol)

pragma solidity ^0.8.0;

import "./IERC1155.sol";
import "./IERC1155Receiver.sol";
import "./extensions/IERC1155MetadataURI.sol";
import "../../utils/Address.sol";
import "../../utils/Context.sol";
import "../../utils/introspection/ERC165.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: address zero is not a valid owner");
        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 token owner or 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: caller is not token owner or 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();
        uint256[] memory ids = _asSingletonArray(id);
        uint256[] memory amounts = _asSingletonArray(amount);

        _beforeTokenTransfer(operator, from, to, ids, amounts, 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);

        _afterTokenTransfer(operator, from, to, ids, amounts, data);

        _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);

        _afterTokenTransfer(operator, from, to, ids, amounts, data);

        _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();
        uint256[] memory ids = _asSingletonArray(id);
        uint256[] memory amounts = _asSingletonArray(amount);

        _beforeTokenTransfer(operator, address(0), to, ids, amounts, data);

        _balances[id][to] += amount;
        emit TransferSingle(operator, address(0), to, id, amount);

        _afterTokenTransfer(operator, address(0), to, ids, amounts, data);

        _doSafeTransferAcceptanceCheck(operator, address(0), to, id, amount, data);
    }

    /**
     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_mint}.
     *
     * 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 _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);

        _afterTokenTransfer(operator, address(0), to, ids, amounts, data);

        _doSafeBatchTransferAcceptanceCheck(operator, address(0), to, ids, amounts, data);
    }

    /**
     * @dev Destroys `amount` tokens of token type `id` from `from`
     *
     * Emits a {TransferSingle} event.
     *
     * 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();
        uint256[] memory ids = _asSingletonArray(id);
        uint256[] memory amounts = _asSingletonArray(amount);

        _beforeTokenTransfer(operator, from, address(0), ids, amounts, "");

        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);

        _afterTokenTransfer(operator, from, address(0), ids, amounts, "");
    }

    /**
     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_burn}.
     *
     * Emits a {TransferBatch} event.
     *
     * 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);

        _afterTokenTransfer(operator, from, address(0), ids, amounts, "");
    }

    /**
     * @dev Approve `operator` to operate on all of `owner` tokens
     *
     * Emits an {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 `ids` and `amounts` 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 {}

    /**
     * @dev Hook that is called after 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 _afterTokenTransfer(
        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;
    }
}

File 8 of 16 : ERC165.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)

pragma solidity ^0.8.0;

import "./IERC165.sol";

/**
 * @dev Implementation of the {IERC165} interface.
 *
 * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
 * for the additional interface id that will be supported. For example:
 *
 * ```solidity
 * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
 *     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
 * }
 * ```
 *
 * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
 */
abstract contract ERC165 is IERC165 {
    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        return interfaceId == type(IERC165).interfaceId;
    }
}

File 9 of 16 : IERC2981.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (interfaces/IERC2981.sol)

pragma solidity ^0.8.0;

import "../utils/introspection/IERC165.sol";

/**
 * @dev Interface for the NFT Royalty Standard.
 *
 * A standardized way to retrieve royalty payment information for non-fungible tokens (NFTs) to enable universal
 * support for royalty payments across all NFT marketplaces and ecosystem participants.
 *
 * _Available since v4.5._
 */
interface IERC2981 is IERC165 {
    /**
     * @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of
     * exchange. The royalty amount is denominated and should be paid in that same unit of exchange.
     */
    function royaltyInfo(uint256 tokenId, uint256 salePrice)
        external
        view
        returns (address receiver, uint256 royaltyAmount);
}

File 10 of 16 : Math.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/Math.sol)

pragma solidity ^0.8.0;

/**
 * @dev Standard math utilities missing in the Solidity language.
 */
library Math {
    enum Rounding {
        Down, // Toward negative infinity
        Up, // Toward infinity
        Zero // Toward zero
    }

    /**
     * @dev Returns the largest of two numbers.
     */
    function max(uint256 a, uint256 b) internal pure returns (uint256) {
        return a > b ? a : b;
    }

    /**
     * @dev Returns the smallest of two numbers.
     */
    function min(uint256 a, uint256 b) internal pure returns (uint256) {
        return a < b ? a : b;
    }

    /**
     * @dev Returns the average of two numbers. The result is rounded towards
     * zero.
     */
    function average(uint256 a, uint256 b) internal pure returns (uint256) {
        // (a + b) / 2 can overflow.
        return (a & b) + (a ^ b) / 2;
    }

    /**
     * @dev Returns the ceiling of the division of two numbers.
     *
     * This differs from standard division with `/` in that it rounds up instead
     * of rounding down.
     */
    function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {
        // (a + b - 1) / b can overflow on addition, so we distribute.
        return a == 0 ? 0 : (a - 1) / b + 1;
    }

    /**
     * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
     * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)
     * with further edits by Uniswap Labs also under MIT license.
     */
    function mulDiv(
        uint256 x,
        uint256 y,
        uint256 denominator
    ) internal pure returns (uint256 result) {
        unchecked {
            // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use
            // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256
            // variables such that product = prod1 * 2^256 + prod0.
            uint256 prod0; // Least significant 256 bits of the product
            uint256 prod1; // Most significant 256 bits of the product
            assembly {
                let mm := mulmod(x, y, not(0))
                prod0 := mul(x, y)
                prod1 := sub(sub(mm, prod0), lt(mm, prod0))
            }

            // Handle non-overflow cases, 256 by 256 division.
            if (prod1 == 0) {
                return prod0 / denominator;
            }

            // Make sure the result is less than 2^256. Also prevents denominator == 0.
            require(denominator > prod1);

            ///////////////////////////////////////////////
            // 512 by 256 division.
            ///////////////////////////////////////////////

            // Make division exact by subtracting the remainder from [prod1 prod0].
            uint256 remainder;
            assembly {
                // Compute remainder using mulmod.
                remainder := mulmod(x, y, denominator)

                // Subtract 256 bit number from 512 bit number.
                prod1 := sub(prod1, gt(remainder, prod0))
                prod0 := sub(prod0, remainder)
            }

            // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.
            // See https://cs.stackexchange.com/q/138556/92363.

            // Does not overflow because the denominator cannot be zero at this stage in the function.
            uint256 twos = denominator & (~denominator + 1);
            assembly {
                // Divide denominator by twos.
                denominator := div(denominator, twos)

                // Divide [prod1 prod0] by twos.
                prod0 := div(prod0, twos)

                // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.
                twos := add(div(sub(0, twos), twos), 1)
            }

            // Shift in bits from prod1 into prod0.
            prod0 |= prod1 * twos;

            // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such
            // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for
            // four bits. That is, denominator * inv = 1 mod 2^4.
            uint256 inverse = (3 * denominator) ^ 2;

            // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works
            // in modular arithmetic, doubling the correct bits in each step.
            inverse *= 2 - denominator * inverse; // inverse mod 2^8
            inverse *= 2 - denominator * inverse; // inverse mod 2^16
            inverse *= 2 - denominator * inverse; // inverse mod 2^32
            inverse *= 2 - denominator * inverse; // inverse mod 2^64
            inverse *= 2 - denominator * inverse; // inverse mod 2^128
            inverse *= 2 - denominator * inverse; // inverse mod 2^256

            // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.
            // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is
            // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1
            // is no longer required.
            result = prod0 * inverse;
            return result;
        }
    }

    /**
     * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.
     */
    function mulDiv(
        uint256 x,
        uint256 y,
        uint256 denominator,
        Rounding rounding
    ) internal pure returns (uint256) {
        uint256 result = mulDiv(x, y, denominator);
        if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {
            result += 1;
        }
        return result;
    }

    /**
     * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.
     *
     * Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11).
     */
    function sqrt(uint256 a) internal pure returns (uint256) {
        if (a == 0) {
            return 0;
        }

        // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.
        //
        // We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have
        // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.
        //
        // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`
        // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`
        // → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`
        //
        // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.
        uint256 result = 1 << (log2(a) >> 1);

        // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,
        // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at
        // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision
        // into the expected uint128 result.
        unchecked {
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            return min(result, a / result);
        }
    }

    /**
     * @notice Calculates sqrt(a), following the selected rounding direction.
     */
    function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = sqrt(a);
            return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 2, rounded down, of a positive value.
     * Returns 0 if given 0.
     */
    function log2(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >> 128 > 0) {
                value >>= 128;
                result += 128;
            }
            if (value >> 64 > 0) {
                value >>= 64;
                result += 64;
            }
            if (value >> 32 > 0) {
                value >>= 32;
                result += 32;
            }
            if (value >> 16 > 0) {
                value >>= 16;
                result += 16;
            }
            if (value >> 8 > 0) {
                value >>= 8;
                result += 8;
            }
            if (value >> 4 > 0) {
                value >>= 4;
                result += 4;
            }
            if (value >> 2 > 0) {
                value >>= 2;
                result += 2;
            }
            if (value >> 1 > 0) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 2, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log2(value);
            return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 10, rounded down, of a positive value.
     * Returns 0 if given 0.
     */
    function log10(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >= 10**64) {
                value /= 10**64;
                result += 64;
            }
            if (value >= 10**32) {
                value /= 10**32;
                result += 32;
            }
            if (value >= 10**16) {
                value /= 10**16;
                result += 16;
            }
            if (value >= 10**8) {
                value /= 10**8;
                result += 8;
            }
            if (value >= 10**4) {
                value /= 10**4;
                result += 4;
            }
            if (value >= 10**2) {
                value /= 10**2;
                result += 2;
            }
            if (value >= 10**1) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 10, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log10(value);
            return result + (rounding == Rounding.Up && 10**result < value ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 256, rounded down, of a positive value.
     * Returns 0 if given 0.
     *
     * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.
     */
    function log256(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >> 128 > 0) {
                value >>= 128;
                result += 16;
            }
            if (value >> 64 > 0) {
                value >>= 64;
                result += 8;
            }
            if (value >> 32 > 0) {
                value >>= 32;
                result += 4;
            }
            if (value >> 16 > 0) {
                value >>= 16;
                result += 2;
            }
            if (value >> 8 > 0) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 10, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log256(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log256(value);
            return result + (rounding == Rounding.Up && 1 << (result * 8) < value ? 1 : 0);
        }
    }
}

File 11 of 16 : Context.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

pragma solidity ^0.8.0;

/**
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes calldata) {
        return msg.data;
    }
}

File 12 of 16 : Address.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/Address.sol)

pragma solidity ^0.8.1;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     *
     * [IMPORTANT]
     * ====
     * You shouldn't rely on `isContract` to protect against flash loan attacks!
     *
     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
     * constructor.
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize/address.code.length, which returns 0
        // for contracts in construction, since the code is only stored at the end
        // of the constructor execution.

        return account.code.length > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        (bool success, ) = recipient.call{value: amount}("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain `call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, "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");
        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResultFromTarget(target, 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) {
        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResultFromTarget(target, 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) {
        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResultFromTarget(target, success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
     * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
     *
     * _Available since v4.8._
     */
    function verifyCallResultFromTarget(
        address target,
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        if (success) {
            if (returndata.length == 0) {
                // only check isContract if the call was successful and the return data is empty
                // otherwise we already know that it was a contract
                require(isContract(target), "Address: call to non-contract");
            }
            return returndata;
        } else {
            _revert(returndata, errorMessage);
        }
    }

    /**
     * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason or 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 {
            _revert(returndata, errorMessage);
        }
    }

    function _revert(bytes memory returndata, string memory errorMessage) private pure {
        // 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
            /// @solidity memory-safe-assembly
            assembly {
                let returndata_size := mload(returndata)
                revert(add(32, returndata), returndata_size)
            }
        } else {
            revert(errorMessage);
        }
    }
}

File 13 of 16 : IERC1155MetadataURI.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC1155/extensions/IERC1155MetadataURI.sol)

pragma solidity ^0.8.0;

import "../IERC1155.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);
}

File 14 of 16 : IERC1155Receiver.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC1155/IERC1155Receiver.sol)

pragma solidity ^0.8.0;

import "../../utils/introspection/IERC165.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.
     *
     * NOTE: 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.
     *
     * NOTE: 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);
}

File 15 of 16 : IERC1155.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC1155/IERC1155.sol)

pragma solidity ^0.8.0;

import "../../utils/introspection/IERC165.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 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;
}

File 16 of 16 : IERC165.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC165 standard, as defined in the
 * https://eips.ethereum.org/EIPS/eip-165[EIP].
 *
 * Implementers can declare support of contract interfaces, which can then be
 * queried by others ({ERC165Checker}).
 *
 * For an implementation, see {ERC165}.
 */
interface IERC165 {
    /**
     * @dev Returns true if this contract implements the interface defined by
     * `interfaceId`. See the corresponding
     * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
     * to learn more about how these ids are created.
     *
     * This function call must use less than 30 000 gas.
     */
    function supportsInterface(bytes4 interfaceId) external view returns (bool);
}

Settings
{
  "optimizer": {
    "enabled": false,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"address","name":"_minter","type":"address"},{"internalType":"address","name":"royaltiesReciever","type":"address"},{"internalType":"uint256","name":"royaltiesFraction","type":"uint256"},{"internalType":"string","name":"tokenOneUri","type":"string"},{"internalType":"string","name":"tokenTwoUri","type":"string"},{"internalType":"string","name":"tokenThreeUri","type":"string"},{"internalType":"string","name":"tokenFourUri","type":"string"}],"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":"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"}],"name":"mint","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"minter","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"}],"name":"ownerMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"_salePrice","type":"uint256"}],"name":"royaltyInfo","outputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256[]","name":"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":"_minter","type":"address"}],"name":"setMinter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"reciever","type":"address"},{"internalType":"uint256","name":"fraction","type":"uint256"}],"name":"setRoyalties","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"tokenURI","type":"string"}],"name":"setTokenUri","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":[{"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"}]

608060405234801562000010575f80fd5b506040516200426f3803806200426f8339818101604052810190620000369190620006c6565b87878787878787878585856200005281620002af60201b60201c565b50620000658282620002c460201b60201c565b5050620000876200007b620003d560201b60201c565b620003dc60201b60201c565b8660065f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508760079081620000d8919062000a53565b508360085f600181526020019081526020015f209081620000fa919062000a53565b508260085f600281526020019081526020015f2090816200011c919062000a53565b508160085f600381526020019081526020015f2090816200013e919062000a53565b508060085f600481526020019081526020015f20908162000160919062000a53565b5060096001908060018154018082558091505060019003905f5260205f20015f909190919091505560096002908060018154018082558091505060019003905f5260205f20015f909190919091505560096003908060018154018082558091505060019003905f5260205f20015f909190919091505560096004908060018154018082558091505060019003905f5260205f20015f9091909190915055600a6001908060018154018082558091505060019003905f5260205f20015f9091909190915055600a6001908060018154018082558091505060019003905f5260205f20015f9091909190915055600a6001908060018154018082558091505060019003905f5260205f20015f9091909190915055600a6001908060018154018082558091505060019003905f5260205f20015f90919091909150555050505050505050505050505050505062000c23565b8060029081620002c0919062000a53565b5050565b620002d46200049f60201b60201c565b81111562000319576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620003109062000b95565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036200038a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620003819062000c03565b60405180910390fd5b8160035f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550806004819055505050565b5f33905090565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f612710905090565b5f604051905090565b5f80fd5b5f80fd5b5f80fd5b5f80fd5b5f601f19601f8301169050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b6200050982620004c1565b810181811067ffffffffffffffff821117156200052b576200052a620004d1565b5b80604052505050565b5f6200053f620004a8565b90506200054d8282620004fe565b919050565b5f67ffffffffffffffff8211156200056f576200056e620004d1565b5b6200057a82620004c1565b9050602081019050919050565b5f5b83811015620005a657808201518184015260208101905062000589565b5f8484015250505050565b5f620005c7620005c18462000552565b62000534565b905082815260208101848484011115620005e657620005e5620004bd565b5b620005f384828562000587565b509392505050565b5f82601f830112620006125762000611620004b9565b5b815162000624848260208601620005b1565b91505092915050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f62000658826200062d565b9050919050565b6200066a816200064c565b811462000675575f80fd5b50565b5f8151905062000688816200065f565b92915050565b5f819050919050565b620006a2816200068e565b8114620006ad575f80fd5b50565b5f81519050620006c08162000697565b92915050565b5f805f805f805f80610100898b031215620006e657620006e5620004b1565b5b5f89015167ffffffffffffffff811115620007065762000705620004b5565b5b620007148b828c01620005fb565b9850506020620007278b828c0162000678565b97505060406200073a8b828c0162000678565b96505060606200074d8b828c01620006b0565b955050608089015167ffffffffffffffff811115620007715762000770620004b5565b5b6200077f8b828c01620005fb565b94505060a089015167ffffffffffffffff811115620007a357620007a2620004b5565b5b620007b18b828c01620005fb565b93505060c089015167ffffffffffffffff811115620007d557620007d4620004b5565b5b620007e38b828c01620005fb565b92505060e089015167ffffffffffffffff811115620008075762000806620004b5565b5b620008158b828c01620005fb565b9150509295985092959890939650565b5f81519050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f60028204905060018216806200087457607f821691505b6020821081036200088a57620008896200082f565b5b50919050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f60088302620008ee7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82620008b1565b620008fa8683620008b1565b95508019841693508086168417925050509392505050565b5f819050919050565b5f6200093b620009356200092f846200068e565b62000912565b6200068e565b9050919050565b5f819050919050565b62000956836200091b565b6200096e620009658262000942565b848454620008bd565b825550505050565b5f90565b6200098462000976565b620009918184846200094b565b505050565b5b81811015620009b857620009ac5f826200097a565b60018101905062000997565b5050565b601f82111562000a0757620009d18162000890565b620009dc84620008a2565b81016020851015620009ec578190505b62000a04620009fb85620008a2565b83018262000996565b50505b505050565b5f82821c905092915050565b5f62000a295f198460080262000a0c565b1980831691505092915050565b5f62000a43838362000a18565b9150826002028217905092915050565b62000a5e8262000825565b67ffffffffffffffff81111562000a7a5762000a79620004d1565b5b62000a8682546200085c565b62000a93828285620009bc565b5f60209050601f83116001811462000ac9575f841562000ab4578287015190505b62000ac0858262000a36565b86555062000b2f565b601f19841662000ad98662000890565b5f5b8281101562000b025784890151825560018201915060208501945060208101905062000adb565b8683101562000b22578489015162000b1e601f89168262000a18565b8355505b6001600288020188555050505b505050505050565b5f82825260208201905092915050565b7f455243323938313a206672616374696f6e20746f6f20686967680000000000005f82015250565b5f62000b7d601a8362000b37565b915062000b8a8262000b47565b602082019050919050565b5f6020820190508181035f83015262000bae8162000b6f565b9050919050565b7f455243323938313a20696e76616c6964207265636569766572000000000000005f82015250565b5f62000beb60198362000b37565b915062000bf88262000bb5565b602082019050919050565b5f6020820190508181035f83015262000c1c8162000bdd565b9050919050565b61363e8062000c315f395ff3fe608060405234801561000f575f80fd5b506004361061011e575f3560e01c80634e1273f4116100ab578063a22cb4651161006f578063a22cb46514610317578063e985e9c514610333578063f242432a14610363578063f2fde38b1461037f578063fca3b5aa1461039b5761011e565b80634e1273f41461028757806357f7789e146102b7578063715018a6146102d35780638c7ea24b146102dd5780638da5cb5b146102f95761011e565b80630e89341c116100f25780630e89341c146101be5780631e3bcc8e146101ee5780632a55205a1461020a5780632eb2c2d61461023b57806340c10f19146102575761011e565b8062fdd58e1461012257806301ffc9a71461015257806306fdde031461018257806307546172146101a0575b5f80fd5b61013c60048036038101906101379190611e0f565b6103b7565b6040516101499190611e5c565b60405180910390f35b61016c60048036038101906101679190611eca565b61047a565b6040516101799190611f0f565b60405180910390f35b61018a61048b565b6040516101979190611fb2565b60405180910390f35b6101a8610517565b6040516101b59190611fe1565b60405180910390f35b6101d860048036038101906101d39190611ffa565b61053c565b6040516101e59190611fb2565b60405180910390f35b61020860048036038101906102039190612025565b6105dd565b005b610224600480360381019061021f9190612050565b6105f1565b60405161023292919061208e565b60405180910390f35b610255600480360381019061025091906122a5565b610645565b005b610271600480360381019061026c9190611e0f565b6106e6565b60405161027e9190611e5c565b60405180910390f35b6102a1600480360381019061029c9190612430565b610788565b6040516102ae919061255d565b60405180910390f35b6102d160048036038101906102cc919061261b565b61089f565b005b6102db6108ca565b005b6102f760048036038101906102f29190611e0f565b6108dd565b005b6103016108f3565b60405161030e9190611fe1565b60405180910390f35b610331600480360381019061032c919061269f565b61091b565b005b61034d600480360381019061034891906126dd565b610931565b60405161035a9190611f0f565b60405180910390f35b61037d6004803603810190610378919061271b565b6109bf565b005b61039960048036038101906103949190612025565b610a60565b005b6103b560048036038101906103b09190612025565b610ae2565b005b5f8073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610426576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161041d9061281e565b60405180910390fd5b5f808381526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b5f61048482610b2d565b9050919050565b6007805461049890612869565b80601f01602080910402602001604051908101604052809291908181526020018280546104c490612869565b801561050f5780601f106104e65761010080835404028352916020019161050f565b820191905f5260205f20905b8154815290600101906020018083116104f257829003601f168201915b505050505081565b60065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b606060085f8381526020019081526020015f20805461055a90612869565b80601f016020809104026020016040519081016040528092919081815260200182805461058690612869565b80156105d15780601f106105a8576101008083540402835291602001916105d1565b820191905f5260205f20905b8154815290600101906020018083116105b457829003601f168201915b50505050509050919050565b6105e5610ba6565b6105ee81610c24565b50565b5f805f6105fc610cdd565b6004548561060a91906128c6565b6106149190612934565b905060035f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff168192509250509250929050565b61064d610ce6565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16148061069357506106928561068d610ce6565b610931565b5b6106d2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106c9906129d4565b60405180910390fd5b6106df8585858585610ced565b5050505050565b5f3373ffffffffffffffffffffffffffffffffffffffff1660065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610776576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161076d90612a3c565b60405180910390fd5b61077f83610c24565b81905092915050565b606081518351146107ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107c590612aca565b60405180910390fd5b5f835167ffffffffffffffff8111156107ea576107e96120b9565b5b6040519080825280602002602001820160405280156108185781602001602082028036833780820191505090505b5090505f5b84518110156108945761086485828151811061083c5761083b612ae8565b5b602002602001015185838151811061085757610856612ae8565b5b60200260200101516103b7565b82828151811061087757610876612ae8565b5b6020026020010181815250508061088d90612b15565b905061081d565b508091505092915050565b6108a7610ba6565b8060085f8481526020019081526020015f2090816108c59190612cf9565b505050565b6108d2610ba6565b6108db5f610ffb565b565b6108e5610ba6565b6108ef82826110be565b5050565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61092d610926610ce6565b83836111c1565b5050565b5f60015f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16905092915050565b6109c7610ce6565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161480610a0d5750610a0c85610a07610ce6565b610931565b5b610a4c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a43906129d4565b60405180910390fd5b610a598585858585611328565b5050505050565b610a68610ba6565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610ad6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610acd90612e38565b60405180910390fd5b610adf81610ffb565b50565b610aea610ba6565b8060065f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b5f7f2a55205a000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610b9f5750610b9e826115b1565b5b9050919050565b610bae610ce6565b73ffffffffffffffffffffffffffffffffffffffff16610bcc6108f3565b73ffffffffffffffffffffffffffffffffffffffff1614610c22576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c1990612ea0565b60405180910390fd5b565b610cda816009805480602002602001604051908101604052809291908181526020018280548015610c7257602002820191905f5260205f20905b815481526020019060010190808311610c5e575b5050505050600a805480602002602001604051908101604052809291908181526020018280548015610cc157602002820191905f5260205f20905b815481526020019060010190808311610cad575b505050505060405180602001604052805f815250611692565b50565b5f612710905090565b5f33905090565b8151835114610d31576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d2890612f2e565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603610d9f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d9690612fbc565b60405180910390fd5b5f610da8610ce6565b9050610db88187878787876118b2565b5f5b8451811015610f58575f858281518110610dd757610dd6612ae8565b5b602002602001015190505f858381518110610df557610df4612ae8565b5b602002602001015190505f805f8481526020019081526020015f205f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905081811015610e91576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e889061304a565b60405180910390fd5b8181035f808581526020019081526020015f205f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550815f808581526020019081526020015f205f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f828254610f3d9190613068565b9250508190555050505080610f5190612b15565b9050610dba565b508473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051610fcf92919061309b565b60405180910390a4610fe58187878787876118ba565b610ff38187878787876118c2565b505050505050565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6110c6610cdd565b811115611108576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110ff9061311a565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611176576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161116d90613182565b60405180910390fd5b8160035f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550806004819055505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361122f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161122690613210565b60405180910390fd5b8060015f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405161131b9190611f0f565b60405180910390a3505050565b5f73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603611396576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161138d90612fbc565b60405180910390fd5b5f61139f610ce6565b90505f6113ab85611a98565b90505f6113b785611a98565b90506113c78389898585896118b2565b5f805f8881526020019081526020015f205f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905085811015611459576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114509061304a565b60405180910390fd5b8581035f808981526020019081526020015f205f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550855f808981526020019081526020015f205f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8282546115059190613068565b925050819055508773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f628a8a60405161158292919061322e565b60405180910390a4611598848a8a86868a6118ba565b6115a6848a8a8a8a8a611b10565b505050505050505050565b5f7fd9b67a26000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061167b57507f0e89341c000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061168b575061168a82611ce6565b5b9050919050565b5f73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603611700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116f7906132c5565b60405180910390fd5b8151835114611744576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161173b90612f2e565b60405180910390fd5b5f61174d610ce6565b905061175d815f878787876118b2565b5f5b84518110156118105783818151811061177b5761177a612ae8565b5b60200260200101515f8087848151811061179857611797612ae8565b5b602002602001015181526020019081526020015f205f8873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8282546117f69190613068565b92505081905550808061180890612b15565b91505061175f565b508473ffffffffffffffffffffffffffffffffffffffff165f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb878760405161188792919061309b565b60405180910390a461189d815f878787876118ba565b6118ab815f878787876118c2565b5050505050565b505050505050565b505050505050565b6118e18473ffffffffffffffffffffffffffffffffffffffff16611d4f565b15611a90578373ffffffffffffffffffffffffffffffffffffffff1663bc197c8187878686866040518663ffffffff1660e01b8152600401611927959493929190613335565b6020604051808303815f875af192505050801561196257506040513d601f19601f8201168201806040525081019061195f91906133af565b60015b611a075761196e6133e6565b806308c379a0036119ca5750611982613405565b8061198d57506119cc565b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c19190611fb2565b60405180910390fd5b505b6040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119fe90613504565b60405180910390fd5b63bc197c8160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614611a8e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a8590613592565b60405180910390fd5b505b505050505050565b60605f600167ffffffffffffffff811115611ab657611ab56120b9565b5b604051908082528060200260200182016040528015611ae45781602001602082028036833780820191505090505b50905082815f81518110611afb57611afa612ae8565b5b60200260200101818152505080915050919050565b611b2f8473ffffffffffffffffffffffffffffffffffffffff16611d4f565b15611cde578373ffffffffffffffffffffffffffffffffffffffff1663f23a6e6187878686866040518663ffffffff1660e01b8152600401611b759594939291906135b0565b6020604051808303815f875af1925050508015611bb057506040513d601f19601f82011682018060405250810190611bad91906133af565b60015b611c5557611bbc6133e6565b806308c379a003611c185750611bd0613405565b80611bdb5750611c1a565b806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c0f9190611fb2565b60405180910390fd5b505b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c4c90613504565b60405180910390fd5b63f23a6e6160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614611cdc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cd390613592565b60405180910390fd5b505b505050505050565b5f7f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b5f808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b5f604051905090565b5f80fd5b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f611dab82611d82565b9050919050565b611dbb81611da1565b8114611dc5575f80fd5b50565b5f81359050611dd681611db2565b92915050565b5f819050919050565b611dee81611ddc565b8114611df8575f80fd5b50565b5f81359050611e0981611de5565b92915050565b5f8060408385031215611e2557611e24611d7a565b5b5f611e3285828601611dc8565b9250506020611e4385828601611dfb565b9150509250929050565b611e5681611ddc565b82525050565b5f602082019050611e6f5f830184611e4d565b92915050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b611ea981611e75565b8114611eb3575f80fd5b50565b5f81359050611ec481611ea0565b92915050565b5f60208284031215611edf57611ede611d7a565b5b5f611eec84828501611eb6565b91505092915050565b5f8115159050919050565b611f0981611ef5565b82525050565b5f602082019050611f225f830184611f00565b92915050565b5f81519050919050565b5f82825260208201905092915050565b5f5b83811015611f5f578082015181840152602081019050611f44565b5f8484015250505050565b5f601f19601f8301169050919050565b5f611f8482611f28565b611f8e8185611f32565b9350611f9e818560208601611f42565b611fa781611f6a565b840191505092915050565b5f6020820190508181035f830152611fca8184611f7a565b905092915050565b611fdb81611da1565b82525050565b5f602082019050611ff45f830184611fd2565b92915050565b5f6020828403121561200f5761200e611d7a565b5b5f61201c84828501611dfb565b91505092915050565b5f6020828403121561203a57612039611d7a565b5b5f61204784828501611dc8565b91505092915050565b5f806040838503121561206657612065611d7a565b5b5f61207385828601611dfb565b925050602061208485828601611dfb565b9150509250929050565b5f6040820190506120a15f830185611fd2565b6120ae6020830184611e4d565b9392505050565b5f80fd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b6120ef82611f6a565b810181811067ffffffffffffffff8211171561210e5761210d6120b9565b5b80604052505050565b5f612120611d71565b905061212c82826120e6565b919050565b5f67ffffffffffffffff82111561214b5761214a6120b9565b5b602082029050602081019050919050565b5f80fd5b5f61217261216d84612131565b612117565b905080838252602082019050602084028301858111156121955761219461215c565b5b835b818110156121be57806121aa8882611dfb565b845260208401935050602081019050612197565b5050509392505050565b5f82601f8301126121dc576121db6120b5565b5b81356121ec848260208601612160565b91505092915050565b5f80fd5b5f67ffffffffffffffff821115612213576122126120b9565b5b61221c82611f6a565b9050602081019050919050565b828183375f83830152505050565b5f612249612244846121f9565b612117565b905082815260208101848484011115612265576122646121f5565b5b612270848285612229565b509392505050565b5f82601f83011261228c5761228b6120b5565b5b813561229c848260208601612237565b91505092915050565b5f805f805f60a086880312156122be576122bd611d7a565b5b5f6122cb88828901611dc8565b95505060206122dc88828901611dc8565b945050604086013567ffffffffffffffff8111156122fd576122fc611d7e565b5b612309888289016121c8565b935050606086013567ffffffffffffffff81111561232a57612329611d7e565b5b612336888289016121c8565b925050608086013567ffffffffffffffff81111561235757612356611d7e565b5b61236388828901612278565b9150509295509295909350565b5f67ffffffffffffffff82111561238a576123896120b9565b5b602082029050602081019050919050565b5f6123ad6123a884612370565b612117565b905080838252602082019050602084028301858111156123d0576123cf61215c565b5b835b818110156123f957806123e58882611dc8565b8452602084019350506020810190506123d2565b5050509392505050565b5f82601f830112612417576124166120b5565b5b813561242784826020860161239b565b91505092915050565b5f806040838503121561244657612445611d7a565b5b5f83013567ffffffffffffffff81111561246357612462611d7e565b5b61246f85828601612403565b925050602083013567ffffffffffffffff8111156124905761248f611d7e565b5b61249c858286016121c8565b9150509250929050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b6124d881611ddc565b82525050565b5f6124e983836124cf565b60208301905092915050565b5f602082019050919050565b5f61250b826124a6565b61251581856124b0565b9350612520836124c0565b805f5b8381101561255057815161253788826124de565b9750612542836124f5565b925050600181019050612523565b5085935050505092915050565b5f6020820190508181035f8301526125758184612501565b905092915050565b5f67ffffffffffffffff821115612597576125966120b9565b5b6125a082611f6a565b9050602081019050919050565b5f6125bf6125ba8461257d565b612117565b9050828152602081018484840111156125db576125da6121f5565b5b6125e6848285612229565b509392505050565b5f82601f830112612602576126016120b5565b5b81356126128482602086016125ad565b91505092915050565b5f806040838503121561263157612630611d7a565b5b5f61263e85828601611dfb565b925050602083013567ffffffffffffffff81111561265f5761265e611d7e565b5b61266b858286016125ee565b9150509250929050565b61267e81611ef5565b8114612688575f80fd5b50565b5f8135905061269981612675565b92915050565b5f80604083850312156126b5576126b4611d7a565b5b5f6126c285828601611dc8565b92505060206126d38582860161268b565b9150509250929050565b5f80604083850312156126f3576126f2611d7a565b5b5f61270085828601611dc8565b925050602061271185828601611dc8565b9150509250929050565b5f805f805f60a0868803121561273457612733611d7a565b5b5f61274188828901611dc8565b955050602061275288828901611dc8565b945050604061276388828901611dfb565b935050606061277488828901611dfb565b925050608086013567ffffffffffffffff81111561279557612794611d7e565b5b6127a188828901612278565b9150509295509295909350565b7f455243313135353a2061646472657373207a65726f206973206e6f74206120765f8201527f616c6964206f776e657200000000000000000000000000000000000000000000602082015250565b5f612808602a83611f32565b9150612813826127ae565b604082019050919050565b5f6020820190508181035f830152612835816127fc565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168061288057607f821691505b6020821081036128935761289261283c565b5b50919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f6128d082611ddc565b91506128db83611ddc565b92508282026128e981611ddc565b91508282048414831517612900576128ff612899565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f61293e82611ddc565b915061294983611ddc565b92508261295957612958612907565b5b828204905092915050565b7f455243313135353a2063616c6c6572206973206e6f7420746f6b656e206f776e5f8201527f6572206f7220617070726f766564000000000000000000000000000000000000602082015250565b5f6129be602e83611f32565b91506129c982612964565b604082019050919050565b5f6020820190508181035f8301526129eb816129b2565b9050919050565b7f556e617574686f72697a6564206d696e746572000000000000000000000000005f82015250565b5f612a26601383611f32565b9150612a31826129f2565b602082019050919050565b5f6020820190508181035f830152612a5381612a1a565b9050919050565b7f455243313135353a206163636f756e747320616e6420696473206c656e6774685f8201527f206d69736d617463680000000000000000000000000000000000000000000000602082015250565b5f612ab4602983611f32565b9150612abf82612a5a565b604082019050919050565b5f6020820190508181035f830152612ae181612aa8565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f612b1f82611ddc565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203612b5157612b50612899565b5b600182019050919050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f60088302612bb87fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82612b7d565b612bc28683612b7d565b95508019841693508086168417925050509392505050565b5f819050919050565b5f612bfd612bf8612bf384611ddc565b612bda565b611ddc565b9050919050565b5f819050919050565b612c1683612be3565b612c2a612c2282612c04565b848454612b89565b825550505050565b5f90565b612c3e612c32565b612c49818484612c0d565b505050565b5b81811015612c6c57612c615f82612c36565b600181019050612c4f565b5050565b601f821115612cb157612c8281612b5c565b612c8b84612b6e565b81016020851015612c9a578190505b612cae612ca685612b6e565b830182612c4e565b50505b505050565b5f82821c905092915050565b5f612cd15f1984600802612cb6565b1980831691505092915050565b5f612ce98383612cc2565b9150826002028217905092915050565b612d0282611f28565b67ffffffffffffffff811115612d1b57612d1a6120b9565b5b612d258254612869565b612d30828285612c70565b5f60209050601f831160018114612d61575f8415612d4f578287015190505b612d598582612cde565b865550612dc0565b601f198416612d6f86612b5c565b5f5b82811015612d9657848901518255600182019150602085019450602081019050612d71565b86831015612db35784890151612daf601f891682612cc2565b8355505b6001600288020188555050505b505050505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f612e22602683611f32565b9150612e2d82612dc8565b604082019050919050565b5f6020820190508181035f830152612e4f81612e16565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f612e8a602083611f32565b9150612e9582612e56565b602082019050919050565b5f6020820190508181035f830152612eb781612e7e565b9050919050565b7f455243313135353a2069647320616e6420616d6f756e7473206c656e677468205f8201527f6d69736d61746368000000000000000000000000000000000000000000000000602082015250565b5f612f18602883611f32565b9150612f2382612ebe565b604082019050919050565b5f6020820190508181035f830152612f4581612f0c565b9050919050565b7f455243313135353a207472616e7366657220746f20746865207a65726f2061645f8201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b5f612fa6602583611f32565b9150612fb182612f4c565b604082019050919050565b5f6020820190508181035f830152612fd381612f9a565b9050919050565b7f455243313135353a20696e73756666696369656e742062616c616e636520666f5f8201527f72207472616e7366657200000000000000000000000000000000000000000000602082015250565b5f613034602a83611f32565b915061303f82612fda565b604082019050919050565b5f6020820190508181035f83015261306181613028565b9050919050565b5f61307282611ddc565b915061307d83611ddc565b925082820190508082111561309557613094612899565b5b92915050565b5f6040820190508181035f8301526130b38185612501565b905081810360208301526130c78184612501565b90509392505050565b7f455243323938313a206672616374696f6e20746f6f20686967680000000000005f82015250565b5f613104601a83611f32565b915061310f826130d0565b602082019050919050565b5f6020820190508181035f830152613131816130f8565b9050919050565b7f455243323938313a20696e76616c6964207265636569766572000000000000005f82015250565b5f61316c601983611f32565b915061317782613138565b602082019050919050565b5f6020820190508181035f83015261319981613160565b9050919050565b7f455243313135353a2073657474696e6720617070726f76616c207374617475735f8201527f20666f722073656c660000000000000000000000000000000000000000000000602082015250565b5f6131fa602983611f32565b9150613205826131a0565b604082019050919050565b5f6020820190508181035f830152613227816131ee565b9050919050565b5f6040820190506132415f830185611e4d565b61324e6020830184611e4d565b9392505050565b7f455243313135353a206d696e7420746f20746865207a65726f206164647265735f8201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b5f6132af602183611f32565b91506132ba82613255565b604082019050919050565b5f6020820190508181035f8301526132dc816132a3565b9050919050565b5f81519050919050565b5f82825260208201905092915050565b5f613307826132e3565b61331181856132ed565b9350613321818560208601611f42565b61332a81611f6a565b840191505092915050565b5f60a0820190506133485f830188611fd2565b6133556020830187611fd2565b81810360408301526133678186612501565b9050818103606083015261337b8185612501565b9050818103608083015261338f81846132fd565b90509695505050505050565b5f815190506133a981611ea0565b92915050565b5f602082840312156133c4576133c3611d7a565b5b5f6133d18482850161339b565b91505092915050565b5f8160e01c9050919050565b5f60033d11156134025760045f803e6133ff5f516133da565b90505b90565b5f60443d1061349157613416611d71565b60043d036004823e80513d602482011167ffffffffffffffff8211171561343e575050613491565b808201805167ffffffffffffffff81111561345c5750505050613491565b80602083010160043d038501811115613479575050505050613491565b613488826020018501866120e6565b82955050505050505b90565b7f455243313135353a207472616e7366657220746f206e6f6e2d455243313135355f8201527f526563656976657220696d706c656d656e746572000000000000000000000000602082015250565b5f6134ee603483611f32565b91506134f982613494565b604082019050919050565b5f6020820190508181035f83015261351b816134e2565b9050919050565b7f455243313135353a204552433131353552656365697665722072656a656374655f8201527f6420746f6b656e73000000000000000000000000000000000000000000000000602082015250565b5f61357c602883611f32565b915061358782613522565b604082019050919050565b5f6020820190508181035f8301526135a981613570565b9050919050565b5f60a0820190506135c35f830188611fd2565b6135d06020830187611fd2565b6135dd6040830186611e4d565b6135ea6060830185611e4d565b81810360808301526135fc81846132fd565b9050969550505050505056fea26469706673582212204914de3615fe497431ccebc624c556214047f67137d0074ab7295cbc057a585464736f6c634300081500330000000000000000000000000000000000000000000000000000000000000100000000000000000000000000cac5bc39ea6719bc005883e7d2836af25d9441460000000000000000000000003f19ef86498fb8f5ca555a3b5ab6b25f3eab406c00000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000ec0000000000000000000000000000000000000000000000000000000000000158000000000000000000000000000000000000000000000000000000000000000065369657272610000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068d646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f6749434a755957316c496a6f67496c4e705a584a7959534174494642735958526c49454d694c416f6749434a6a636d56686447566b58324a35496a6f67496b3168644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e6a636d6c7764476c766269493649434a51624746305a53424449436844655746754b5342765a69425461575679636d4567596e6b6754574630644342455a584e4d595856796157567963793563626c787555326c6c636e4a6849476c7a4947456763326c755a32786c4947393164484231644342765a6942684947646c626d567959585270646d55675957786e62334a70644768744c43427a5a57786c5933526c5a434268625739755a79426a623356756447786c63334d676158526c636d463061573975637977675957356b49485231636d356c5a434270626e52764947456761476c6e61434278645746736158523549484e6a636d566c62694277636d6c75644342706269426a6232787359574a76636d463061573975494864706447676751585a68626e516751584a305a53346751584d6763474679644342765a69423061476c7a4948427962324e6c63334d7349474567593239736233567949484e6c6347467959585270623234676447566a614735706358566c4948646863794268634842736157566b494852764948526f5a534268636e523362334a724c43426b5a574e76626e4e30636e566a64476c755a79427064434270626e527649454e3559573473494531685a3256756447457349466c6c62477876647977675957356b49454a7359574e724943684454566c4c4b53426a6232787664584967634778686447567a4c6942556147556763484a70626e526c5a43426c5a476c3061573975494864686379426859324e7662584268626d6c6c5a43426965534268494752705a326c3059577767636d56735a57467a5a53427062694230614755675a6d3979625342765a694246556b4d744d5445314e53424f526c527a4c434233614756795a53426c59574e6f494852766132567549484a6c63484a6c6332567564484d675953427a6157356e624755675932397362335679494842735958526c4c69425561476c7a49485276613256754c434251624746305a5342444c43426d5a57463064584a6c6379426849474a7064473168634342755a57646864476c325a5342765a6942306147556751336c6862694270626d7367624746355a58497349484a6c626d526c636d566b49486470644767676447687664584e68626d527a4947396d49484e74595778734947527664484d754946526f5a5342696247466a61794268626d516764326870644755675a47567a6157647549476c7a49476c7563334270636d566b49474a354948526f5a53423359586b676447686864434268494778705a3268304c584e6c626e4e7064476c325a53426c6258567363326c766269427063794268634842736157566b49485276494745676347683563326c6a595777676257567a614334675647686c633255675a6d39316369426b615764706447467349454e4e57557367554778686447567a49474e68626942695a5342795a574e76626e4e30636e566a6447566b4948527649475a76636d30675953426d6457787349474e76624739316369426a6232317762334e706447557349473170636e4a76636d6c755a794230614755675a6d6c755957776763484a70626e526c5a434268636e523362334a724c69425461575679636d456761584d6759534277636d39715a574e304948526f5958516763334268626e4d6759574e7962334e7a494752705a326c30595777675957356b49474675595778765a7942745a5752705953776759574e306157356e4947467a49474567633352315a486b67615734676447686c49475235626d467461574e7a4947396d49474e76624739316369427a59326c6c626d4e6c494746755a4342306147556763484a70626e527459577470626d636763484a765932567a637934694c416f6749434a706257466e5a53493649434a7063475a7a4f6938765557316961486c4d615530334f45643362307034616a4645536a6c4b566c705452566c4557586f345a465a3462314a74566b64695546684b553031776479497343694167496d6c745957646c583356796243493649434a7063475a7a4f6938765557316961486c4d615530334f45643362307034616a4645536a6c4b566c705452566c4557586f345a465a3462314a74566b64695546684b553031776479494b66513d3d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000695646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f6749434a755957316c496a6f67496c4e705a584a7959534174494642735958526c494530694c416f6749434a6a636d56686447566b58324a35496a6f67496b3168644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e6a636d6c7764476c766269493649434a51624746305a53424e4943684e5957646c626e52684b5342765a69425461575679636d4567596e6b6754574630644342455a584e4d595856796157567963793563626c787555326c6c636e4a6849476c7a4947456763326c755a32786c4947393164484231644342765a6942684947646c626d567959585270646d55675957786e62334a70644768744c43427a5a57786c5933526c5a434268625739755a79426a623356756447786c63334d676158526c636d463061573975637977675957356b49485231636d356c5a434270626e52764947456761476c6e61434278645746736158523549484e6a636d566c62694277636d6c75644342706269426a6232787359574a76636d463061573975494864706447676751585a68626e516751584a305a53346751584d6763474679644342765a69423061476c7a4948427962324e6c63334d7349474567593239736233567949484e6c6347467959585270623234676447566a614735706358566c4948646863794268634842736157566b494852764948526f5a534268636e523362334a724c43426b5a574e76626e4e30636e566a64476c755a79427064434270626e527649454e3559573473494531685a3256756447457349466c6c62477876647977675957356b49454a7359574e724943684454566c4c4b53426a6232787664584967634778686447567a4c6942556147556763484a70626e526c5a43426c5a476c3061573975494864686379426859324e7662584268626d6c6c5a43426965534268494752705a326c3059577767636d56735a57467a5a53427062694230614755675a6d3979625342765a694246556b4d744d5445314e53424f526c527a4c434233614756795a53426c59574e6f494852766132567549484a6c63484a6c6332567564484d675953427a6157356e624755675932397362335679494842735958526c4c69425561476c7a49485276613256754c434251624746305a53424e4c43426d5a57463064584a6c6379426849474a7064473168634342755a57646864476c325a5342765a694230614755675457466e5a57353059534270626d7367624746355a58497349484a6c626d526c636d566b49486470644767676447687664584e68626d527a4947396d49484e74595778734947527664484d754946526f5a5342696247466a61794268626d516764326870644755675a47567a6157647549476c7a49476c7563334270636d566b49474a354948526f5a53423359586b676447686864434268494778705a3268304c584e6c626e4e7064476c325a53426c6258567363326c766269427063794268634842736157566b49485276494745676347683563326c6a595777676257567a614334675647686c633255675a6d39316369426b615764706447467349454e4e57557367554778686447567a49474e68626942695a5342795a574e76626e4e30636e566a6447566b4948527649475a76636d30675953426d6457787349474e76624739316369426a6232317762334e706447557349473170636e4a76636d6c755a794230614755675a6d6c755957776763484a70626e526c5a434268636e523362334a724c69425461575679636d456761584d6759534277636d39715a574e304948526f5958516763334268626e4d6759574e7962334e7a494752705a326c30595777675957356b49474675595778765a7942745a5752705953776759574e306157356e4947467a49474567633352315a486b67615734676447686c49475235626d467461574e7a4947396d49474e76624739316369427a59326c6c626d4e6c494746755a4342306147556763484a70626e527459577470626d636763484a765932567a637934694c416f6749434a706257466e5a53493649434a7063475a7a4f69387655573154616c4a7751565653566d5935626b4a354f46705a5a314a6153457469616d316d55465a755455685464305a5754485131634649304d6b73325579497343694167496d6c745957646c583356796243493649434a7063475a7a4f69387655573154616c4a7751565653566d5935626b4a354f46705a5a314a6153457469616d316d55465a755455685464305a5754485131634649304d6b73325579494b66513d3d00000000000000000000000000000000000000000000000000000000000000000000000000000000000691646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f6749434a755957316c496a6f67496c4e705a584a7959534174494642735958526c49466b694c416f6749434a6a636d56686447566b58324a35496a6f67496b3168644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e6a636d6c7764476c766269493649434a51624746305a53425a4943685a5a577873623363704947396d49464e705a584a79595342696553424e595852304945526c6330786864584a705a584a7a4c6c78755847355461575679636d456761584d675953427a6157356e6247556762335630634856304947396d494745675a3256755a584a6864476c325a53426862476476636d6c306147307349484e6c6247566a6447566b494746746232356e49474e76645735306247567a6379427064475679595852706232357a4c434268626d516764485679626d566b49476c75644738675953426f6157646f494846315957787064486b6763324e795a575675494842796157353049476c7549474e7662477868596d3979595852706232346764326c3061434242646d467564434242636e526c4c6942426379427759584a304947396d4948526f61584d6763484a765932567a637977675953426a62327876645849676332567759584a6864476c76626942305a574e6f626d6c78645755676432467a49474677634778705a575167644738676447686c4947467964486476636d73734947526c593239756333527964574e306157356e49476c3049476c756447386751336c68626977675457466e5a5735305953776757575673624739334c434268626d5167516d7868593273674b454e4e5755737049474e766247393163694277624746305a584d754946526f5a534277636d6c756447566b4947566b61585270623234676432467a4947466a59323974634746756157566b49474a35494745675a476c6e61585268624342795a57786c59584e6c49476c754948526f5a53426d62334a744947396d49455653517930784d5455314945354756484d734948646f5a584a6c4947566859326767644739725a573467636d5677636d567a5a5735306379426849484e70626d64735a53426a623278766458496763477868644755754946526f61584d67644739725a573473494642735958526c49466b7349475a6c59585231636d567a49474567596d6c30625746774947356c5a32463061585a6c4947396d4948526f5a53425a5a577873623363676157357249477868655756794c4342795a57356b5a584a6c5a4342336158526f4948526f6233567a5957356b637942765a69427a625746736243426b6233527a4c69425561475567596d7868593273675957356b4948646f6158526c4947526c63326c6e6269427063794270626e4e7761584a6c5a4342696553423061475567643246354948526f59585167595342736157646f6443317a5a57357a61585270646d55675a57313162484e706232346761584d675958427762476c6c5a434230627942684948426f65584e70593246734947316c633267754946526f5a584e6c49475a76645849675a476c6e615852686243424454566c4c494642735958526c6379426a59573467596d5567636d566a6232357a64484a315933526c5a4342306279426d62334a74494745675a6e56736243426a6232787664584967593239746347397a6158526c4c43427461584a7962334a70626d63676447686c49475a70626d467349484279615735305a57516759584a30643239796179346755326c6c636e4a6849476c7a4947456763484a76616d566a644342306147463049484e775957357a4947466a636d397a6379426b6157647064474673494746755a434268626d4673623263676257566b615745734947466a64476c755a7942686379426849484e306457523549476c754948526f5a53426b6557356862576c6a637942765a69426a623278766458496763324e705a57356a5a534268626d51676447686c4948427961573530625746726157356e4948427962324e6c63334d754969774b49434169615731685a3255694f6941696158426d637a6f764c3146745a6b524d5a3341324f58564f626b683255554a795233453161323959596d314357464a5a5a553570526e466e556e5a615245747163585653646e49694c416f6749434a706257466e5a563931636d77694f6941696158426d637a6f764c3146745a6b524d5a3341324f58564f626b683255554a795233453161323959596d314357464a5a5a553570526e466e556e5a615245747163585653646e4969436e303d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068d646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f6749434a755957316c496a6f67496c4e705a584a7959534174494642735958526c494573694c416f6749434a6a636d56686447566b58324a35496a6f67496b3168644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e6a636d6c7764476c766269493649434a51624746305a53424c494368436247466a61796b676232596755326c6c636e4a6849474a3549453168644851675247567a54474631636d6c6c636e4d7558473563626c4e705a584a79595342706379426849484e70626d64735a5342766458527764585167623259675953426e5a57356c636d463061585a6c494746735a3239796158526f62537767633256735a574e305a57516759573176626d636759323931626e52735a584e7a49476c305a584a6864476c76626e4d73494746755a43423064584a755a5751676157353062794268494768705a3267676358566862476c306553427a59334a6c5a57346763484a70626e516761573467593239736247466962334a6864476c76626942336158526f494546325957353049454679644755754945467a49484268636e5167623259676447687063794277636d396a5a584e7a4c43426849474e76624739316369427a5a584268636d4630615739754948526c59326875615846315a53423359584d675958427762476c6c5a434230627942306147556759584a3064323979617977675a47566a6232357a64484a3159335270626d6367615851676157353062794244655746754c43424e5957646c626e52684c43425a5a57787362336373494746755a4342436247466a6179416f5130315a53796b675932397362335679494842735958526c637934675647686c49484279615735305a5751675a57527064476c766269423359584d6759574e6a62323177595735705a575167596e6b675953426b615764706447467349484a6c6247566863325567615734676447686c49475a76636d30676232596752564a444c5445784e545567546b5a55637977676432686c636d55675a57466a614342306232746c626942795a5842795a584e6c626e527a4947456763326c755a32786c49474e766247393163694277624746305a53346756476870637942306232746c626977675547786864475567537977675a6d5668644856795a584d67595342696158527459584167626d566e59585270646d5567623259676447686c49454a7359574e7249476c756179427359586c6c63697767636d56755a4756795a57516764326c306143423061473931633246755a484d676232596763323168624777675a473930637934675647686c49474a7359574e72494746755a43423361476c305a53426b5a584e705a32346761584d676157357a63476c795a575167596e6b676447686c4948646865534230614746304947456762476c6e614851746332567563326c3061585a6c494756746457787a6157397549476c7a49474677634778705a575167644738675953427761486c7a61574e68624342745a584e6f4c6942556147567a5a53426d62335679494752705a326c30595777675130315a53794251624746305a584d675932467549474a6c49484a6c593239756333527964574e305a575167644738675a6d39796253426849475a3162477767593239736233567949474e766258427663326c305a53776762576c79636d39796157356e4948526f5a53426d6157356862434277636d6c756447566b4947467964486476636d737549464e705a584a795953427063794268494842796232706c59335167644768686443427a634746756379426859334a7663334d675a476c6e6158526862434268626d5167595735686247396e4947316c5a476c684c43426859335270626d636759584d675953427a6448566b6553427062694230614755675a486c755957317059334d6762325967593239736233567949484e6a61575675593255675957356b4948526f5a534277636d6c756447316861326c755a794277636d396a5a584e7a4c69497343694167496d6c745957646c496a6f67496d6c775a6e4d364c79395262575657526b3433546d46706147644761316f355955524265446447516e70445a6e4a34533068444e5531344e466f7a5a457848516d6431576c4e784969774b49434169615731685a32566664584a73496a6f67496d6c775a6e4d364c79395262575657526b3433546d46706147644761316f355955524265446447516e70445a6e4a34533068444e5531344e466f7a5a457848516d6431576c4e784967703900000000000000000000000000000000000000

Deployed Bytecode

0x608060405234801561000f575f80fd5b506004361061011e575f3560e01c80634e1273f4116100ab578063a22cb4651161006f578063a22cb46514610317578063e985e9c514610333578063f242432a14610363578063f2fde38b1461037f578063fca3b5aa1461039b5761011e565b80634e1273f41461028757806357f7789e146102b7578063715018a6146102d35780638c7ea24b146102dd5780638da5cb5b146102f95761011e565b80630e89341c116100f25780630e89341c146101be5780631e3bcc8e146101ee5780632a55205a1461020a5780632eb2c2d61461023b57806340c10f19146102575761011e565b8062fdd58e1461012257806301ffc9a71461015257806306fdde031461018257806307546172146101a0575b5f80fd5b61013c60048036038101906101379190611e0f565b6103b7565b6040516101499190611e5c565b60405180910390f35b61016c60048036038101906101679190611eca565b61047a565b6040516101799190611f0f565b60405180910390f35b61018a61048b565b6040516101979190611fb2565b60405180910390f35b6101a8610517565b6040516101b59190611fe1565b60405180910390f35b6101d860048036038101906101d39190611ffa565b61053c565b6040516101e59190611fb2565b60405180910390f35b61020860048036038101906102039190612025565b6105dd565b005b610224600480360381019061021f9190612050565b6105f1565b60405161023292919061208e565b60405180910390f35b610255600480360381019061025091906122a5565b610645565b005b610271600480360381019061026c9190611e0f565b6106e6565b60405161027e9190611e5c565b60405180910390f35b6102a1600480360381019061029c9190612430565b610788565b6040516102ae919061255d565b60405180910390f35b6102d160048036038101906102cc919061261b565b61089f565b005b6102db6108ca565b005b6102f760048036038101906102f29190611e0f565b6108dd565b005b6103016108f3565b60405161030e9190611fe1565b60405180910390f35b610331600480360381019061032c919061269f565b61091b565b005b61034d600480360381019061034891906126dd565b610931565b60405161035a9190611f0f565b60405180910390f35b61037d6004803603810190610378919061271b565b6109bf565b005b61039960048036038101906103949190612025565b610a60565b005b6103b560048036038101906103b09190612025565b610ae2565b005b5f8073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610426576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161041d9061281e565b60405180910390fd5b5f808381526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b5f61048482610b2d565b9050919050565b6007805461049890612869565b80601f01602080910402602001604051908101604052809291908181526020018280546104c490612869565b801561050f5780601f106104e65761010080835404028352916020019161050f565b820191905f5260205f20905b8154815290600101906020018083116104f257829003601f168201915b505050505081565b60065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b606060085f8381526020019081526020015f20805461055a90612869565b80601f016020809104026020016040519081016040528092919081815260200182805461058690612869565b80156105d15780601f106105a8576101008083540402835291602001916105d1565b820191905f5260205f20905b8154815290600101906020018083116105b457829003601f168201915b50505050509050919050565b6105e5610ba6565b6105ee81610c24565b50565b5f805f6105fc610cdd565b6004548561060a91906128c6565b6106149190612934565b905060035f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff168192509250509250929050565b61064d610ce6565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16148061069357506106928561068d610ce6565b610931565b5b6106d2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106c9906129d4565b60405180910390fd5b6106df8585858585610ced565b5050505050565b5f3373ffffffffffffffffffffffffffffffffffffffff1660065f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610776576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161076d90612a3c565b60405180910390fd5b61077f83610c24565b81905092915050565b606081518351146107ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107c590612aca565b60405180910390fd5b5f835167ffffffffffffffff8111156107ea576107e96120b9565b5b6040519080825280602002602001820160405280156108185781602001602082028036833780820191505090505b5090505f5b84518110156108945761086485828151811061083c5761083b612ae8565b5b602002602001015185838151811061085757610856612ae8565b5b60200260200101516103b7565b82828151811061087757610876612ae8565b5b6020026020010181815250508061088d90612b15565b905061081d565b508091505092915050565b6108a7610ba6565b8060085f8481526020019081526020015f2090816108c59190612cf9565b505050565b6108d2610ba6565b6108db5f610ffb565b565b6108e5610ba6565b6108ef82826110be565b5050565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61092d610926610ce6565b83836111c1565b5050565b5f60015f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16905092915050565b6109c7610ce6565b73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161480610a0d5750610a0c85610a07610ce6565b610931565b5b610a4c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a43906129d4565b60405180910390fd5b610a598585858585611328565b5050505050565b610a68610ba6565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610ad6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610acd90612e38565b60405180910390fd5b610adf81610ffb565b50565b610aea610ba6565b8060065f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b5f7f2a55205a000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610b9f5750610b9e826115b1565b5b9050919050565b610bae610ce6565b73ffffffffffffffffffffffffffffffffffffffff16610bcc6108f3565b73ffffffffffffffffffffffffffffffffffffffff1614610c22576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c1990612ea0565b60405180910390fd5b565b610cda816009805480602002602001604051908101604052809291908181526020018280548015610c7257602002820191905f5260205f20905b815481526020019060010190808311610c5e575b5050505050600a805480602002602001604051908101604052809291908181526020018280548015610cc157602002820191905f5260205f20905b815481526020019060010190808311610cad575b505050505060405180602001604052805f815250611692565b50565b5f612710905090565b5f33905090565b8151835114610d31576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d2890612f2e565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603610d9f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d9690612fbc565b60405180910390fd5b5f610da8610ce6565b9050610db88187878787876118b2565b5f5b8451811015610f58575f858281518110610dd757610dd6612ae8565b5b602002602001015190505f858381518110610df557610df4612ae8565b5b602002602001015190505f805f8481526020019081526020015f205f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905081811015610e91576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e889061304a565b60405180910390fd5b8181035f808581526020019081526020015f205f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550815f808581526020019081526020015f205f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f828254610f3d9190613068565b9250508190555050505080610f5190612b15565b9050610dba565b508473ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051610fcf92919061309b565b60405180910390a4610fe58187878787876118ba565b610ff38187878787876118c2565b505050505050565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6110c6610cdd565b811115611108576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110ff9061311a565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611176576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161116d90613182565b60405180910390fd5b8160035f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550806004819055505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361122f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161122690613210565b60405180910390fd5b8060015f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405161131b9190611f0f565b60405180910390a3505050565b5f73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603611396576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161138d90612fbc565b60405180910390fd5b5f61139f610ce6565b90505f6113ab85611a98565b90505f6113b785611a98565b90506113c78389898585896118b2565b5f805f8881526020019081526020015f205f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905085811015611459576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114509061304a565b60405180910390fd5b8581035f808981526020019081526020015f205f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550855f808981526020019081526020015f205f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8282546115059190613068565b925050819055508773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f628a8a60405161158292919061322e565b60405180910390a4611598848a8a86868a6118ba565b6115a6848a8a8a8a8a611b10565b505050505050505050565b5f7fd9b67a26000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061167b57507f0e89341c000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061168b575061168a82611ce6565b5b9050919050565b5f73ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603611700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116f7906132c5565b60405180910390fd5b8151835114611744576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161173b90612f2e565b60405180910390fd5b5f61174d610ce6565b905061175d815f878787876118b2565b5f5b84518110156118105783818151811061177b5761177a612ae8565b5b60200260200101515f8087848151811061179857611797612ae8565b5b602002602001015181526020019081526020015f205f8873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8282546117f69190613068565b92505081905550808061180890612b15565b91505061175f565b508473ffffffffffffffffffffffffffffffffffffffff165f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb878760405161188792919061309b565b60405180910390a461189d815f878787876118ba565b6118ab815f878787876118c2565b5050505050565b505050505050565b505050505050565b6118e18473ffffffffffffffffffffffffffffffffffffffff16611d4f565b15611a90578373ffffffffffffffffffffffffffffffffffffffff1663bc197c8187878686866040518663ffffffff1660e01b8152600401611927959493929190613335565b6020604051808303815f875af192505050801561196257506040513d601f19601f8201168201806040525081019061195f91906133af565b60015b611a075761196e6133e6565b806308c379a0036119ca5750611982613405565b8061198d57506119cc565b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c19190611fb2565b60405180910390fd5b505b6040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119fe90613504565b60405180910390fd5b63bc197c8160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614611a8e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a8590613592565b60405180910390fd5b505b505050505050565b60605f600167ffffffffffffffff811115611ab657611ab56120b9565b5b604051908082528060200260200182016040528015611ae45781602001602082028036833780820191505090505b50905082815f81518110611afb57611afa612ae8565b5b60200260200101818152505080915050919050565b611b2f8473ffffffffffffffffffffffffffffffffffffffff16611d4f565b15611cde578373ffffffffffffffffffffffffffffffffffffffff1663f23a6e6187878686866040518663ffffffff1660e01b8152600401611b759594939291906135b0565b6020604051808303815f875af1925050508015611bb057506040513d601f19601f82011682018060405250810190611bad91906133af565b60015b611c5557611bbc6133e6565b806308c379a003611c185750611bd0613405565b80611bdb5750611c1a565b806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c0f9190611fb2565b60405180910390fd5b505b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c4c90613504565b60405180910390fd5b63f23a6e6160e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614611cdc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cd390613592565b60405180910390fd5b505b505050505050565b5f7f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b5f808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b5f604051905090565b5f80fd5b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f611dab82611d82565b9050919050565b611dbb81611da1565b8114611dc5575f80fd5b50565b5f81359050611dd681611db2565b92915050565b5f819050919050565b611dee81611ddc565b8114611df8575f80fd5b50565b5f81359050611e0981611de5565b92915050565b5f8060408385031215611e2557611e24611d7a565b5b5f611e3285828601611dc8565b9250506020611e4385828601611dfb565b9150509250929050565b611e5681611ddc565b82525050565b5f602082019050611e6f5f830184611e4d565b92915050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b611ea981611e75565b8114611eb3575f80fd5b50565b5f81359050611ec481611ea0565b92915050565b5f60208284031215611edf57611ede611d7a565b5b5f611eec84828501611eb6565b91505092915050565b5f8115159050919050565b611f0981611ef5565b82525050565b5f602082019050611f225f830184611f00565b92915050565b5f81519050919050565b5f82825260208201905092915050565b5f5b83811015611f5f578082015181840152602081019050611f44565b5f8484015250505050565b5f601f19601f8301169050919050565b5f611f8482611f28565b611f8e8185611f32565b9350611f9e818560208601611f42565b611fa781611f6a565b840191505092915050565b5f6020820190508181035f830152611fca8184611f7a565b905092915050565b611fdb81611da1565b82525050565b5f602082019050611ff45f830184611fd2565b92915050565b5f6020828403121561200f5761200e611d7a565b5b5f61201c84828501611dfb565b91505092915050565b5f6020828403121561203a57612039611d7a565b5b5f61204784828501611dc8565b91505092915050565b5f806040838503121561206657612065611d7a565b5b5f61207385828601611dfb565b925050602061208485828601611dfb565b9150509250929050565b5f6040820190506120a15f830185611fd2565b6120ae6020830184611e4d565b9392505050565b5f80fd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b6120ef82611f6a565b810181811067ffffffffffffffff8211171561210e5761210d6120b9565b5b80604052505050565b5f612120611d71565b905061212c82826120e6565b919050565b5f67ffffffffffffffff82111561214b5761214a6120b9565b5b602082029050602081019050919050565b5f80fd5b5f61217261216d84612131565b612117565b905080838252602082019050602084028301858111156121955761219461215c565b5b835b818110156121be57806121aa8882611dfb565b845260208401935050602081019050612197565b5050509392505050565b5f82601f8301126121dc576121db6120b5565b5b81356121ec848260208601612160565b91505092915050565b5f80fd5b5f67ffffffffffffffff821115612213576122126120b9565b5b61221c82611f6a565b9050602081019050919050565b828183375f83830152505050565b5f612249612244846121f9565b612117565b905082815260208101848484011115612265576122646121f5565b5b612270848285612229565b509392505050565b5f82601f83011261228c5761228b6120b5565b5b813561229c848260208601612237565b91505092915050565b5f805f805f60a086880312156122be576122bd611d7a565b5b5f6122cb88828901611dc8565b95505060206122dc88828901611dc8565b945050604086013567ffffffffffffffff8111156122fd576122fc611d7e565b5b612309888289016121c8565b935050606086013567ffffffffffffffff81111561232a57612329611d7e565b5b612336888289016121c8565b925050608086013567ffffffffffffffff81111561235757612356611d7e565b5b61236388828901612278565b9150509295509295909350565b5f67ffffffffffffffff82111561238a576123896120b9565b5b602082029050602081019050919050565b5f6123ad6123a884612370565b612117565b905080838252602082019050602084028301858111156123d0576123cf61215c565b5b835b818110156123f957806123e58882611dc8565b8452602084019350506020810190506123d2565b5050509392505050565b5f82601f830112612417576124166120b5565b5b813561242784826020860161239b565b91505092915050565b5f806040838503121561244657612445611d7a565b5b5f83013567ffffffffffffffff81111561246357612462611d7e565b5b61246f85828601612403565b925050602083013567ffffffffffffffff8111156124905761248f611d7e565b5b61249c858286016121c8565b9150509250929050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b6124d881611ddc565b82525050565b5f6124e983836124cf565b60208301905092915050565b5f602082019050919050565b5f61250b826124a6565b61251581856124b0565b9350612520836124c0565b805f5b8381101561255057815161253788826124de565b9750612542836124f5565b925050600181019050612523565b5085935050505092915050565b5f6020820190508181035f8301526125758184612501565b905092915050565b5f67ffffffffffffffff821115612597576125966120b9565b5b6125a082611f6a565b9050602081019050919050565b5f6125bf6125ba8461257d565b612117565b9050828152602081018484840111156125db576125da6121f5565b5b6125e6848285612229565b509392505050565b5f82601f830112612602576126016120b5565b5b81356126128482602086016125ad565b91505092915050565b5f806040838503121561263157612630611d7a565b5b5f61263e85828601611dfb565b925050602083013567ffffffffffffffff81111561265f5761265e611d7e565b5b61266b858286016125ee565b9150509250929050565b61267e81611ef5565b8114612688575f80fd5b50565b5f8135905061269981612675565b92915050565b5f80604083850312156126b5576126b4611d7a565b5b5f6126c285828601611dc8565b92505060206126d38582860161268b565b9150509250929050565b5f80604083850312156126f3576126f2611d7a565b5b5f61270085828601611dc8565b925050602061271185828601611dc8565b9150509250929050565b5f805f805f60a0868803121561273457612733611d7a565b5b5f61274188828901611dc8565b955050602061275288828901611dc8565b945050604061276388828901611dfb565b935050606061277488828901611dfb565b925050608086013567ffffffffffffffff81111561279557612794611d7e565b5b6127a188828901612278565b9150509295509295909350565b7f455243313135353a2061646472657373207a65726f206973206e6f74206120765f8201527f616c6964206f776e657200000000000000000000000000000000000000000000602082015250565b5f612808602a83611f32565b9150612813826127ae565b604082019050919050565b5f6020820190508181035f830152612835816127fc565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168061288057607f821691505b6020821081036128935761289261283c565b5b50919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f6128d082611ddc565b91506128db83611ddc565b92508282026128e981611ddc565b91508282048414831517612900576128ff612899565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f61293e82611ddc565b915061294983611ddc565b92508261295957612958612907565b5b828204905092915050565b7f455243313135353a2063616c6c6572206973206e6f7420746f6b656e206f776e5f8201527f6572206f7220617070726f766564000000000000000000000000000000000000602082015250565b5f6129be602e83611f32565b91506129c982612964565b604082019050919050565b5f6020820190508181035f8301526129eb816129b2565b9050919050565b7f556e617574686f72697a6564206d696e746572000000000000000000000000005f82015250565b5f612a26601383611f32565b9150612a31826129f2565b602082019050919050565b5f6020820190508181035f830152612a5381612a1a565b9050919050565b7f455243313135353a206163636f756e747320616e6420696473206c656e6774685f8201527f206d69736d617463680000000000000000000000000000000000000000000000602082015250565b5f612ab4602983611f32565b9150612abf82612a5a565b604082019050919050565b5f6020820190508181035f830152612ae181612aa8565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f612b1f82611ddc565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203612b5157612b50612899565b5b600182019050919050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f60088302612bb87fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82612b7d565b612bc28683612b7d565b95508019841693508086168417925050509392505050565b5f819050919050565b5f612bfd612bf8612bf384611ddc565b612bda565b611ddc565b9050919050565b5f819050919050565b612c1683612be3565b612c2a612c2282612c04565b848454612b89565b825550505050565b5f90565b612c3e612c32565b612c49818484612c0d565b505050565b5b81811015612c6c57612c615f82612c36565b600181019050612c4f565b5050565b601f821115612cb157612c8281612b5c565b612c8b84612b6e565b81016020851015612c9a578190505b612cae612ca685612b6e565b830182612c4e565b50505b505050565b5f82821c905092915050565b5f612cd15f1984600802612cb6565b1980831691505092915050565b5f612ce98383612cc2565b9150826002028217905092915050565b612d0282611f28565b67ffffffffffffffff811115612d1b57612d1a6120b9565b5b612d258254612869565b612d30828285612c70565b5f60209050601f831160018114612d61575f8415612d4f578287015190505b612d598582612cde565b865550612dc0565b601f198416612d6f86612b5c565b5f5b82811015612d9657848901518255600182019150602085019450602081019050612d71565b86831015612db35784890151612daf601f891682612cc2565b8355505b6001600288020188555050505b505050505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f612e22602683611f32565b9150612e2d82612dc8565b604082019050919050565b5f6020820190508181035f830152612e4f81612e16565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f612e8a602083611f32565b9150612e9582612e56565b602082019050919050565b5f6020820190508181035f830152612eb781612e7e565b9050919050565b7f455243313135353a2069647320616e6420616d6f756e7473206c656e677468205f8201527f6d69736d61746368000000000000000000000000000000000000000000000000602082015250565b5f612f18602883611f32565b9150612f2382612ebe565b604082019050919050565b5f6020820190508181035f830152612f4581612f0c565b9050919050565b7f455243313135353a207472616e7366657220746f20746865207a65726f2061645f8201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b5f612fa6602583611f32565b9150612fb182612f4c565b604082019050919050565b5f6020820190508181035f830152612fd381612f9a565b9050919050565b7f455243313135353a20696e73756666696369656e742062616c616e636520666f5f8201527f72207472616e7366657200000000000000000000000000000000000000000000602082015250565b5f613034602a83611f32565b915061303f82612fda565b604082019050919050565b5f6020820190508181035f83015261306181613028565b9050919050565b5f61307282611ddc565b915061307d83611ddc565b925082820190508082111561309557613094612899565b5b92915050565b5f6040820190508181035f8301526130b38185612501565b905081810360208301526130c78184612501565b90509392505050565b7f455243323938313a206672616374696f6e20746f6f20686967680000000000005f82015250565b5f613104601a83611f32565b915061310f826130d0565b602082019050919050565b5f6020820190508181035f830152613131816130f8565b9050919050565b7f455243323938313a20696e76616c6964207265636569766572000000000000005f82015250565b5f61316c601983611f32565b915061317782613138565b602082019050919050565b5f6020820190508181035f83015261319981613160565b9050919050565b7f455243313135353a2073657474696e6720617070726f76616c207374617475735f8201527f20666f722073656c660000000000000000000000000000000000000000000000602082015250565b5f6131fa602983611f32565b9150613205826131a0565b604082019050919050565b5f6020820190508181035f830152613227816131ee565b9050919050565b5f6040820190506132415f830185611e4d565b61324e6020830184611e4d565b9392505050565b7f455243313135353a206d696e7420746f20746865207a65726f206164647265735f8201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b5f6132af602183611f32565b91506132ba82613255565b604082019050919050565b5f6020820190508181035f8301526132dc816132a3565b9050919050565b5f81519050919050565b5f82825260208201905092915050565b5f613307826132e3565b61331181856132ed565b9350613321818560208601611f42565b61332a81611f6a565b840191505092915050565b5f60a0820190506133485f830188611fd2565b6133556020830187611fd2565b81810360408301526133678186612501565b9050818103606083015261337b8185612501565b9050818103608083015261338f81846132fd565b90509695505050505050565b5f815190506133a981611ea0565b92915050565b5f602082840312156133c4576133c3611d7a565b5b5f6133d18482850161339b565b91505092915050565b5f8160e01c9050919050565b5f60033d11156134025760045f803e6133ff5f516133da565b90505b90565b5f60443d1061349157613416611d71565b60043d036004823e80513d602482011167ffffffffffffffff8211171561343e575050613491565b808201805167ffffffffffffffff81111561345c5750505050613491565b80602083010160043d038501811115613479575050505050613491565b613488826020018501866120e6565b82955050505050505b90565b7f455243313135353a207472616e7366657220746f206e6f6e2d455243313135355f8201527f526563656976657220696d706c656d656e746572000000000000000000000000602082015250565b5f6134ee603483611f32565b91506134f982613494565b604082019050919050565b5f6020820190508181035f83015261351b816134e2565b9050919050565b7f455243313135353a204552433131353552656365697665722072656a656374655f8201527f6420746f6b656e73000000000000000000000000000000000000000000000000602082015250565b5f61357c602883611f32565b915061358782613522565b604082019050919050565b5f6020820190508181035f8301526135a981613570565b9050919050565b5f60a0820190506135c35f830188611fd2565b6135d06020830187611fd2565b6135dd6040830186611e4d565b6135ea6060830185611e4d565b81810360808301526135fc81846132fd565b9050969550505050505056fea26469706673582212204914de3615fe497431ccebc624c556214047f67137d0074ab7295cbc057a585464736f6c63430008150033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

0000000000000000000000000000000000000000000000000000000000000100000000000000000000000000cac5bc39ea6719bc005883e7d2836af25d9441460000000000000000000000003f19ef86498fb8f5ca555a3b5ab6b25f3eab406c00000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000ec0000000000000000000000000000000000000000000000000000000000000158000000000000000000000000000000000000000000000000000000000000000065369657272610000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068d646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f6749434a755957316c496a6f67496c4e705a584a7959534174494642735958526c49454d694c416f6749434a6a636d56686447566b58324a35496a6f67496b3168644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e6a636d6c7764476c766269493649434a51624746305a53424449436844655746754b5342765a69425461575679636d4567596e6b6754574630644342455a584e4d595856796157567963793563626c787555326c6c636e4a6849476c7a4947456763326c755a32786c4947393164484231644342765a6942684947646c626d567959585270646d55675957786e62334a70644768744c43427a5a57786c5933526c5a434268625739755a79426a623356756447786c63334d676158526c636d463061573975637977675957356b49485231636d356c5a434270626e52764947456761476c6e61434278645746736158523549484e6a636d566c62694277636d6c75644342706269426a6232787359574a76636d463061573975494864706447676751585a68626e516751584a305a53346751584d6763474679644342765a69423061476c7a4948427962324e6c63334d7349474567593239736233567949484e6c6347467959585270623234676447566a614735706358566c4948646863794268634842736157566b494852764948526f5a534268636e523362334a724c43426b5a574e76626e4e30636e566a64476c755a79427064434270626e527649454e3559573473494531685a3256756447457349466c6c62477876647977675957356b49454a7359574e724943684454566c4c4b53426a6232787664584967634778686447567a4c6942556147556763484a70626e526c5a43426c5a476c3061573975494864686379426859324e7662584268626d6c6c5a43426965534268494752705a326c3059577767636d56735a57467a5a53427062694230614755675a6d3979625342765a694246556b4d744d5445314e53424f526c527a4c434233614756795a53426c59574e6f494852766132567549484a6c63484a6c6332567564484d675953427a6157356e624755675932397362335679494842735958526c4c69425561476c7a49485276613256754c434251624746305a5342444c43426d5a57463064584a6c6379426849474a7064473168634342755a57646864476c325a5342765a6942306147556751336c6862694270626d7367624746355a58497349484a6c626d526c636d566b49486470644767676447687664584e68626d527a4947396d49484e74595778734947527664484d754946526f5a5342696247466a61794268626d516764326870644755675a47567a6157647549476c7a49476c7563334270636d566b49474a354948526f5a53423359586b676447686864434268494778705a3268304c584e6c626e4e7064476c325a53426c6258567363326c766269427063794268634842736157566b49485276494745676347683563326c6a595777676257567a614334675647686c633255675a6d39316369426b615764706447467349454e4e57557367554778686447567a49474e68626942695a5342795a574e76626e4e30636e566a6447566b4948527649475a76636d30675953426d6457787349474e76624739316369426a6232317762334e706447557349473170636e4a76636d6c755a794230614755675a6d6c755957776763484a70626e526c5a434268636e523362334a724c69425461575679636d456761584d6759534277636d39715a574e304948526f5958516763334268626e4d6759574e7962334e7a494752705a326c30595777675957356b49474675595778765a7942745a5752705953776759574e306157356e4947467a49474567633352315a486b67615734676447686c49475235626d467461574e7a4947396d49474e76624739316369427a59326c6c626d4e6c494746755a4342306147556763484a70626e527459577470626d636763484a765932567a637934694c416f6749434a706257466e5a53493649434a7063475a7a4f6938765557316961486c4d615530334f45643362307034616a4645536a6c4b566c705452566c4557586f345a465a3462314a74566b64695546684b553031776479497343694167496d6c745957646c583356796243493649434a7063475a7a4f6938765557316961486c4d615530334f45643362307034616a4645536a6c4b566c705452566c4557586f345a465a3462314a74566b64695546684b553031776479494b66513d3d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000695646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f6749434a755957316c496a6f67496c4e705a584a7959534174494642735958526c494530694c416f6749434a6a636d56686447566b58324a35496a6f67496b3168644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e6a636d6c7764476c766269493649434a51624746305a53424e4943684e5957646c626e52684b5342765a69425461575679636d4567596e6b6754574630644342455a584e4d595856796157567963793563626c787555326c6c636e4a6849476c7a4947456763326c755a32786c4947393164484231644342765a6942684947646c626d567959585270646d55675957786e62334a70644768744c43427a5a57786c5933526c5a434268625739755a79426a623356756447786c63334d676158526c636d463061573975637977675957356b49485231636d356c5a434270626e52764947456761476c6e61434278645746736158523549484e6a636d566c62694277636d6c75644342706269426a6232787359574a76636d463061573975494864706447676751585a68626e516751584a305a53346751584d6763474679644342765a69423061476c7a4948427962324e6c63334d7349474567593239736233567949484e6c6347467959585270623234676447566a614735706358566c4948646863794268634842736157566b494852764948526f5a534268636e523362334a724c43426b5a574e76626e4e30636e566a64476c755a79427064434270626e527649454e3559573473494531685a3256756447457349466c6c62477876647977675957356b49454a7359574e724943684454566c4c4b53426a6232787664584967634778686447567a4c6942556147556763484a70626e526c5a43426c5a476c3061573975494864686379426859324e7662584268626d6c6c5a43426965534268494752705a326c3059577767636d56735a57467a5a53427062694230614755675a6d3979625342765a694246556b4d744d5445314e53424f526c527a4c434233614756795a53426c59574e6f494852766132567549484a6c63484a6c6332567564484d675953427a6157356e624755675932397362335679494842735958526c4c69425561476c7a49485276613256754c434251624746305a53424e4c43426d5a57463064584a6c6379426849474a7064473168634342755a57646864476c325a5342765a694230614755675457466e5a57353059534270626d7367624746355a58497349484a6c626d526c636d566b49486470644767676447687664584e68626d527a4947396d49484e74595778734947527664484d754946526f5a5342696247466a61794268626d516764326870644755675a47567a6157647549476c7a49476c7563334270636d566b49474a354948526f5a53423359586b676447686864434268494778705a3268304c584e6c626e4e7064476c325a53426c6258567363326c766269427063794268634842736157566b49485276494745676347683563326c6a595777676257567a614334675647686c633255675a6d39316369426b615764706447467349454e4e57557367554778686447567a49474e68626942695a5342795a574e76626e4e30636e566a6447566b4948527649475a76636d30675953426d6457787349474e76624739316369426a6232317762334e706447557349473170636e4a76636d6c755a794230614755675a6d6c755957776763484a70626e526c5a434268636e523362334a724c69425461575679636d456761584d6759534277636d39715a574e304948526f5958516763334268626e4d6759574e7962334e7a494752705a326c30595777675957356b49474675595778765a7942745a5752705953776759574e306157356e4947467a49474567633352315a486b67615734676447686c49475235626d467461574e7a4947396d49474e76624739316369427a59326c6c626d4e6c494746755a4342306147556763484a70626e527459577470626d636763484a765932567a637934694c416f6749434a706257466e5a53493649434a7063475a7a4f69387655573154616c4a7751565653566d5935626b4a354f46705a5a314a6153457469616d316d55465a755455685464305a5754485131634649304d6b73325579497343694167496d6c745957646c583356796243493649434a7063475a7a4f69387655573154616c4a7751565653566d5935626b4a354f46705a5a314a6153457469616d316d55465a755455685464305a5754485131634649304d6b73325579494b66513d3d00000000000000000000000000000000000000000000000000000000000000000000000000000000000691646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f6749434a755957316c496a6f67496c4e705a584a7959534174494642735958526c49466b694c416f6749434a6a636d56686447566b58324a35496a6f67496b3168644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e6a636d6c7764476c766269493649434a51624746305a53425a4943685a5a577873623363704947396d49464e705a584a79595342696553424e595852304945526c6330786864584a705a584a7a4c6c78755847355461575679636d456761584d675953427a6157356e6247556762335630634856304947396d494745675a3256755a584a6864476c325a53426862476476636d6c306147307349484e6c6247566a6447566b494746746232356e49474e76645735306247567a6379427064475679595852706232357a4c434268626d516764485679626d566b49476c75644738675953426f6157646f494846315957787064486b6763324e795a575675494842796157353049476c7549474e7662477868596d3979595852706232346764326c3061434242646d467564434242636e526c4c6942426379427759584a304947396d4948526f61584d6763484a765932567a637977675953426a62327876645849676332567759584a6864476c76626942305a574e6f626d6c78645755676432467a49474677634778705a575167644738676447686c4947467964486476636d73734947526c593239756333527964574e306157356e49476c3049476c756447386751336c68626977675457466e5a5735305953776757575673624739334c434268626d5167516d7868593273674b454e4e5755737049474e766247393163694277624746305a584d754946526f5a534277636d6c756447566b4947566b61585270623234676432467a4947466a59323974634746756157566b49474a35494745675a476c6e61585268624342795a57786c59584e6c49476c754948526f5a53426d62334a744947396d49455653517930784d5455314945354756484d734948646f5a584a6c4947566859326767644739725a573467636d5677636d567a5a5735306379426849484e70626d64735a53426a623278766458496763477868644755754946526f61584d67644739725a573473494642735958526c49466b7349475a6c59585231636d567a49474567596d6c30625746774947356c5a32463061585a6c4947396d4948526f5a53425a5a577873623363676157357249477868655756794c4342795a57356b5a584a6c5a4342336158526f4948526f6233567a5957356b637942765a69427a625746736243426b6233527a4c69425561475567596d7868593273675957356b4948646f6158526c4947526c63326c6e6269427063794270626e4e7761584a6c5a4342696553423061475567643246354948526f59585167595342736157646f6443317a5a57357a61585270646d55675a57313162484e706232346761584d675958427762476c6c5a434230627942684948426f65584e70593246734947316c633267754946526f5a584e6c49475a76645849675a476c6e615852686243424454566c4c494642735958526c6379426a59573467596d5567636d566a6232357a64484a315933526c5a4342306279426d62334a74494745675a6e56736243426a6232787664584967593239746347397a6158526c4c43427461584a7962334a70626d63676447686c49475a70626d467349484279615735305a57516759584a30643239796179346755326c6c636e4a6849476c7a4947456763484a76616d566a644342306147463049484e775957357a4947466a636d397a6379426b6157647064474673494746755a434268626d4673623263676257566b615745734947466a64476c755a7942686379426849484e306457523549476c754948526f5a53426b6557356862576c6a637942765a69426a623278766458496763324e705a57356a5a534268626d51676447686c4948427961573530625746726157356e4948427962324e6c63334d754969774b49434169615731685a3255694f6941696158426d637a6f764c3146745a6b524d5a3341324f58564f626b683255554a795233453161323959596d314357464a5a5a553570526e466e556e5a615245747163585653646e49694c416f6749434a706257466e5a563931636d77694f6941696158426d637a6f764c3146745a6b524d5a3341324f58564f626b683255554a795233453161323959596d314357464a5a5a553570526e466e556e5a615245747163585653646e4969436e303d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068d646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f6749434a755957316c496a6f67496c4e705a584a7959534174494642735958526c494573694c416f6749434a6a636d56686447566b58324a35496a6f67496b3168644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e6a636d6c7764476c766269493649434a51624746305a53424c494368436247466a61796b676232596755326c6c636e4a6849474a3549453168644851675247567a54474631636d6c6c636e4d7558473563626c4e705a584a79595342706379426849484e70626d64735a5342766458527764585167623259675953426e5a57356c636d463061585a6c494746735a3239796158526f62537767633256735a574e305a57516759573176626d636759323931626e52735a584e7a49476c305a584a6864476c76626e4d73494746755a43423064584a755a5751676157353062794268494768705a3267676358566862476c306553427a59334a6c5a57346763484a70626e516761573467593239736247466962334a6864476c76626942336158526f494546325957353049454679644755754945467a49484268636e5167623259676447687063794277636d396a5a584e7a4c43426849474e76624739316369427a5a584268636d4630615739754948526c59326875615846315a53423359584d675958427762476c6c5a434230627942306147556759584a3064323979617977675a47566a6232357a64484a3159335270626d6367615851676157353062794244655746754c43424e5957646c626e52684c43425a5a57787362336373494746755a4342436247466a6179416f5130315a53796b675932397362335679494842735958526c637934675647686c49484279615735305a5751675a57527064476c766269423359584d6759574e6a62323177595735705a575167596e6b675953426b615764706447467349484a6c6247566863325567615734676447686c49475a76636d30676232596752564a444c5445784e545567546b5a55637977676432686c636d55675a57466a614342306232746c626942795a5842795a584e6c626e527a4947456763326c755a32786c49474e766247393163694277624746305a53346756476870637942306232746c626977675547786864475567537977675a6d5668644856795a584d67595342696158527459584167626d566e59585270646d5567623259676447686c49454a7359574e7249476c756179427359586c6c63697767636d56755a4756795a57516764326c306143423061473931633246755a484d676232596763323168624777675a473930637934675647686c49474a7359574e72494746755a43423361476c305a53426b5a584e705a32346761584d676157357a63476c795a575167596e6b676447686c4948646865534230614746304947456762476c6e614851746332567563326c3061585a6c494756746457787a6157397549476c7a49474677634778705a575167644738675953427761486c7a61574e68624342745a584e6f4c6942556147567a5a53426d62335679494752705a326c30595777675130315a53794251624746305a584d675932467549474a6c49484a6c593239756333527964574e305a575167644738675a6d39796253426849475a3162477767593239736233567949474e766258427663326c305a53776762576c79636d39796157356e4948526f5a53426d6157356862434277636d6c756447566b4947467964486476636d737549464e705a584a795953427063794268494842796232706c59335167644768686443427a634746756379426859334a7663334d675a476c6e6158526862434268626d5167595735686247396e4947316c5a476c684c43426859335270626d636759584d675953427a6448566b6553427062694230614755675a486c755957317059334d6762325967593239736233567949484e6a61575675593255675957356b4948526f5a534277636d6c756447316861326c755a794277636d396a5a584e7a4c69497343694167496d6c745957646c496a6f67496d6c775a6e4d364c79395262575657526b3433546d46706147644761316f355955524265446447516e70445a6e4a34533068444e5531344e466f7a5a457848516d6431576c4e784969774b49434169615731685a32566664584a73496a6f67496d6c775a6e4d364c79395262575657526b3433546d46706147644761316f355955524265446447516e70445a6e4a34533068444e5531344e466f7a5a457848516d6431576c4e784967703900000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : _name (string): Sierra
Arg [1] : _minter (address): 0xCAc5bc39ea6719bC005883e7D2836af25D944146
Arg [2] : royaltiesReciever (address): 0x3f19Ef86498Fb8f5cA555A3b5Ab6b25F3eaB406C
Arg [3] : royaltiesFraction (uint256): 1000
Arg [4] : tokenOneUri (string): data:application/json;base64,ewogICJuYW1lIjogIlNpZXJyYSAtIFBsYXRlIEMiLAogICJjcmVhdGVkX2J5IjogIk1hdHQgRGVzTGF1cmllcnMiLAogICJkZXNjcmlwdGlvbiI6ICJQbGF0ZSBDIChDeWFuKSBvZiBTaWVycmEgYnkgTWF0dCBEZXNMYXVyaWVycy5cblxuU2llcnJhIGlzIGEgc2luZ2xlIG91dHB1dCBvZiBhIGdlbmVyYXRpdmUgYWxnb3JpdGhtLCBzZWxlY3RlZCBhbW9uZyBjb3VudGxlc3MgaXRlcmF0aW9ucywgYW5kIHR1cm5lZCBpbnRvIGEgaGlnaCBxdWFsaXR5IHNjcmVlbiBwcmludCBpbiBjb2xsYWJvcmF0aW9uIHdpdGggQXZhbnQgQXJ0ZS4gQXMgcGFydCBvZiB0aGlzIHByb2Nlc3MsIGEgY29sb3VyIHNlcGFyYXRpb24gdGVjaG5pcXVlIHdhcyBhcHBsaWVkIHRvIHRoZSBhcnR3b3JrLCBkZWNvbnN0cnVjdGluZyBpdCBpbnRvIEN5YW4sIE1hZ2VudGEsIFllbGxvdywgYW5kIEJsYWNrIChDTVlLKSBjb2xvdXIgcGxhdGVzLiBUaGUgcHJpbnRlZCBlZGl0aW9uIHdhcyBhY2NvbXBhbmllZCBieSBhIGRpZ2l0YWwgcmVsZWFzZSBpbiB0aGUgZm9ybSBvZiBFUkMtMTE1NSBORlRzLCB3aGVyZSBlYWNoIHRva2VuIHJlcHJlc2VudHMgYSBzaW5nbGUgY29sb3VyIHBsYXRlLiBUaGlzIHRva2VuLCBQbGF0ZSBDLCBmZWF0dXJlcyBhIGJpdG1hcCBuZWdhdGl2ZSBvZiB0aGUgQ3lhbiBpbmsgbGF5ZXIsIHJlbmRlcmVkIHdpdGggdGhvdXNhbmRzIG9mIHNtYWxsIGRvdHMuIFRoZSBibGFjayBhbmQgd2hpdGUgZGVzaWduIGlzIGluc3BpcmVkIGJ5IHRoZSB3YXkgdGhhdCBhIGxpZ2h0LXNlbnNpdGl2ZSBlbXVsc2lvbiBpcyBhcHBsaWVkIHRvIGEgcGh5c2ljYWwgbWVzaC4gVGhlc2UgZm91ciBkaWdpdGFsIENNWUsgUGxhdGVzIGNhbiBiZSByZWNvbnN0cnVjdGVkIHRvIGZvcm0gYSBmdWxsIGNvbG91ciBjb21wb3NpdGUsIG1pcnJvcmluZyB0aGUgZmluYWwgcHJpbnRlZCBhcnR3b3JrLiBTaWVycmEgaXMgYSBwcm9qZWN0IHRoYXQgc3BhbnMgYWNyb3NzIGRpZ2l0YWwgYW5kIGFuYWxvZyBtZWRpYSwgYWN0aW5nIGFzIGEgc3R1ZHkgaW4gdGhlIGR5bmFtaWNzIG9mIGNvbG91ciBzY2llbmNlIGFuZCB0aGUgcHJpbnRtYWtpbmcgcHJvY2Vzcy4iLAogICJpbWFnZSI6ICJpcGZzOi8vUW1iaHlMaU03OEd3b0p4ajFESjlKVlpTRVlEWXo4ZFZ4b1JtVkdiUFhKU01wdyIsCiAgImltYWdlX3VybCI6ICJpcGZzOi8vUW1iaHlMaU03OEd3b0p4ajFESjlKVlpTRVlEWXo4ZFZ4b1JtVkdiUFhKU01wdyIKfQ==
Arg [5] : tokenTwoUri (string): data:application/json;base64,ewogICJuYW1lIjogIlNpZXJyYSAtIFBsYXRlIE0iLAogICJjcmVhdGVkX2J5IjogIk1hdHQgRGVzTGF1cmllcnMiLAogICJkZXNjcmlwdGlvbiI6ICJQbGF0ZSBNIChNYWdlbnRhKSBvZiBTaWVycmEgYnkgTWF0dCBEZXNMYXVyaWVycy5cblxuU2llcnJhIGlzIGEgc2luZ2xlIG91dHB1dCBvZiBhIGdlbmVyYXRpdmUgYWxnb3JpdGhtLCBzZWxlY3RlZCBhbW9uZyBjb3VudGxlc3MgaXRlcmF0aW9ucywgYW5kIHR1cm5lZCBpbnRvIGEgaGlnaCBxdWFsaXR5IHNjcmVlbiBwcmludCBpbiBjb2xsYWJvcmF0aW9uIHdpdGggQXZhbnQgQXJ0ZS4gQXMgcGFydCBvZiB0aGlzIHByb2Nlc3MsIGEgY29sb3VyIHNlcGFyYXRpb24gdGVjaG5pcXVlIHdhcyBhcHBsaWVkIHRvIHRoZSBhcnR3b3JrLCBkZWNvbnN0cnVjdGluZyBpdCBpbnRvIEN5YW4sIE1hZ2VudGEsIFllbGxvdywgYW5kIEJsYWNrIChDTVlLKSBjb2xvdXIgcGxhdGVzLiBUaGUgcHJpbnRlZCBlZGl0aW9uIHdhcyBhY2NvbXBhbmllZCBieSBhIGRpZ2l0YWwgcmVsZWFzZSBpbiB0aGUgZm9ybSBvZiBFUkMtMTE1NSBORlRzLCB3aGVyZSBlYWNoIHRva2VuIHJlcHJlc2VudHMgYSBzaW5nbGUgY29sb3VyIHBsYXRlLiBUaGlzIHRva2VuLCBQbGF0ZSBNLCBmZWF0dXJlcyBhIGJpdG1hcCBuZWdhdGl2ZSBvZiB0aGUgTWFnZW50YSBpbmsgbGF5ZXIsIHJlbmRlcmVkIHdpdGggdGhvdXNhbmRzIG9mIHNtYWxsIGRvdHMuIFRoZSBibGFjayBhbmQgd2hpdGUgZGVzaWduIGlzIGluc3BpcmVkIGJ5IHRoZSB3YXkgdGhhdCBhIGxpZ2h0LXNlbnNpdGl2ZSBlbXVsc2lvbiBpcyBhcHBsaWVkIHRvIGEgcGh5c2ljYWwgbWVzaC4gVGhlc2UgZm91ciBkaWdpdGFsIENNWUsgUGxhdGVzIGNhbiBiZSByZWNvbnN0cnVjdGVkIHRvIGZvcm0gYSBmdWxsIGNvbG91ciBjb21wb3NpdGUsIG1pcnJvcmluZyB0aGUgZmluYWwgcHJpbnRlZCBhcnR3b3JrLiBTaWVycmEgaXMgYSBwcm9qZWN0IHRoYXQgc3BhbnMgYWNyb3NzIGRpZ2l0YWwgYW5kIGFuYWxvZyBtZWRpYSwgYWN0aW5nIGFzIGEgc3R1ZHkgaW4gdGhlIGR5bmFtaWNzIG9mIGNvbG91ciBzY2llbmNlIGFuZCB0aGUgcHJpbnRtYWtpbmcgcHJvY2Vzcy4iLAogICJpbWFnZSI6ICJpcGZzOi8vUW1TalJwQVVSVmY5bkJ5OFpZZ1JaSEtiam1mUFZuTUhTd0ZWTHQ1cFI0Mks2UyIsCiAgImltYWdlX3VybCI6ICJpcGZzOi8vUW1TalJwQVVSVmY5bkJ5OFpZZ1JaSEtiam1mUFZuTUhTd0ZWTHQ1cFI0Mks2UyIKfQ==
Arg [6] : tokenThreeUri (string): data:application/json;base64,ewogICJuYW1lIjogIlNpZXJyYSAtIFBsYXRlIFkiLAogICJjcmVhdGVkX2J5IjogIk1hdHQgRGVzTGF1cmllcnMiLAogICJkZXNjcmlwdGlvbiI6ICJQbGF0ZSBZIChZZWxsb3cpIG9mIFNpZXJyYSBieSBNYXR0IERlc0xhdXJpZXJzLlxuXG5TaWVycmEgaXMgYSBzaW5nbGUgb3V0cHV0IG9mIGEgZ2VuZXJhdGl2ZSBhbGdvcml0aG0sIHNlbGVjdGVkIGFtb25nIGNvdW50bGVzcyBpdGVyYXRpb25zLCBhbmQgdHVybmVkIGludG8gYSBoaWdoIHF1YWxpdHkgc2NyZWVuIHByaW50IGluIGNvbGxhYm9yYXRpb24gd2l0aCBBdmFudCBBcnRlLiBBcyBwYXJ0IG9mIHRoaXMgcHJvY2VzcywgYSBjb2xvdXIgc2VwYXJhdGlvbiB0ZWNobmlxdWUgd2FzIGFwcGxpZWQgdG8gdGhlIGFydHdvcmssIGRlY29uc3RydWN0aW5nIGl0IGludG8gQ3lhbiwgTWFnZW50YSwgWWVsbG93LCBhbmQgQmxhY2sgKENNWUspIGNvbG91ciBwbGF0ZXMuIFRoZSBwcmludGVkIGVkaXRpb24gd2FzIGFjY29tcGFuaWVkIGJ5IGEgZGlnaXRhbCByZWxlYXNlIGluIHRoZSBmb3JtIG9mIEVSQy0xMTU1IE5GVHMsIHdoZXJlIGVhY2ggdG9rZW4gcmVwcmVzZW50cyBhIHNpbmdsZSBjb2xvdXIgcGxhdGUuIFRoaXMgdG9rZW4sIFBsYXRlIFksIGZlYXR1cmVzIGEgYml0bWFwIG5lZ2F0aXZlIG9mIHRoZSBZZWxsb3cgaW5rIGxheWVyLCByZW5kZXJlZCB3aXRoIHRob3VzYW5kcyBvZiBzbWFsbCBkb3RzLiBUaGUgYmxhY2sgYW5kIHdoaXRlIGRlc2lnbiBpcyBpbnNwaXJlZCBieSB0aGUgd2F5IHRoYXQgYSBsaWdodC1zZW5zaXRpdmUgZW11bHNpb24gaXMgYXBwbGllZCB0byBhIHBoeXNpY2FsIG1lc2guIFRoZXNlIGZvdXIgZGlnaXRhbCBDTVlLIFBsYXRlcyBjYW4gYmUgcmVjb25zdHJ1Y3RlZCB0byBmb3JtIGEgZnVsbCBjb2xvdXIgY29tcG9zaXRlLCBtaXJyb3JpbmcgdGhlIGZpbmFsIHByaW50ZWQgYXJ0d29yay4gU2llcnJhIGlzIGEgcHJvamVjdCB0aGF0IHNwYW5zIGFjcm9zcyBkaWdpdGFsIGFuZCBhbmFsb2cgbWVkaWEsIGFjdGluZyBhcyBhIHN0dWR5IGluIHRoZSBkeW5hbWljcyBvZiBjb2xvdXIgc2NpZW5jZSBhbmQgdGhlIHByaW50bWFraW5nIHByb2Nlc3MuIiwKICAiaW1hZ2UiOiAiaXBmczovL1FtZkRMZ3A2OXVObkh2UUJyR3E1a29YYm1CWFJZZU5pRnFnUnZaREtqcXVSdnIiLAogICJpbWFnZV91cmwiOiAiaXBmczovL1FtZkRMZ3A2OXVObkh2UUJyR3E1a29YYm1CWFJZZU5pRnFnUnZaREtqcXVSdnIiCn0=
Arg [7] : tokenFourUri (string): data:application/json;base64,ewogICJuYW1lIjogIlNpZXJyYSAtIFBsYXRlIEsiLAogICJjcmVhdGVkX2J5IjogIk1hdHQgRGVzTGF1cmllcnMiLAogICJkZXNjcmlwdGlvbiI6ICJQbGF0ZSBLIChCbGFjaykgb2YgU2llcnJhIGJ5IE1hdHQgRGVzTGF1cmllcnMuXG5cblNpZXJyYSBpcyBhIHNpbmdsZSBvdXRwdXQgb2YgYSBnZW5lcmF0aXZlIGFsZ29yaXRobSwgc2VsZWN0ZWQgYW1vbmcgY291bnRsZXNzIGl0ZXJhdGlvbnMsIGFuZCB0dXJuZWQgaW50byBhIGhpZ2ggcXVhbGl0eSBzY3JlZW4gcHJpbnQgaW4gY29sbGFib3JhdGlvbiB3aXRoIEF2YW50IEFydGUuIEFzIHBhcnQgb2YgdGhpcyBwcm9jZXNzLCBhIGNvbG91ciBzZXBhcmF0aW9uIHRlY2huaXF1ZSB3YXMgYXBwbGllZCB0byB0aGUgYXJ0d29yaywgZGVjb25zdHJ1Y3RpbmcgaXQgaW50byBDeWFuLCBNYWdlbnRhLCBZZWxsb3csIGFuZCBCbGFjayAoQ01ZSykgY29sb3VyIHBsYXRlcy4gVGhlIHByaW50ZWQgZWRpdGlvbiB3YXMgYWNjb21wYW5pZWQgYnkgYSBkaWdpdGFsIHJlbGVhc2UgaW4gdGhlIGZvcm0gb2YgRVJDLTExNTUgTkZUcywgd2hlcmUgZWFjaCB0b2tlbiByZXByZXNlbnRzIGEgc2luZ2xlIGNvbG91ciBwbGF0ZS4gVGhpcyB0b2tlbiwgUGxhdGUgSywgZmVhdHVyZXMgYSBiaXRtYXAgbmVnYXRpdmUgb2YgdGhlIEJsYWNrIGluayBsYXllciwgcmVuZGVyZWQgd2l0aCB0aG91c2FuZHMgb2Ygc21hbGwgZG90cy4gVGhlIGJsYWNrIGFuZCB3aGl0ZSBkZXNpZ24gaXMgaW5zcGlyZWQgYnkgdGhlIHdheSB0aGF0IGEgbGlnaHQtc2Vuc2l0aXZlIGVtdWxzaW9uIGlzIGFwcGxpZWQgdG8gYSBwaHlzaWNhbCBtZXNoLiBUaGVzZSBmb3VyIGRpZ2l0YWwgQ01ZSyBQbGF0ZXMgY2FuIGJlIHJlY29uc3RydWN0ZWQgdG8gZm9ybSBhIGZ1bGwgY29sb3VyIGNvbXBvc2l0ZSwgbWlycm9yaW5nIHRoZSBmaW5hbCBwcmludGVkIGFydHdvcmsuIFNpZXJyYSBpcyBhIHByb2plY3QgdGhhdCBzcGFucyBhY3Jvc3MgZGlnaXRhbCBhbmQgYW5hbG9nIG1lZGlhLCBhY3RpbmcgYXMgYSBzdHVkeSBpbiB0aGUgZHluYW1pY3Mgb2YgY29sb3VyIHNjaWVuY2UgYW5kIHRoZSBwcmludG1ha2luZyBwcm9jZXNzLiIsCiAgImltYWdlIjogImlwZnM6Ly9RbWVWRk43TmFpaGdGa1o5YURBeDdGQnpDZnJ4S0hDNU14NFozZExHQmd1WlNxIiwKICAiaW1hZ2VfdXJsIjogImlwZnM6Ly9RbWVWRk43TmFpaGdGa1o5YURBeDdGQnpDZnJ4S0hDNU14NFozZExHQmd1WlNxIgp9

-----Encoded View---------------
226 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000100
Arg [1] : 000000000000000000000000cac5bc39ea6719bc005883e7d2836af25d944146
Arg [2] : 0000000000000000000000003f19ef86498fb8f5ca555a3b5ab6b25f3eab406c
Arg [3] : 00000000000000000000000000000000000000000000000000000000000003e8
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000140
Arg [5] : 0000000000000000000000000000000000000000000000000000000000000800
Arg [6] : 0000000000000000000000000000000000000000000000000000000000000ec0
Arg [7] : 0000000000000000000000000000000000000000000000000000000000001580
Arg [8] : 0000000000000000000000000000000000000000000000000000000000000006
Arg [9] : 5369657272610000000000000000000000000000000000000000000000000000
Arg [10] : 000000000000000000000000000000000000000000000000000000000000068d
Arg [11] : 646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f
Arg [12] : 6749434a755957316c496a6f67496c4e705a584a795953417449464273595852
Arg [13] : 6c49454d694c416f6749434a6a636d56686447566b58324a35496a6f67496b31
Arg [14] : 68644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e
Arg [15] : 6a636d6c7764476c766269493649434a51624746305a53424449436844655746
Arg [16] : 754b5342765a69425461575679636d4567596e6b6754574630644342455a584e
Arg [17] : 4d595856796157567963793563626c787555326c6c636e4a6849476c7a494745
Arg [18] : 6763326c755a32786c4947393164484231644342765a6942684947646c626d56
Arg [19] : 7959585270646d55675957786e62334a70644768744c43427a5a57786c593352
Arg [20] : 6c5a434268625739755a79426a623356756447786c63334d676158526c636d46
Arg [21] : 3061573975637977675957356b49485231636d356c5a434270626e5276494745
Arg [22] : 6761476c6e61434278645746736158523549484e6a636d566c62694277636d6c
Arg [23] : 75644342706269426a6232787359574a76636d46306157397549486470644767
Arg [24] : 6751585a68626e516751584a305a53346751584d6763474679644342765a6942
Arg [25] : 3061476c7a4948427962324e6c63334d7349474567593239736233567949484e
Arg [26] : 6c6347467959585270623234676447566a614735706358566c49486468637942
Arg [27] : 68634842736157566b494852764948526f5a534268636e523362334a724c4342
Arg [28] : 6b5a574e76626e4e30636e566a64476c755a79427064434270626e527649454e
Arg [29] : 3559573473494531685a3256756447457349466c6c6247787664797767595735
Arg [30] : 6b49454a7359574e724943684454566c4c4b53426a6232787664584967634778
Arg [31] : 686447567a4c6942556147556763484a70626e526c5a43426c5a476c30615739
Arg [32] : 75494864686379426859324e7662584268626d6c6c5a43426965534268494752
Arg [33] : 705a326c3059577767636d56735a57467a5a53427062694230614755675a6d39
Arg [34] : 79625342765a694246556b4d744d5445314e53424f526c527a4c434233614756
Arg [35] : 795a53426c59574e6f494852766132567549484a6c63484a6c6332567564484d
Arg [36] : 675953427a6157356e624755675932397362335679494842735958526c4c6942
Arg [37] : 5561476c7a49485276613256754c434251624746305a5342444c43426d5a5746
Arg [38] : 3064584a6c6379426849474a7064473168634342755a57646864476c325a5342
Arg [39] : 765a6942306147556751336c6862694270626d7367624746355a58497349484a
Arg [40] : 6c626d526c636d566b49486470644767676447687664584e68626d527a494739
Arg [41] : 6d49484e74595778734947527664484d754946526f5a5342696247466a617942
Arg [42] : 68626d516764326870644755675a47567a6157647549476c7a49476c75633342
Arg [43] : 70636d566b49474a354948526f5a53423359586b676447686864434268494778
Arg [44] : 705a3268304c584e6c626e4e7064476c325a53426c6258567363326c76626942
Arg [45] : 7063794268634842736157566b49485276494745676347683563326c6a595777
Arg [46] : 676257567a614334675647686c633255675a6d39316369426b61576470644746
Arg [47] : 7349454e4e57557367554778686447567a49474e68626942695a5342795a574e
Arg [48] : 76626e4e30636e566a6447566b4948527649475a76636d30675953426d645778
Arg [49] : 7349474e76624739316369426a6232317762334e706447557349473170636e4a
Arg [50] : 76636d6c755a794230614755675a6d6c755957776763484a70626e526c5a4342
Arg [51] : 68636e523362334a724c69425461575679636d456761584d6759534277636d39
Arg [52] : 715a574e304948526f5958516763334268626e4d6759574e7962334e7a494752
Arg [53] : 705a326c30595777675957356b49474675595778765a7942745a575270595377
Arg [54] : 6759574e306157356e4947467a49474567633352315a486b6761573467644768
Arg [55] : 6c49475235626d467461574e7a4947396d49474e76624739316369427a59326c
Arg [56] : 6c626d4e6c494746755a4342306147556763484a70626e527459577470626d63
Arg [57] : 6763484a765932567a637934694c416f6749434a706257466e5a53493649434a
Arg [58] : 7063475a7a4f6938765557316961486c4d615530334f45643362307034616a46
Arg [59] : 45536a6c4b566c705452566c4557586f345a465a3462314a74566b6469554668
Arg [60] : 4b553031776479497343694167496d6c745957646c583356796243493649434a
Arg [61] : 7063475a7a4f6938765557316961486c4d615530334f45643362307034616a46
Arg [62] : 45536a6c4b566c705452566c4557586f345a465a3462314a74566b6469554668
Arg [63] : 4b553031776479494b66513d3d00000000000000000000000000000000000000
Arg [64] : 0000000000000000000000000000000000000000000000000000000000000695
Arg [65] : 646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f
Arg [66] : 6749434a755957316c496a6f67496c4e705a584a795953417449464273595852
Arg [67] : 6c494530694c416f6749434a6a636d56686447566b58324a35496a6f67496b31
Arg [68] : 68644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e
Arg [69] : 6a636d6c7764476c766269493649434a51624746305a53424e4943684e595764
Arg [70] : 6c626e52684b5342765a69425461575679636d4567596e6b6754574630644342
Arg [71] : 455a584e4d595856796157567963793563626c787555326c6c636e4a6849476c
Arg [72] : 7a4947456763326c755a32786c4947393164484231644342765a694268494764
Arg [73] : 6c626d567959585270646d55675957786e62334a70644768744c43427a5a5778
Arg [74] : 6c5933526c5a434268625739755a79426a623356756447786c63334d67615852
Arg [75] : 6c636d463061573975637977675957356b49485231636d356c5a434270626e52
Arg [76] : 764947456761476c6e61434278645746736158523549484e6a636d566c626942
Arg [77] : 77636d6c75644342706269426a6232787359574a76636d463061573975494864
Arg [78] : 706447676751585a68626e516751584a305a53346751584d6763474679644342
Arg [79] : 765a69423061476c7a4948427962324e6c63334d734947456759323973623356
Arg [80] : 7949484e6c6347467959585270623234676447566a614735706358566c494864
Arg [81] : 6863794268634842736157566b494852764948526f5a534268636e523362334a
Arg [82] : 724c43426b5a574e76626e4e30636e566a64476c755a79427064434270626e52
Arg [83] : 7649454e3559573473494531685a3256756447457349466c6c62477876647977
Arg [84] : 675957356b49454a7359574e724943684454566c4c4b53426a62327876645849
Arg [85] : 67634778686447567a4c6942556147556763484a70626e526c5a43426c5a476c
Arg [86] : 3061573975494864686379426859324e7662584268626d6c6c5a434269655342
Arg [87] : 68494752705a326c3059577767636d56735a57467a5a53427062694230614755
Arg [88] : 675a6d3979625342765a694246556b4d744d5445314e53424f526c527a4c4342
Arg [89] : 33614756795a53426c59574e6f494852766132567549484a6c63484a6c633256
Arg [90] : 7564484d675953427a6157356e62475567593239736233567949484273595852
Arg [91] : 6c4c69425561476c7a49485276613256754c434251624746305a53424e4c4342
Arg [92] : 6d5a57463064584a6c6379426849474a7064473168634342755a57646864476c
Arg [93] : 325a5342765a694230614755675457466e5a57353059534270626d7367624746
Arg [94] : 355a58497349484a6c626d526c636d566b49486470644767676447687664584e
Arg [95] : 68626d527a4947396d49484e74595778734947527664484d754946526f5a5342
Arg [96] : 696247466a61794268626d516764326870644755675a47567a6157647549476c
Arg [97] : 7a49476c7563334270636d566b49474a354948526f5a53423359586b67644768
Arg [98] : 6864434268494778705a3268304c584e6c626e4e7064476c325a53426c625856
Arg [99] : 7363326c766269427063794268634842736157566b4948527649474567634768
Arg [100] : 3563326c6a595777676257567a614334675647686c633255675a6d3931636942
Arg [101] : 6b615764706447467349454e4e57557367554778686447567a49474e68626942
Arg [102] : 695a5342795a574e76626e4e30636e566a6447566b4948527649475a76636d30
Arg [103] : 675953426d6457787349474e76624739316369426a6232317762334e70644755
Arg [104] : 7349473170636e4a76636d6c755a794230614755675a6d6c755957776763484a
Arg [105] : 70626e526c5a434268636e523362334a724c69425461575679636d456761584d
Arg [106] : 6759534277636d39715a574e304948526f5958516763334268626e4d6759574e
Arg [107] : 7962334e7a494752705a326c30595777675957356b49474675595778765a7942
Arg [108] : 745a5752705953776759574e306157356e4947467a49474567633352315a486b
Arg [109] : 67615734676447686c49475235626d467461574e7a4947396d49474e76624739
Arg [110] : 316369427a59326c6c626d4e6c494746755a4342306147556763484a70626e52
Arg [111] : 7459577470626d636763484a765932567a637934694c416f6749434a70625746
Arg [112] : 6e5a53493649434a7063475a7a4f69387655573154616c4a7751565653566d59
Arg [113] : 35626b4a354f46705a5a314a6153457469616d316d55465a755455685464305a
Arg [114] : 5754485131634649304d6b73325579497343694167496d6c745957646c583356
Arg [115] : 796243493649434a7063475a7a4f69387655573154616c4a7751565653566d59
Arg [116] : 35626b4a354f46705a5a314a6153457469616d316d55465a755455685464305a
Arg [117] : 5754485131634649304d6b73325579494b66513d3d0000000000000000000000
Arg [118] : 0000000000000000000000000000000000000000000000000000000000000691
Arg [119] : 646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f
Arg [120] : 6749434a755957316c496a6f67496c4e705a584a795953417449464273595852
Arg [121] : 6c49466b694c416f6749434a6a636d56686447566b58324a35496a6f67496b31
Arg [122] : 68644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e
Arg [123] : 6a636d6c7764476c766269493649434a51624746305a53425a4943685a5a5778
Arg [124] : 73623363704947396d49464e705a584a79595342696553424e59585230494552
Arg [125] : 6c6330786864584a705a584a7a4c6c78755847355461575679636d456761584d
Arg [126] : 675953427a6157356e6247556762335630634856304947396d494745675a3256
Arg [127] : 755a584a6864476c325a53426862476476636d6c306147307349484e6c624756
Arg [128] : 6a6447566b494746746232356e49474e76645735306247567a63794270644756
Arg [129] : 79595852706232357a4c434268626d516764485679626d566b49476c75644738
Arg [130] : 675953426f6157646f494846315957787064486b6763324e795a575675494842
Arg [131] : 796157353049476c7549474e7662477868596d3979595852706232346764326c
Arg [132] : 3061434242646d467564434242636e526c4c6942426379427759584a30494739
Arg [133] : 6d4948526f61584d6763484a765932567a637977675953426a62327876645849
Arg [134] : 676332567759584a6864476c76626942305a574e6f626d6c7864575567643246
Arg [135] : 7a49474677634778705a575167644738676447686c4947467964486476636d73
Arg [136] : 734947526c593239756333527964574e306157356e49476c3049476c75644738
Arg [137] : 6751336c68626977675457466e5a5735305953776757575673624739334c4342
Arg [138] : 68626d5167516d7868593273674b454e4e5755737049474e7662473931636942
Arg [139] : 77624746305a584d754946526f5a534277636d6c756447566b4947566b615852
Arg [140] : 70623234676432467a4947466a59323974634746756157566b49474a35494745
Arg [141] : 675a476c6e61585268624342795a57786c59584e6c49476c754948526f5a5342
Arg [142] : 6d62334a744947396d49455653517930784d5455314945354756484d73494864
Arg [143] : 6f5a584a6c4947566859326767644739725a573467636d5677636d567a5a5735
Arg [144] : 306379426849484e70626d64735a53426a623278766458496763477868644755
Arg [145] : 754946526f61584d67644739725a573473494642735958526c49466b7349475a
Arg [146] : 6c59585231636d567a49474567596d6c30625746774947356c5a32463061585a
Arg [147] : 6c4947396d4948526f5a53425a5a577873623363676157357249477868655756
Arg [148] : 794c4342795a57356b5a584a6c5a4342336158526f4948526f6233567a595735
Arg [149] : 6b637942765a69427a625746736243426b6233527a4c69425561475567596d78
Arg [150] : 68593273675957356b4948646f6158526c4947526c63326c6e62694270637942
Arg [151] : 70626e4e7761584a6c5a4342696553423061475567643246354948526f595851
Arg [152] : 67595342736157646f6443317a5a57357a61585270646d55675a57313162484e
Arg [153] : 706232346761584d675958427762476c6c5a434230627942684948426f65584e
Arg [154] : 70593246734947316c633267754946526f5a584e6c49475a76645849675a476c
Arg [155] : 6e615852686243424454566c4c494642735958526c6379426a59573467596d55
Arg [156] : 67636d566a6232357a64484a315933526c5a4342306279426d62334a74494745
Arg [157] : 675a6e56736243426a6232787664584967593239746347397a6158526c4c4342
Arg [158] : 7461584a7962334a70626d63676447686c49475a70626d467349484279615735
Arg [159] : 305a57516759584a30643239796179346755326c6c636e4a6849476c7a494745
Arg [160] : 6763484a76616d566a644342306147463049484e775957357a4947466a636d39
Arg [161] : 7a6379426b6157647064474673494746755a434268626d467362326367625756
Arg [162] : 6b615745734947466a64476c755a7942686379426849484e306457523549476c
Arg [163] : 754948526f5a53426b6557356862576c6a637942765a69426a62327876645849
Arg [164] : 6763324e705a57356a5a534268626d51676447686c4948427961573530625746
Arg [165] : 726157356e4948427962324e6c63334d754969774b49434169615731685a3255
Arg [166] : 694f6941696158426d637a6f764c3146745a6b524d5a3341324f58564f626b68
Arg [167] : 3255554a795233453161323959596d314357464a5a5a553570526e466e556e5a
Arg [168] : 615245747163585653646e49694c416f6749434a706257466e5a563931636d77
Arg [169] : 694f6941696158426d637a6f764c3146745a6b524d5a3341324f58564f626b68
Arg [170] : 3255554a795233453161323959596d314357464a5a5a553570526e466e556e5a
Arg [171] : 615245747163585653646e4969436e303d000000000000000000000000000000
Arg [172] : 000000000000000000000000000000000000000000000000000000000000068d
Arg [173] : 646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c65776f
Arg [174] : 6749434a755957316c496a6f67496c4e705a584a795953417449464273595852
Arg [175] : 6c494573694c416f6749434a6a636d56686447566b58324a35496a6f67496b31
Arg [176] : 68644851675247567a54474631636d6c6c636e4d694c416f6749434a6b5a584e
Arg [177] : 6a636d6c7764476c766269493649434a51624746305a53424c49436843624746
Arg [178] : 6a61796b676232596755326c6c636e4a6849474a354945316864485167524756
Arg [179] : 7a54474631636d6c6c636e4d7558473563626c4e705a584a7959534270637942
Arg [180] : 6849484e70626d64735a5342766458527764585167623259675953426e5a5735
Arg [181] : 6c636d463061585a6c494746735a3239796158526f62537767633256735a574e
Arg [182] : 305a57516759573176626d636759323931626e52735a584e7a49476c305a584a
Arg [183] : 6864476c76626e4d73494746755a43423064584a755a57516761573530627942
Arg [184] : 68494768705a3267676358566862476c306553427a59334a6c5a57346763484a
Arg [185] : 70626e516761573467593239736247466962334a6864476c7662694233615852
Arg [186] : 6f494546325957353049454679644755754945467a49484268636e5167623259
Arg [187] : 676447687063794277636d396a5a584e7a4c43426849474e7662473931636942
Arg [188] : 7a5a584268636d4630615739754948526c59326875615846315a53423359584d
Arg [189] : 675958427762476c6c5a434230627942306147556759584a3064323979617977
Arg [190] : 675a47566a6232357a64484a3159335270626d63676158516761573530627942
Arg [191] : 44655746754c43424e5957646c626e52684c43425a5a57787362336373494746
Arg [192] : 755a4342436247466a6179416f5130315a53796b675932397362335679494842
Arg [193] : 735958526c637934675647686c49484279615735305a5751675a57527064476c
Arg [194] : 766269423359584d6759574e6a62323177595735705a575167596e6b67595342
Arg [195] : 6b615764706447467349484a6c6247566863325567615734676447686c49475a
Arg [196] : 76636d30676232596752564a444c5445784e545567546b5a5563797767643268
Arg [197] : 6c636d55675a57466a614342306232746c626942795a5842795a584e6c626e52
Arg [198] : 7a4947456763326c755a32786c49474e766247393163694277624746305a5334
Arg [199] : 6756476870637942306232746c626977675547786864475567537977675a6d56
Arg [200] : 68644856795a584d67595342696158527459584167626d566e59585270646d55
Arg [201] : 67623259676447686c49454a7359574e7249476c756179427359586c6c636977
Arg [202] : 67636d56755a4756795a57516764326c306143423061473931633246755a484d
Arg [203] : 676232596763323168624777675a473930637934675647686c49474a7359574e
Arg [204] : 72494746755a43423361476c305a53426b5a584e705a32346761584d67615735
Arg [205] : 7a63476c795a575167596e6b676447686c494864686553423061474630494745
Arg [206] : 6762476c6e614851746332567563326c3061585a6c494756746457787a615739
Arg [207] : 7549476c7a49474677634778705a575167644738675953427761486c7a61574e
Arg [208] : 68624342745a584e6f4c6942556147567a5a53426d62335679494752705a326c
Arg [209] : 30595777675130315a53794251624746305a584d675932467549474a6c49484a
Arg [210] : 6c593239756333527964574e305a575167644738675a6d39796253426849475a
Arg [211] : 3162477767593239736233567949474e766258427663326c305a53776762576c
Arg [212] : 79636d39796157356e4948526f5a53426d6157356862434277636d6c75644756
Arg [213] : 6b4947467964486476636d737549464e705a584a795953427063794268494842
Arg [214] : 796232706c59335167644768686443427a634746756379426859334a7663334d
Arg [215] : 675a476c6e6158526862434268626d5167595735686247396e4947316c5a476c
Arg [216] : 684c43426859335270626d636759584d675953427a6448566b65534270626942
Arg [217] : 30614755675a486c755957317059334d6762325967593239736233567949484e
Arg [218] : 6a61575675593255675957356b4948526f5a534277636d6c756447316861326c
Arg [219] : 755a794277636d396a5a584e7a4c69497343694167496d6c745957646c496a6f
Arg [220] : 67496d6c775a6e4d364c79395262575657526b3433546d46706147644761316f
Arg [221] : 355955524265446447516e70445a6e4a34533068444e5531344e466f7a5a4578
Arg [222] : 48516d6431576c4e784969774b49434169615731685a32566664584a73496a6f
Arg [223] : 67496d6c775a6e4d364c79395262575657526b3433546d46706147644761316f
Arg [224] : 355955524265446447516e70445a6e4a34533068444e5531344e466f7a5a4578
Arg [225] : 48516d6431576c4e784967703900000000000000000000000000000000000000


Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.