ETH Price: $1,896.96 (+0.19%)
 

Overview

ETH Balance

0.1743 ETH

Eth Value

$330.64 (@ $1,896.96/ETH)

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Cancel217898792025-02-06 20:33:3539 days ago1738874015IN
0x999e796F...74468E332
0 ETH0.000195533.20660924
Buy216239162025-01-14 16:26:4762 days ago1736872007IN
0x999e796F...74468E332
1.4 ETH0.0023105710.7984837
Make Fixed Price...214863492024-12-26 11:29:5981 days ago1735212599IN
0x999e796F...74468E332
0 ETH0.002008925.64271504
Make Fixed Price...212441902024-11-22 15:32:47115 days ago1732289567IN
0x999e796F...74468E332
0 ETH0.0029507315.27471618
Make Fixed Price...207270052024-09-11 11:15:11187 days ago1726053311IN
0x999e796F...74468E332
0 ETH0.000503451.63045223
Buy205910372024-08-23 11:35:11206 days ago1724412911IN
0x999e796F...74468E332
0.012 ETH0.00014291.09149422
Make Fixed Price...205910242024-08-23 11:32:35206 days ago1724412755IN
0x999e796F...74468E332
0 ETH0.000260791.26975609
Buy205910082024-08-23 11:29:23206 days ago1724412563IN
0x999e796F...74468E332
0.01 ETH0.000165491.2640405
Make Fixed Price...205909942024-08-23 11:26:35206 days ago1724412395IN
0x999e796F...74468E332
0 ETH0.000197110.94477048
Cancel205905952024-08-23 10:06:35206 days ago1724407595IN
0x999e796F...74468E332
0 ETH0.000067241.06488879
Make Fixed Price...205831642024-08-22 9:10:59207 days ago1724317859IN
0x999e796F...74468E332
0 ETH0.000274161.33484005
Cancel205779392024-08-21 15:37:47208 days ago1724254667IN
0x999e796F...74468E332
0 ETH0.000466827.39235858
Make Fixed Price...205779202024-08-21 15:33:59208 days ago1724254439IN
0x999e796F...74468E332
0 ETH0.001758078.55975078
Buy205207472024-08-13 15:58:11216 days ago1723564691IN
0x999e796F...74468E332
0.3 ETH0.000739383.59748216
Make Fixed Price...204137532024-07-29 17:35:47231 days ago1722274547IN
0x999e796F...74468E332
0 ETH0.001543915
Buy200905762024-06-14 14:14:47276 days ago1718374487IN
0x999e796F...74468E332
0.001 ETH0.0026544116
Make Fixed Price...200905552024-06-14 14:10:35276 days ago1718374235IN
0x999e796F...74468E332
0 ETH0.0055580718
Buy200386712024-06-07 8:11:11283 days ago1717747871IN
0x999e796F...74468E332
0.02 ETH0.0035646424
Make Fixed Price...200386392024-06-07 8:04:47283 days ago1717747487IN
0x999e796F...74468E332
0 ETH0.0036696919

Latest 14 internal transactions

Advanced mode:
Parent Transaction Hash Method Block
From
To
Transfer216239162025-01-14 16:26:4762 days ago1736872007
0x999e796F...74468E332
0.07 ETH
Transfer216239162025-01-14 16:26:4762 days ago1736872007
0x999e796F...74468E332
0.42 ETH
Transfer216239162025-01-14 16:26:4762 days ago1736872007
0x999e796F...74468E332
0.7 ETH
Transfer216239162025-01-14 16:26:4762 days ago1736872007
0x999e796F...74468E332
0.014 ETH
Transfer216239162025-01-14 16:26:4762 days ago1736872007
0x999e796F...74468E332
0.014 ETH
Transfer216239162025-01-14 16:26:4762 days ago1736872007
0x999e796F...74468E332
0.042 ETH
Transfer205910372024-08-23 11:35:11206 days ago1724412911
0x999e796F...74468E332
0.0108 ETH
Transfer205910082024-08-23 11:29:23206 days ago1724412563
0x999e796F...74468E332
0.009 ETH
Transfer205207472024-08-13 15:58:11216 days ago1723564691
0x999e796F...74468E332
0.261 ETH
Transfer205207472024-08-13 15:58:11216 days ago1723564691
0x999e796F...74468E332
0.003 ETH
Transfer205207472024-08-13 15:58:11216 days ago1723564691
0x999e796F...74468E332
0.006 ETH
Transfer200905762024-06-14 14:14:47276 days ago1718374487
0x999e796F...74468E332
0.00089 ETH
Transfer200905762024-06-14 14:14:47276 days ago1718374487
0x999e796F...74468E332
0.00001 ETH
Transfer200386712024-06-07 8:11:11283 days ago1717747871
0x999e796F...74468E332
0.018 ETH
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
MarketManagerV1

Compiler Version
v0.8.22+commit.4fc1097e

Optimization Enabled:
Yes with 10000 runs

Other Settings:
paris EvmVersion
File 1 of 10 : MarketManagerV1.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

// import "hardhat/console.sol";

// import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/ReentrancyGuard.sol";

import "./ERC721/IIOGINALITY.sol";
import "./utils/Manageable.sol";

contract MarketManagerV1 is Ownable, Manageable, ReentrancyGuard {

    bytes4 private constant _INTERFACE_ID_ERC721 = 0x80ac58cd;
    bytes4 private constant _INTERFACE_ID_ERC1155 = 0xd9b67a26;

    mapping(uint256 => Listing) private listings;
    // mapping(address => mapping(uint256 => uint256)) private tokenListings;

    string private _name;

    bool private isActive = true;

    uint32 private defaultBidIncreasePercentage;

    uint256 private marketplaceIncome = 0;

    mapping(address => uint256) private debts;

    error TokenIsNotERC721OrERC1155(address tokenContract);
    error TransferError(address tokenContract, uint256 tokenId);
    error SellerHasNoToken(address seller, address tokenContract, uint256 tokenId);
    error ContractHasNoPermissionToManageToken(address tokenContract, uint256 tokenId);
    error TokenAleadyListed(address tokenContract, uint256 tokenId);

    enum ListingType {
        None,
        FixedPrice,
        Auction
        // ReversAuction
    }

    enum TokenType {
        ERC721,
        ERC1155
    }

    /* 
        Royalties struct is used to store royalties for NFT token
        There is some method to define royalties for secindary sales
        1. Royalties can be set by seller when he creates fixed price listing
        2. Royalties can be set by seller when he creates auction listing

        Royalties can be set only once for each sale
    */
    struct Royalties {
        address[] recipients;
        uint32[] amounts;
        uint32 total;
    }

    struct RoyaltiesInput {
        address[] recipients;
        uint32[] amounts;
    }

    /*
        contract supports only native blockchain currency
    */
    struct Listing {
        TokenType tokenType;
        address tokenContract;
        uint256 tokenId;
        ListingType listingType;
        address sellerManager;
        address seller;
        uint128 price; // for ListingType.Auction the same as buyNowPrice
        uint64 end; // time of listing ending
        address whitelistBuyer; // seller can create listing only for specific buyer address
        uint128 startPrice; // start price for Auction and ReverseAuction
        uint128 reservePrice; // minimum price for Auction must finish successful
        uint128 highestBid;
        address highestBidder;
        uint32 bidStep; // for ListingType.Auction value to increase for ListingType.ReverseAuction value to decrease
        uint32 marketplaceFee; // fee for marketplace
        Royalties royalties;
    }

    /**
     * EVENTS START
     */

    event FixedPriceListingCreated(
        uint256 listingId,
        address tokenContract,
        uint256 tokenId,
        address seller,
        uint128 price,
        uint64 end,
        address whitelistBuyer
    );

    event AuctionListingCreated(
        uint256 listingId,
        address tokenContract,
        uint256 tokenId,
        address seller,
        uint128 startPrice,
        uint128 reservePrice,
        uint128 buyNowPrice,
        uint64 end,
        address whitelistBuyer
    );

    event BidMade(
        uint256 listingId,
        address bidder,
        uint128 amount,
        address prevBidder,
        uint128 prevAmount,
        uint256 timestamp
    );

    event BidRefunded(
        uint256 listingId,
        address bidder,
        uint128 amount,
        address newBidder,
        uint128 newAmount,
        uint256 timestamp
    );

    event ListingCancelled(uint256 listingId, uint256 timestamp);

    event ListingFinished(uint256 listingId, uint256 timestamp);

    event ListingSold(
        uint256 listingId,
        uint128 price,
        address buyer,
        ListingType type_,
        uint256 timestamp
    );

    event ContractStarted(uint256 timestamp);
    event ContractStoppped(uint256 timestamp);

    event MarketplaceFeeReceived(
        address tokenContract,
        uint256 tokenId,
        uint128 amount,
        uint256 timestamp
    );

    event SetRoyalty(
        uint256 tokenId,
        address seller,
        uint128 amount,
        uint256 timestamp
    );

    event RoyaltiesPaid(
        uint256 listingId,
        address reciever,
        uint128 amount,
        address tokenContract,
        uint256 tokenId,
        uint256 timestamp
    );

    event SecondaryRoyaltiesPaid(
        uint256 listingId,
        address reciever,
        uint128 amount,
        address tokenContract,
        uint256 tokenId,
        uint256 timestamp
    );

    event SellerPaid(
        uint256 listingId,
        address seller,
        uint128 amount,
        address tokenContract,
        uint256 tokenId,
        uint256 timestamp
    );

    /**
     * EVENTS END
     */

    /**
     * MODIFIERS START
     */

    modifier contractIsActive() {
        require(isActive, "Contract is stopped now");
        _;
    }

    modifier listingExists(uint256 listingId) {
        require(listings[listingId].tokenId > 0, "Listing does not exist");
        _;
    }

    modifier listingIsNonexistent(uint256 _listingId) {
        require(listings[_listingId].tokenId < 1, "Listing is already exists");
        _;
    }

    modifier listingIsOngoing(uint256 listingId) {
        require(listings[listingId].tokenId > 0, "Listing is not exists");
        require(
            listings[listingId].end > block.timestamp,
            "Listing time is over"
        );
        _;
    }

    modifier isAuction(uint256 _listingId) {
        require(
            listings[_listingId].listingType == ListingType.Auction,
            "Listing is not the auction type"
        );
        _;
    }

    modifier isFixedPrice(uint256 tokenId) {
        require(
            listings[tokenId].listingType == ListingType.FixedPrice,
            "Listing is not the fixed price type"
        );
        _;
    }

    modifier correctMarketplaceFee(uint32 _marketplaceFee) {
        require(
            _marketplaceFee <= (50 * 100),
            "Max value for marketplace fee 50 pecent"
        );
        _;
    }

    modifier isPaymentAcceptable(uint256 tokenId) {
        require(
            msg.sender != address(0),
            "sender must not be an empty address"
        );
        require(
            msg.sender != listings[tokenId].seller,
            "sender must not be a seller"
        );
        require(
            msg.value == listings[tokenId].price,
            "sent money is insufficient"
        );

        _;
    }

    modifier isBidAcceptable(uint256 tokenId) {
        require(
            msg.sender != address(0),
            "sender must not be an empty address"
        );
        require(
            msg.sender != listings[tokenId].seller,
            "sender must not be a seller"
        );

        if (listings[tokenId].whitelistBuyer != address(0)) {
            require(
                listings[tokenId].whitelistBuyer == msg.sender,
                "Auction accepts bid only from whitelist buyer"
            );
        }

        /* check it's a bid(not a buy now)  */
        if (
            !(listings[tokenId].price > 0 &&
                listings[tokenId].price == msg.value)
        ) {
            if (listings[tokenId].highestBid > 0) {
                require(
                    msg.value > listings[tokenId].highestBid,
                    "The bet must be greater than the last bet"
                );

                uint128 requiredNextBid = listings[tokenId].highestBid +
                    ((listings[tokenId].highestBid *
                        _getBidIncreaseIndex(tokenId)) / 10000);
                require(msg.value >= requiredNextBid, "Bid insufficient");
            } else if (listings[tokenId].startPrice > 0) {
                require(
                    msg.value >= listings[tokenId].startPrice,
                    "Bid insufficient"
                );
            } else {
                require(msg.value >= 0, "Bid insufficient");
            }
        }

        _;
    }

    modifier onlyOwnerOrManagerOrSeller(uint256 listingId) {
        require(
            owner() == msg.sender ||
                manager() == msg.sender ||
                listings[listingId].sellerManager == msg.sender ||
                listings[listingId].seller == msg.sender,
            "Method can call only owner/manager/seller"
        );
        _;
    }

    modifier isRoyaltiesInputCorrect(RoyaltiesInput calldata royaltiesInput) {
        require(
            royaltiesInput.recipients.length == royaltiesInput.amounts.length,
            "roylties recipients and amounts number should be equal"
        );
        _;
    }

    /**
     * MODIFIERS END
     */

    /**
     * address _nftTokenContract is the address of ERC721 token contract
     */
    constructor(
        string memory name_,
        uint32 _defaultBidIncreasePercentage,
        address manager_
    ) Ownable(msg.sender) {
        _name = name_;
        defaultBidIncreasePercentage = _defaultBidIncreasePercentage;

        _transferMangership(manager_);
    }

    function _getBidIncreaseIndex(
        uint256 _listingId
    ) private view returns (uint32) {
        if (listings[_listingId].bidStep > 0) {
            return listings[_listingId].bidStep;
        }

        return defaultBidIncreasePercentage;
    }

    /* check does auction has winner */
    function _hasAuctionWinner(uint256 _listingId) private view returns (bool) {
        /* if we have someone who has palced a bet */
        if (
            listings[_listingId].highestBidder != address(0) &&
            listings[_listingId].highestBid > 0
        ) {
            if (listings[_listingId].reservePrice > 0) {
                if (
                    listings[_listingId].reservePrice <=
                    listings[_listingId].highestBid
                ) {
                    return true;
                }
            } else {
                return true;
            }
        }

        return false;
    }

    function _getPortionOfAmount(
        uint128 _amount,
        uint32 _percentage
    ) internal pure returns (uint128) {
        return (_amount * (_percentage)) / 10000;
    }
    
    function _supportsERC721(address _contract) private view returns (bool) {
        return IERC165(_contract).supportsInterface(_INTERFACE_ID_ERC721);
    }

    function _supportsERC1155(address _contract) public view returns (bool) {
        return IERC165(_contract).supportsInterface(_INTERFACE_ID_ERC1155);
    }

    function _isERC721OrERC1155(address _contract) private view returns (TokenType) {
        if (_supportsERC721(_contract)) {
            return TokenType.ERC721;
        }
        else if (_supportsERC1155(_contract)) {
            return TokenType.ERC1155;
        }
        
        revert TokenIsNotERC721OrERC1155(_contract);
    }

    function _tokenExists(address _contract, uint256 tokenId) private {
        require(
            _safeOwnerOf(_contract, tokenId) != address(0),
            "Token is not exists"
        );
    }

    function checkAbilityToManageToken(
        address _contract,
        TokenType tokenType,
        address _seller,
        uint256 tokenId
    ) internal {
        address self = address(this);

        if (tokenType == TokenType.ERC1155) {
            if (! _safeIsApprovedForAll(_contract, _seller, self)) {
                revert ContractHasNoPermissionToManageToken(_contract, tokenId);
            }
        }
        else {
            if(_safeGetApproved(_contract, tokenId) != address(this) && ! _safeIsApprovedForAll(_contract, _seller, self)) {
                revert ContractHasNoPermissionToManageToken(_contract, tokenId);
            }
        }
    }

    function _safeGetApproved(address tokenContract, uint256 tokenId) private returns (address) {

        bytes memory data = abi.encodeWithSignature("getApproved(uint256)", tokenId);

        (bool success, bytes memory result) = tokenContract.call(data);
        if (! success) {
            return address(0);
        }

        return abi.decode(result, (address));
    }

    function _safeIsApprovedForAll(address tokenContract, address seller, address operator) private returns (bool) {

        bytes memory data = abi.encodeWithSignature("isApprovedForAll(address,address)", seller, operator);

        (bool success, bytes memory result) = tokenContract.call(data);
        if (! success) {
            return false;
        }

        return abi.decode(result, (bool));
    }

    function _safeOwnerOf(address tokenContract, uint256 tokenId) private returns (address) {

        bytes memory data = abi.encodeWithSignature("ownerOf(uint256)", tokenId);

        (bool success, bytes memory result) = tokenContract.call(data);
        if (! success) {
            return address(0);
        }

        return abi.decode(result, (address));
    }

    function _safeBalanceOf(address tokenContract, address account, uint256 tokenId) private returns (uint256) {

        bytes memory data = abi.encodeWithSignature("balanceOf(address,uint256)", account, tokenId);

        (bool success, bytes memory result) = tokenContract.call(data);
        if (! success) {
            return 0;
        }

        return abi.decode(result, (uint256));
    }

    function _safeTransferFrom_ERC721(address tokenContract, address seller, address $buyer, uint256 tokenId) private returns (bool) {

        bytes memory data = abi.encodeWithSignature("transferFrom(address,address,uint256)", seller, $buyer, tokenId);

        (bool success, ) = tokenContract.call(data);

        return success;
    }

    function _safeTransferFrom_ERC1155(address tokenContract, address seller, address $buyer, uint256 tokenId, uint256 value) private returns (bool) {

        bytes memory data = abi.encodeWithSignature("safeTransferFrom(address,address,uint256,uint256,bytes)", seller, $buyer, tokenId, value, bytes(""));

        (bool success, ) = tokenContract.call(data);

        return success;
    }

    function _safeGetRoyaltiesAmount(address tokenContract, uint256 tokenId) private returns (uint32) {

        bytes memory data = abi.encodeWithSignature("getRoyaltiesAmount(uint256)", tokenId);

        (bool success, bytes memory result) = tokenContract.call(data);
        if (! success) {
            return 0;
        }

        uint32 tokenRoyalties = abi.decode(result, (uint32));
        return tokenRoyalties;
    }

    function _safeGetRoyalties(address tokenContract, uint256 tokenId) private returns (address[] memory, uint32[] memory) {

        bytes memory data = abi.encodeWithSignature("getRoyalties(uint256)", tokenId);
        
        (bool success, bytes memory result) = tokenContract.call(data);
        if (! success) {
            return (new address[](0), new uint32[](0));
        }

        (address[] memory royaltyRecipients, uint32[] memory royaltyAmounts) = abi.decode(result, (address[], uint32[]));
        return (royaltyRecipients, royaltyAmounts);
    }

    function _checkTotalFeesAndGetSecondaryRoyalties(
        address tokenContract,
        uint256 tokenId,
        uint64 _marketplaceFee,
        RoyaltiesInput memory royaties
    ) internal returns (Royalties memory) {
        require(
            royaties.recipients.length == royaties.amounts.length,
            "roylties recipients and amounts number should be equal"
        );

        uint32 total;
        for (uint256 i = 0; i < royaties.amounts.length; i++) {
            total += royaties.amounts[i];
        }

        require(
            (total + _marketplaceFee) <= 10000,
            "Secondary royalties should not exceed 100%"
        );

        uint32 tokenRoyalties = _safeGetRoyaltiesAmount(address(tokenContract), tokenId);
        require(
            (tokenRoyalties + _marketplaceFee + total) <= 10000,
            "Total fees should not exceed 100%"
        );

        return Royalties(royaties.recipients, royaties.amounts, total);
    }

    function _checkTokenBeforeListing(address _contract, uint256 _tokenId, address _seller) private returns (TokenType) {
        TokenType tokenType = _isERC721OrERC1155(_contract);

        if (tokenType == TokenType.ERC1155) {
            if (_safeBalanceOf(_contract, _seller, _tokenId) == 0) {
                revert SellerHasNoToken(_seller, _contract, _tokenId);
            }
        }
        else {
            _tokenExists(_contract, _tokenId);
            if (_safeOwnerOf(_contract, _tokenId) != _seller) {
                revert SellerHasNoToken(_seller, _contract, _tokenId);
            }
        }

        return tokenType;
    }

    // function _checkTokenIsNotListedYet(address _contract, uint256 _tokenId) private view {
    //     if(tokenListings[_contract][_tokenId] > 0) {
    //         revert TokenAleadyListed(_contract, _tokenId);
    //     }
    // }

    /**
     * Fixed price sale
     */
    function makeFixedPriceListing(
        uint256 _listingId,
        address _contract,
        address _seller,
        uint256 _tokenId,
        uint128 _price,
        uint64 _end,
        uint32 _marketplaceFee
    )
        external
        nonReentrant
        contractIsActive
        listingIsNonexistent(_listingId)
        correctMarketplaceFee(_marketplaceFee)
    {
        TokenType tokenType = _checkTokenBeforeListing(_contract, _tokenId, _seller);

        // _checkTokenIsNotListedYet(_contract, _tokenId);
        checkAbilityToManageToken(_contract, tokenType, _seller, _tokenId);

        RoyaltiesInput memory royaltiesInput;
        _checkTotalFeesAndGetSecondaryRoyalties(
            _contract,
            _tokenId,
            _marketplaceFee,
            royaltiesInput
        );

        // we can create new sale only when no has another listing with the same tokenId
        _createFixedPriceSale(
            _listingId,
            _contract,
            tokenType,
            _seller,
            _tokenId,
            _price,
            _end,
            address(0),
            _marketplaceFee
        );

        emit FixedPriceListingCreated(
            _listingId,
            _contract,
            _tokenId,
            msg.sender,
            _price,
            _end,
            address(0)
        );
    }

    /**
     * Fixed price sale with secondary sale royalties
     */
    function makeFixedPriceListing(
        uint256 _listingId,
        address _contract,
        address _seller,
        uint256 _tokenId,
        uint128 _price,
        uint64 _end,
        uint32 _marketplaceFee,
        RoyaltiesInput calldata royaltiesInput
    )
        external
        nonReentrant
        contractIsActive
        listingIsNonexistent(_listingId)
        correctMarketplaceFee(_marketplaceFee)
        isRoyaltiesInputCorrect(royaltiesInput)
    {
        TokenType tokenType = _checkTokenBeforeListing(_contract, _tokenId, _seller);

        // _checkTokenIsNotListedYet(_contract, _tokenId);
        checkAbilityToManageToken(_contract, tokenType, _seller, _tokenId);

        Royalties memory royalties = _checkTotalFeesAndGetSecondaryRoyalties(
            _contract,
            _tokenId,
            _marketplaceFee,
            royaltiesInput
        );

        // we can create new sale only when no has another listing with the same tokenId
        _createFixedPriceSale(
            _listingId,
            _contract,
            tokenType,
            _seller,
            _tokenId,
            _price,
            _end,
            address(0),
            _marketplaceFee
        );
        listings[_listingId].royalties = royalties;

        emit FixedPriceListingCreated(
            _listingId,
            _contract,
            _tokenId,
            msg.sender,
            _price,
            _end,
            address(0)
        );
    }

    /**
     * British auction sale
     */
    function makeBritishAuctionListing(
        uint256 _listingId,
        address _contract,
        address _seller,
        uint256 _tokenId,
        uint32 _bidStep,
        uint128 _startPrice,
        uint128 _reservePrice,
        uint128 _buyNowPrice,
        uint64 _end,
        uint32 _marketplaceFee
    ) external nonReentrant contractIsActive listingIsNonexistent(_listingId) {

        TokenType tokenType = _checkTokenBeforeListing(_contract, _tokenId, _seller);

        // _checkTokenIsNotListedYet(_contract, _tokenId);
        checkAbilityToManageToken(_contract, tokenType, _seller, _tokenId);
    
        RoyaltiesInput memory royaltiesInput;
        _checkTotalFeesAndGetSecondaryRoyalties(
            _contract,
            _tokenId,
            _marketplaceFee,
            royaltiesInput
        );

        _createAuctionSale(
            _listingId,
            _contract,
            tokenType,
            _seller,
            _tokenId,
            _bidStep,
            _startPrice,
            _reservePrice,
            _buyNowPrice,
            _end,
            address(0),
            _marketplaceFee
        );

        emit AuctionListingCreated(
            _listingId,
            _contract,
            _tokenId,
            msg.sender,
            _startPrice,
            _reservePrice,
            _buyNowPrice,
            _end,
            address(0)
        );
    }

    /**
     * British auction sale with secondary sale royalties
     */
    // function makeBritishAuctionListing(uint256 _tokenId, uint32 aa, uint128 _startPrice, uint128 _reservePrice, uint128 _buyNowPrice, uint64 _end, address[] memory _royaltyRecipients, uint32[] memory _royaltyAmounts)
    function makeBritishAuctionListing(
        uint256 _listingId,
        address _contract,
        address _seller,
        uint256 _tokenId,
        uint32 _bidStep,
        uint128 _startPrice,
        uint128 _reservePrice,
        uint128 _buyNowPrice,
        uint64 _end,
        uint32 _marketplaceFee,
        RoyaltiesInput calldata royaltiesInput
    )
        external
        nonReentrant
        contractIsActive
        listingIsNonexistent(_listingId)
        isRoyaltiesInputCorrect(royaltiesInput)
    {
        TokenType tokenType = _checkTokenBeforeListing(_contract, _tokenId, _seller);

        // _checkTokenIsNotListedYet(_contract, _tokenId);
        checkAbilityToManageToken(_contract, tokenType, _seller, _tokenId);

        Royalties memory royalties = _checkTotalFeesAndGetSecondaryRoyalties(
            _contract,
            _tokenId,
            _marketplaceFee,
            royaltiesInput
        );

        // we can create new sale only when no has another listing with the same tokenId
        _createAuctionSale(
            _listingId,
            _contract,
            tokenType,
            _seller,
            _tokenId,
            _bidStep,
            _startPrice,
            _reservePrice,
            _buyNowPrice,
            _end,
            address(0),
            _marketplaceFee
        );
        listings[_listingId].royalties = royalties;

        emit AuctionListingCreated(
            _listingId,
            _contract,
            _tokenId,
            msg.sender,
            _startPrice,
            _reservePrice,
            _buyNowPrice,
            _end,
            address(0)
        );
    }

    function buy(
        uint256 _listingId
    )
        external
        payable
        nonReentrant
        contractIsActive
        listingIsOngoing(_listingId)
        isPaymentAcceptable(_listingId)
    {
        uint128 _value = uint128(msg.value);
        _release(_listingId, msg.sender, _value);

        emit ListingSold(
            _listingId,
            _value,
            msg.sender,
            listings[_listingId].listingType,
            block.timestamp
        );
    }

    /**
     * Accept bid of auction only from recepient
     */
    function bid(
        uint256 _listingId
    )
        external
        payable
        nonReentrant
        contractIsActive
        listingIsOngoing(_listingId)
        isAuction(_listingId)
        isBidAcceptable(_listingId)
    {
        uint128 newBid = uint128(msg.value);

        _revertHighestBid(_listingId, msg.sender, newBid);

        address prevHighestBidder = listings[_listingId].highestBidder;
        uint128 prevHighestBid = listings[_listingId].highestBid;

        /* handle buy now price */
        if (
            listings[_listingId].price > 0 &&
            listings[_listingId].price == msg.value
        ) {
            _release(_listingId, msg.sender, newBid);
        } else {
            listings[_listingId].highestBid = newBid;
            listings[_listingId].highestBidder = msg.sender;

            emit BidMade(
                _listingId,
                listings[_listingId].highestBidder,
                listings[_listingId].highestBid,
                prevHighestBidder,
                prevHighestBid,
                block.timestamp
            );
        }
    }

    function getPrice(
        uint256 _listingId
    ) external view listingIsOngoing(_listingId) returns (uint128) {
        return listings[_listingId].price;
    }

    function getBidPrice(
        uint256 _listingId
    )
        external
        view
        listingIsOngoing(_listingId)
        isAuction(_listingId)
        returns (uint128)
    {
        if (listings[_listingId].highestBid > 0) {
            uint128 minNextBid = listings[_listingId].highestBid +
                ((listings[_listingId].highestBid *
                    _getBidIncreaseIndex(_listingId)) / 10000);
            return minNextBid;
        } else if (listings[_listingId].startPrice > 0) {
            return listings[_listingId].startPrice;
        } else {
            return uint128(2 gwei);
        }
    }

    function getEndTime(
        uint256 _listingId
    ) external view listingIsOngoing(_listingId) returns (uint64) {
        return listings[_listingId].end;
    }

    function getMarketplaceFee(
        uint256 _listingId
    ) external view listingIsOngoing(_listingId) returns (uint32) {
        return listings[_listingId].marketplaceFee;
    }

    function getSecondaryRoyalties(uint256 _listingId)
        external view
        listingIsOngoing(_listingId)
        returns (address[] memory, uint32[] memory)
    {
        return (listings[_listingId].royalties.recipients, listings[_listingId].royalties.amounts);
    }

    function cancel(
        uint256 _listingId
    )
        external
        nonReentrant
        contractIsActive
        listingIsOngoing(_listingId)
        listingExists(_listingId)
        onlyOwnerOrManagerOrSeller(_listingId)
    {
        if (listings[_listingId].listingType == ListingType.Auction) {
            _revertHighestBid(_listingId, address(0), 0);
        }

        _resetListing(_listingId);

        emit ListingCancelled(_listingId, block.timestamp);
    }

    function finish(
        uint256 _listingId
    )
        external
        nonReentrant
        contractIsActive
        listingExists(_listingId)
        onlyOwnerOrManagerOrSeller(_listingId)
    {
        if (
            listings[_listingId].listingType == ListingType.Auction &&
            _hasAuctionWinner(_listingId)
        ) {
            _release(
                _listingId,
                listings[_listingId].highestBidder,
                listings[_listingId].highestBid
            );

            emit ListingSold(
                _listingId,
                listings[_listingId].highestBid,
                listings[_listingId].highestBidder,
                ListingType.Auction,
                uint64(block.timestamp)
            );
        } else {
            _resetListing(_listingId);

            emit ListingFinished(_listingId, block.timestamp);
        }
    }

    function getIncome() external view onlyOwner returns (uint256) {
        return marketplaceIncome;
    }

    function withdrawIncome(
        address to,
        uint256 _amount
    ) external nonReentrant onlyOwner {
        if (_amount > 0) {
            require(_amount <= marketplaceIncome, "Not enough income");
        } else {
            _amount = marketplaceIncome;
        }

        require(
            _amount <= address(this).balance,
            "The contract balance is not enaugh"
        );

        (bool sent, ) = payable(to).call{value: _amount}("");

        require(sent, "Failed to send Ether");
    }

    function withdraw() external nonReentrant {
        if (debts[msg.sender] > 0) {
            uint256 _amount = debts[msg.sender];
            debts[msg.sender] = 0;

            require(
                _amount <= address(this).balance,
                "The contract balance is not enaugh"
            );

            (bool sent, ) = payable(msg.sender).call{value: _amount}("");

            require(sent, "Failed to send Ether");
        }
    }

    function _createFixedPriceSale(
        uint256 _listingId,
        address _contract,
        TokenType _tokenType,
        address _seller,
        uint256 _tokenId,
        uint128 _price,
        uint64 _end,
        address _whitelistBuyer,
        uint32 _marketplaceFee
    ) private listingIsNonexistent(_listingId) {
        listings[_listingId].tokenContract = _contract;
        listings[_listingId].tokenType = _tokenType;
        listings[_listingId].tokenId = _tokenId;
        listings[_listingId].listingType = ListingType.FixedPrice;
        listings[_listingId].sellerManager = msg.sender;
        listings[_listingId].seller = _seller;
        listings[_listingId].price = _price;
        listings[_listingId].end = _end;
        listings[_listingId].whitelistBuyer = _whitelistBuyer;
        listings[_listingId].marketplaceFee = _marketplaceFee;

        // tokenListings[_contract][_tokenId] = _listingId;
    }

    function _createAuctionSale(
        uint256 _listingId,
        address _contract,
        TokenType _tokenType,
        address _seller,
        uint256 _tokenId,
        uint32 _bidStep,
        uint128 _startPrice,
        uint128 _reservePrice,
        uint128 _buyNowPrice,
        uint64 _end,
        address _whitelistBuyer,
        uint32 _marketplaceFee
    ) private listingIsNonexistent(_listingId) {
        require(
            _reservePrice == 0 || _reservePrice >= _startPrice,
            "reserve price must equal zero or greater than start price"
        );
        require(
            _buyNowPrice == 0 ||
                (_buyNowPrice >= _startPrice && _buyNowPrice >= _reservePrice),
            "buy now price must equal zero or greater or equal than start and reserve prices"
        );

        listings[_listingId].tokenContract = _contract;
        listings[_listingId].tokenId = _tokenId;
        listings[_listingId].tokenType = _tokenType;
        listings[_listingId].listingType = ListingType.Auction;
        listings[_listingId].sellerManager = msg.sender;
        listings[_listingId].seller = _seller;
        listings[_listingId].price = _buyNowPrice;
        listings[_listingId].end = _end;
        listings[_listingId].whitelistBuyer = _whitelistBuyer;
        listings[_listingId].startPrice = _startPrice;
        listings[_listingId].reservePrice = _reservePrice;
        listings[_listingId].bidStep = _bidStep;
        listings[_listingId].marketplaceFee = _marketplaceFee;

        // tokenListings[_contract][_tokenId] = _listingId;
    }

    function _resetListing(uint256 _listingId) private {
        listings[_listingId].tokenContract = address(0);
        listings[_listingId].tokenId = 0;
        listings[_listingId].listingType = ListingType.None;
        listings[_listingId].sellerManager = address(0);
        listings[_listingId].seller = address(0);
        listings[_listingId].price = 0;
        listings[_listingId].end = 0;
        listings[_listingId].whitelistBuyer = address(0);
        listings[_listingId].startPrice = 0;
        listings[_listingId].reservePrice = 0;
        listings[_listingId].highestBid = 0;
        listings[_listingId].highestBidder = address(0);
        listings[_listingId].bidStep = 0;

        // tokenListings[listings[_listingId].tokenContract][listings[_listingId].tokenId] = 0;
    }

    function _revertHighestBid(uint256 _listingId, address newBidder, uint128 newAmount) private {
        if (
            listings[_listingId].highestBid > 0 &&
            listings[_listingId].highestBidder != address(0)
        ) {
            (bool sent, ) = payable(listings[_listingId].highestBidder).call{
                value: listings[_listingId].highestBid
            }("");

            if (! sent) {
                debts[listings[_listingId].highestBidder] += listings[
                    _listingId
                ].highestBid;
            } else {
                emit BidRefunded(
                    _listingId,
                    listings[_listingId].highestBidder,
                    listings[_listingId].highestBid,
                    newBidder,
                    newAmount,
                    block.timestamp
                );
            }
        }
    }

    function _release(
        uint256 _listingId,
        address buyer,
        uint128 amount
    ) private {
        checkAbilityToManageToken(
            listings[_listingId].tokenContract,
            listings[_listingId].tokenType,
            listings[_listingId].seller,
            listings[_listingId].tokenId
        );

        if (amount > 0) {
            uint128 marketplaceFeeAmount = _getPortionOfAmount(
                amount,
                listings[_listingId].marketplaceFee
            );
            uint128 royaltiesTotal = 0;

            if (listings[_listingId].tokenType == TokenType.ERC721) {
                (
                    address[] memory royaltyRecipients,
                    uint32[] memory royaltyAmounts
                ) = _safeGetRoyalties(address(listings[_listingId].tokenContract), listings[_listingId].tokenId);

                for (uint i = 0; i < royaltyRecipients.length; i++) {
                    uint128 royaltyAmount = _getPortionOfAmount(
                        amount,
                        royaltyAmounts[i]
                    );

                    (bool sentRoyalty, ) = payable(royaltyRecipients[i]).call{
                        value: royaltyAmount
                    }("");

                    if (sentRoyalty) {
                        emit RoyaltiesPaid(
                            _listingId,
                            royaltyRecipients[i],
                            royaltyAmount,
                            listings[_listingId].tokenContract,
                            listings[_listingId].tokenId,
                            block.timestamp
                        );
                    } else {
                        debts[royaltyRecipients[i]] += royaltyAmount;
                    }

                    royaltiesTotal += royaltyAmount;
                }
            }

            if (listings[_listingId].royalties.total > 0) {
                for (
                    uint i = 0;
                    i < listings[_listingId].royalties.recipients.length;
                    i++
                ) {
                    uint128 royaltyAmount = _getPortionOfAmount(
                        amount,
                        listings[_listingId].royalties.amounts[i]
                    );

                    (bool sentRoyalty2, ) = payable(
                        listings[_listingId].royalties.recipients[i]
                    ).call{value: royaltyAmount}("");

                    if (sentRoyalty2) {
                        emit SecondaryRoyaltiesPaid(
                            _listingId,
                            listings[_listingId].royalties.recipients[i],
                            royaltyAmount,
                            listings[_listingId].tokenContract,
                            listings[_listingId].tokenId,
                            block.timestamp
                        );
                    } else {
                        debts[
                            listings[_listingId].royalties.recipients[i]
                        ] += royaltyAmount;
                    }

                    royaltiesTotal += royaltyAmount;
                }
            }

            uint128 sellerAmount = amount -
                marketplaceFeeAmount -
                royaltiesTotal;

            (bool sent, ) = payable(listings[_listingId].seller).call{
                value: sellerAmount
            }("");

            require(sent, "Failed to send money");
            emit SellerPaid(
                _listingId,
                listings[_listingId].seller,
                sellerAmount,
                listings[_listingId].tokenContract,
                listings[_listingId].tokenId,
                block.timestamp
            );

            marketplaceIncome += marketplaceFeeAmount;
            if (marketplaceFeeAmount > 0) {
                emit MarketplaceFeeReceived(
                    listings[_listingId].tokenContract,
                    listings[_listingId].tokenId,
                    marketplaceFeeAmount,
                    block.timestamp
                );
            }
        }


        bool isTransferred = false;
        
        if (listings[_listingId].tokenType == TokenType.ERC1155) {
            isTransferred = _safeTransferFrom_ERC1155(
                listings[_listingId].tokenContract,
                listings[_listingId].seller,
                buyer,
                listings[_listingId].tokenId,
                1
            );
        }
        else if (listings[_listingId].tokenType == TokenType.ERC721) {
            isTransferred = _safeTransferFrom_ERC721(
                listings[_listingId].tokenContract,
                listings[_listingId].seller,
                buyer,
                listings[_listingId].tokenId
            );
        }

        if(! isTransferred) {
            revert TransferError(listings[_listingId].tokenContract, listings[_listingId].tokenId);
        }

        _resetListing(_listingId);
    }

    function stop() external onlyOwner {
        if (isActive) {
            isActive = false;

            emit ContractStoppped(block.timestamp);
        }
    }

    function start() external onlyOwner {
        if (!isActive) {
            isActive = true;

            emit ContractStarted(block.timestamp);
        }
    }

    function name() external view virtual returns (string memory) {
        return _name;
    }
}

File 2 of 10 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)

pragma solidity ^0.8.20;

import {Context} from "../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.
 *
 * The initial owner is set to the address provided by the deployer. 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;

    /**
     * @dev The caller account is not authorized to perform an operation.
     */
    error OwnableUnauthorizedAccount(address account);

    /**
     * @dev The owner is not a valid owner account. (eg. `address(0)`)
     */
    error OwnableInvalidOwner(address owner);

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

    /**
     * @dev Initializes the contract setting the address provided by the deployer as the initial owner.
     */
    constructor(address initialOwner) {
        if (initialOwner == address(0)) {
            revert OwnableInvalidOwner(address(0));
        }
        _transferOwnership(initialOwner);
    }

    /**
     * @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 {
        if (owner() != _msgSender()) {
            revert OwnableUnauthorizedAccount(_msgSender());
        }
    }

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby disabling 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 {
        if (newOwner == address(0)) {
            revert OwnableInvalidOwner(address(0));
        }
        _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 3 of 10 : IERC1155.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.1) (token/ERC1155/IERC1155.sol)

pragma solidity ^0.8.20;

import {IERC165} from "../../utils/introspection/IERC165.sol";

/**
 * @dev Required interface of an ERC1155 compliant contract, as defined in the
 * https://eips.ethereum.org/EIPS/eip-1155[EIP].
 */
interface IERC1155 is IERC165 {
    /**
     * @dev Emitted when `value` amount of tokens of 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 value 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 a `value` amount of tokens of type `id` from `from` to `to`.
     *
     * WARNING: This function can potentially allow a reentrancy attack when transferring tokens
     * to an untrusted contract, when invoking {onERC1155Received} on the receiver.
     * Ensure to follow the checks-effects-interactions pattern and consider employing
     * reentrancy guards when interacting with untrusted contracts.
     *
     * 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 `value` 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 value, bytes calldata data) external;

    /**
     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}.
     *
     * WARNING: This function can potentially allow a reentrancy attack when transferring tokens
     * to an untrusted contract, when invoking {onERC1155BatchReceived} on the receiver.
     * Ensure to follow the checks-effects-interactions pattern and consider employing
     * reentrancy guards when interacting with untrusted contracts.
     *
     * Emits either a {TransferSingle} or a {TransferBatch} event, depending on the length of the array arguments.
     *
     * Requirements:
     *
     * - `ids` and `values` 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 values,
        bytes calldata data
    ) external;
}

File 4 of 10 : IERC721.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC721/IERC721.sol)

pragma solidity ^0.8.20;

import {IERC165} from "../../utils/introspection/IERC165.sol";

/**
 * @dev Required interface of an ERC721 compliant contract.
 */
interface IERC721 is IERC165 {
    /**
     * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
     */
    event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
     */
    event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
     */
    event ApprovalForAll(address indexed owner, address indexed operator, bool approved);

    /**
     * @dev Returns the number of tokens in ``owner``'s account.
     */
    function balanceOf(address owner) external view returns (uint256 balance);

    /**
     * @dev Returns the owner of the `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function ownerOf(uint256 tokenId) external view returns (address owner);

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon
     *   a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(address from, address to, uint256 tokenId, bytes calldata data) external;

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must have been allowed to move this token by either {approve} or
     *   {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon
     *   a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(address from, address to, uint256 tokenId) external;

    /**
     * @dev Transfers `tokenId` token from `from` to `to`.
     *
     * WARNING: Note that the caller is responsible to confirm that the recipient is capable of receiving ERC721
     * or else they may be permanently lost. Usage of {safeTransferFrom} prevents loss, though the caller must
     * understand this adds an external call which potentially creates a reentrancy vulnerability.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(address from, address to, uint256 tokenId) external;

    /**
     * @dev Gives permission to `to` to transfer `tokenId` token to another account.
     * The approval is cleared when the token is transferred.
     *
     * Only a single account can be approved at a time, so approving the zero address clears previous approvals.
     *
     * Requirements:
     *
     * - The caller must own the token or be an approved operator.
     * - `tokenId` must exist.
     *
     * Emits an {Approval} event.
     */
    function approve(address to, uint256 tokenId) external;

    /**
     * @dev Approve or remove `operator` as an operator for the caller.
     * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller.
     *
     * Requirements:
     *
     * - The `operator` cannot be the address zero.
     *
     * Emits an {ApprovalForAll} event.
     */
    function setApprovalForAll(address operator, bool approved) external;

    /**
     * @dev Returns the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) external view returns (address operator);

    /**
     * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
     *
     * See {setApprovalForAll}
     */
    function isApprovedForAll(address owner, address operator) external view returns (bool);
}

File 5 of 10 : Context.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)

pragma solidity ^0.8.20;

/**
 * @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;
    }

    function _contextSuffixLength() internal view virtual returns (uint256) {
        return 0;
    }
}

File 6 of 10 : IERC165.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/introspection/IERC165.sol)

pragma solidity ^0.8.20;

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

File 7 of 10 : ReentrancyGuard.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/ReentrancyGuard.sol)

pragma solidity ^0.8.20;

/**
 * @dev Contract module that helps prevent reentrant calls to a function.
 *
 * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
 * available, which can be applied to functions to make sure there are no nested
 * (reentrant) calls to them.
 *
 * Note that because there is a single `nonReentrant` guard, functions marked as
 * `nonReentrant` may not call one another. This can be worked around by making
 * those functions `private`, and then adding `external` `nonReentrant` entry
 * points to them.
 *
 * TIP: If you would like to learn more about reentrancy and alternative ways
 * to protect against it, check out our blog post
 * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
 */
abstract contract ReentrancyGuard {
    // Booleans are more expensive than uint256 or any type that takes up a full
    // word because each write operation emits an extra SLOAD to first read the
    // slot's contents, replace the bits taken up by the boolean, and then write
    // back. This is the compiler's defense against contract upgrades and
    // pointer aliasing, and it cannot be disabled.

    // The values being non-zero value makes deployment a bit more expensive,
    // but in exchange the refund on every call to nonReentrant will be lower in
    // amount. Since refunds are capped to a percentage of the total
    // transaction's gas, it is best to keep them low in cases like this one, to
    // increase the likelihood of the full refund coming into effect.
    uint256 private constant NOT_ENTERED = 1;
    uint256 private constant ENTERED = 2;

    uint256 private _status;

    /**
     * @dev Unauthorized reentrant call.
     */
    error ReentrancyGuardReentrantCall();

    constructor() {
        _status = NOT_ENTERED;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and making it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        _nonReentrantBefore();
        _;
        _nonReentrantAfter();
    }

    function _nonReentrantBefore() private {
        // On the first call to nonReentrant, _status will be NOT_ENTERED
        if (_status == ENTERED) {
            revert ReentrancyGuardReentrantCall();
        }

        // Any calls to nonReentrant after this point will fail
        _status = ENTERED;
    }

    function _nonReentrantAfter() private {
        // By storing the original value once again, a refund is triggered (see
        // https://eips.ethereum.org/EIPS/eip-2200)
        _status = NOT_ENTERED;
    }

    /**
     * @dev Returns true if the reentrancy guard is currently set to "entered", which indicates there is a
     * `nonReentrant` function in the call stack.
     */
    function _reentrancyGuardEntered() internal view returns (bool) {
        return _status == ENTERED;
    }
}

File 8 of 10 : IERC721RoyaltiesStorage.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

import "@openzeppelin/contracts/token/ERC721/IERC721.sol";

interface IERC721RoyaltiesStorage is IERC721 {

    function getRoyalties(uint256 tokenId) external view returns (address[] memory, uint32[] memory);

    function getRoyaltiesAmount(uint256 tokenId) external view returns (uint32);
}

File 9 of 10 : IIOGINALITY.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "./extensions/IERC721RoyaltiesStorage.sol";

interface IIOGINALITY is IERC721, IERC721RoyaltiesStorage {}

File 10 of 10 : Manageable.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.4;

import "@openzeppelin/contracts/access/Ownable.sol";

abstract contract Manageable is Ownable {

    // the manager of contract from marketplace side
    address private _manager;

    event ManagershipTransfered(address newManager, address oldManager);

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

    /**
     * @dev Throws if the sender is not the owner.
     */
    function _checkManager() internal view virtual {
        require(manager() == _msgSender(), "Caller is not the manager of contract");
    }

    function manager() public view returns(address)
    {
        return _manager;
    }

    function transferMangership(address newManager) onlyOwner
        external
    {
        require(newManager != address(0), 'Manager can not be a null address');

        _transferMangership(newManager);
    }

    function _transferMangership(address newManager)
        internal virtual
    {
        address oldManager = _manager;
        _manager = newManager;

        emit ManagershipTransfered(_manager, oldManager);
    }
}

Settings
{
  "viaIR": true,
  "optimizer": {
    "enabled": true,
    "runs": 10000,
    "details": {
      "yulDetails": {
        "optimizerSteps": "u"
      }
    }
  },
  "evmVersion": "paris",
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"uint32","name":"_defaultBidIncreasePercentage","type":"uint32"},{"internalType":"address","name":"manager_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"tokenContract","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ContractHasNoPermissionToManageToken","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"inputs":[],"name":"ReentrancyGuardReentrantCall","type":"error"},{"inputs":[{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"tokenContract","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"SellerHasNoToken","type":"error"},{"inputs":[{"internalType":"address","name":"tokenContract","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"TokenAleadyListed","type":"error"},{"inputs":[{"internalType":"address","name":"tokenContract","type":"address"}],"name":"TokenIsNotERC721OrERC1155","type":"error"},{"inputs":[{"internalType":"address","name":"tokenContract","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"TransferError","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"address","name":"tokenContract","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"uint128","name":"startPrice","type":"uint128"},{"indexed":false,"internalType":"uint128","name":"reservePrice","type":"uint128"},{"indexed":false,"internalType":"uint128","name":"buyNowPrice","type":"uint128"},{"indexed":false,"internalType":"uint64","name":"end","type":"uint64"},{"indexed":false,"internalType":"address","name":"whitelistBuyer","type":"address"}],"name":"AuctionListingCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"address","name":"bidder","type":"address"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"},{"indexed":false,"internalType":"address","name":"prevBidder","type":"address"},{"indexed":false,"internalType":"uint128","name":"prevAmount","type":"uint128"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"BidMade","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"address","name":"bidder","type":"address"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"},{"indexed":false,"internalType":"address","name":"newBidder","type":"address"},{"indexed":false,"internalType":"uint128","name":"newAmount","type":"uint128"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"BidRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"ContractStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"ContractStoppped","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"address","name":"tokenContract","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"uint128","name":"price","type":"uint128"},{"indexed":false,"internalType":"uint64","name":"end","type":"uint64"},{"indexed":false,"internalType":"address","name":"whitelistBuyer","type":"address"}],"name":"FixedPriceListingCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"ListingCancelled","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"ListingFinished","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint128","name":"price","type":"uint128"},{"indexed":false,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"enum MarketManagerV1.ListingType","name":"type_","type":"uint8"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"ListingSold","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"newManager","type":"address"},{"indexed":false,"internalType":"address","name":"oldManager","type":"address"}],"name":"ManagershipTransfered","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"tokenContract","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"MarketplaceFeeReceived","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"address","name":"reciever","type":"address"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"},{"indexed":false,"internalType":"address","name":"tokenContract","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"RoyaltiesPaid","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"address","name":"reciever","type":"address"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"},{"indexed":false,"internalType":"address","name":"tokenContract","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"SecondaryRoyaltiesPaid","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"},{"indexed":false,"internalType":"address","name":"tokenContract","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"SellerPaid","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"uint128","name":"amount","type":"uint128"},{"indexed":false,"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"SetRoyalty","type":"event"},{"inputs":[{"internalType":"address","name":"_contract","type":"address"}],"name":"_supportsERC1155","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"bid","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"buy","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"cancel","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"finish","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getBidPrice","outputs":[{"internalType":"uint128","name":"","type":"uint128"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getEndTime","outputs":[{"internalType":"uint64","name":"","type":"uint64"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getIncome","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getMarketplaceFee","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getPrice","outputs":[{"internalType":"uint128","name":"","type":"uint128"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getSecondaryRoyalties","outputs":[{"internalType":"address[]","name":"","type":"address[]"},{"internalType":"uint32[]","name":"","type":"uint32[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"address","name":"_contract","type":"address"},{"internalType":"address","name":"_seller","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint32","name":"_bidStep","type":"uint32"},{"internalType":"uint128","name":"_startPrice","type":"uint128"},{"internalType":"uint128","name":"_reservePrice","type":"uint128"},{"internalType":"uint128","name":"_buyNowPrice","type":"uint128"},{"internalType":"uint64","name":"_end","type":"uint64"},{"internalType":"uint32","name":"_marketplaceFee","type":"uint32"},{"components":[{"internalType":"address[]","name":"recipients","type":"address[]"},{"internalType":"uint32[]","name":"amounts","type":"uint32[]"}],"internalType":"struct MarketManagerV1.RoyaltiesInput","name":"royaltiesInput","type":"tuple"}],"name":"makeBritishAuctionListing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"address","name":"_contract","type":"address"},{"internalType":"address","name":"_seller","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint32","name":"_bidStep","type":"uint32"},{"internalType":"uint128","name":"_startPrice","type":"uint128"},{"internalType":"uint128","name":"_reservePrice","type":"uint128"},{"internalType":"uint128","name":"_buyNowPrice","type":"uint128"},{"internalType":"uint64","name":"_end","type":"uint64"},{"internalType":"uint32","name":"_marketplaceFee","type":"uint32"}],"name":"makeBritishAuctionListing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"address","name":"_contract","type":"address"},{"internalType":"address","name":"_seller","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint128","name":"_price","type":"uint128"},{"internalType":"uint64","name":"_end","type":"uint64"},{"internalType":"uint32","name":"_marketplaceFee","type":"uint32"},{"components":[{"internalType":"address[]","name":"recipients","type":"address[]"},{"internalType":"uint32[]","name":"amounts","type":"uint32[]"}],"internalType":"struct MarketManagerV1.RoyaltiesInput","name":"royaltiesInput","type":"tuple"}],"name":"makeFixedPriceListing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"address","name":"_contract","type":"address"},{"internalType":"address","name":"_seller","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint128","name":"_price","type":"uint128"},{"internalType":"uint64","name":"_end","type":"uint64"},{"internalType":"uint32","name":"_marketplaceFee","type":"uint32"}],"name":"makeFixedPriceListing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"manager","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":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"start","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"stop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newManager","type":"address"}],"name":"transferMangership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"withdrawIncome","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60806040523462000031576200001f62000018620001b9565b916200047a565b604051615540620006d0823961554090f35b600080fd5b634e487b7160e01b600052604160045260246000fd5b90601f01601f191681019081106001600160401b038211176200006e57604052565b62000036565b906200008b6200008360405190565b92836200004c565b565b6001600160401b0381116200006e57602090601f01601f19160190565b60005b838110620000be5750506000910152565b8181015183820152602001620000ad565b90929192620000e8620000e2826200008d565b62000074565b938185528183011162000031576200008b916020850190620000aa565b9080601f83011215620000315781516200012292602001620000cf565b90565b63ffffffff81165b036200003157565b905051906200008b8262000125565b6001600160a01b031690565b6001600160a01b0381166200012d565b905051906200008b8262000150565b9091606082840312620000315781516001600160401b03811162000031576200019f846200012292850162000105565b936040620001b1826020870162000135565b940162000160565b620001dc62005c1080380380620001d08162000074565b9283398101906200016f565b909192565b9060ff905b9181191691161790565b9062000203620001226200020b92151590565b8254620001e1565b9055565b9060001990620001e6565b6200012262000122620001229290565b906200023e620001226200020b926200021a565b82546200020f565b634e487b7160e01b600052602260045260246000fd5b90600160028304921680156200027f575b60208310146200027957565b62000246565b91607f16916200026d565b9160001960089290920291821b911b620001e6565b9190620002b4620001226200020b936200021a565b9083546200028a565b6200008b916000916200029f565b818110620002d7575050565b80620002e76000600193620002bd565b01620002cb565b9190601f8111620002fe57505050565b620003126200008b93600052602060002090565b906020601f84018190048301931062000336575b6020601f909101040190620002cb565b909150819062000326565b906200034b815190565b906001600160401b0382116200006e5762000373826200036c85546200025c565b85620002ee565b602090601f8311600114620003b2576200020b929160009183620003a6575b5050600019600883021c1916906002021790565b01519050388062000392565b601f19831691620003c885600052602060002090565b9260005b8181106200040957509160029391856001969410620003ef575b50505002019055565b01516000196008601f8516021c19169055388080620003e6565b91936020600181928787015181550195019201620003cc565b906200008b9162000341565b9064ffffffff009060081b620001e6565b6200045562000122620001229263ffffffff1690565b63ffffffff1690565b9062000472620001226200020b926200043f565b82546200042e565b6200008b9291620004b8620004c0926200049433620004d2565b620004a260016005620001f0565b620004b0600060066200022a565b600462000422565b60056200045e565b6200060b565b6200012260016200021a565b620004dd90620004f3565b6200008b620004eb620004c6565b60026200022a565b6200008b9062000519565b6200014462000122620001229290565b6200012290620004fe565b6200052560006200050e565b6001600160a01b0381166001600160a01b038316146200054b57506200008b906200066f565b6200057e906200055a60405190565b631e4fbdf760e01b8152918291600483016001600160a01b03909116815260200190565b0390fd5b620001229062000144565b62000122905462000582565b906001600160a01b0390620001e6565b620001229062000144906001600160a01b031682565b6200012290620005a9565b6200012290620005bf565b90620005e9620001226200020b92620005ca565b825462000599565b6001600160a01b0391821681529116602082015260400190565b7f3d94f8a9e9bed6c4cb502413642e13434051041fb60783c22e66622133e1a33990620006466200063d60016200058d565b916001620005d5565b6200065260016200058d565b6200066a6200066060405190565b92839283620005f1565b0390a1565b6200069d620006966200068360006200058d565b62000690846000620005d5565b620005ca565b91620005ca565b907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0620006c960405190565b600090a356fe610100604052600436101561001357600080fd5b60003560e01c806306fdde03146101a357806307da68f51461019e5780630a2e98e4146101995780630beb0a3d146101945780632e01d6d01461018f5780632f6591a41461018a5780633ccfd60b1461018557806340e58ee514610180578063454a2ab31461017b578063481c6a751461017657806349e553db14610171578063599119b21461016c578063715018a61461016757806389cfdea0146101625780638da5cb5b1461015d5780639067b677146101585780639b013aee14610153578063b7792b261461014e578063be9a655514610149578063c8dfe13c14610144578063d353a1cb1461013f578063d96a094a1461013a578063e757223014610135578063f247e3de146101305763f2fde38b036101b3576109a7565b61097c565b610961565b61094e565b610936565b610909565b6108f1565b6108d8565b610877565b610841565b610826565b610801565b61075d565b61072f565b61063b565b610593565b610580565b610568565b610550565b61052b565b61045b565b610425565b6102bd565b610270565b610245565b60009103126101b357565b600080fd5b60005b8381106101cb5750506000910152565b81810151838201526020016101bb565b6101fc61020560209361022d936101f0815190565b80835293849260200190565b958691016101b8565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01690565b0190565b6020808252610242929101906101db565b90565b346101b3576102553660046101a8565b61026c610260610b44565b60405191829182610231565b0390f35b346101b3576102803660046101a8565b610288610bd8565b604051005b805b036101b357565b905035906102a38261028d565b565b906020828203126101b35761024291610296565b9052565b346101b35761026c6102d86102d33660046102a5565b610d7e565b6040519182918263ffffffff909116815260200190565b73ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff811661028f565b905035906102a382610308565b6fffffffffffffffffffffffffffffffff811661028f565b905035906102a382610331565b67ffffffffffffffff811661028f565b905035906102a382610356565b63ffffffff811661028f565b905035906102a382610373565b908160409103126101b35790565b919091610100818403126101b3576103b28382610296565b926103c08160208401610324565b926103ce8260408501610324565b926103dc8360608301610296565b926103ea8160808401610349565b926103f88260a08501610366565b926104068360c0830161037f565b9260e082013567ffffffffffffffff81116101b357610242920161038c565b346101b35761028861043836600461039a565b96959095949194939293611719565b906020828203126101b35761024291610324565b346101b35761028861046e366004610447565b6117e3565b919091610160818403126101b35761048b8382610296565b926104998160208401610324565b926104a78260408501610324565b926104b58360608301610296565b926104c3816080840161037f565b926104d18260a08501610349565b926104df8360c08301610349565b926104ed8160e08401610349565b926104fc826101008501610366565b9261050b83610120830161037f565b9261014082013567ffffffffffffffff81116101b357610242920161038c565b346101b35761028861053e366004610473565b99989098979197969296959395611a14565b346101b3576105603660046101a8565b610288611c50565b346101b35761028861057b3660046102a5565b611f84565b61028861058e3660046102a5565b612794565b346101b3576105a33660046101a8565b61026c6105ae61279d565b6040519182918273ffffffffffffffffffffffffffffffffffffffff909116815260200190565b60e0818303126101b3576105e98282610296565b926105f78360208401610324565b926106058160408501610324565b926106138260608301610296565b926102426106248460808501610349565b9360c06106348260a08701610366565b940161037f565b346101b35761028861064e3660046105d5565b95949094939193612912565b9061067a610673610669845190565b8084529260200190565b9260200190565b9060005b81811061068b5750505090565b9091926106be6106b7600192865173ffffffffffffffffffffffffffffffffffffffff16815260200190565b9460200190565b92910161067e565b906106d5610673610669845190565b9060005b8181106106e65750505090565b9091926107026106b7600192865163ffffffff16815260200190565b9291016106d9565b60408082526102429391926107219184019061065a565b9160208184039101526106c6565b346101b3576107476107423660046102a5565b612c90565b9061026c61075460405190565b9283928361070a565b346101b35761076d3660046101a8565b610288612cb9565b610140818303126101b35761078a8282610296565b926107988360208401610324565b926107a68160408501610324565b926107b48260608301610296565b926107c2836080840161037f565b926107d08160a08501610349565b926107de8260c08301610349565b926102426107ef8460e08501610349565b93610120610634826101008701610366565b346101b357610288610814366004610775565b98979097969196959295949394612da6565b346101b3576108363660046101a8565b61026c6105ae612db8565b346101b35761026c61085c6108573660046102a5565b612dff565b6040519182918267ffffffffffffffff909116815260200190565b346101b35761026c61089261088d3660046102a5565b612ee7565b604051918291826fffffffffffffffffffffffffffffffff909116815260200190565b91906040838203126101b3576102429060206108d18286610324565b9401610296565b346101b3576102886108eb3660046108b5565b90612fc2565b346101b3576109013660046101a8565b610288613026565b346101b35761026c61092461091f366004610447565b6130a8565b60405191829182901515815260200190565b346101b3576102886109493660046102a5565b6133bb565b61028861095c3660046102a5565b61352d565b346101b35761026c6108926109773660046102a5565b613573565b346101b35761098c3660046101a8565b61026c610997613595565b6040519182918290815260200190565b346101b3576102886109ba366004610447565b613649565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b9060016002830492168015610a0e575b6020831014610a0957565b6109bf565b91607f16916109fe565b80546000939291610a35610a2b836109ee565b8085529360200190565b9160018116908115610a875750600114610a4e57505050565b610a619192939450600052602060002090565b916000925b818410610a735750500190565b805484840152602090930192600101610a66565b92949550505060ff1916825215156020020190565b9061024291610a18565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b90601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810190811067ffffffffffffffff821117610b1557604052565b610aa6565b906102a3610b3492610b2b60405190565b93848092610a9c565b0383610ad5565b61024290610b1a565b6102426004610b3b565b610b56613652565b6102a3610b88565b9060ff905b9181191691161790565b90610b7d610242610b8492151590565b8254610b5e565b9055565b60055460ff16610b9457565b610ba060006005610b6d565b7f3900116b374aaf935bef5bc654229cd63e3b48b6da45f8eacebce0d9eebb80d6610bca60405190565b42815280602081015b0390a1565b6102a3610b4e565b6102426102426102429290565b90610bf790610be0565b600052602052604060002090565b6102429081565b6102429054610c05565b15610c1d57565b60405162461bcd60e51b815260206004820152601560248201527f4c697374696e67206973206e6f742065786973747300000000000000000000006044820152606490fd5b0390fd5b6102429060801c5b67ffffffffffffffff1690565b6102429054610c66565b6102426102426102429267ffffffffffffffff1690565b15610ca357565b60405162461bcd60e51b815260206004820152601460248201527f4c697374696e672074696d65206973206f7665720000000000000000000000006044820152606490fd5b9061024291610d1d610d066001610d00856003610bed565b01610c0c565b610d17610d136000610be0565b9190565b11610c16565b610d46610d366004610d30856003610bed565b01610c7b565b610d404291610c85565b11610c9c565b610d66565b6102429060c01c5b63ffffffff1690565b6102429054610d4b565b610d7861024292600892506003610bed565b01610d5c565b610242906000610ce8565b90610da197969594939291610d9c6136ce565b610df5565b6102a3613727565b15610db057565b60405162461bcd60e51b815260206004820152601760248201527f436f6e74726163742069732073746f70706564206e6f770000000000000000006044820152606490fd5b906102a397969594939291610e14610e0f60055460ff1690565b610da9565b610e65565b15610e2057565b60405162461bcd60e51b815260206004820152601960248201527f4c697374696e6720697320616c726561647920657869737473000000000000006044820152606490fd5b906102a397969594939291610e96610e836001610d00846003610bed565b610e90610d136001610be0565b10610e19565b610f1a565b610d536102426102429290565b15610eaf57565b60405162461bcd60e51b815260206004820152602760248201527f4d61782076616c756520666f72206d61726b6574706c6163652066656520353060448201527f20706563656e74000000000000000000000000000000000000000000000000006064820152608490fd5b906102a397969594939291610f41610f33611388610e9b565b63ffffffff89161115610ea8565b61100d565b9035907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe136829003018212156101b3570180359067ffffffffffffffff82116101b3576020019160208202360383136101b357565b15610fa257565b60405162461bcd60e51b815260206004820152603660248201527f726f796c7469657320726563697069656e747320616e6420616d6f756e74732060448201527f6e756d6265722073686f756c6420626520657175616c000000000000000000006064820152608490fd5b6102a3979695949392919061104961102d6110288a80610f46565b905090565b611043610d1361024261102860208e018e610f46565b14610f9b565b61161e565b610c6e6102426102429263ffffffff1690565b906102a361106e60405190565b9283610ad5565b67ffffffffffffffff8111610b155760208091020190565b909291926110a261109d82611075565b611061565b93818552602080860192028301928184116101b357915b8383106110c65750505050565b602080916110d48486610324565b8152019201916110b9565b9080601f830112156101b3578160206102429335910161108d565b9092919261110a61109d82611075565b93818552602080860192028301928184116101b357915b83831061112e5750505050565b6020809161113c848661037f565b815201920191611121565b9080601f830112156101b357816020610242933591016110fa565b9190916040818403126101b3576111796040611061565b92813567ffffffffffffffff81116101b357816111979184016110df565b8452602082013567ffffffffffffffff81116101b3576111b79201611147565b6020830152565b610242903690611162565b6102ef6102426102429290565b610242906111c9565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b91906008610b639102916112417fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff841b90565b921b90565b9190611257610242610b8493610be0565b90835461120e565b6102a391600091611246565b818110611276575050565b80611284600060019361125f565b0161126b565b907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6112ba916020036008021c90565b8154169055565b9190918282106112d057505050565b6102a392916112e59091600052602060002090565b918201910161126b565b90680100000000000000008111610b15578161130c6102a3935490565b908281556112c1565b610242916008021c6102ef565b6102ef6102426102429273ffffffffffffffffffffffffffffffffffffffff1690565b61024290611322565b61024290611345565b81519167ffffffffffffffff8311610b155761138e61138260019261137c86866112ef565b60200190565b92600052602060002090565b92049160005b8381106113a15750505050565b60019060206113c7610242865173ffffffffffffffffffffffffffffffffffffffff1690565b9401938184015501611394565b906102a391611357565b8181106113e9575050565b806113f7600060019361125f565b016113de565b91909182821061140c57505050565b6102a39260086007909101049060046008611434600786018290045b93600052602060002090565b9283019406026000811161144b575b5001906113de565b611458906001850361128a565b38611443565b90680100000000000000008111610b15578161147b6102a3935490565b908281556113fd565b610242916008021c610d53565b91906008610b6391029161124163ffffffff841b90565b610d536102426102429263ffffffff1690565b906114c4815190565b9067ffffffffffffffff8211610b15576113826114e59161137c848661145e565b600882049160005b83811061155757506008830290036000811161150a575b50505050565b9260009360005b81811061152657505050015538808080611504565b909194602061154d6001926115426102428a5163ffffffff1690565b908560040290611491565b9601929101611511565b6000805b600881106115705750838201556001016114ed565b9590602061159660019261158b610242865163ffffffff1690565b908a60040290611491565b9201960161155b565b906102a3916114bb565b9063ffffffff90610b63565b906115c5610242610b84926114a8565b82546115a9565b600261160d60406102a3946115eb6115e5600083015190565b866113d4565b6116026115f9602083015190565b6001870161159f565b015163ffffffff1690565b91016115b5565b906102a3916115cc565b949295909693919361163185888a61377e565b9061163e8887848c613869565b6116478361104e565b90611651906111be565b61165c91898b613ae5565b918885858a61166b60006111d6565b99611678968b958d613dff565b611683856003610bed565b6009019061169091611614565b6040805194855273ffffffffffffffffffffffffffffffffffffffff96871660208601528401949094523360608401526fffffffffffffffffffffffffffffffff909316608083015267ffffffffffffffff90921660a0820152911660c08201527feb5fa60a94d39730fd907875666bf42e3316b0619ea6d5bde46d3a29df7bc2739060e090a1565b906102a397969594939291610d89565b6102a390611735613652565b6117ac565b1561174157565b60405162461bcd60e51b815260206004820152602160248201527f4d616e616765722063616e206e6f742062652061206e756c6c2061646472657360448201527f73000000000000000000000000000000000000000000000000000000000000006064820152608490fd5b6102a3906117de6117c06102ef60006111d6565b73ffffffffffffffffffffffffffffffffffffffff8316141561173a565b613e10565b6102a390611729565b90610da19a9998979695949392916118026136ce565b906102a39a99989796959493929161181f610e0f60055460ff1690565b906102a39a999897969594939291611840610e836001610d00846003610bed565b6102a39a999897969594939291906118748b611043610d13610242611028611869818680610f46565b946020810190610f46565b611946565b9694929099989795939161012088019a60008901611895919052565b73ffffffffffffffffffffffffffffffffffffffff166020880152604087015273ffffffffffffffffffffffffffffffffffffffff1660608601526fffffffffffffffffffffffffffffffff1660808501526fffffffffffffffffffffffffffffffff1660a08401526fffffffffffffffffffffffffffffffff1660c083015267ffffffffffffffff1660e0820152610100016102a39173ffffffffffffffffffffffffffffffffffffffff169052565b949798610bd397946119bf7f82eaa1592b298c70a19a2be50e14ca7e646f2e580d3e16b2e0f62ef75e5217fb9c6119e794999c6119fa9760e05260a0526119908660e0518c61377e565b60c0526119a360e0518760c0518d613869565b6119b56119af8561104e565b916111be565b9060e0518b613ae5565b936119ca60006111d6565b608052868c8c608051948c60a051958d60e0519260c05191614219565b60096119f4856003610bed565b01611614565b6040519586956080519460a05194339160e051918a611879565b906102a39a9998979695949392916117ec565b611a2f6136ce565b610da1611baa565b90610bf79061134e565b907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff90610b63565b90611a79610242610b8492610be0565b8254611a41565b15611a8757565b60405162461bcd60e51b815260206004820152602260248201527f54686520636f6e74726163742062616c616e6365206973206e6f7420656e617560448201527f67680000000000000000000000000000000000000000000000000000000000006064820152608490fd5b67ffffffffffffffff8111610b1557602090601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0160190565b90611b3a61109d83611af2565b918252565b3d15611b5957611b4e3d611b2d565b903d6000602084013e565b606090565b15611b6557565b60405162461bcd60e51b815260206004820152601460248201527f4661696c656420746f2073656e642045746865720000000000000000000000006044820152606490fd5b6007611bbe611bb93383611a37565b610c0c565b611bcb610d136000610be0565b11611bd35750565b6000806102a392611c04611bea611bb93384611a37565b91611bff611bf785610be0565b913390611a37565b611a69565b611c20611c17611c133061134e565b3190565b825b1115611a80565b611c31611c2c3361134e565b61134e565b90611c3b60405190565b90818003925af1611c4a611b3f565b50611b5e565b6102a3611a27565b610da190611c646136ce565b6102a390611c77610e0f60055460ff1690565b6102a390611c8e610d066001610d00846003610bed565b611ca1610d366004610d30846003610bed565b611cf2565b15611cad57565b60405162461bcd60e51b815260206004820152601660248201527f4c697374696e6720646f6573206e6f74206578697374000000000000000000006044820152606490fd5b6102a390611d1c611d096001610d00846003610bed565b611d16610d136000610be0565b11611ca6565b611dbc565b6102429060081c6102ef565b6102429054611d21565b610242906102ef565b6102429054611d37565b15611d5157565b60405162461bcd60e51b815260206004820152602960248201527f4d6574686f642063616e2063616c6c206f6e6c79206f776e65722f6d616e616760448201527f65722f73656c6c657200000000000000000000000000000000000000000000006064820152608490fd5b6102a390611dc8612db8565b611de7335b9173ffffffffffffffffffffffffffffffffffffffff1690565b148015611e5b575b8015611e35575b8015611e0b575b611e0690611d4a565b611ef4565b50611e06611e246003611e1e8482610bed565b01611d40565b611e2d33611dcd565b149050611dfd565b50611e4c6002611e46836003610bed565b01611d2d565b611e5533611dcd565b14611df6565b50611e6461279d565b611e6d33611dcd565b14611def565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b60031115611eac57565b611e73565b906102a382611ea2565b611ec86102426102429290565b6fffffffffffffffffffffffffffffffff1690565b9081526040810192916102a39160200152565b0152565b610bd37fafd0a85a3f09cebbc7d9fcde08e8a7d0ebb0aa7d768a030915c3816a053d3c7a91611f316002611f29836003610bed565b015460ff1690565b611f44611f3e6002611eb1565b91611eb1565b14611f61575b611f538161436f565b604051918291429083611edd565b611f7f611f6e60006111d6565b611f786000611ebb565b908361423a565b611f4a565b6102a390611c58565b610da190611f996136ce565b6102a390611fac610e0f60055460ff1690565b6102a390611fc3610d066001610d00846003610bed565b611fd6610d366004610d30846003610bed565b612027565b15611fe257565b60405162461bcd60e51b815260206004820152601f60248201527f4c697374696e67206973206e6f74207468652061756374696f6e2074797065006044820152606490fd5b6102a39061205161203e6002611f29846003610bed565b61204b611f3e6002611eb1565b14611fdb565b612369565b1561205d57565b60405162461bcd60e51b815260206004820152602360248201527f73656e646572206d757374206e6f7420626520616e20656d707479206164647260448201527f65737300000000000000000000000000000000000000000000000000000000006064820152608490fd5b156120cf57565b60405162461bcd60e51b815260206004820152601b60248201527f73656e646572206d757374206e6f7420626520612073656c6c657200000000006044820152606490fd5b1561211b57565b60405162461bcd60e51b815260206004820152602d60248201527f41756374696f6e206163636570747320626964206f6e6c792066726f6d20776860448201527f6974656c697374206275796572000000000000000000000000000000000000006064820152608490fd5b61024290611ec8565b6102429054612186565b610242610242610242926fffffffffffffffffffffffffffffffff1690565b156121bf57565b60405162461bcd60e51b815260206004820152601060248201527f42696420696e73756666696369656e74000000000000000000000000000000006044820152606490fd5b1561220b57565b60405162461bcd60e51b815260206004820152602960248201527f54686520626574206d7573742062652067726561746572207468616e2074686560448201527f206c6173742062657400000000000000000000000000000000000000000000006064820152608490fd5b611ec86102426102429263ffffffff1690565b6122b6906fffffffffffffffffffffffffffffffff165b916fffffffffffffffffffffffffffffffff1690565b02906fffffffffffffffffffffffffffffffff82169182036122d457565b6111df565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b612323906fffffffffffffffffffffffffffffffff166122a0565b90811561232e570490565b6122d9565b61234e906fffffffffffffffffffffffffffffffff166122a0565b01906fffffffffffffffffffffffffffffffff82116122d457565b6102a390806000612379816111d6565b9061239d73ffffffffffffffffffffffffffffffffffffffff83165b331415612056565b6003916123bc6123b46102ef85611e1e8882610bed565b3314156120c8565b6123eb611dcd6123d16005611e1e8888610bed565b9273ffffffffffffffffffffffffffffffffffffffff1690565b03612547575b61240660046124008585610bed565b0161218f565b6124126122a083611ebb565b1180612521575b155b612428575b505050612682565b61243760076124008585610bed565b6124436122a083611ebb565b11156124d657506124698161247561246e61246960076124006124ce986124c698610bed565b612199565b3411612204565b6124c06124af61249860076124008961249283612400838a610bed565b96610bed565b6124a96124a4896144b0565b612276565b90612289565b6124ba612710611ebb565b90612308565b90612333565b3410156121b8565b803880612420565b6124e560066124008585610bed565b6124f16122a083611ebb565b11156125125750612469600661240061250d946124c694610bed565b6124ce565b61250d92506124c69150610be0565b5061241b61253460046124008686610bed565b61253f345b91612199565b149050612419565b6125686125596005611e1e8686610bed565b61256233611dcd565b14612114565b6123f1565b906fffffffffffffffffffffffffffffffff90610b63565b611ec8610242610242926fffffffffffffffffffffffffffffffff1690565b906125b4610242610b8492612585565b825461256d565b9073ffffffffffffffffffffffffffffffffffffffff90610b63565b906125e7610242610b849261134e565b82546125bb565b9194612669611ef09298979561264c60a0966126336102a39a61261660c08a019e60008b0152565b73ffffffffffffffffffffffffffffffffffffffff166020890152565b6fffffffffffffffffffffffffffffffff166040870152565b73ffffffffffffffffffffffffffffffffffffffff166060850152565b6fffffffffffffffffffffffffffffffff166080830152565b61268b34611ebb565b61269681338461423a565b6003916126a86008611e1e8386610bed565b6126b760076124008487610bed565b936126c760046124008584610bed565b6126d46122a06000611ebb565b1180612775575b156126ee5750506102a392503390614661565b917f8e57bb65745bc4e23d32dab78dbd78f9cb60b5d8a9e3fd5b3383e39d574262ef9461272b610bd3939560076127258588610bed565b016125a4565b6127426127388386610bed565b60083391016125d7565b61276060076124008461275a6008611e1e838b610bed565b97610bed565b9461276a60405190565b9586954294876125ee565b5061278560046124008584610bed565b61278e34612539565b146126db565b6102a390611f8d565b6102426001611d40565b90610da19695949392916127b96136ce565b906102a39695949392916127d2610e0f60055460ff1690565b906102a39695949392916127ef610e836001610d00846003610bed565b906102a3969594939291612807610f33611388610e9b565b612834565b6102426040611061565b61281e61280c565b906060825260606020830152565b610242612816565b93610bd3939591946128ab7feb5fa60a94d39730fd907875666bf42e3316b0619ea6d5bde46d3a29df7bc2739861286c868a8a61377e565b6128788a88838c613869565b61289361288361282c565b61288c8461104e565b8c8c613ae5565b5085858b6128a160006111d6565b998a948d89613dff565b6040805191825273ffffffffffffffffffffffffffffffffffffffff96871660208301528101969096523360608701526fffffffffffffffffffffffffffffffff16608086015267ffffffffffffffff1660a085015290911660c0830152819060e0820190565b906102a39695949392916127a7565b90612952929161293a610d066001610d00866003610bed565b61294d610d366004610d30866003610bed565b612c58565b9091565b90612965611382610669845490565b9060005b8181106129765750505090565b9091926129b06129a960019261298b87611d40565b73ffffffffffffffffffffffffffffffffffffffff16815260200190565b9460010190565b929101612969565b9061024291612956565b906102a3610b34926129d360405190565b938480926129b8565b610242906129c2565b61024290610d53565b6102429060201c610d53565b6102429060401c610d53565b6102429060601c610d53565b6102429060801c610d53565b6102429060a01c610d53565b6102429060e01c610d53565b90600190612a48611428610669855490565b600092612b93575b612a5b565b50505090565b5490808310612b76575b808310612b59575b808310612b3c575b808310612b1f575b808310612b02575b808310612ae5575b808310612ac8575b8210612aa2575b80612a55565b82612abf60019394612ab5602094612a2a565b63ffffffff169052565b01910138612a9c565b9192602081612adc600193612ab586610d4b565b01930191612a95565b9192602081612af9600193612ab586612a1e565b01930191612a8d565b9192602081612b16600193612ab586612a12565b01930191612a85565b9192602081612b33600193612ab586612a06565b01930191612a7d565b9192602081612b50600193612ab5866129fa565b01930191612a75565b9192602081612b6d600193612ab5866129ee565b01930191612a6d565b9192602081612b8a600193612ab5866129e5565b01930191612a65565b60078301821115612a50579260016020612ab5612c20600894838080808080808f5497612bc381612ab58b6129e5565b01612bd181612ab58a6129ee565b01612bdf81612ab5896129fa565b01612bed81612ab588612a06565b01612bfb81612ab587612a12565b01612c0981612ab586612a1e565b01612c1781612ab585610d4b565b01928391612a2a565b019401920191612b93565b9061024291612a36565b906102a3610b3492612c4660405190565b93848092612c2b565b61024290612c35565b9291925050610242612c8a60016009612c82600082612c78896003610bed565b0101966003610bed565b0101936129dc565b92612c4f565b61295290606080612921565b612ca4613652565b6102a36102a3612cb460006111d6565b614c6a565b6102a3612c9c565b90610da1999897969594939291612cd66136ce565b906102a3999897969594939291612cf2610e0f60055460ff1690565b906102a3999897969594939291612d12610e836001610d00846003610bed565b612d987f82eaa1592b298c70a19a2be50e14ca7e646f2e580d3e16b2e0f62ef75e5217fb9a838b8b8b8b8a9f9b8a9d999f9b610bd39f9b81612d6591612d5981838c61377e565b60e05260e0518a613869565b612d80612d7061282c565b612d798a61104e565b838a613ae5565b50612d8b60006111d6565b9e8f9760e051908c614219565b60405198899833928a611879565b906102a3999897969594939291612cc1565b6102426000611d40565b9061024291612dda610d066001610d00856003610bed565b612ded610d366004610d30856003610bed565b610d3061024292600492506003610bed565b610242906000612dc2565b9061024291612e22610d066001610d00856003610bed565b612e35610d366004610d30856003610bed565b9061024291612e4d61203e6002611f29856003610bed565b50600390612e6060076124008385610bed565b612e6d6122a06000611ebb565b1115612ea757906124c06124af836124a96124a4612ea1600761240085612e9b836124006102429d8d610bed565b99610bed565b926144b0565b612eb660066124008385610bed565b612ec36122a06000611ebb565b1115612ed85761240060069161024293610bed565b50506102426377359400611ebb565b610242906000612e0a565b90610da191612eff6136ce565b906102a391612f0c613652565b612f5d565b15612f1857565b60405162461bcd60e51b815260206004820152601160248201527f4e6f7420656e6f75676820696e636f6d650000000000000000000000000000006044820152606490fd5b60006102a3928192612f6e83610be0565b82118314612faa57611c2c611c3191612f95612f8d6102426006610c0c565b851115612f11565b611c2c612fa4611c133061134e565b85611c19565b9050611c31611c2c612fbc6006610c0c565b92612f95565b906102a391612ef2565b612fd4613652565b6102a3612fea612fe660055460ff1690565b1590565b612ff057565b612ffc60016005610b6d565b7f154e33f072d0ba8d1035c201ea2ffe052f55a245295906a8df19d64e1d87cd67610bca60405190565b6102a3612fcc565b61304161303b6102429290565b60e01b90565b7fffffffff000000000000000000000000000000000000000000000000000000001690565b61024263d9b67a2661302e565b80151561028f565b905051906102a382613073565b906020828203126101b3576102429161307b565b6040513d6000823e3d90fd5b60206130c2611c2c61312e936130bc600090565b5061134e565b6130ca613066565b906130d460405190565b938492839182917f01ffc9a7000000000000000000000000000000000000000000000000000000008352600483017fffffffff00000000000000000000000000000000000000000000000000000000909116815260200190565b03915afa90811561316d57600091613144575090565b610242915060203d602011613166575b61315e8183610ad5565b810190613088565b503d613154565b61309c565b610da19061317e6136ce565b6102a390613191610e0f60055460ff1690565b6102a3906131a8611d096001610d00846003610bed565b6102a3906131b4612db8565b6131bd33611dcd565b148015613225575b8015613205575b80156131e1575b6131dc90611d4a565b6132d0565b506131dc6131f46003611e1e8482610bed565b6131fd33611dcd565b1490506131d3565b506132166002611e46836003610bed565b61321f33611dcd565b146131cc565b5061322e61279d565b61323733611dcd565b146131c5565b610c6e6102426102429290565b61024290611eb1565b6102b99061324a565b6102b990610c85565b909594926102a3946132bf6132c9926132a260809661328960a088019c6000890152565b6fffffffffffffffffffffffffffffffff166020870152565b73ffffffffffffffffffffffffffffffffffffffff166040850152565b6060830190613253565b019061325c565b60036132e16002611f298484610bed565b6132ee611f3e6002611eb1565b14806133ac575b1561337d578161334461332e6008611e1e7f67214d41d9e34ed183a0d33a33885e5c109aee24cf825bea1426538535d7070a9686610bed565b61333d60076124008587610bed565b9083614661565b610bd361335f6008611e1e846124926007612400838a610bed565b600261336a4261323d565b9161337460405190565b95869586613265565b50610bd381611f537f56c72aec1a556ad189a344900b28ea8fe2a9f10897a4ff8197984d3dfb1fffd09361436f565b506133b682614cd2565b6132f5565b6102a390613172565b610da1906133d06136ce565b6102a3906133e3610e0f60055460ff1690565b6102a3906133fa610d066001610d00846003610bed565b61340d610d366004610d30846003610bed565b61345e565b1561341957565b60405162461bcd60e51b815260206004820152601a60248201527f73656e74206d6f6e657920697320696e73756666696369656e740000000000006044820152606490fd5b6102a3906134726123956102ef60006111d6565b6134a361349c61246960046124008560036134976123b46102ef83611e1e8682610bed565b610bed565b3414613412565b6134cc565b909594926102a3946132bf611ef0926132a260809661328960a088019c6000890152565b7f67214d41d9e34ed183a0d33a33885e5c109aee24cf825bea1426538535d7070a906134f734611ebb565b90613503823383614661565b610bd36135166002611f29846003610bed565b9261352060405190565b93849342923391866134a8565b6102a3906133c4565b906102429161354e610d066001610d00856003610bed565b613561610d366004610d30856003610bed565b61240061024292600492506003610bed565b610242906000613536565b6102429061358a613652565b506102426006610c0c565b610242600061357e565b6102a3906135ab613652565b6135b560006111d6565b73ffffffffffffffffffffffffffffffffffffffff811673ffffffffffffffffffffffffffffffffffffffff8316146135f257506102a390614c6a565b610c62906135ff60405190565b9182917f1e4fbdf70000000000000000000000000000000000000000000000000000000083526004830173ffffffffffffffffffffffffffffffffffffffff909116815260200190565b6102a39061359f565b61365a612db8565b339061366582611dcd565b0361366d5750565b610c629061367a60405190565b9182917f118cdaa70000000000000000000000000000000000000000000000000000000083526004830173ffffffffffffffffffffffffffffffffffffffff909116815260200190565b6102426002610be0565b6136d86002610c0c565b6136e06136c4565b9081146136f2576102a3906002611a69565b6040517f3ee5aeb5000000000000000000000000000000000000000000000000000000008152600490fd5b6102426001610be0565b6102a361373261371d565b6002611a69565b60021115611eac57565b906102a382613739565b73ffffffffffffffffffffffffffffffffffffffff9182168152911660208201526060810192916102a39160400152565b909161378982614d85565b926137946001613743565b61379d85613743565b03613801576137ad818385614f51565b6137ba610d136000610be0565b146137c55750505090565b610c62906137d260405190565b9384937fc2cb69f20000000000000000000000000000000000000000000000000000000085526004850161374d565b61380b8184614e49565b6138158184614e8e565b61383473ffffffffffffffffffffffffffffffffffffffff8416611dcd565b036137c55750505090565b73ffffffffffffffffffffffffffffffffffffffff90911681526040810192916102a39160200152565b91906138743061134e565b906138886138826001613743565b91613743565b036138de57612fe69061389b928461502b565b6138a3575050565b610c626138af60405190565b9283927fddc74e900000000000000000000000000000000000000000000000000000000084526004840161383f565b6138e88484614fdd565b61390773ffffffffffffffffffffffffffffffffffffffff8316611dcd565b1415918261391a575b50506138a3575050565b61392a925090612fe6918461502b565b3880613910565b6102426060611061565b613943613931565b606080825260208201526000604082015290565b61024261393b565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90613997825190565b8110156139a8576020809102010190565b61395f565b6139c29063ffffffff165b9163ffffffff1690565b019063ffffffff82116122d457565b6139ee9067ffffffffffffffff165b9167ffffffffffffffff1690565b019067ffffffffffffffff82116122d457565b15613a0857565b60405162461bcd60e51b815260206004820152602a60248201527f5365636f6e6461727920726f79616c746965732073686f756c64206e6f74206560448201527f78636565642031303025000000000000000000000000000000000000000000006064820152608490fd5b15613a7a57565b60405162461bcd60e51b815260206004820152602160248201527f546f74616c20666565732073686f756c64206e6f74206578636565642031303060448201527f25000000000000000000000000000000000000000000000000000000000000006064820152608490fd5b91939092613af1613957565b5080515192613b0d6020830194611043610d1361024288515190565b600095613b1a6000610be0565b965b613b2861024287515190565b881015613b6157613b54613b5b91613b4e613b448b8a5161398e565b5163ffffffff1690565b906139ad565b9760010190565b96613b1c565b93965091613bda600092613bd36139e0613bcd613bbe88613b94613bb96102429d9e613b99613bf59d8f613b949061104e565b6139d1565b98613bb46127109a613bad6139e08d61323d565b1115613a01565b6150f6565b61104e565b613bc78a61104e565b906139d1565b9261323d565b1115613a73565b01519351613bee613be9613931565b958652565b6020850152565b63ffffffff166040830152565b906102a39897969594939291613c21610e836001610d00846003610bed565b613d15565b9074ffffffffffffffffffffffffffffffffffffffff009060081b610b63565b90613c56610242610b849261134e565b8254613c26565b61024290613743565b90610b7d610242610b8492613c5d565b90610b7d610242610b849261324a565b9077ffffffffffffffff000000000000000000000000000000009060801b610b63565b610c6e6102426102429267ffffffffffffffff1690565b90613cd0610242610b8492613ca9565b8254613c86565b907bffffffff0000000000000000000000000000000000000000000000009060c01b610b63565b90613d0e610242610b84926114a8565b8254613cd7565b95939096949291600397613d29888a610bed565b613d339190613c46565b613d3d8789610bed565b613d479190613c66565b613d518688610bed565b60010190613d5e91611a69565b613d688587610bed565b6002016001613d7691613c76565b613d808587610bed565b613d8e903390600201613c46565b85613d998682610bed565b0190613da4916125d7565b613dae8486610bed565b60040190613dbb916125a4565b613dc58385610bed565b60040190613dd291613cc0565b613ddc8284610bed565b60050190613de9916125d7565b613df291610bed565b600801906102a391613cfe565b906102a39897969594939291613c02565b7f3d94f8a9e9bed6c4cb502413642e13434051041fb60783c22e66622133e1a33990613e47613e3f6001611d40565b9160016125d7565b613e516001611d40565b610bd3613e5d60405190565b9283928373ffffffffffffffffffffffffffffffffffffffff91821681529116602082015260400190565b906102a39b9a999897969594939291613eaa610e836001610d00846003610bed565b614035565b15613eb657565b60405162461bcd60e51b815260206004820152603960248201527f72657365727665207072696365206d75737420657175616c207a65726f206f7260448201527f2067726561746572207468616e207374617274207072696365000000000000006064820152608490fd5b15613f2857565b60405162461bcd60e51b815260206004820152604f60248201527f627579206e6f77207072696365206d75737420657175616c207a65726f206f7260448201527f2067726561746572206f7220657175616c207468616e20737461727420616e6460648201527f2072657365727665207072696365730000000000000000000000000000000000608482015260a490fd5b907fffffffffffffffffffffffffffffffff000000000000000000000000000000009060801b610b63565b90613ff4610242610b8492612585565b8254613fb9565b9077ffffffff00000000000000000000000000000000000000009060a01b610b63565b9061402e610242610b84926114a8565b8254613ffb565b9893999497929190996140486000611ebb565b6fffffffffffffffffffffffffffffffff89161480156141fa575b61406c90613eaf565b6140766000611ebb565b6fffffffffffffffffffffffffffffffff85161480156141ac575b61409a90613f21565b60039a6140a78b8d610bed565b6140b19190613c46565b6140bb8a8c610bed565b600101906140c891611a69565b6140d2898b610bed565b6140dc9190613c66565b6140e6888a610bed565b60020160026140f491613c76565b6140fe888a610bed565b61410c903390600201613c46565b886141178982610bed565b0190614122916125d7565b61412c8789610bed565b60040190614139916125a4565b6141438688610bed565b6004019061415091613cc0565b61415a8587610bed565b60050190614167916125d7565b6141718486610bed565b6006019061417e916125a4565b6141888385610bed565b6006019061419591613fe4565b61419f8284610bed565b60080190613de99161401e565b506fffffffffffffffffffffffffffffffff87166fffffffffffffffffffffffffffffffff85161015801561409157506fffffffffffffffffffffffffffffffff8881169085161015614091565b506fffffffffffffffffffffffffffffffff8781169089161015614063565b906102a39b9a999897969594939291613e88565b919082018092116122d457565b9060039261424d60076124008587610bed565b61425a6122a06000611ebb565b1180614348575b61426b5750505050565b6142af600080614286611c2c611c2c6008611e1e8a8c610bed565b61429861246960076124008a8c610bed565b60405190818003925af16142aa611b3f565b501590565b15614300575050906142f16142e26142db6008611e1e8661249261246960076124006142f79b8b610bed565b6007611a37565b916142ec83610c0c565b61422d565b90611a69565b38808080611504565b826143409161276060076124008461275a6008611e1e8c9a9b7f9a6f16c4798d8760db4c5e28845ee72037596fef06b1c8c61029645350a151e59d610bed565b0390a16142f7565b506143586008611e1e8587610bed565b614368611dcd6102ef60006111d6565b1415614261565b6102a390600861448a600092614484614387856111d6565b9461447f6003966143a3818461439d888c610bed565b01613c46565b6143c16143af84610be0565b60016143bb888c610bed565b01611a69565b6143d78360026143d1888c610bed565b01613c76565b6143e781600261439d888c610bed565b6143fc81896143f68882610bed565b016125d7565b614474856144688a600661446261441289611ebb565b9483614425876004612725858399610bed565b6144436144318c61323d565b600461443d8585610bed565b01613cc0565b6144538960056143f68585610bed565b61349785856127258585610bed565b01613fe4565b6007612725888c610bed565b866143f6868a610bed565b610e9b565b93610bed565b0161401e565b6102429054612a1e565b6102429060081c610d53565b610242905461449a565b6144c660086144c0836003610bed565b01614490565b6144d36139b86000610e9b565b116144e3575061024260056144a6565b60086144c0610242926003610bed565b919461451b611ef09298979561264c60a0966126336102a39a61261660c08a019e60008b0152565b6080830152565b61024290546129e5565b80549192918310156139a857600861454b600492600052602060002090565b8185040193060290565b906102429154611484565b80548210156139a85761457a600191600052602060002090565b91020190600090565b906102429154611315565b6145a9906fffffffffffffffffffffffffffffffff166122a0565b9003906fffffffffffffffffffffffffffffffff82116122d457565b156145cc57565b60405162461bcd60e51b815260206004820152601460248201527f4661696c656420746f2073656e64206d6f6e65790000000000000000000000006044820152606490fd5b611ef06102a394614648606094989795613bee608086019a600087019073ffffffffffffffffffffffffffffffffffffffff169052565b6fffffffffffffffffffffffffffffffff166040830152565b91906003916146ab6146786000611e468787610bed565b6146876000611f298888610bed565b61469586611e1e8982610bed565b906146a56001610d008a8a610bed565b92613869565b6000906146b782611ebb565b6fffffffffffffffffffffffffffffffff8216116147fb575b50614739816146e383611f298888610bed565b936001946146f361388287613743565b036147a157612fe6915061470b84611e468989610bed565b9061471a87611e1e8a82610bed565b9061472987610d008b8b610bed565b9161473388610be0565b93615486565b614749575050506102a39061436f565b8361475f610d0092611e46869761476597610bed565b94610bed565b90610c6261477260405190565b9283927f55b125700000000000000000000000000000000000000000000000000000000084526004840161383f565b6147af84611f298989610bed565b6147bb61388286613743565b146147c557501590565b612fe691506147d884611e468989610bed565b906147e787611e1e8a82610bed565b6147f587610d008b8b610bed565b926153a2565b61481361480d6008610d788888610bed565b82615181565b9061481d83611ebb565b9061482c84611f298989610bed565b61483861388286613743565b14614b2a575b6148566002600961484f8a8a610bed565b0101614522565b6148626139b886610e9b565b116149bc575b6148d884806148b7611c2c611c2c8b611e1e6148b08f999a6148ab8d7f0a977d6be533b9e31884cdd0ac1002d7befb937a3502bd9d3ea844607664fb9f9d61458e565b61458e565b9882610bed565b6148c085612199565b60405190818003925af16148d2611b3f565b506145c5565b6148e686611e1e8982610bed565b906149176148f886611e468b8b610bed565b926149086001610d008c8c610bed565b60405194859442938d876144f3565b0390a161493a61493361492983612199565b6142ec6006610c0c565b6006611a69565b61494382611ebb565b6fffffffffffffffffffffffffffffffff821611156146d0577f1fdd5457a0b0945b146673ad48d1f6890dd1028ded74669ed11b7d9a7b00ebec9061498c83611e468888610bed565b6149b361499e6001610d008a8a610bed565b916149a860405190565b938493429285614611565b0390a1386146d0565b91969094936149ca84610be0565b955b6149e56102428660096149df8c8b610bed565b01015490565b871015614b1e57614ae5614aec91614a1f614a19614a138b600160098f614a0c908f610bed565b010161452c565b90614555565b87615181565b908982898d8c614a4c611c2c611c2c614a4688876009614a3f8989610bed565b0101614560565b90614583565b8380614a5787612199565b92614a6160405190565b60009185905af1614a70611b3f565b5015614af257509081614ac86001610d008461475f614abd614a467f8a0a4803cfcc15563dff21db8c51481c97589ab9754803486624f3d7c8bd04079c8b6009614a3f87614add9e610bed565b98611e468388610bed565b90614ad260405190565b9586954294876144f3565b0390a1612333565b9660010190565b956149cc565b9350614b13614a46614b19966142f1956009614a3f6142e297600797610bed565b90611a37565b612333565b91979495509391614868565b614b57614b4285611e468a8a979b9a99989699610bed565b614b516001610d008a88610bed565b90615304565b989094614b6384610be0565b965b614b70610242885190565b881015614c5a57613b5486614c34928a8a8f8e614b9a614b94613b44868f9561398e565b8c615181565b9583614bca611c2c611c2c614bb0898c9961398e565b5173ffffffffffffffffffffffffffffffffffffffff1690565b8480614bd588612199565b92614bdf60405190565b60009185905af1614bee611b3f565b5015614c3a575090614ac86001610d008561475f614abd614bb07f4594c5e901da3af03d08bb543847ba7b0deb24030c99310ca6d0fd515096e2719c614add9a9961398e565b96614b65565b945090506142f192506142e29150614b13614bb0614b199660079361398e565b939550955097509591949561483e565b614c8b614c85614c7a6000611d40565b611c2c8460006125d7565b9161134e565b907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0614cb660405190565b600090a3565b6102429060801c611ec8565b6102429054614cbc565b6003614ce36008611e1e8484610bed565b91600092614cf6611dcd6102ef866111d6565b141580614d63575b614d0757505090565b614d1c6006614d168385610bed565b01614cc8565b614d286122a085611ebb565b1115614d5b576122a0611ec86007612400846124926006614d16614d4c988a610bed565b1115614d555790565b50600190565b505050600190565b50614d7360076124008385610bed565b614d7f6122a085611ebb565b11614cfe565b614d8e816154ee565b15614d995750600090565b614da2816130a8565b614d5557610c6290614db360405190565b9182917feb68e1380000000000000000000000000000000000000000000000000000000083526004830173ffffffffffffffffffffffffffffffffffffffff909116815260200190565b15614e0457565b60405162461bcd60e51b815260206004820152601360248201527f546f6b656e206973206e6f7420657869737473000000000000000000000000006044820152606490fd5b6102a391614e5691614e8e565b614e66611dcd6102ef60006111d6565b1415614dfd565b905051906102a382610308565b906020828203126101b35761024291614e6d565b614edc60009291614eeb8493614ea2600090565b506040519384916004602084017f6352211e0000000000000000000000000000000000000000000000000000000081520190815260200190565b60208201810382520383610ad5565b82602083519301915af1614f05614f00611b3f565b911590565b614f2557611c2c816020614f1a610242945190565b818301019101614e7a565b5061024260006111d6565b905051906102a38261028d565b906020828203126101b35761024291614f30565b91600092614fa08493614f62600090565b50614edc614f6f60405190565b9485926004602085017efdd58e0000000000000000000000000000000000000000000000000000000081520161383f565b82602083519301915af1614fb5614f00611b3f565b614fd257806020614fc7610242935190565b818301019101614f3d565b506102426000610be0565b614edc60009291614eeb8493614ff1600090565b506040519384916004602084017f081812fc0000000000000000000000000000000000000000000000000000000081520190815260200190565b9160009261509d849361503c600090565b50614edc61504960405190565b9485926004602085017fe985e9c50000000000000000000000000000000000000000000000000000000081520173ffffffffffffffffffffffffffffffffffffffff91821681529116602082015260400190565b82602083519301915af16150b2614f00611b3f565b6150cf578060206150c4610242935190565b818301019101613088565b50600090565b905051906102a382610373565b906020828203126101b357610242916150d5565b614edc60009291615144849361510a600090565b506040519384916004602084017fac14ce760000000000000000000000000000000000000000000000000000000081520190815260200190565b82602083519301915af1615159614f00611b3f565b6151765780602061516b610242935190565b8183010191016150e2565b506102426000610e9b565b6124af906124a961024293615194600090565b50612276565b90611b3a61109d83611075565b369037565b906102a36151c26151bc8461519a565b93611075565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe001602084016151a7565b909291926151fd61109d82611075565b93818552602080860192028301928184116101b357915b8383106152215750505050565b6020809161522f8486614e6d565b815201920191615214565b9080601f830112156101b3578151610242926020016151ed565b9092919261526461109d82611075565b93818552602080860192028301928184116101b357915b8383106152885750505050565b6020809161529684866150d5565b81520192019161527b565b9080601f830112156101b357815161024292602001615254565b9190916040818403126101b357805167ffffffffffffffff81116101b357836152e591830161523a565b92602082015167ffffffffffffffff81116101b35761024292016152a1565b614edc600092916153528493615318606090565b506040519384916004602084017fbb3bafd60000000000000000000000000000000000000000000000000000000081520190815260200190565b82602083519301915af1615367614f00611b3f565b61538457806020615379612952935190565b8183010191016152bb565b5061538f6000610be0565b9061024261539c836151ac565b926151ac565b6153ed60009492614edc8695946153b7600090565b506040519586936004602086017f23b872dd0000000000000000000000000000000000000000000000000000000081520161374d565b82602083519301915af16153ff611b3f565b5090565b6102426000611b2d565b610242615403565b9193615472610242969461546b615479949761544e60a0880199600089019073ffffffffffffffffffffffffffffffffffffffff169052565b73ffffffffffffffffffffffffffffffffffffffff166020870152565b6040850152565b6060830152565b60808184039101526101db565b906153ed90614edc60009695879661549c600090565b506154a561540d565b916154af60405190565b9788956004602088017ff242432a00000000000000000000000000000000000000000000000000000000815201615415565b6102426380ac58cd61302e565b6020615502611c2c61312e936130bc600090565b6130ca6154e156fea264697066735822122037bcf6473ea02e1cd4ec662e60b543a67a7ac516adf939ad8daadb60dc26859364736f6c634300081600330000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000d355aa335905f6643d85b02641b6b11f3562541f000000000000000000000000000000000000000000000000000000000000000f4d61726b65744d616e6167657256310000000000000000000000000000000000

Deployed Bytecode

0x610100604052600436101561001357600080fd5b60003560e01c806306fdde03146101a357806307da68f51461019e5780630a2e98e4146101995780630beb0a3d146101945780632e01d6d01461018f5780632f6591a41461018a5780633ccfd60b1461018557806340e58ee514610180578063454a2ab31461017b578063481c6a751461017657806349e553db14610171578063599119b21461016c578063715018a61461016757806389cfdea0146101625780638da5cb5b1461015d5780639067b677146101585780639b013aee14610153578063b7792b261461014e578063be9a655514610149578063c8dfe13c14610144578063d353a1cb1461013f578063d96a094a1461013a578063e757223014610135578063f247e3de146101305763f2fde38b036101b3576109a7565b61097c565b610961565b61094e565b610936565b610909565b6108f1565b6108d8565b610877565b610841565b610826565b610801565b61075d565b61072f565b61063b565b610593565b610580565b610568565b610550565b61052b565b61045b565b610425565b6102bd565b610270565b610245565b60009103126101b357565b600080fd5b60005b8381106101cb5750506000910152565b81810151838201526020016101bb565b6101fc61020560209361022d936101f0815190565b80835293849260200190565b958691016101b8565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01690565b0190565b6020808252610242929101906101db565b90565b346101b3576102553660046101a8565b61026c610260610b44565b60405191829182610231565b0390f35b346101b3576102803660046101a8565b610288610bd8565b604051005b805b036101b357565b905035906102a38261028d565b565b906020828203126101b35761024291610296565b9052565b346101b35761026c6102d86102d33660046102a5565b610d7e565b6040519182918263ffffffff909116815260200190565b73ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff811661028f565b905035906102a382610308565b6fffffffffffffffffffffffffffffffff811661028f565b905035906102a382610331565b67ffffffffffffffff811661028f565b905035906102a382610356565b63ffffffff811661028f565b905035906102a382610373565b908160409103126101b35790565b919091610100818403126101b3576103b28382610296565b926103c08160208401610324565b926103ce8260408501610324565b926103dc8360608301610296565b926103ea8160808401610349565b926103f88260a08501610366565b926104068360c0830161037f565b9260e082013567ffffffffffffffff81116101b357610242920161038c565b346101b35761028861043836600461039a565b96959095949194939293611719565b906020828203126101b35761024291610324565b346101b35761028861046e366004610447565b6117e3565b919091610160818403126101b35761048b8382610296565b926104998160208401610324565b926104a78260408501610324565b926104b58360608301610296565b926104c3816080840161037f565b926104d18260a08501610349565b926104df8360c08301610349565b926104ed8160e08401610349565b926104fc826101008501610366565b9261050b83610120830161037f565b9261014082013567ffffffffffffffff81116101b357610242920161038c565b346101b35761028861053e366004610473565b99989098979197969296959395611a14565b346101b3576105603660046101a8565b610288611c50565b346101b35761028861057b3660046102a5565b611f84565b61028861058e3660046102a5565b612794565b346101b3576105a33660046101a8565b61026c6105ae61279d565b6040519182918273ffffffffffffffffffffffffffffffffffffffff909116815260200190565b60e0818303126101b3576105e98282610296565b926105f78360208401610324565b926106058160408501610324565b926106138260608301610296565b926102426106248460808501610349565b9360c06106348260a08701610366565b940161037f565b346101b35761028861064e3660046105d5565b95949094939193612912565b9061067a610673610669845190565b8084529260200190565b9260200190565b9060005b81811061068b5750505090565b9091926106be6106b7600192865173ffffffffffffffffffffffffffffffffffffffff16815260200190565b9460200190565b92910161067e565b906106d5610673610669845190565b9060005b8181106106e65750505090565b9091926107026106b7600192865163ffffffff16815260200190565b9291016106d9565b60408082526102429391926107219184019061065a565b9160208184039101526106c6565b346101b3576107476107423660046102a5565b612c90565b9061026c61075460405190565b9283928361070a565b346101b35761076d3660046101a8565b610288612cb9565b610140818303126101b35761078a8282610296565b926107988360208401610324565b926107a68160408501610324565b926107b48260608301610296565b926107c2836080840161037f565b926107d08160a08501610349565b926107de8260c08301610349565b926102426107ef8460e08501610349565b93610120610634826101008701610366565b346101b357610288610814366004610775565b98979097969196959295949394612da6565b346101b3576108363660046101a8565b61026c6105ae612db8565b346101b35761026c61085c6108573660046102a5565b612dff565b6040519182918267ffffffffffffffff909116815260200190565b346101b35761026c61089261088d3660046102a5565b612ee7565b604051918291826fffffffffffffffffffffffffffffffff909116815260200190565b91906040838203126101b3576102429060206108d18286610324565b9401610296565b346101b3576102886108eb3660046108b5565b90612fc2565b346101b3576109013660046101a8565b610288613026565b346101b35761026c61092461091f366004610447565b6130a8565b60405191829182901515815260200190565b346101b3576102886109493660046102a5565b6133bb565b61028861095c3660046102a5565b61352d565b346101b35761026c6108926109773660046102a5565b613573565b346101b35761098c3660046101a8565b61026c610997613595565b6040519182918290815260200190565b346101b3576102886109ba366004610447565b613649565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b9060016002830492168015610a0e575b6020831014610a0957565b6109bf565b91607f16916109fe565b80546000939291610a35610a2b836109ee565b8085529360200190565b9160018116908115610a875750600114610a4e57505050565b610a619192939450600052602060002090565b916000925b818410610a735750500190565b805484840152602090930192600101610a66565b92949550505060ff1916825215156020020190565b9061024291610a18565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b90601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810190811067ffffffffffffffff821117610b1557604052565b610aa6565b906102a3610b3492610b2b60405190565b93848092610a9c565b0383610ad5565b61024290610b1a565b6102426004610b3b565b610b56613652565b6102a3610b88565b9060ff905b9181191691161790565b90610b7d610242610b8492151590565b8254610b5e565b9055565b60055460ff16610b9457565b610ba060006005610b6d565b7f3900116b374aaf935bef5bc654229cd63e3b48b6da45f8eacebce0d9eebb80d6610bca60405190565b42815280602081015b0390a1565b6102a3610b4e565b6102426102426102429290565b90610bf790610be0565b600052602052604060002090565b6102429081565b6102429054610c05565b15610c1d57565b60405162461bcd60e51b815260206004820152601560248201527f4c697374696e67206973206e6f742065786973747300000000000000000000006044820152606490fd5b0390fd5b6102429060801c5b67ffffffffffffffff1690565b6102429054610c66565b6102426102426102429267ffffffffffffffff1690565b15610ca357565b60405162461bcd60e51b815260206004820152601460248201527f4c697374696e672074696d65206973206f7665720000000000000000000000006044820152606490fd5b9061024291610d1d610d066001610d00856003610bed565b01610c0c565b610d17610d136000610be0565b9190565b11610c16565b610d46610d366004610d30856003610bed565b01610c7b565b610d404291610c85565b11610c9c565b610d66565b6102429060c01c5b63ffffffff1690565b6102429054610d4b565b610d7861024292600892506003610bed565b01610d5c565b610242906000610ce8565b90610da197969594939291610d9c6136ce565b610df5565b6102a3613727565b15610db057565b60405162461bcd60e51b815260206004820152601760248201527f436f6e74726163742069732073746f70706564206e6f770000000000000000006044820152606490fd5b906102a397969594939291610e14610e0f60055460ff1690565b610da9565b610e65565b15610e2057565b60405162461bcd60e51b815260206004820152601960248201527f4c697374696e6720697320616c726561647920657869737473000000000000006044820152606490fd5b906102a397969594939291610e96610e836001610d00846003610bed565b610e90610d136001610be0565b10610e19565b610f1a565b610d536102426102429290565b15610eaf57565b60405162461bcd60e51b815260206004820152602760248201527f4d61782076616c756520666f72206d61726b6574706c6163652066656520353060448201527f20706563656e74000000000000000000000000000000000000000000000000006064820152608490fd5b906102a397969594939291610f41610f33611388610e9b565b63ffffffff89161115610ea8565b61100d565b9035907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe136829003018212156101b3570180359067ffffffffffffffff82116101b3576020019160208202360383136101b357565b15610fa257565b60405162461bcd60e51b815260206004820152603660248201527f726f796c7469657320726563697069656e747320616e6420616d6f756e74732060448201527f6e756d6265722073686f756c6420626520657175616c000000000000000000006064820152608490fd5b6102a3979695949392919061104961102d6110288a80610f46565b905090565b611043610d1361024261102860208e018e610f46565b14610f9b565b61161e565b610c6e6102426102429263ffffffff1690565b906102a361106e60405190565b9283610ad5565b67ffffffffffffffff8111610b155760208091020190565b909291926110a261109d82611075565b611061565b93818552602080860192028301928184116101b357915b8383106110c65750505050565b602080916110d48486610324565b8152019201916110b9565b9080601f830112156101b3578160206102429335910161108d565b9092919261110a61109d82611075565b93818552602080860192028301928184116101b357915b83831061112e5750505050565b6020809161113c848661037f565b815201920191611121565b9080601f830112156101b357816020610242933591016110fa565b9190916040818403126101b3576111796040611061565b92813567ffffffffffffffff81116101b357816111979184016110df565b8452602082013567ffffffffffffffff81116101b3576111b79201611147565b6020830152565b610242903690611162565b6102ef6102426102429290565b610242906111c9565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b91906008610b639102916112417fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff841b90565b921b90565b9190611257610242610b8493610be0565b90835461120e565b6102a391600091611246565b818110611276575050565b80611284600060019361125f565b0161126b565b907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6112ba916020036008021c90565b8154169055565b9190918282106112d057505050565b6102a392916112e59091600052602060002090565b918201910161126b565b90680100000000000000008111610b15578161130c6102a3935490565b908281556112c1565b610242916008021c6102ef565b6102ef6102426102429273ffffffffffffffffffffffffffffffffffffffff1690565b61024290611322565b61024290611345565b81519167ffffffffffffffff8311610b155761138e61138260019261137c86866112ef565b60200190565b92600052602060002090565b92049160005b8381106113a15750505050565b60019060206113c7610242865173ffffffffffffffffffffffffffffffffffffffff1690565b9401938184015501611394565b906102a391611357565b8181106113e9575050565b806113f7600060019361125f565b016113de565b91909182821061140c57505050565b6102a39260086007909101049060046008611434600786018290045b93600052602060002090565b9283019406026000811161144b575b5001906113de565b611458906001850361128a565b38611443565b90680100000000000000008111610b15578161147b6102a3935490565b908281556113fd565b610242916008021c610d53565b91906008610b6391029161124163ffffffff841b90565b610d536102426102429263ffffffff1690565b906114c4815190565b9067ffffffffffffffff8211610b15576113826114e59161137c848661145e565b600882049160005b83811061155757506008830290036000811161150a575b50505050565b9260009360005b81811061152657505050015538808080611504565b909194602061154d6001926115426102428a5163ffffffff1690565b908560040290611491565b9601929101611511565b6000805b600881106115705750838201556001016114ed565b9590602061159660019261158b610242865163ffffffff1690565b908a60040290611491565b9201960161155b565b906102a3916114bb565b9063ffffffff90610b63565b906115c5610242610b84926114a8565b82546115a9565b600261160d60406102a3946115eb6115e5600083015190565b866113d4565b6116026115f9602083015190565b6001870161159f565b015163ffffffff1690565b91016115b5565b906102a3916115cc565b949295909693919361163185888a61377e565b9061163e8887848c613869565b6116478361104e565b90611651906111be565b61165c91898b613ae5565b918885858a61166b60006111d6565b99611678968b958d613dff565b611683856003610bed565b6009019061169091611614565b6040805194855273ffffffffffffffffffffffffffffffffffffffff96871660208601528401949094523360608401526fffffffffffffffffffffffffffffffff909316608083015267ffffffffffffffff90921660a0820152911660c08201527feb5fa60a94d39730fd907875666bf42e3316b0619ea6d5bde46d3a29df7bc2739060e090a1565b906102a397969594939291610d89565b6102a390611735613652565b6117ac565b1561174157565b60405162461bcd60e51b815260206004820152602160248201527f4d616e616765722063616e206e6f742062652061206e756c6c2061646472657360448201527f73000000000000000000000000000000000000000000000000000000000000006064820152608490fd5b6102a3906117de6117c06102ef60006111d6565b73ffffffffffffffffffffffffffffffffffffffff8316141561173a565b613e10565b6102a390611729565b90610da19a9998979695949392916118026136ce565b906102a39a99989796959493929161181f610e0f60055460ff1690565b906102a39a999897969594939291611840610e836001610d00846003610bed565b6102a39a999897969594939291906118748b611043610d13610242611028611869818680610f46565b946020810190610f46565b611946565b9694929099989795939161012088019a60008901611895919052565b73ffffffffffffffffffffffffffffffffffffffff166020880152604087015273ffffffffffffffffffffffffffffffffffffffff1660608601526fffffffffffffffffffffffffffffffff1660808501526fffffffffffffffffffffffffffffffff1660a08401526fffffffffffffffffffffffffffffffff1660c083015267ffffffffffffffff1660e0820152610100016102a39173ffffffffffffffffffffffffffffffffffffffff169052565b949798610bd397946119bf7f82eaa1592b298c70a19a2be50e14ca7e646f2e580d3e16b2e0f62ef75e5217fb9c6119e794999c6119fa9760e05260a0526119908660e0518c61377e565b60c0526119a360e0518760c0518d613869565b6119b56119af8561104e565b916111be565b9060e0518b613ae5565b936119ca60006111d6565b608052868c8c608051948c60a051958d60e0519260c05191614219565b60096119f4856003610bed565b01611614565b6040519586956080519460a05194339160e051918a611879565b906102a39a9998979695949392916117ec565b611a2f6136ce565b610da1611baa565b90610bf79061134e565b907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff90610b63565b90611a79610242610b8492610be0565b8254611a41565b15611a8757565b60405162461bcd60e51b815260206004820152602260248201527f54686520636f6e74726163742062616c616e6365206973206e6f7420656e617560448201527f67680000000000000000000000000000000000000000000000000000000000006064820152608490fd5b67ffffffffffffffff8111610b1557602090601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0160190565b90611b3a61109d83611af2565b918252565b3d15611b5957611b4e3d611b2d565b903d6000602084013e565b606090565b15611b6557565b60405162461bcd60e51b815260206004820152601460248201527f4661696c656420746f2073656e642045746865720000000000000000000000006044820152606490fd5b6007611bbe611bb93383611a37565b610c0c565b611bcb610d136000610be0565b11611bd35750565b6000806102a392611c04611bea611bb93384611a37565b91611bff611bf785610be0565b913390611a37565b611a69565b611c20611c17611c133061134e565b3190565b825b1115611a80565b611c31611c2c3361134e565b61134e565b90611c3b60405190565b90818003925af1611c4a611b3f565b50611b5e565b6102a3611a27565b610da190611c646136ce565b6102a390611c77610e0f60055460ff1690565b6102a390611c8e610d066001610d00846003610bed565b611ca1610d366004610d30846003610bed565b611cf2565b15611cad57565b60405162461bcd60e51b815260206004820152601660248201527f4c697374696e6720646f6573206e6f74206578697374000000000000000000006044820152606490fd5b6102a390611d1c611d096001610d00846003610bed565b611d16610d136000610be0565b11611ca6565b611dbc565b6102429060081c6102ef565b6102429054611d21565b610242906102ef565b6102429054611d37565b15611d5157565b60405162461bcd60e51b815260206004820152602960248201527f4d6574686f642063616e2063616c6c206f6e6c79206f776e65722f6d616e616760448201527f65722f73656c6c657200000000000000000000000000000000000000000000006064820152608490fd5b6102a390611dc8612db8565b611de7335b9173ffffffffffffffffffffffffffffffffffffffff1690565b148015611e5b575b8015611e35575b8015611e0b575b611e0690611d4a565b611ef4565b50611e06611e246003611e1e8482610bed565b01611d40565b611e2d33611dcd565b149050611dfd565b50611e4c6002611e46836003610bed565b01611d2d565b611e5533611dcd565b14611df6565b50611e6461279d565b611e6d33611dcd565b14611def565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b60031115611eac57565b611e73565b906102a382611ea2565b611ec86102426102429290565b6fffffffffffffffffffffffffffffffff1690565b9081526040810192916102a39160200152565b0152565b610bd37fafd0a85a3f09cebbc7d9fcde08e8a7d0ebb0aa7d768a030915c3816a053d3c7a91611f316002611f29836003610bed565b015460ff1690565b611f44611f3e6002611eb1565b91611eb1565b14611f61575b611f538161436f565b604051918291429083611edd565b611f7f611f6e60006111d6565b611f786000611ebb565b908361423a565b611f4a565b6102a390611c58565b610da190611f996136ce565b6102a390611fac610e0f60055460ff1690565b6102a390611fc3610d066001610d00846003610bed565b611fd6610d366004610d30846003610bed565b612027565b15611fe257565b60405162461bcd60e51b815260206004820152601f60248201527f4c697374696e67206973206e6f74207468652061756374696f6e2074797065006044820152606490fd5b6102a39061205161203e6002611f29846003610bed565b61204b611f3e6002611eb1565b14611fdb565b612369565b1561205d57565b60405162461bcd60e51b815260206004820152602360248201527f73656e646572206d757374206e6f7420626520616e20656d707479206164647260448201527f65737300000000000000000000000000000000000000000000000000000000006064820152608490fd5b156120cf57565b60405162461bcd60e51b815260206004820152601b60248201527f73656e646572206d757374206e6f7420626520612073656c6c657200000000006044820152606490fd5b1561211b57565b60405162461bcd60e51b815260206004820152602d60248201527f41756374696f6e206163636570747320626964206f6e6c792066726f6d20776860448201527f6974656c697374206275796572000000000000000000000000000000000000006064820152608490fd5b61024290611ec8565b6102429054612186565b610242610242610242926fffffffffffffffffffffffffffffffff1690565b156121bf57565b60405162461bcd60e51b815260206004820152601060248201527f42696420696e73756666696369656e74000000000000000000000000000000006044820152606490fd5b1561220b57565b60405162461bcd60e51b815260206004820152602960248201527f54686520626574206d7573742062652067726561746572207468616e2074686560448201527f206c6173742062657400000000000000000000000000000000000000000000006064820152608490fd5b611ec86102426102429263ffffffff1690565b6122b6906fffffffffffffffffffffffffffffffff165b916fffffffffffffffffffffffffffffffff1690565b02906fffffffffffffffffffffffffffffffff82169182036122d457565b6111df565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b612323906fffffffffffffffffffffffffffffffff166122a0565b90811561232e570490565b6122d9565b61234e906fffffffffffffffffffffffffffffffff166122a0565b01906fffffffffffffffffffffffffffffffff82116122d457565b6102a390806000612379816111d6565b9061239d73ffffffffffffffffffffffffffffffffffffffff83165b331415612056565b6003916123bc6123b46102ef85611e1e8882610bed565b3314156120c8565b6123eb611dcd6123d16005611e1e8888610bed565b9273ffffffffffffffffffffffffffffffffffffffff1690565b03612547575b61240660046124008585610bed565b0161218f565b6124126122a083611ebb565b1180612521575b155b612428575b505050612682565b61243760076124008585610bed565b6124436122a083611ebb565b11156124d657506124698161247561246e61246960076124006124ce986124c698610bed565b612199565b3411612204565b6124c06124af61249860076124008961249283612400838a610bed565b96610bed565b6124a96124a4896144b0565b612276565b90612289565b6124ba612710611ebb565b90612308565b90612333565b3410156121b8565b803880612420565b6124e560066124008585610bed565b6124f16122a083611ebb565b11156125125750612469600661240061250d946124c694610bed565b6124ce565b61250d92506124c69150610be0565b5061241b61253460046124008686610bed565b61253f345b91612199565b149050612419565b6125686125596005611e1e8686610bed565b61256233611dcd565b14612114565b6123f1565b906fffffffffffffffffffffffffffffffff90610b63565b611ec8610242610242926fffffffffffffffffffffffffffffffff1690565b906125b4610242610b8492612585565b825461256d565b9073ffffffffffffffffffffffffffffffffffffffff90610b63565b906125e7610242610b849261134e565b82546125bb565b9194612669611ef09298979561264c60a0966126336102a39a61261660c08a019e60008b0152565b73ffffffffffffffffffffffffffffffffffffffff166020890152565b6fffffffffffffffffffffffffffffffff166040870152565b73ffffffffffffffffffffffffffffffffffffffff166060850152565b6fffffffffffffffffffffffffffffffff166080830152565b61268b34611ebb565b61269681338461423a565b6003916126a86008611e1e8386610bed565b6126b760076124008487610bed565b936126c760046124008584610bed565b6126d46122a06000611ebb565b1180612775575b156126ee5750506102a392503390614661565b917f8e57bb65745bc4e23d32dab78dbd78f9cb60b5d8a9e3fd5b3383e39d574262ef9461272b610bd3939560076127258588610bed565b016125a4565b6127426127388386610bed565b60083391016125d7565b61276060076124008461275a6008611e1e838b610bed565b97610bed565b9461276a60405190565b9586954294876125ee565b5061278560046124008584610bed565b61278e34612539565b146126db565b6102a390611f8d565b6102426001611d40565b90610da19695949392916127b96136ce565b906102a39695949392916127d2610e0f60055460ff1690565b906102a39695949392916127ef610e836001610d00846003610bed565b906102a3969594939291612807610f33611388610e9b565b612834565b6102426040611061565b61281e61280c565b906060825260606020830152565b610242612816565b93610bd3939591946128ab7feb5fa60a94d39730fd907875666bf42e3316b0619ea6d5bde46d3a29df7bc2739861286c868a8a61377e565b6128788a88838c613869565b61289361288361282c565b61288c8461104e565b8c8c613ae5565b5085858b6128a160006111d6565b998a948d89613dff565b6040805191825273ffffffffffffffffffffffffffffffffffffffff96871660208301528101969096523360608701526fffffffffffffffffffffffffffffffff16608086015267ffffffffffffffff1660a085015290911660c0830152819060e0820190565b906102a39695949392916127a7565b90612952929161293a610d066001610d00866003610bed565b61294d610d366004610d30866003610bed565b612c58565b9091565b90612965611382610669845490565b9060005b8181106129765750505090565b9091926129b06129a960019261298b87611d40565b73ffffffffffffffffffffffffffffffffffffffff16815260200190565b9460010190565b929101612969565b9061024291612956565b906102a3610b34926129d360405190565b938480926129b8565b610242906129c2565b61024290610d53565b6102429060201c610d53565b6102429060401c610d53565b6102429060601c610d53565b6102429060801c610d53565b6102429060a01c610d53565b6102429060e01c610d53565b90600190612a48611428610669855490565b600092612b93575b612a5b565b50505090565b5490808310612b76575b808310612b59575b808310612b3c575b808310612b1f575b808310612b02575b808310612ae5575b808310612ac8575b8210612aa2575b80612a55565b82612abf60019394612ab5602094612a2a565b63ffffffff169052565b01910138612a9c565b9192602081612adc600193612ab586610d4b565b01930191612a95565b9192602081612af9600193612ab586612a1e565b01930191612a8d565b9192602081612b16600193612ab586612a12565b01930191612a85565b9192602081612b33600193612ab586612a06565b01930191612a7d565b9192602081612b50600193612ab5866129fa565b01930191612a75565b9192602081612b6d600193612ab5866129ee565b01930191612a6d565b9192602081612b8a600193612ab5866129e5565b01930191612a65565b60078301821115612a50579260016020612ab5612c20600894838080808080808f5497612bc381612ab58b6129e5565b01612bd181612ab58a6129ee565b01612bdf81612ab5896129fa565b01612bed81612ab588612a06565b01612bfb81612ab587612a12565b01612c0981612ab586612a1e565b01612c1781612ab585610d4b565b01928391612a2a565b019401920191612b93565b9061024291612a36565b906102a3610b3492612c4660405190565b93848092612c2b565b61024290612c35565b9291925050610242612c8a60016009612c82600082612c78896003610bed565b0101966003610bed565b0101936129dc565b92612c4f565b61295290606080612921565b612ca4613652565b6102a36102a3612cb460006111d6565b614c6a565b6102a3612c9c565b90610da1999897969594939291612cd66136ce565b906102a3999897969594939291612cf2610e0f60055460ff1690565b906102a3999897969594939291612d12610e836001610d00846003610bed565b612d987f82eaa1592b298c70a19a2be50e14ca7e646f2e580d3e16b2e0f62ef75e5217fb9a838b8b8b8b8a9f9b8a9d999f9b610bd39f9b81612d6591612d5981838c61377e565b60e05260e0518a613869565b612d80612d7061282c565b612d798a61104e565b838a613ae5565b50612d8b60006111d6565b9e8f9760e051908c614219565b60405198899833928a611879565b906102a3999897969594939291612cc1565b6102426000611d40565b9061024291612dda610d066001610d00856003610bed565b612ded610d366004610d30856003610bed565b610d3061024292600492506003610bed565b610242906000612dc2565b9061024291612e22610d066001610d00856003610bed565b612e35610d366004610d30856003610bed565b9061024291612e4d61203e6002611f29856003610bed565b50600390612e6060076124008385610bed565b612e6d6122a06000611ebb565b1115612ea757906124c06124af836124a96124a4612ea1600761240085612e9b836124006102429d8d610bed565b99610bed565b926144b0565b612eb660066124008385610bed565b612ec36122a06000611ebb565b1115612ed85761240060069161024293610bed565b50506102426377359400611ebb565b610242906000612e0a565b90610da191612eff6136ce565b906102a391612f0c613652565b612f5d565b15612f1857565b60405162461bcd60e51b815260206004820152601160248201527f4e6f7420656e6f75676820696e636f6d650000000000000000000000000000006044820152606490fd5b60006102a3928192612f6e83610be0565b82118314612faa57611c2c611c3191612f95612f8d6102426006610c0c565b851115612f11565b611c2c612fa4611c133061134e565b85611c19565b9050611c31611c2c612fbc6006610c0c565b92612f95565b906102a391612ef2565b612fd4613652565b6102a3612fea612fe660055460ff1690565b1590565b612ff057565b612ffc60016005610b6d565b7f154e33f072d0ba8d1035c201ea2ffe052f55a245295906a8df19d64e1d87cd67610bca60405190565b6102a3612fcc565b61304161303b6102429290565b60e01b90565b7fffffffff000000000000000000000000000000000000000000000000000000001690565b61024263d9b67a2661302e565b80151561028f565b905051906102a382613073565b906020828203126101b3576102429161307b565b6040513d6000823e3d90fd5b60206130c2611c2c61312e936130bc600090565b5061134e565b6130ca613066565b906130d460405190565b938492839182917f01ffc9a7000000000000000000000000000000000000000000000000000000008352600483017fffffffff00000000000000000000000000000000000000000000000000000000909116815260200190565b03915afa90811561316d57600091613144575090565b610242915060203d602011613166575b61315e8183610ad5565b810190613088565b503d613154565b61309c565b610da19061317e6136ce565b6102a390613191610e0f60055460ff1690565b6102a3906131a8611d096001610d00846003610bed565b6102a3906131b4612db8565b6131bd33611dcd565b148015613225575b8015613205575b80156131e1575b6131dc90611d4a565b6132d0565b506131dc6131f46003611e1e8482610bed565b6131fd33611dcd565b1490506131d3565b506132166002611e46836003610bed565b61321f33611dcd565b146131cc565b5061322e61279d565b61323733611dcd565b146131c5565b610c6e6102426102429290565b61024290611eb1565b6102b99061324a565b6102b990610c85565b909594926102a3946132bf6132c9926132a260809661328960a088019c6000890152565b6fffffffffffffffffffffffffffffffff166020870152565b73ffffffffffffffffffffffffffffffffffffffff166040850152565b6060830190613253565b019061325c565b60036132e16002611f298484610bed565b6132ee611f3e6002611eb1565b14806133ac575b1561337d578161334461332e6008611e1e7f67214d41d9e34ed183a0d33a33885e5c109aee24cf825bea1426538535d7070a9686610bed565b61333d60076124008587610bed565b9083614661565b610bd361335f6008611e1e846124926007612400838a610bed565b600261336a4261323d565b9161337460405190565b95869586613265565b50610bd381611f537f56c72aec1a556ad189a344900b28ea8fe2a9f10897a4ff8197984d3dfb1fffd09361436f565b506133b682614cd2565b6132f5565b6102a390613172565b610da1906133d06136ce565b6102a3906133e3610e0f60055460ff1690565b6102a3906133fa610d066001610d00846003610bed565b61340d610d366004610d30846003610bed565b61345e565b1561341957565b60405162461bcd60e51b815260206004820152601a60248201527f73656e74206d6f6e657920697320696e73756666696369656e740000000000006044820152606490fd5b6102a3906134726123956102ef60006111d6565b6134a361349c61246960046124008560036134976123b46102ef83611e1e8682610bed565b610bed565b3414613412565b6134cc565b909594926102a3946132bf611ef0926132a260809661328960a088019c6000890152565b7f67214d41d9e34ed183a0d33a33885e5c109aee24cf825bea1426538535d7070a906134f734611ebb565b90613503823383614661565b610bd36135166002611f29846003610bed565b9261352060405190565b93849342923391866134a8565b6102a3906133c4565b906102429161354e610d066001610d00856003610bed565b613561610d366004610d30856003610bed565b61240061024292600492506003610bed565b610242906000613536565b6102429061358a613652565b506102426006610c0c565b610242600061357e565b6102a3906135ab613652565b6135b560006111d6565b73ffffffffffffffffffffffffffffffffffffffff811673ffffffffffffffffffffffffffffffffffffffff8316146135f257506102a390614c6a565b610c62906135ff60405190565b9182917f1e4fbdf70000000000000000000000000000000000000000000000000000000083526004830173ffffffffffffffffffffffffffffffffffffffff909116815260200190565b6102a39061359f565b61365a612db8565b339061366582611dcd565b0361366d5750565b610c629061367a60405190565b9182917f118cdaa70000000000000000000000000000000000000000000000000000000083526004830173ffffffffffffffffffffffffffffffffffffffff909116815260200190565b6102426002610be0565b6136d86002610c0c565b6136e06136c4565b9081146136f2576102a3906002611a69565b6040517f3ee5aeb5000000000000000000000000000000000000000000000000000000008152600490fd5b6102426001610be0565b6102a361373261371d565b6002611a69565b60021115611eac57565b906102a382613739565b73ffffffffffffffffffffffffffffffffffffffff9182168152911660208201526060810192916102a39160400152565b909161378982614d85565b926137946001613743565b61379d85613743565b03613801576137ad818385614f51565b6137ba610d136000610be0565b146137c55750505090565b610c62906137d260405190565b9384937fc2cb69f20000000000000000000000000000000000000000000000000000000085526004850161374d565b61380b8184614e49565b6138158184614e8e565b61383473ffffffffffffffffffffffffffffffffffffffff8416611dcd565b036137c55750505090565b73ffffffffffffffffffffffffffffffffffffffff90911681526040810192916102a39160200152565b91906138743061134e565b906138886138826001613743565b91613743565b036138de57612fe69061389b928461502b565b6138a3575050565b610c626138af60405190565b9283927fddc74e900000000000000000000000000000000000000000000000000000000084526004840161383f565b6138e88484614fdd565b61390773ffffffffffffffffffffffffffffffffffffffff8316611dcd565b1415918261391a575b50506138a3575050565b61392a925090612fe6918461502b565b3880613910565b6102426060611061565b613943613931565b606080825260208201526000604082015290565b61024261393b565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90613997825190565b8110156139a8576020809102010190565b61395f565b6139c29063ffffffff165b9163ffffffff1690565b019063ffffffff82116122d457565b6139ee9067ffffffffffffffff165b9167ffffffffffffffff1690565b019067ffffffffffffffff82116122d457565b15613a0857565b60405162461bcd60e51b815260206004820152602a60248201527f5365636f6e6461727920726f79616c746965732073686f756c64206e6f74206560448201527f78636565642031303025000000000000000000000000000000000000000000006064820152608490fd5b15613a7a57565b60405162461bcd60e51b815260206004820152602160248201527f546f74616c20666565732073686f756c64206e6f74206578636565642031303060448201527f25000000000000000000000000000000000000000000000000000000000000006064820152608490fd5b91939092613af1613957565b5080515192613b0d6020830194611043610d1361024288515190565b600095613b1a6000610be0565b965b613b2861024287515190565b881015613b6157613b54613b5b91613b4e613b448b8a5161398e565b5163ffffffff1690565b906139ad565b9760010190565b96613b1c565b93965091613bda600092613bd36139e0613bcd613bbe88613b94613bb96102429d9e613b99613bf59d8f613b949061104e565b6139d1565b98613bb46127109a613bad6139e08d61323d565b1115613a01565b6150f6565b61104e565b613bc78a61104e565b906139d1565b9261323d565b1115613a73565b01519351613bee613be9613931565b958652565b6020850152565b63ffffffff166040830152565b906102a39897969594939291613c21610e836001610d00846003610bed565b613d15565b9074ffffffffffffffffffffffffffffffffffffffff009060081b610b63565b90613c56610242610b849261134e565b8254613c26565b61024290613743565b90610b7d610242610b8492613c5d565b90610b7d610242610b849261324a565b9077ffffffffffffffff000000000000000000000000000000009060801b610b63565b610c6e6102426102429267ffffffffffffffff1690565b90613cd0610242610b8492613ca9565b8254613c86565b907bffffffff0000000000000000000000000000000000000000000000009060c01b610b63565b90613d0e610242610b84926114a8565b8254613cd7565b95939096949291600397613d29888a610bed565b613d339190613c46565b613d3d8789610bed565b613d479190613c66565b613d518688610bed565b60010190613d5e91611a69565b613d688587610bed565b6002016001613d7691613c76565b613d808587610bed565b613d8e903390600201613c46565b85613d998682610bed565b0190613da4916125d7565b613dae8486610bed565b60040190613dbb916125a4565b613dc58385610bed565b60040190613dd291613cc0565b613ddc8284610bed565b60050190613de9916125d7565b613df291610bed565b600801906102a391613cfe565b906102a39897969594939291613c02565b7f3d94f8a9e9bed6c4cb502413642e13434051041fb60783c22e66622133e1a33990613e47613e3f6001611d40565b9160016125d7565b613e516001611d40565b610bd3613e5d60405190565b9283928373ffffffffffffffffffffffffffffffffffffffff91821681529116602082015260400190565b906102a39b9a999897969594939291613eaa610e836001610d00846003610bed565b614035565b15613eb657565b60405162461bcd60e51b815260206004820152603960248201527f72657365727665207072696365206d75737420657175616c207a65726f206f7260448201527f2067726561746572207468616e207374617274207072696365000000000000006064820152608490fd5b15613f2857565b60405162461bcd60e51b815260206004820152604f60248201527f627579206e6f77207072696365206d75737420657175616c207a65726f206f7260448201527f2067726561746572206f7220657175616c207468616e20737461727420616e6460648201527f2072657365727665207072696365730000000000000000000000000000000000608482015260a490fd5b907fffffffffffffffffffffffffffffffff000000000000000000000000000000009060801b610b63565b90613ff4610242610b8492612585565b8254613fb9565b9077ffffffff00000000000000000000000000000000000000009060a01b610b63565b9061402e610242610b84926114a8565b8254613ffb565b9893999497929190996140486000611ebb565b6fffffffffffffffffffffffffffffffff89161480156141fa575b61406c90613eaf565b6140766000611ebb565b6fffffffffffffffffffffffffffffffff85161480156141ac575b61409a90613f21565b60039a6140a78b8d610bed565b6140b19190613c46565b6140bb8a8c610bed565b600101906140c891611a69565b6140d2898b610bed565b6140dc9190613c66565b6140e6888a610bed565b60020160026140f491613c76565b6140fe888a610bed565b61410c903390600201613c46565b886141178982610bed565b0190614122916125d7565b61412c8789610bed565b60040190614139916125a4565b6141438688610bed565b6004019061415091613cc0565b61415a8587610bed565b60050190614167916125d7565b6141718486610bed565b6006019061417e916125a4565b6141888385610bed565b6006019061419591613fe4565b61419f8284610bed565b60080190613de99161401e565b506fffffffffffffffffffffffffffffffff87166fffffffffffffffffffffffffffffffff85161015801561409157506fffffffffffffffffffffffffffffffff8881169085161015614091565b506fffffffffffffffffffffffffffffffff8781169089161015614063565b906102a39b9a999897969594939291613e88565b919082018092116122d457565b9060039261424d60076124008587610bed565b61425a6122a06000611ebb565b1180614348575b61426b5750505050565b6142af600080614286611c2c611c2c6008611e1e8a8c610bed565b61429861246960076124008a8c610bed565b60405190818003925af16142aa611b3f565b501590565b15614300575050906142f16142e26142db6008611e1e8661249261246960076124006142f79b8b610bed565b6007611a37565b916142ec83610c0c565b61422d565b90611a69565b38808080611504565b826143409161276060076124008461275a6008611e1e8c9a9b7f9a6f16c4798d8760db4c5e28845ee72037596fef06b1c8c61029645350a151e59d610bed565b0390a16142f7565b506143586008611e1e8587610bed565b614368611dcd6102ef60006111d6565b1415614261565b6102a390600861448a600092614484614387856111d6565b9461447f6003966143a3818461439d888c610bed565b01613c46565b6143c16143af84610be0565b60016143bb888c610bed565b01611a69565b6143d78360026143d1888c610bed565b01613c76565b6143e781600261439d888c610bed565b6143fc81896143f68882610bed565b016125d7565b614474856144688a600661446261441289611ebb565b9483614425876004612725858399610bed565b6144436144318c61323d565b600461443d8585610bed565b01613cc0565b6144538960056143f68585610bed565b61349785856127258585610bed565b01613fe4565b6007612725888c610bed565b866143f6868a610bed565b610e9b565b93610bed565b0161401e565b6102429054612a1e565b6102429060081c610d53565b610242905461449a565b6144c660086144c0836003610bed565b01614490565b6144d36139b86000610e9b565b116144e3575061024260056144a6565b60086144c0610242926003610bed565b919461451b611ef09298979561264c60a0966126336102a39a61261660c08a019e60008b0152565b6080830152565b61024290546129e5565b80549192918310156139a857600861454b600492600052602060002090565b8185040193060290565b906102429154611484565b80548210156139a85761457a600191600052602060002090565b91020190600090565b906102429154611315565b6145a9906fffffffffffffffffffffffffffffffff166122a0565b9003906fffffffffffffffffffffffffffffffff82116122d457565b156145cc57565b60405162461bcd60e51b815260206004820152601460248201527f4661696c656420746f2073656e64206d6f6e65790000000000000000000000006044820152606490fd5b611ef06102a394614648606094989795613bee608086019a600087019073ffffffffffffffffffffffffffffffffffffffff169052565b6fffffffffffffffffffffffffffffffff166040830152565b91906003916146ab6146786000611e468787610bed565b6146876000611f298888610bed565b61469586611e1e8982610bed565b906146a56001610d008a8a610bed565b92613869565b6000906146b782611ebb565b6fffffffffffffffffffffffffffffffff8216116147fb575b50614739816146e383611f298888610bed565b936001946146f361388287613743565b036147a157612fe6915061470b84611e468989610bed565b9061471a87611e1e8a82610bed565b9061472987610d008b8b610bed565b9161473388610be0565b93615486565b614749575050506102a39061436f565b8361475f610d0092611e46869761476597610bed565b94610bed565b90610c6261477260405190565b9283927f55b125700000000000000000000000000000000000000000000000000000000084526004840161383f565b6147af84611f298989610bed565b6147bb61388286613743565b146147c557501590565b612fe691506147d884611e468989610bed565b906147e787611e1e8a82610bed565b6147f587610d008b8b610bed565b926153a2565b61481361480d6008610d788888610bed565b82615181565b9061481d83611ebb565b9061482c84611f298989610bed565b61483861388286613743565b14614b2a575b6148566002600961484f8a8a610bed565b0101614522565b6148626139b886610e9b565b116149bc575b6148d884806148b7611c2c611c2c8b611e1e6148b08f999a6148ab8d7f0a977d6be533b9e31884cdd0ac1002d7befb937a3502bd9d3ea844607664fb9f9d61458e565b61458e565b9882610bed565b6148c085612199565b60405190818003925af16148d2611b3f565b506145c5565b6148e686611e1e8982610bed565b906149176148f886611e468b8b610bed565b926149086001610d008c8c610bed565b60405194859442938d876144f3565b0390a161493a61493361492983612199565b6142ec6006610c0c565b6006611a69565b61494382611ebb565b6fffffffffffffffffffffffffffffffff821611156146d0577f1fdd5457a0b0945b146673ad48d1f6890dd1028ded74669ed11b7d9a7b00ebec9061498c83611e468888610bed565b6149b361499e6001610d008a8a610bed565b916149a860405190565b938493429285614611565b0390a1386146d0565b91969094936149ca84610be0565b955b6149e56102428660096149df8c8b610bed565b01015490565b871015614b1e57614ae5614aec91614a1f614a19614a138b600160098f614a0c908f610bed565b010161452c565b90614555565b87615181565b908982898d8c614a4c611c2c611c2c614a4688876009614a3f8989610bed565b0101614560565b90614583565b8380614a5787612199565b92614a6160405190565b60009185905af1614a70611b3f565b5015614af257509081614ac86001610d008461475f614abd614a467f8a0a4803cfcc15563dff21db8c51481c97589ab9754803486624f3d7c8bd04079c8b6009614a3f87614add9e610bed565b98611e468388610bed565b90614ad260405190565b9586954294876144f3565b0390a1612333565b9660010190565b956149cc565b9350614b13614a46614b19966142f1956009614a3f6142e297600797610bed565b90611a37565b612333565b91979495509391614868565b614b57614b4285611e468a8a979b9a99989699610bed565b614b516001610d008a88610bed565b90615304565b989094614b6384610be0565b965b614b70610242885190565b881015614c5a57613b5486614c34928a8a8f8e614b9a614b94613b44868f9561398e565b8c615181565b9583614bca611c2c611c2c614bb0898c9961398e565b5173ffffffffffffffffffffffffffffffffffffffff1690565b8480614bd588612199565b92614bdf60405190565b60009185905af1614bee611b3f565b5015614c3a575090614ac86001610d008561475f614abd614bb07f4594c5e901da3af03d08bb543847ba7b0deb24030c99310ca6d0fd515096e2719c614add9a9961398e565b96614b65565b945090506142f192506142e29150614b13614bb0614b199660079361398e565b939550955097509591949561483e565b614c8b614c85614c7a6000611d40565b611c2c8460006125d7565b9161134e565b907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0614cb660405190565b600090a3565b6102429060801c611ec8565b6102429054614cbc565b6003614ce36008611e1e8484610bed565b91600092614cf6611dcd6102ef866111d6565b141580614d63575b614d0757505090565b614d1c6006614d168385610bed565b01614cc8565b614d286122a085611ebb565b1115614d5b576122a0611ec86007612400846124926006614d16614d4c988a610bed565b1115614d555790565b50600190565b505050600190565b50614d7360076124008385610bed565b614d7f6122a085611ebb565b11614cfe565b614d8e816154ee565b15614d995750600090565b614da2816130a8565b614d5557610c6290614db360405190565b9182917feb68e1380000000000000000000000000000000000000000000000000000000083526004830173ffffffffffffffffffffffffffffffffffffffff909116815260200190565b15614e0457565b60405162461bcd60e51b815260206004820152601360248201527f546f6b656e206973206e6f7420657869737473000000000000000000000000006044820152606490fd5b6102a391614e5691614e8e565b614e66611dcd6102ef60006111d6565b1415614dfd565b905051906102a382610308565b906020828203126101b35761024291614e6d565b614edc60009291614eeb8493614ea2600090565b506040519384916004602084017f6352211e0000000000000000000000000000000000000000000000000000000081520190815260200190565b60208201810382520383610ad5565b82602083519301915af1614f05614f00611b3f565b911590565b614f2557611c2c816020614f1a610242945190565b818301019101614e7a565b5061024260006111d6565b905051906102a38261028d565b906020828203126101b35761024291614f30565b91600092614fa08493614f62600090565b50614edc614f6f60405190565b9485926004602085017efdd58e0000000000000000000000000000000000000000000000000000000081520161383f565b82602083519301915af1614fb5614f00611b3f565b614fd257806020614fc7610242935190565b818301019101614f3d565b506102426000610be0565b614edc60009291614eeb8493614ff1600090565b506040519384916004602084017f081812fc0000000000000000000000000000000000000000000000000000000081520190815260200190565b9160009261509d849361503c600090565b50614edc61504960405190565b9485926004602085017fe985e9c50000000000000000000000000000000000000000000000000000000081520173ffffffffffffffffffffffffffffffffffffffff91821681529116602082015260400190565b82602083519301915af16150b2614f00611b3f565b6150cf578060206150c4610242935190565b818301019101613088565b50600090565b905051906102a382610373565b906020828203126101b357610242916150d5565b614edc60009291615144849361510a600090565b506040519384916004602084017fac14ce760000000000000000000000000000000000000000000000000000000081520190815260200190565b82602083519301915af1615159614f00611b3f565b6151765780602061516b610242935190565b8183010191016150e2565b506102426000610e9b565b6124af906124a961024293615194600090565b50612276565b90611b3a61109d83611075565b369037565b906102a36151c26151bc8461519a565b93611075565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe001602084016151a7565b909291926151fd61109d82611075565b93818552602080860192028301928184116101b357915b8383106152215750505050565b6020809161522f8486614e6d565b815201920191615214565b9080601f830112156101b3578151610242926020016151ed565b9092919261526461109d82611075565b93818552602080860192028301928184116101b357915b8383106152885750505050565b6020809161529684866150d5565b81520192019161527b565b9080601f830112156101b357815161024292602001615254565b9190916040818403126101b357805167ffffffffffffffff81116101b357836152e591830161523a565b92602082015167ffffffffffffffff81116101b35761024292016152a1565b614edc600092916153528493615318606090565b506040519384916004602084017fbb3bafd60000000000000000000000000000000000000000000000000000000081520190815260200190565b82602083519301915af1615367614f00611b3f565b61538457806020615379612952935190565b8183010191016152bb565b5061538f6000610be0565b9061024261539c836151ac565b926151ac565b6153ed60009492614edc8695946153b7600090565b506040519586936004602086017f23b872dd0000000000000000000000000000000000000000000000000000000081520161374d565b82602083519301915af16153ff611b3f565b5090565b6102426000611b2d565b610242615403565b9193615472610242969461546b615479949761544e60a0880199600089019073ffffffffffffffffffffffffffffffffffffffff169052565b73ffffffffffffffffffffffffffffffffffffffff166020870152565b6040850152565b6060830152565b60808184039101526101db565b906153ed90614edc60009695879661549c600090565b506154a561540d565b916154af60405190565b9788956004602088017ff242432a00000000000000000000000000000000000000000000000000000000815201615415565b6102426380ac58cd61302e565b6020615502611c2c61312e936130bc600090565b6130ca6154e156fea264697066735822122037bcf6473ea02e1cd4ec662e60b543a67a7ac516adf939ad8daadb60dc26859364736f6c63430008160033

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

0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000d355aa335905f6643d85b02641b6b11f3562541f000000000000000000000000000000000000000000000000000000000000000f4d61726b65744d616e6167657256310000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : name_ (string): MarketManagerV1
Arg [1] : _defaultBidIncreasePercentage (uint32): 10
Arg [2] : manager_ (address): 0xD355aA335905F6643d85b02641B6B11F3562541f

-----Encoded View---------------
5 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000060
Arg [1] : 000000000000000000000000000000000000000000000000000000000000000a
Arg [2] : 000000000000000000000000d355aa335905f6643d85b02641b6b11f3562541f
Arg [3] : 000000000000000000000000000000000000000000000000000000000000000f
Arg [4] : 4d61726b65744d616e6167657256310000000000000000000000000000000000


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  ]
[ 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.