ETH Price: $3,595.41 (+4.91%)
 

Overview

Max Total Supply

169 SEAV

Holders

64

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A

Other Info

Filtered by Token Holder
ynwa.kongz.eth
Balance
4 SEAV
0xE9bCcf975C1D18839CC0522647Df6004d01DD4f9
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
SeaAvatars

Compiler Version
v0.8.7+commit.e28d00a7

Optimization Enabled:
Yes with 100 runs

Other Settings:
default evmVersion
File 1 of 14 : seaavatars.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;

import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Counters.sol";

interface SeaInterface {
    function ownerOf(uint256 tokenId) external view returns (address owner);
    function tokenOfOwnerByIndex(address owner, uint256 index)
        external
        view
        returns (uint256 tokenId);
}

contract SeaAvatars is ERC721, ERC721Enumerable, Ownable {
    bool public saleIsActive = false;
    bool public burned = false;
    address public SeaAddress = 0xccB6E4a1c42F4892cdE27A8bC2e50bbA0b43d224;
    SeaInterface SeaContract = SeaInterface(SeaAddress);
    
    constructor() ERC721("SeaAvatars", "SEAV") {
    }
     

    function _beforeTokenTransfer(address from, address to, uint256 tokenId)
        internal
        override(ERC721, ERC721Enumerable)
    {
        super._beforeTokenTransfer(from, to, tokenId);
    }

    function supportsInterface(bytes4 interfaceId)
        public
        view
        override(ERC721, ERC721Enumerable)
        returns (bool)
    {
        return super.supportsInterface(interfaceId);
    }
    
    function random(string memory input) internal pure returns (uint256) {
        return uint256(keccak256(abi.encodePacked(input)));
    }
    
    function toHashCode(uint256 value) internal pure returns (string memory) {
        uint256 i;

        bytes memory buffer = "000000";
        for(i=6;i>0;i--) {
            if (value % 16 < 10)
                buffer[i-1] = bytes1(uint8(48 + uint256(value % 16)));
            else
                buffer[i-1] = bytes1(uint8(55 + uint256(value % 16)));

            value /= 16;
        }
        return string(buffer);
    }

    function toString(uint256 value) internal pure returns (string memory) {
        if (value == 0) {
            return "0";
        }
        uint256 temp = value;
        uint256 digits;
        while (temp != 0) {
            digits++;
            temp /= 10;
        }
        bytes memory buffer = new bytes(digits);
        while (value != 0) {
            digits -= 1;
            buffer[digits] = bytes1(uint8(48 + uint256(value % 10)));
            value /= 10;
        }
        return string(buffer);
    }
    
    function getPolygon(uint256 num, string memory color, string memory op) internal pure returns (string memory) {
        uint256[180]memory xtypes =[
            4814428123379440877112789653708048739232650899662072877855038155387987431215,
            134090543,
            3213740837251487480304978222492611373843034917926543139373749086079167363288,
            3665448596379561495266568050510573499255299605025824809279735116735304552088,
            205484395792065916098301401717170874304911595874256154464498320,
            4978496874583640837093842564837635911112988777710182783287306338547366718674,
            2847423534786952485829505879377973299768746716665431702559283142857412987502,
            35140135382753,
            2990030449756037583316377534683801160820975666322594,
            633147047751871463082639347446,
            633250043510582197225664685096,
            783342371240660400615497362662867695169835591505009495153,
            3015605336097770010832060948773439899320263180355111271447081940574438532253,
            1699410383171683060484640923082407994735009912351540698902523680158858963667,
            2067439483755009076537239878613967120688171739225650558832839415147437291640,
            2110285635025633850782162448438909787314249243868635101044081548977791378060,
            1813537826634847775588271020849619009466237369690820983365919405283580390552,
            1433165981178011733008463800384150766019695303333840710976987787175893725835,
            1347834300580146900593882219877353796923237396140869764780512560971696623306,
            1588291142145332360308884532736805401102486146533600217899801854658095932103,
            1630640689404733378642505262896486732354314158877471864006247217340780175548,
            1926975200976366162727790765948535744022368363806555952276809889580033045183,
            2195729526611169200073088264115405134266050171528327914526689757427595025581,
            2266183416249769109687683253195421600011544355208010500246994655874713467054,
            1942021118171089200927872160880968143467387698704835635209143544230560220841,
            2026692120635480416902954766191778704951595844413918284067846871351766098126,
            2252931742901068372445672611749832774842961514843407512141469648329648975563,
            2295116187662235110121913666276726987468444668928175066731688914204036246718,
            2592194794286804437698157144159526339621523043225693230464121704378048799436,
            2535270053559044811589912991644676175666664223951765667507672669824291794632,
            2676810635330829446627987247531416732227338364894945326305024218158728837315,
            2676507767503271220336019071355421318369328191959582692781556145107637730497,
            2860260185232810836874932161100098492177796172019734599621174229889736083643,
            2704583530546838355578889545793450502804454913237751059045251025304634622638,
            2732605051757189469738771911402128307348469092831311049021474868234958504110,
            2689896882341260570152089198804438177341639211772304451963188924944556062881,
            2874339369183394173601732921210730487262146816407635719706621996970437346462,
            134063278,
            11401402070285144550100871971896250052146431669,
            11401442479798540347354564667579758730284697744,
            2010405393385468769754390500839040943260313875155174100691674881837603800274,
            53852718675364590822474638051961946119679634989037219218611160268927,
            2873152535253068203115307214512935299514021674337530122812293448446001082573,
            632967951439172729344733328545,
            2703590214691199062276704278272662481619631230524746364075007852563519075527,
            3142100272699584422061276135492595947566116804089604574541184736671832567449,
            2989437538194262125706135904879775746659906037333659,
            2732882416327165001845161696611165857660612391574224505373154795372861555376,
            511,
            2407752739435277468182135965268740961167067564356323244993211865623229981385,
            2718635756548816077094781045246157570894954467225593574078410329624519202986,
            205426318550813624678543263541887184093338878840179569528765611,
            783755749980388114187626910565273421423263977749007664810,
            2802230349547862087207944134484874423122711422731942543155255483070880492751,
            4033286330948968342802066104321959696267657300291049256998759985275710840448,
            2989426410341552234246661906532089360279329427827888,
            2703203069435399854974180652086783188110879736547100033428855629723775884484,
            3326681766720166569802217709619400280322460235055753081581802918103831117954,
            3736343546743753260211845024466212803851390170907039772609456547994386951852,
            205409056410469613002004354563412766279958914452316885766240416,
            1971616190158006219705968645019532586535831259808819755347658143630318153833,
            11399522681441707448144466669239173253050471147,
            1914414298019550117063508162120147874407892009683649735561803866455306738423,
            35134101066472,
            1205906187159667043478116698855989167391587791278914760228820903963052253383,
            9208186077033047238,
            1108535604507764213683166814513984193935977038616812534071790246938547877087,
            511,
            165898217922643309084526052680454256,
            1276275803054313493599806570260748153354263436358400765083857487700048243417,
            1178822342572881599758773592983319479796300992156451348075390679526609297106,
            9207483898066677967,
            740975772651252457144836420278673397610254157186597222250099236134980751977,
            2414117941576320369311410,
            632708923678708594065717615261,
            1458925500838540507418926026561993567301703685253672786264170589214896329935,
            1362215544816844226291935252053426049015218768525540613182698930612617390203,
            205358079224472907756417989573029084098844703882026101090076869,
            2405738554033416632426971367221281326733416003252598059526135764720845880057,
            205367565356852077129926225204268878140292779083361308042405991,
            2094799621356768638422789955858255696415450532913632148607982003334359841527,
            216385665523705520674157202371983031175832580637483984829524597222897451627,
            2414056423330995164691159,
            11397700635544049811140143993956400775937410739,
            1953753321857745697879799949839981476218506366288294591805006875595925160150,
            2414313723860810707829366,
            2413834197074852568406235,
            1007024817493647344034072868464098635223782697202574437333574124131465880276,
            978311935401717486461471199063926706147737078905916884262441267563763117176,
            1744463536117297771199500556841754719200382694378654872668579678780200630368,
            511,
            14112961311574784031995581858176719375774695975355569236051599162882701011,
            1897711303285596482765067278580384626287392383020712652244311076941978193104,
            134015680,
            53838512057721440562939736802025788259291144916640581635750671998583,
            53828861982961135492201427184879149672978060633158020975671450566856,
            1218549703504418858426162283162138827211025846478484793807547462127761523912,
            1178049449980952191072349915198487915111597729517606511759043444728495120489,
            1248613335570268749676909298256317029060994509812092552730532908634266442967,
            1009593031495819252828700569240846868741021889479975996220684736809035147948,
            511,
            2237333844498111748883215477507890751800256493258715525511056416630703471762,
            511,
            165929294059383718597136186708933768,
            165928665183444790299169218008267404,
            53845519538819855508960808442933283326529873565053054911387792911572,
            632953462932985502401346219733,
            11402537257086157492956168853500386529649441493,
            2338127278722570274363906040942801375633166264814527435739863412231291358938,
            632992172374068595235072070355,
            14116035176210511671108551609314867430245309605471104878804150874868631768,
            2989198070966187183905653156820517155486041008851669,
            1914165240659878124278093455124795799975637481046506062551521715814255628505,
            2239183573178341868630490435769242119124342703048732488176563775529780318423,
            783516542217681384326802153090181251758094015190434920149,
            205392594202743270705599732363469054786985168948493990009572567,
            2196696207197523970848110246220850787567375659661879630802303424358746760918,
            43496064942646834154564841992264090467026,
            2451344281097134209035305689338887225410243436567307749947473686735818932439,
            134038231,
            9210896242334838485,
            11403234498813872975814317136142915991533607641,
            2052946140791500114938153887393848933442548125195317854590544344108166871666,
            134024309,
            2414284504605938271190647,
            2414432961303085847740591,
            1840619951669604201410879954770232798770635410344762643704857699299414045884,
            2054740440345882338413182726751774799923504795098535273396345647260901121653,
            11401099814810876640669013063882522770837151408,
            2251164459629472805890764632980280277423766955907349854903606843989721679987,
            35133399578745,
            632965160288698604399670134412,
            632963006881331930588495022277,
            1786344573953401262130609349327547713072556579231105641242862738580471876815,
            2038589805006897792509112007954350735573250959223795959103614935773248814209,
            53842228122476702495773295789384926848390152018530179498957340490361,
            11401924403712846923563882592647883891447504561,
            165908440879873426276575088097426107,
            632895368158899369863413300935,
            1758268323525362595923532786314480328080018599735810783059475054768039464143,
            205391794314900404883493199233542293351979380310701105445663417,
            53851282851944209321420284640220371633171315667141036238171496339675,
            205423955338156824854771464258264672819344281274335154421196500,
            2577729327169094013913866036448034673223125940098247934601313183565024680666,
            11403452706877142101024583031628030006125753017,
            2989425896204408496798268877956759112715740736746173,
            2989368449265634237443441350612458333462874654075053,
            2747678523175029219050907904201247527951368373004693689322273898694758724798,
            9211915013402753212,
            3018393708817140741526826604469395450011717245499418109813008810463571847958,
            511,
            2578005993306738766272720493549290003641129654788059437799834430105042922263,
            205453891193239864721000310941609329333251635029516111844828853,
            14118791738016870176898609723966653060633868239941088994990407440431952147,
            43502367761593881992589959363221389672163,
            2564532975842800516717576589205430082896313342638360674066970560767747778788,
            2662345006453239351655121122284717271256484617132755706888769186188301527742,
            2535048710605151100156159681989605707947025469919326540865784635456694350004,
            633040586241434255942783689906,
            2662538093696171203523322518377730080565180711373728926410531419261132958943,
            35140541447393,
            165915365962175250832669694316052105,
            165910991072664731647969066886692541,
            165915364714563768096814076148908681,
            632905030222108565907283182269,
            165941773779047896865379588025428813,
            783636964467172242015624329953870136005131318572805084494,
            53851123756109542786880701376471183343334073926133237164143885237585,
            11404551990931083991178740329624445415109531480,
            11404377256599313706827886264374972514872168274,
            14118043174159213750512275332842345089131422252097273049880944104801145683,
            2879060666130226223903190413161288011004202157635526868141497339872999740254,
            134058846,
            1348437942946537774187992213237890796509601516299775525587402884344614759289,
            205303390594931779347596621228099093120336219627248210526632204,
            325906032892669080226535334041476325337775906709561789896225250520937317938,
            783278824392957924854232793030235970878250007250455810227,
            
            39501981766050205511763645938889413926815084847014363323784499591316483998465,
            63116260013956854871348073892089032591383598474601552283817845072970876017752,
            105184833074588551822140444288569933265217461830097108150028045964
            ];
            
            
        uint256 i;
        uint256 first_index;
        uint256 cur_num;
        uint256 k;
        uint256 pos;
        uint256 part;
        string memory res;
        uint256 result;
        
        part = (xtypes[177+(num/32)] / (256**(num%32)));
        first_index = part%256;
        res = '';
    
        for(i = first_index-1; i<=250; i++) {
            if (xtypes[i] == 0)
                break;
    
            cur_num= xtypes[i];    
            k=0;
            for(pos=0;pos<=27;pos++) {
                result = (cur_num /  (512 ** pos)) % 512;
                if (result == 511)
                    break;
    
                if (k%2 == 0) {
                        res = string(abi.encodePacked(res, toString(result*3), ','));

                }
                else {
                    res = string(abi.encodePacked(res, toString(result*3), ' '));

                }
                k++;
             }   
            if (result == 511)
                break;
        }

        return string(abi.encodePacked('<polygon opacity="',op,'" points="', res, '" fill="#',color,'" />'));
    
    }
    
    function tokenURI(uint256 tokenId) pure public override(ERC721)  returns (string memory) {
        uint256[21] memory xtypes;
        string[6] memory colors;

        string[40] memory parts;
        uint256[12] memory params;

        uint256 pos;
        uint256 i;

        uint256 rand = random(string(abi.encodePacked('SeaMan:4,413.70',toString(tokenId))));

        params[0] = 1 + (rand % 35); // pallette=
        params[1] = 1 + ((rand/100) % 4);// beard
        params[2] = 1 + ((rand/1000) % 7); // cap
        params[3] = 1 + ((rand/10000) % 4); // ear
        params[4] = 1 + ((rand/100000) % 3); // glass
        params[5] = 1 + ((rand/1000000) % 4); // tube
        params[6] = 1 + ((rand/10000000) % 3); // mount
        params[7] = 1 + ((rand/100000000) % 4); // ship
        params[8] = 1 + ((rand/1000000000) % 3); // palm


        xtypes[0] = 207574965379110640608216022545122747804297713611180780071335701350711199;
        xtypes[1] = 1761542274015381829561806442388166782076133553027523683407153450284725839;
        xtypes[2] = 1318910288827824010265619304243609725711044680336380489173166130084184176;
        xtypes[3] = 724683447042801548696569560081030497164719783953138574072045560454446233;
        xtypes[4] = 4043991994606567853415936212959853079208569424781326127295573659918631;
        xtypes[5] = 3299620775196419612115186638262901643665550060006145227261506178449515;
        xtypes[6] = 1379064599592568033484279104016888586992032077745986354509927570994841;
        xtypes[7] = 1135013754671932960620571453940853222564543354936625869472113926285806993;
        xtypes[8] = 57540304388934554663713641863205016852965651449422231770389600610037335;
        xtypes[9] = 427915806210161317796546874658782169965398785064314928279652029687658137;
        xtypes[10] = 1645042025731165747020947949356891617690279996847601383616229449670826306;
        xtypes[11] = 2684402825716469350937603156675849781186432913394870831023569145709657;
        xtypes[12] = 948653233187084859464575317686592139222615901473770245914362476756190;
        xtypes[13] = 1062866615187437586058037191382177644371875915535598913465368644642651782;
        xtypes[14] = 369124523636997250166839484954653248850396559059904420057491494716833881;
        xtypes[15] = 442037650556033164066111039525968221351328081129885970071961277633331199;
        xtypes[16] = 1759957955803961638370133336600426903615700431543302529351008072247517534;
        xtypes[17] = 1409708756458103978798054840171071616358807503498064799802928769236271104;
        xtypes[18] = 311015873917387065279390940900677905795687522088524788509100013598527838;
        xtypes[19] = 1762344858914181531007580128366350777462090319317585386749708457335562658;
        xtypes[20] = 568162619401703612682951583545078045287018669724037195709696111106719797;

    
        for(i=0;i<=5;i++) {
            pos = (params[0]-1) * 6 + i;
            colors[i] = toHashCode(xtypes[pos/10] / (16777216 ** (pos%10)) % 16777216);
        }

        parts[0] = string(abi.encodePacked('<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" width="1000px" height="1000px" viewBox="0 0 1000 1000"><linearGradient id="g" gradientUnits="userSpaceOnUse" x1="500" y1="1000" x2="500" y2="0"><stop offset="0.5" style="stop-color:#',colors[1],'"/><stop offset="1" style="stop-color:#',colors[3],'"/></linearGradient><rect fill="url(#g)" width="1000" height="1000"/>'));
        
        
        parts[0] = string(abi.encodePacked(parts[0],'<radialGradient id="s" cx="676" cy="326" r="100" gradientUnits="userSpaceOnUse"><stop  offset="0.5" style="stop-color:#FFFF9E"/><stop offset="1" style="stop-color:#',colors[1],'"/></radialGradient><circle opacity="0.5" fill="url(#s)" cx="676" cy="326" r="100"/><g>'));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(83 +params[7], colors[2], '0.7'),'<animateMotion path="m 0 0 h -5000" dur="1500s" repeatCount="indefinite" /></g>'));
        if (params[8] > 1 ) {
            parts[0] = string(abi.encodePacked(parts[0], '<g>',getPolygon(params[8] == 2 ? 88: 89, colors[3], '1'),'<animateMotion path="M 0 0 H ',(params[8] == 2 ? '15' : '-13'),' Z" dur="5s" repeatCount="indefinite"/></g>'));
        }

        parts[0] = string(abi.encodePacked(parts[0], '<rect x="0" y="532" opacity="0.2" fill="#',colors[2],'" width="1000" height="469"/><rect x="0" y="608" opacity="0.3" fill="#',colors[2],'" width="1000" height="397"/><rect x="0" y="707" opacity="0.75" fill="#',colors[2],'" width="1000" height="500"><animateMotion path="M 0 0 V 20 Z" dur="10s" repeatCount="indefinite" /></rect><rect x="0" y="837" fill="#',colors[2],'" width="1000" height="163.167"><animateMotion path="M 0 0 V 60 Z" dur="10s" repeatCount="indefinite" /></rect>'));

        parts[0] = string(abi.encodePacked(parts[0], getPolygon(80+params[6], colors[2], '0.1')));

        parts[0] = string(abi.encodePacked(parts[0], getPolygon(0, colors[3], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(1, colors[5], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(2, colors[3], '0.3')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(3, colors[3], '0.3')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(4, colors[0], '0.2')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(5, colors[0], '0.2')));
        
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(6, colors[4], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(7, colors[2], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(8, 'FFFFE6', '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(9, 'FFFFE6', '1')));

        parts[0] = string(abi.encodePacked(parts[0],'<circle fill="#',colors[2],'" cx="566" cy="406" r="7.3"/><circle opacity="0.66" fill="#FFFFFF" cx="570" cy="404" r="3"/><circle fill="#',colors[2],'" cx="414" cy="407" r="7.3"/><circle opacity="0.66" fill="#FFFFFF" cx="418" cy="404" r="3"/><g>'));
        
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(77, colors[2],'1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(78, colors[2], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(79, colors[4], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(80, colors[4], '1')));

        parts[0] = string(abi.encodePacked(parts[0],'<animate attributeName="opacity" values="0;0;0;0;0;0;0;0;0;0;0;0;1;0;0;0;0;0;0;0;0" dur="4s" repeatCount="indefinite" begin="0s"/></g>'));
        
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(9 +params[1]*2-1, colors[2], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(9 +params[1]*2, colors[3], '0.66')));
        
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(40 +params[3]*3-2, colors[3], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(40 +params[3]*3-1, colors[0], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(40 +params[3]*3, colors[0], '1')));

        parts[0] = string(abi.encodePacked(parts[0], getPolygon(52 +params[4]*4-3, colors[2], '0.85')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(52 +params[4]*4-2, colors[0], '0.35')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(52 +params[4]*4-1, colors[0], '0.35')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(52 +params[4]*4, colors[3], '1')));
        
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(17 +params[2]*3-2, colors[3], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(17 +params[2]*3-1, colors[5], '0.6')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(17 +params[2]*3, colors[5], '0.6')));
                
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(64 +params[5]*3-2, colors[5], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(64 +params[5]*3-1, colors[3], '1')));
        parts[0] = string(abi.encodePacked(parts[0], getPolygon(64 +params[5]*3, colors[3], '1')));
        
        parts[1] = string(abi.encodePacked('</svg> '));

        string memory output = string(abi.encodePacked(parts[0],parts[1]));
        

        
        parts[0] = '[{ "trait_type": "Palette", "value": "';
        parts[1] = toString(params[0]);
        parts[2] = '" }, { "trait_type": "Beard", "value": "';
        parts[3] = toString(params[1]);
        parts[4] = '" }, { "trait_type": "Cap", "value": "';
        parts[5] = toString(params[2]);
        parts[6] = '" }, { "trait_type": "Ear", "value": "';
        parts[7] = toString(params[3]);
        parts[8] = '" }, { "trait_type": "Glasses", "value": "';
        parts[9] = toString(params[4]);
        parts[10] = '" }, { "trait_type": "Tube", "value": "';
        parts[11] = toString(params[5]);
        parts[12] = '" }, { "trait_type": "Mountains", "value": "';
        parts[13] = toString(params[6]);
        parts[14] = '" }, { "trait_type": "Ship", "value": "';
        parts[15] = toString(params[7]);
        if (params[8] > 1) {
            parts[15] = string(abi.encodePacked(parts[15], 
             '" }, { "trait_type": "Palm", "value": "',toString(params[8]-1)));
        }
        parts[16] = '" }]';
        
        string memory strparams = string(abi.encodePacked(parts[0], parts[1], parts[2], parts[3], parts[4], parts[5]));
        strparams = string(abi.encodePacked(strparams, parts[6], parts[7], parts[8], parts[9], parts[10]));
        strparams = string(abi.encodePacked(strparams, parts[11], parts[12], parts[13], parts[14], parts[15], parts[16]));



        string memory json = Base64.encode(bytes(string(abi.encodePacked('{"name": "Onchain Seaman", "description": "Onchain Seaman - beautiful avatar, completely generated OnChain","attributes":', strparams, ', "image": "data:image/svg+xml;base64,', Base64.encode(bytes(output)), '"}'))));
        output = string(abi.encodePacked('data:application/json;base64,', json));

        return output;
    }
    
    function flipSaleState() public onlyOwner {
        saleIsActive = !saleIsActive;
    }
    
    function burnAll() public onlyOwner {
        burned = true;
    }
    
    function directMint(address to, uint256 tokenId) public onlyOwner {
        require(!burned, "Burned!");
        _safeMint(to, tokenId);
    }
    
    function mintMany(uint32[] memory ids) public {
        require(!burned, "Burned!");
        require(saleIsActive, "Sale must be active to mint tokens");

        for (uint i = 0; i < ids.length; i++) {
            require(SeaContract.ownerOf(ids[i]) == msg.sender, "Must own a Sea to mint token");
            _safeMint(msg.sender, ids[i]);
        }
    }
    
    function mintToken(uint tokenId) public {
        require(!burned, "Burned!");
        require(saleIsActive, "Sale must be active to mint tokens");
        require(SeaContract.ownerOf(tokenId) == msg.sender, "Must own a Sea to mint token");

        _safeMint(msg.sender, tokenId);
    }

    
}




/// [MIT License]
/// @title Base64
/// @notice Provides a function for encoding some bytes in base64
/// @author Brecht Devos <[email protected]>
library Base64 {
    bytes internal constant TABLE = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";

    /// @notice Encodes some bytes to the base64 representation
    function encode(bytes memory data) internal pure returns (string memory) {
        uint256 len = data.length;
        if (len == 0) return "";

        // multiply by 4/3 rounded up
        uint256 encodedLen = 4 * ((len + 2) / 3);

        // Add some extra buffer at the end
        bytes memory result = new bytes(encodedLen + 32);

        bytes memory table = TABLE;

        assembly {
            let tablePtr := add(table, 1)
            let resultPtr := add(result, 32)

            for {
                let i := 0
            } lt(i, len) {

            } {
                i := add(i, 3)
                let input := and(mload(add(data, i)), 0xffffff)

                let out := mload(add(tablePtr, and(shr(18, input), 0x3F)))
                out := shl(8, out)
                out := add(out, and(mload(add(tablePtr, and(shr(12, input), 0x3F))), 0xFF))
                out := shl(8, out)
                out := add(out, and(mload(add(tablePtr, and(shr(6, input), 0x3F))), 0xFF))
                out := shl(8, out)
                out := add(out, and(mload(add(tablePtr, and(input, 0x3F))), 0xFF))
                out := shl(224, out)

                mstore(resultPtr, out)

                resultPtr := add(resultPtr, 4)
            }

            switch mod(len, 3)
            case 1 {
                mstore(sub(resultPtr, 2), shl(240, 0x3d3d))
            }
            case 2 {
                mstore(sub(resultPtr, 1), shl(248, 0x3d))
            }

            mstore(result, encodedLen)
        }

        return string(result);
    }
}

File 2 of 14 : Counters.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

/**
 * @title Counters
 * @author Matt Condon (@shrugs)
 * @dev Provides counters that can only be incremented, decremented or reset. This can be used e.g. to track the number
 * of elements in a mapping, issuing ERC721 ids, or counting request ids.
 *
 * Include with `using Counters for Counters.Counter;`
 */
library Counters {
    struct Counter {
        // This variable should never be directly accessed by users of the library: interactions must be restricted to
        // the library's function. As of Solidity v0.5.2, this cannot be enforced, though there is a proposal to add
        // this feature: see https://github.com/ethereum/solidity/issues/4637
        uint256 _value; // default: 0
    }

    function current(Counter storage counter) internal view returns (uint256) {
        return counter._value;
    }

    function increment(Counter storage counter) internal {
        unchecked {
            counter._value += 1;
        }
    }

    function decrement(Counter storage counter) internal {
        uint256 value = counter._value;
        require(value > 0, "Counter: decrement overflow");
        unchecked {
            counter._value = value - 1;
        }
    }

    function reset(Counter storage counter) internal {
        counter._value = 0;
    }
}

File 3 of 14 : Ownable.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

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

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

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

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

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

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
        _;
    }

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

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

    function _setOwner(address newOwner) private {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

File 4 of 14 : ERC721Enumerable.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

import "../ERC721.sol";
import "./IERC721Enumerable.sol";

/**
 * @dev This implements an optional extension of {ERC721} defined in the EIP that adds
 * enumerability of all the token ids in the contract as well as all token ids owned by each
 * account.
 */
abstract contract ERC721Enumerable is ERC721, IERC721Enumerable {
    // Mapping from owner to list of owned token IDs
    mapping(address => mapping(uint256 => uint256)) private _ownedTokens;

    // Mapping from token ID to index of the owner tokens list
    mapping(uint256 => uint256) private _ownedTokensIndex;

    // Array with all token ids, used for enumeration
    uint256[] private _allTokens;

    // Mapping from token id to position in the allTokens array
    mapping(uint256 => uint256) private _allTokensIndex;

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

    /**
     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) public view virtual override returns (uint256) {
        require(index < ERC721.balanceOf(owner), "ERC721Enumerable: owner index out of bounds");
        return _ownedTokens[owner][index];
    }

    /**
     * @dev See {IERC721Enumerable-totalSupply}.
     */
    function totalSupply() public view virtual override returns (uint256) {
        return _allTokens.length;
    }

    /**
     * @dev See {IERC721Enumerable-tokenByIndex}.
     */
    function tokenByIndex(uint256 index) public view virtual override returns (uint256) {
        require(index < ERC721Enumerable.totalSupply(), "ERC721Enumerable: global index out of bounds");
        return _allTokens[index];
    }

    /**
     * @dev Hook that is called before any token transfer. This includes minting
     * and burning.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be
     * transferred to `to`.
     * - When `from` is zero, `tokenId` will be minted for `to`.
     * - When `to` is zero, ``from``'s `tokenId` will be burned.
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual override {
        super._beforeTokenTransfer(from, to, tokenId);

        if (from == address(0)) {
            _addTokenToAllTokensEnumeration(tokenId);
        } else if (from != to) {
            _removeTokenFromOwnerEnumeration(from, tokenId);
        }
        if (to == address(0)) {
            _removeTokenFromAllTokensEnumeration(tokenId);
        } else if (to != from) {
            _addTokenToOwnerEnumeration(to, tokenId);
        }
    }

    /**
     * @dev Private function to add a token to this extension's ownership-tracking data structures.
     * @param to address representing the new owner of the given token ID
     * @param tokenId uint256 ID of the token to be added to the tokens list of the given address
     */
    function _addTokenToOwnerEnumeration(address to, uint256 tokenId) private {
        uint256 length = ERC721.balanceOf(to);
        _ownedTokens[to][length] = tokenId;
        _ownedTokensIndex[tokenId] = length;
    }

    /**
     * @dev Private function to add a token to this extension's token tracking data structures.
     * @param tokenId uint256 ID of the token to be added to the tokens list
     */
    function _addTokenToAllTokensEnumeration(uint256 tokenId) private {
        _allTokensIndex[tokenId] = _allTokens.length;
        _allTokens.push(tokenId);
    }

    /**
     * @dev Private function to remove a token from this extension's ownership-tracking data structures. Note that
     * while the token is not assigned a new owner, the `_ownedTokensIndex` mapping is _not_ updated: this allows for
     * gas optimizations e.g. when performing a transfer operation (avoiding double writes).
     * This has O(1) time complexity, but alters the order of the _ownedTokens array.
     * @param from address representing the previous owner of the given token ID
     * @param tokenId uint256 ID of the token to be removed from the tokens list of the given address
     */
    function _removeTokenFromOwnerEnumeration(address from, uint256 tokenId) private {
        // To prevent a gap in from's tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = ERC721.balanceOf(from) - 1;
        uint256 tokenIndex = _ownedTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary
        if (tokenIndex != lastTokenIndex) {
            uint256 lastTokenId = _ownedTokens[from][lastTokenIndex];

            _ownedTokens[from][tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
            _ownedTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index
        }

        // This also deletes the contents at the last position of the array
        delete _ownedTokensIndex[tokenId];
        delete _ownedTokens[from][lastTokenIndex];
    }

    /**
     * @dev Private function to remove a token from this extension's token tracking data structures.
     * This has O(1) time complexity, but alters the order of the _allTokens array.
     * @param tokenId uint256 ID of the token to be removed from the tokens list
     */
    function _removeTokenFromAllTokensEnumeration(uint256 tokenId) private {
        // To prevent a gap in the tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = _allTokens.length - 1;
        uint256 tokenIndex = _allTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary. However, since this occurs so
        // rarely (when the last minted token is burnt) that we still do the swap here to avoid the gas cost of adding
        // an 'if' statement (like in _removeTokenFromOwnerEnumeration)
        uint256 lastTokenId = _allTokens[lastTokenIndex];

        _allTokens[tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
        _allTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index

        // This also deletes the contents at the last position of the array
        delete _allTokensIndex[tokenId];
        _allTokens.pop();
    }
}

File 5 of 14 : ERC721.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

import "./IERC721.sol";
import "./IERC721Receiver.sol";
import "./extensions/IERC721Metadata.sol";
import "../../utils/Address.sol";
import "../../utils/Context.sol";
import "../../utils/Strings.sol";
import "../../utils/introspection/ERC165.sol";

/**
 * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
 * the Metadata extension, but not including the Enumerable extension, which is available separately as
 * {ERC721Enumerable}.
 */
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
    using Address for address;
    using Strings for uint256;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    // Mapping from token ID to owner address
    mapping(uint256 => address) private _owners;

    // Mapping owner address to token count
    mapping(address => uint256) private _balances;

    // Mapping from token ID to approved address
    mapping(uint256 => address) private _tokenApprovals;

    // Mapping from owner to operator approvals
    mapping(address => mapping(address => bool)) private _operatorApprovals;

    /**
     * @dev Initializes the contract by setting a `name` and a `symbol` to the token collection.
     */
    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

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

    /**
     * @dev See {IERC721-balanceOf}.
     */
    function balanceOf(address owner) public view virtual override returns (uint256) {
        require(owner != address(0), "ERC721: balance query for the zero address");
        return _balances[owner];
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view virtual override returns (address) {
        address owner = _owners[tokenId];
        require(owner != address(0), "ERC721: owner query for nonexistent token");
        return owner;
    }

    /**
     * @dev See {IERC721Metadata-name}.
     */
    function name() public view virtual override returns (string memory) {
        return _name;
    }

    /**
     * @dev See {IERC721Metadata-symbol}.
     */
    function symbol() public view virtual override returns (string memory) {
        return _symbol;
    }

    /**
     * @dev See {IERC721Metadata-tokenURI}.
     */
    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
        require(_exists(tokenId), "ERC721Metadata: URI query for nonexistent token");

        string memory baseURI = _baseURI();
        return bytes(baseURI).length > 0 ? string(abi.encodePacked(baseURI, tokenId.toString())) : "";
    }

    /**
     * @dev Base URI for computing {tokenURI}. If set, the resulting URI for each
     * token will be the concatenation of the `baseURI` and the `tokenId`. Empty
     * by default, can be overriden in child contracts.
     */
    function _baseURI() internal view virtual returns (string memory) {
        return "";
    }

    /**
     * @dev See {IERC721-approve}.
     */
    function approve(address to, uint256 tokenId) public virtual override {
        address owner = ERC721.ownerOf(tokenId);
        require(to != owner, "ERC721: approval to current owner");

        require(
            _msgSender() == owner || isApprovedForAll(owner, _msgSender()),
            "ERC721: approve caller is not owner nor approved for all"
        );

        _approve(to, tokenId);
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view virtual override returns (address) {
        require(_exists(tokenId), "ERC721: approved query for nonexistent token");

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        require(operator != _msgSender(), "ERC721: approve to caller");

        _operatorApprovals[_msgSender()][operator] = approved;
        emit ApprovalForAll(_msgSender(), operator, approved);
    }

    /**
     * @dev See {IERC721-isApprovedForAll}.
     */
    function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) {
        return _operatorApprovals[owner][operator];
    }

    /**
     * @dev See {IERC721-transferFrom}.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public virtual override {
        //solhint-disable-next-line max-line-length
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");

        _transfer(from, to, tokenId);
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public virtual override {
        safeTransferFrom(from, to, tokenId, "");
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) public virtual override {
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");
        _safeTransfer(from, to, tokenId, _data);
    }

    /**
     * @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.
     *
     * `_data` is additional data, it has no specified format and it is sent in call to `to`.
     *
     * This internal function is equivalent to {safeTransferFrom}, and can be used to e.g.
     * implement alternative mechanisms to perform token transfer, such as signature-based.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeTransfer(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) internal virtual {
        _transfer(from, to, tokenId);
        require(_checkOnERC721Received(from, to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer");
    }

    /**
     * @dev Returns whether `tokenId` exists.
     *
     * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
     *
     * Tokens start existing when they are minted (`_mint`),
     * and stop existing when they are burned (`_burn`).
     */
    function _exists(uint256 tokenId) internal view virtual returns (bool) {
        return _owners[tokenId] != address(0);
    }

    /**
     * @dev Returns whether `spender` is allowed to manage `tokenId`.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function _isApprovedOrOwner(address spender, uint256 tokenId) internal view virtual returns (bool) {
        require(_exists(tokenId), "ERC721: operator query for nonexistent token");
        address owner = ERC721.ownerOf(tokenId);
        return (spender == owner || getApproved(tokenId) == spender || isApprovedForAll(owner, spender));
    }

    /**
     * @dev Safely mints `tokenId` and transfers it to `to`.
     *
     * Requirements:
     *
     * - `tokenId` must not exist.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeMint(address to, uint256 tokenId) internal virtual {
        _safeMint(to, tokenId, "");
    }

    /**
     * @dev Same as {xref-ERC721-_safeMint-address-uint256-}[`_safeMint`], with an additional `data` parameter which is
     * forwarded in {IERC721Receiver-onERC721Received} to contract recipients.
     */
    function _safeMint(
        address to,
        uint256 tokenId,
        bytes memory _data
    ) internal virtual {
        _mint(to, tokenId);
        require(
            _checkOnERC721Received(address(0), to, tokenId, _data),
            "ERC721: transfer to non ERC721Receiver implementer"
        );
    }

    /**
     * @dev Mints `tokenId` and transfers it to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {_safeMint} whenever possible
     *
     * Requirements:
     *
     * - `tokenId` must not exist.
     * - `to` cannot be the zero address.
     *
     * Emits a {Transfer} event.
     */
    function _mint(address to, uint256 tokenId) internal virtual {
        require(to != address(0), "ERC721: mint to the zero address");
        require(!_exists(tokenId), "ERC721: token already minted");

        _beforeTokenTransfer(address(0), to, tokenId);

        _balances[to] += 1;
        _owners[tokenId] = to;

        emit Transfer(address(0), to, tokenId);
    }

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId) internal virtual {
        address owner = ERC721.ownerOf(tokenId);

        _beforeTokenTransfer(owner, address(0), tokenId);

        // Clear approvals
        _approve(address(0), tokenId);

        _balances[owner] -= 1;
        delete _owners[tokenId];

        emit Transfer(owner, address(0), tokenId);
    }

    /**
     * @dev Transfers `tokenId` from `from` to `to`.
     *  As opposed to {transferFrom}, this imposes no restrictions on msg.sender.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     *
     * Emits a {Transfer} event.
     */
    function _transfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual {
        require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer of token that is not own");
        require(to != address(0), "ERC721: transfer to the zero address");

        _beforeTokenTransfer(from, to, tokenId);

        // Clear approvals from the previous owner
        _approve(address(0), tokenId);

        _balances[from] -= 1;
        _balances[to] += 1;
        _owners[tokenId] = to;

        emit Transfer(from, to, tokenId);
    }

    /**
     * @dev Approve `to` to operate on `tokenId`
     *
     * Emits a {Approval} event.
     */
    function _approve(address to, uint256 tokenId) internal virtual {
        _tokenApprovals[tokenId] = to;
        emit Approval(ERC721.ownerOf(tokenId), to, tokenId);
    }

    /**
     * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address.
     * The call is not executed if the target address is not a contract.
     *
     * @param from address representing the previous owner of the given token ID
     * @param to target address that will receive the tokens
     * @param tokenId uint256 ID of the token to be transferred
     * @param _data bytes optional data to send along with the call
     * @return bool whether the call correctly returned the expected magic value
     */
    function _checkOnERC721Received(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) private returns (bool) {
        if (to.isContract()) {
            try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) {
                return retval == IERC721Receiver.onERC721Received.selector;
            } catch (bytes memory reason) {
                if (reason.length == 0) {
                    revert("ERC721: transfer to non ERC721Receiver implementer");
                } else {
                    assembly {
                        revert(add(32, reason), mload(reason))
                    }
                }
            }
        } else {
            return true;
        }
    }

    /**
     * @dev Hook that is called before any token transfer. This includes minting
     * and burning.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be
     * transferred to `to`.
     * - When `from` is zero, `tokenId` will be minted for `to`.
     * - When `to` is zero, ``from``'s `tokenId` will be burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual {}
}

File 6 of 14 : IERC721Enumerable.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

import "../IERC721.sol";

/**
 * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Enumerable is IERC721 {
    /**
     * @dev Returns the total amount of tokens stored by the contract.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns a token ID owned by `owner` at a given `index` of its token list.
     * Use along with {balanceOf} to enumerate all of ``owner``'s tokens.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256 tokenId);

    /**
     * @dev Returns a token ID at a given `index` of all the tokens stored by the contract.
     * Use along with {totalSupply} to enumerate all tokens.
     */
    function tokenByIndex(uint256 index) external view returns (uint256);
}

File 7 of 14 : ERC165.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

import "./IERC165.sol";

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

File 8 of 14 : Strings.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

/**
 * @dev String operations.
 */
library Strings {
    bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";

    /**
     * @dev Converts a `uint256` to its ASCII `string` decimal representation.
     */
    function toString(uint256 value) internal pure returns (string memory) {
        // Inspired by OraclizeAPI's implementation - MIT licence
        // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol

        if (value == 0) {
            return "0";
        }
        uint256 temp = value;
        uint256 digits;
        while (temp != 0) {
            digits++;
            temp /= 10;
        }
        bytes memory buffer = new bytes(digits);
        while (value != 0) {
            digits -= 1;
            buffer[digits] = bytes1(uint8(48 + uint256(value % 10)));
            value /= 10;
        }
        return string(buffer);
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
     */
    function toHexString(uint256 value) internal pure returns (string memory) {
        if (value == 0) {
            return "0x00";
        }
        uint256 temp = value;
        uint256 length = 0;
        while (temp != 0) {
            length++;
            temp >>= 8;
        }
        return toHexString(value, length);
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
     */
    function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
        bytes memory buffer = new bytes(2 * length + 2);
        buffer[0] = "0";
        buffer[1] = "x";
        for (uint256 i = 2 * length + 1; i > 1; --i) {
            buffer[i] = _HEX_SYMBOLS[value & 0xf];
            value >>= 4;
        }
        require(value == 0, "Strings: hex length insufficient");
        return string(buffer);
    }
}

File 9 of 14 : Context.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

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

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

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

pragma solidity ^0.8.0;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        assembly {
            size := extcodesize(account)
        }
        return size > 0;
    }

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

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

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

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        require(isContract(target), "Address: call to non-contract");

        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
        return functionStaticCall(target, data, "Address: low-level static call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        require(isContract(target), "Address: static call to non-contract");

        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionDelegateCall(target, data, "Address: low-level delegate call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(isContract(target), "Address: delegate call to non-contract");

        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}

File 11 of 14 : IERC721Metadata.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

import "../IERC721.sol";

/**
 * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Metadata is IERC721 {
    /**
     * @dev Returns the token collection name.
     */
    function name() external view returns (string memory);

    /**
     * @dev Returns the token collection symbol.
     */
    function symbol() external view returns (string memory);

    /**
     * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
     */
    function tokenURI(uint256 tokenId) external view returns (string memory);
}

File 12 of 14 : IERC721Receiver.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

/**
 * @title ERC721 token receiver interface
 * @dev Interface for any contract that wants to support safeTransfers
 * from ERC721 asset contracts.
 */
interface IERC721Receiver {
    /**
     * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom}
     * by `operator` from `from`, this function is called.
     *
     * It must return its Solidity selector to confirm the token transfer.
     * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted.
     *
     * The selector can be obtained in Solidity with `IERC721.onERC721Received.selector`.
     */
    function onERC721Received(
        address operator,
        address from,
        uint256 tokenId,
        bytes calldata data
    ) external returns (bytes4);
}

File 13 of 14 : IERC721.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

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

    /**
     * @dev Transfers `tokenId` token from `from` to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

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

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

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

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

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

File 14 of 14 : IERC165.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

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

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

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"SeaAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"burnAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"burned","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"directMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"flipSaleState","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"ids","type":"uint32[]"}],"name":"mintMany","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"mintToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"saleIsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]

6080604052600a805461ffff60a01b19169055600b805473ccb6e4a1c42f4892cde27a8bc2e50bba0b43d2246001600160a01b03199182168117909255600c805490911690911790553480156200005557600080fd5b50604080518082018252600a8152695365614176617461727360b01b60208083019182528351808501909452600484526329a2a0ab60e11b908401528151919291620000a49160009162000133565b508051620000ba90600190602084019062000133565b505050620000d7620000d1620000dd60201b60201c565b620000e1565b62000216565b3390565b600a80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b8280546200014190620001d9565b90600052602060002090601f016020900481019282620001655760008555620001b0565b82601f106200018057805160ff1916838001178555620001b0565b82800160010185558215620001b0579182015b82811115620001b057825182559160200191906001019062000193565b50620001be929150620001c2565b5090565b5b80821115620001be5760008155600101620001c3565b600181811c90821680620001ee57607f821691505b602082108114156200021057634e487b7160e01b600052602260045260246000fd5b50919050565b615c9880620002266000396000f3fe608060405234801561001057600080fd5b50600436106101795760003560e01c806370a08231116100d9578063a22cb46511610087578063a22cb465146102f4578063b88d4fde14610307578063c634d0321461031a578063c87b56dd1461032d578063e985e9c514610340578063eb8d244414610353578063f2fde38b1461036757600080fd5b806370a082311461029a578063715018a6146102ad57806373f42561146102b55780638da5cb5b146102c957806395d89b41146102d15780639975038c146102d95780639a5d0893146102e157600080fd5b80632f745c59116101365780632f745c59146102205780632f8bd8911461023357806334918dfd1461024657806342842e0e1461024e5780634f6ccce7146102615780636352211e146102745780636f42f6b11461028757600080fd5b806301ffc9a71461017e57806306fdde03146101a6578063081812fc146101bb578063095ea7b3146101e657806318160ddd146101fb57806323b872dd1461020d575b600080fd5b61019161018c36600461480f565b61037a565b60405190151581526020015b60405180910390f35b6101ae61038b565b60405161019d9190615699565b6101ce6101c9366004614849565b61041d565b6040516001600160a01b03909116815260200161019d565b6101f96101f4366004614722565b6104aa565b005b6008545b60405190815260200161019d565b6101f961021b3660046145ea565b6105bb565b6101ff61022e366004614722565b6105ec565b6101f9610241366004614722565b610682565b6101f96106e9565b6101f961025c3660046145ea565b610739565b6101ff61026f366004614849565b610754565b6101ce610282366004614849565b6107e7565b600b546101ce906001600160a01b031681565b6101ff6102a8366004614577565b61085e565b6101f96108e5565b600a5461019190600160a81b900460ff1681565b6101ce610920565b6101ae61092f565b6101f961093e565b6101f96102ef36600461474e565b610982565b6101f96103023660046146ef565b610aeb565b6101f961031536600461462b565b610bac565b6101f9610328366004614849565b610be4565b6101ae61033b366004614849565b610ce6565b61019161034e3660046145b1565b612047565b600a5461019190600160a01b900460ff1681565b6101f9610375366004614577565b612075565b600061038582612112565b92915050565b60606000805461039a906159e1565b80601f01602080910402602001604051908101604052809291908181526020018280546103c6906159e1565b80156104135780601f106103e857610100808354040283529160200191610413565b820191906000526020600020905b8154815290600101906020018083116103f657829003601f168201915b5050505050905090565b600061042882612137565b61048e5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b60006104b5826107e7565b9050806001600160a01b0316836001600160a01b031614156105235760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b6064820152608401610485565b336001600160a01b038216148061053f575061053f8133612047565b6105ac5760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776044820152771b995c881b9bdc88185c1c1c9bdd995908199bdc88185b1b60421b6064820152608401610485565b6105b68383612154565b505050565b6105c533826121c2565b6105e15760405162461bcd60e51b8152600401610485906157cd565b6105b683838361228c565b60006105f78361085e565b82106106595760405162461bcd60e51b815260206004820152602b60248201527f455243373231456e756d657261626c653a206f776e657220696e646578206f7560448201526a74206f6620626f756e647360a81b6064820152608401610485565b506001600160a01b03919091166000908152600660209081526040808320938352929052205490565b3361068b610920565b6001600160a01b0316146106b15760405162461bcd60e51b815260040161048590615756565b600a54600160a81b900460ff16156106db5760405162461bcd60e51b8152600401610485906156ac565b6106e58282612437565b5050565b336106f2610920565b6001600160a01b0316146107185760405162461bcd60e51b815260040161048590615756565b600a805460ff60a01b198116600160a01b9182900460ff1615909102179055565b6105b683838360405180602001604052806000815250610bac565b600061075f60085490565b82106107c25760405162461bcd60e51b815260206004820152602c60248201527f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60448201526b7574206f6620626f756e647360a01b6064820152608401610485565b600882815481106107d5576107d5615a8d565b90600052602060002001549050919050565b6000818152600260205260408120546001600160a01b0316806103855760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b6064820152608401610485565b60006001600160a01b0382166108c95760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b6064820152608401610485565b506001600160a01b031660009081526003602052604090205490565b336108ee610920565b6001600160a01b0316146109145760405162461bcd60e51b815260040161048590615756565b61091e6000612451565b565b600a546001600160a01b031690565b60606001805461039a906159e1565b33610947610920565b6001600160a01b03161461096d5760405162461bcd60e51b815260040161048590615756565b600a805460ff60a81b1916600160a81b179055565b600a54600160a81b900460ff16156109ac5760405162461bcd60e51b8152600401610485906156ac565b600a54600160a01b900460ff166109d55760405162461bcd60e51b81526004016104859061578b565b60005b81518110156106e557600c54825133916001600160a01b031690636352211e90859085908110610a0a57610a0a615a8d565b60200260200101516040518263ffffffff1660e01b8152600401610a3a919063ffffffff91909116815260200190565b60206040518083038186803b158015610a5257600080fd5b505afa158015610a66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a8a9190614594565b6001600160a01b031614610ab05760405162461bcd60e51b81526004016104859061571f565b610ad933838381518110610ac657610ac6615a8d565b602002602001015163ffffffff16612437565b80610ae381615a1c565b9150506109d8565b6001600160a01b038216331415610b405760405162461bcd60e51b815260206004820152601960248201527822a9219b99189d1030b8383937bb32903a379031b0b63632b960391b6044820152606401610485565b3360008181526005602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b610bb633836121c2565b610bd25760405162461bcd60e51b8152600401610485906157cd565b610bde848484846124a3565b50505050565b600a54600160a81b900460ff1615610c0e5760405162461bcd60e51b8152600401610485906156ac565b600a54600160a01b900460ff16610c375760405162461bcd60e51b81526004016104859061578b565b600c546040516331a9108f60e11b81526004810183905233916001600160a01b031690636352211e9060240160206040518083038186803b158015610c7b57600080fd5b505afa158015610c8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb39190614594565b6001600160a01b031614610cd95760405162461bcd60e51b81526004016104859061571f565b610ce33382612437565b50565b6060610cf06144f7565b610cf8614516565b610d0061453d565b610d08614558565b6000806000610d3d610d198a6124d6565b604051602001610d299190615238565b6040516020818303038152906040526125d4565b9050610d4a602382615a37565b610d5590600161584f565b84526004610d64606483615867565b610d6e9190615a37565b610d7990600161584f565b60208501526007610d8c6103e883615867565b610d969190615a37565b610da190600161584f565b60408501526004610db461271083615867565b610dbe9190615a37565b610dc990600161584f565b60608501526003610ddd620186a083615867565b610de79190615a37565b610df290600161584f565b60808501526004610e06620f424083615867565b610e109190615a37565b610e1b90600161584f565b60a08501526003610e2f6298968083615867565b610e399190615a37565b610e4490600161584f565b60c08501526004610e596305f5e10083615867565b610e639190615a37565b610e6e90600161584f565b60e08501526003610e83633b9aca0083615867565b610e8d9190615a37565b610e9890600161584f565b610100808601919091527d1e1362256591ffa922dbfbfdd2463fffad7e55003975004eff997affff9f88527dff3b3bfffb990e8758bfc48a26134a50007000bf98fffb9900a1b0f7b64f60208901527dbf1919ff8661470000820000ff3b3bffc7999e1d43ff866126134a50007060408901527d690000c4000affc300fffc99b82e00ffab618a0000c44800ffd13bfffc9960608901527c95fffffc993623b3c2ae990002362e00820095fffffc99bd4200f2a12760808901527c7a63c5c98500332700573b00ddfffffc99472fa8c2ae9900023647006b60a08901527c332700573e00e0a1fff6992e8734b2c4730033270a570000e0a1fff69960c08901527da473fffff699005f72dbb86b140033002e5700e0a1fff699005c48dbcd9160e08901527d085649dbc283140033002e57bdff52fff6991f658cd49a99140033002e57908801527d3e0047870068ff9914fff699503fb8ffbf5b140033290087ff9914fff6996101208801527dee59fffffcde5b8080ffc87a002330004459ff8359fffcded1388aff99426101408801527c6391edcba3002330004459599cfffffcde432e70ff99800023300044596101608801527c2330004459ffd199f2ffff419965edcca4002330004459aaff99fffcde6101808801527d99ffe9f2ffff912a5beba986130030440059ffd199f2ffff1d7285ebbe866101a08801527d357b96ebbaa000153000395999ffe9f2ffff355396ebbaa01300304400596101c08801527d400c16750000ff7824fff582005c80ebbaa000153000395980d4fff2ffff6101e08801527dff0077ffc021b90000ff8e5e330009610000ff0000ffc021c73500ffa15e6102008801527dcc4100ffad575c0011a80000ffa100ffd15e8f002bff80803300096100006102208801527d2d10384d0085ff66f0ffe091984ed1ffa1a24a1b5c4931a8ff66f0ffd15e6102408801527dff5900ffcc4c8b0020e05f573000234a0035bf0000ffcc4c9506c1ffa1a26102608801527d525252a4a4a4030303242424c4c4c4ebebeb7d1600eb814e3000234a0035610280880152600091505b6005821161125157835182906111b690600190615987565b6111c1906006615968565b6111cb919061584f565b925061122863010000006111e0600a86615a37565b6111ee9063010000006158c0565b896111fa600a88615867565b6015811061120a5761120a615a8d565b60200201516112199190615867565b6112239190615a37565b612605565b86836006811061123a5761123a615a8d565b60200201528161124981615a1c565b92505061119e565b60208087015160608801516040516112699301615461565b60408051808303601f19018152918152818752602088810151915161129093929101614b11565b60408051808303601f1901815291905280865260e08501516112db906112b790605361584f565b6040808a015181518083019092526003825262302e3760e81b602083015290612704565b6040516020016112ec929190614a7c565b60408051808303601f190181529190528552610100840151600110156113c357845161010085015161135490600214611326576059611329565b60585b60ff168860035b6020020151604051806040016040528060018152602001603160f81b815250612704565b61010086015160021461138257604051806040016040528060038152602001622d313360e81b81525061139e565b60405180604001604052806002815260200161313560f01b8152505b6040516020016113b093929190614c7f565b60408051808303601f1901815291905285525b845160408088015190516113e1929190819081908190602001614d3b565b60408051808303601f1901815291905280865260c085015161142c9061140890605061584f565b6040808a015181518083019092526003825262302e3160e81b602083015290612704565b60405160200161143d9291906148c6565b60408051808303601f1901815291905280865261145d6000886003611330565b60405160200161146e9291906148c6565b60408051808303601f1901815291905280865261148e6001886005611330565b60405160200161149f9291906148c6565b60408051808303601f190181529190528086526114e160028860035b602002015160405180604001604052806003815260200162302e3360e81b815250612704565b6040516020016114f29291906148c6565b60408051808303601f19018152919052808652611511600388816114bb565b6040516020016115229291906148c6565b60408051808303601f1901815291905280865261156460048860005b60200201516040518060400160405280600381526020016218171960e91b815250612704565b6040516020016115759291906148c6565b60408051808303601f19018152919052808652611595600588600061153e565b6040516020016115a69291906148c6565b60408051808303601f190181529190528086526115c66006886004611330565b6040516020016115d79291906148c6565b60408051808303601f190181529190528086526115f76007886002611330565b6040516020016116089291906148c6565b60408051808303601f1901815291815281875280518082018252600681526523232323229b60d11b602082810191909152825180840190935260018352603160f81b9083015261165b9160089190612704565b60405160200161166c9291906148c6565b60408051808303601f1901815291815281875280518082018252600681526523232323229b60d11b602082810191909152825180840190935260018352603160f81b908301526116bf9160099190612704565b6040516020016116d09291906148c6565b60408051808303601f190181529181528187528781015190516116f99291908190602001614fcd565b60408051808303601f19018152919052808652611719604d886002611330565b60405160200161172a9291906148c6565b60408051808303601f1901815291905280865261174a604e886002611330565b60405160200161175b9291906148c6565b60408051808303601f1901815291905280865261177b604f886004611330565b60405160200161178c9291906148c6565b60408051808303601f190181529190528086526117ac6050886004611330565b6040516020016117bd9291906148c6565b60408051808303601f19018152918152818752516117de9190602001615176565b60408051808303601f19018152919052808652602085015161182590600190611808906002615968565b61181390600961584f565b61181d9190615987565b886002611330565b6040516020016118369291906148c6565b60408051808303601f19018152919052808652602085015161188d9061185d906002615968565b61186890600961584f565b606089015160408051808201909152600481526318171b1b60e11b6020820152612704565b60405160200161189e9291906148c6565b60408051808303601f1901815291905280865260608501516118e5906002906118c8906003615968565b6118d390602861584f565b6118dd9190615987565b886003611330565b6040516020016118f69291906148c6565b60408051808303601f19018152919052808652606085015161193d90600190611920906003615968565b61192b90602861584f565b6119359190615987565b886000611330565b60405160200161194e9291906148c6565b60408051808303601f19018152919052808652606085015161198090611975906003615968565b61193590602861584f565b6040516020016119919291906148c6565b60408051808303601f1901815291905280865260808501516119f5906003906119bb906004615968565b6119c690603461584f565b6119d09190615987565b6040808a015181518083019092526004825263302e383560e01b602083015290612704565b604051602001611a069291906148c6565b60408051808303601f19018152919052808652611a6960028660045b6020020151611a32906004615968565b611a3d90603461584f565b611a479190615987565b8851604080518082019091526004815263302e333560e01b6020820152612704565b604051602001611a7a9291906148c6565b60408051808303601f19018152919052808652611a9a6001866004611a22565b604051602001611aab9291906148c6565b60408051808303601f190181529190528086526080850151611add90611ad2906004615968565b6118dd90603461584f565b604051602001611aee9291906148c6565b60408051808303601f19018152918152818752850151611b2190600290611b16906003615968565b6118d390601161584f565b604051602001611b329291906148c6565b60408051808303601f19018152918152818752850151611b9390600190611b5a906003615968565b611b6590601161584f565b611b6f9190615987565b60a089015160408051808201909152600381526218171b60e91b6020820152612704565b604051602001611ba49291906148c6565b60408051808303601f19018152918152818752850151611bd490611bc9906003615968565b611b6f90601161584f565b604051602001611be59291906148c6565b60408051808303601f1901815291905280865260a0850151611c2c90600290611c0f906003615968565b611c1a90604061584f565b611c249190615987565b886005611330565b604051602001611c3d9291906148c6565b60408051808303601f1901815291905280865260a0850151611c7290600190611c67906003615968565b6118d390604061584f565b604051602001611c839291906148c6565b60408051808303601f1901815291905280865260a0850151611cb590611caa906003615968565b6118dd90604061584f565b604051602001611cc69291906148c6565b60408051808303601f19018152918152908652516601e17b9bb339f160cd1b602082015260270160408051808303601f19018152918152602080880183905287519151600093611d1993929091016148c6565b60408051601f19818403018152606083019091526026808352909250615c3d60208301398652611d508560005b60200201516124d6565b8660016020020181905250604051806060016040528060288152602001615beb602891396040870152611d84856001611d46565b6060808801919091526040805191820190526026808252615ae560208301396080870152611db3856002611d46565b60a087015260408051606081019091526026808252615bc5602083013960c0870152611de0856003611d46565b60e08701526040805160608101909152602a808252615c136020830139610100870152611e0e856004611d46565b61012087015260408051606081019091526027808252615b326020830139610140870152611e3d856005611d46565b6101608701526040805160608101909152602c808252615b996020830139610180870152611e6c856006611d46565b6101a087015260408051606081019091526027808252615b0b60208301396101c0870152611e9b856007611d46565b6101e087015261010085015160011015611ef8576101e0860151610100860151611ed090611ecb90600190615987565b6124d6565b604051602001611ee192919061510d565b60408051808303601f190181529190526101e08701525b604080518082018252600481526322207d5d60e01b6020808301919091526102008901919091528751888201518984015160608b015160808c015160a08d01519651600097611f49979091016148f5565b60408051808303601f190181529082905260c089015160e08a01516101008b01516101208c01516101408d0151949650611f88958795906020016148f5565b60408051808303601f19018152908290526101608901516101808a01516101a08b01516101c08c01516101e08d01516102008e0151959750611fcf96889690602001614974565b6040516020818303038152906040529050600061201482611fef85613e6f565b60405160200161200092919061526f565b604051602081830303815290604052613e6f565b905080604051602001612027919061541c565b60408051601f198184030181529190529c9b505050505050505050505050565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b3361207e610920565b6001600160a01b0316146120a45760405162461bcd60e51b815260040161048590615756565b6001600160a01b0381166121095760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610485565b610ce381612451565b60006001600160e01b0319821663780e9d6360e01b1480610385575061038582613fd5565b6000908152600260205260409020546001600160a01b0316151590565b600081815260046020526040902080546001600160a01b0319166001600160a01b0384169081179091558190612189826107e7565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60006121cd82612137565b61222e5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b6064820152608401610485565b6000612239836107e7565b9050806001600160a01b0316846001600160a01b031614806122745750836001600160a01b03166122698461041d565b6001600160a01b0316145b8061228457506122848185612047565b949350505050565b826001600160a01b031661229f826107e7565b6001600160a01b0316146123075760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b6064820152608401610485565b6001600160a01b0382166123695760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b6064820152608401610485565b612374838383614025565b61237f600082612154565b6001600160a01b03831660009081526003602052604081208054600192906123a8908490615987565b90915550506001600160a01b03821660009081526003602052604081208054600192906123d690849061584f565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6106e5828260405180602001604052806000815250614030565b600a80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6124ae84848461228c565b6124ba84848484614063565b610bde5760405162461bcd60e51b8152600401610485906156cd565b6060816124fa5750506040805180820190915260018152600360fc1b602082015290565b8160005b8115612524578061250e81615a1c565b915061251d9050600a83615867565b91506124fe565b60008167ffffffffffffffff81111561253f5761253f615aa3565b6040519080825280601f01601f191660200182016040528015612569576020820181803683370190505b5090505b84156122845761257e600183615987565b915061258b600a86615a37565b61259690603061584f565b60f81b8183815181106125ab576125ab615a8d565b60200101906001600160f81b031916908160001a9053506125cd600a86615867565b945061256d565b6000816040516020016125e791906148aa565b60408051601f19818403018152919052805160209091012092915050565b6040805180820190915260068082526503030303030360d41b60208301526060915b81156126fd57600a61263a601086615a37565b10156126915761264b601085615a37565b61265690603061584f565b60f81b81612665600185615987565b8151811061267557612675615a8d565b60200101906001600160f81b031916908160001a9053506126de565b61269c601085615a37565b6126a790603761584f565b60f81b816126b6600185615987565b815181106126c6576126c6615a8d565b60200101906001600160f81b031916908160001a9053505b6126e9601085615867565b9350816126f5816159ca565b925050612627565b9392505050565b606060006040518061168001604052807f0aa4dea812a404a141a778d9c657631656e715834d70e4663a5b0e573c5e0f2f81526020016307fe0f2f81526020017f071ae9b0cd6fb25aed37935de0d970b698ed65bb5574df64b89c2df7ab89f8d881526020017f081a9204c985b4dfad07eb41fab1801e9fa64779919e5e639817c766b9e1ce988152602001797fdf8d898ba6aae5aa18e466a839da0c8f8b23a0c948325a329081526020017f0b01bab848a9921fc5b70179e0687d19df87a79321d0db6db7588dd5e3496cd281526020017f064b95a8e370ba246fbb13cac0ca9bb7e3edb833160cb4932261a7e871e64a6e8152602001651ff5b3496ee181526020017507fddca27b1b1d46d659858e64611d19067779c9dca281526020016c07fdcef679c4a3b2777c51cef681526020016c07fe2428ad0921c217890e24288152602001771ff279d884832431d0ad359b41a8b06a26d8e83589d0cc7181526020017f06aac5aa9b642096473509c9386c409a9006d429d52a74529f5647a62a15a49d81526020017f03c1d50a75411c0e46f2c1bc847d1d25084c92f348f8d33f35d32d64f34d6ad381526020017f049221187e411d5147d439f4fe75431f5067c3e1d5047c409f0fc793c9d4f87881526020017f04aa611c924a261249746a51229747a5d18954725d189745a5918974525d228c81526020017f04026d109c4f26d3a984b2453a994f2693a9a49241369a4c2611e904ba612c9881526020017f032b24a8b931b20c0c7292e4bec62e3189eba2d3149ec122a10a077361d4f28b81526020017f02fad8e0c737b20bab737320dcc92e2e0d8c936324b4b935b28d4ca2c2e4ceca81526020017f0382f0e0bc3b308ecc3342d8eac43a314c8b63a314e8c539b18c4b639318e2c781526020017f039ae8f0bf3c300e4ba3c300eec1382ecf4a63d278e6853ba84e0bb35adce0bc81526020017f0442a11aad452b10ea9452b10eab432a90eab422ad00ab3d2f8ecba3caf8f2bf81526020017f04dabd26a74d2bd30af4c2bd1ea74babd2aae46a9d28ae48ab516a8482b51cad81526020017f05029d46a9512ad3ca7512b144ae4e2a542ae4fab934a94fab93aae4baa538ae81526020017f044b251ec34a2e93eb7542a956a953a954c9450a5d48a551a9d42a451a9d46a981526020017f047b112ccb4ab311cc54a33126cc46b1926cd4933516c74933520ce4532520ce81526020017f04fb1d3ac74a2fd3ac84e32124c04db2534c948b0532c94c32920c34c3292ecb81526020017f0512fd5ecc5632d3ebf5532950c94eb014cc951b2132bf5131d40c64fb192cbe81526020017f05bb2158bf5b3256ac9552fd6aca5a32d4ebf59b2d66cc5330164cc5933562cc81526020017f059ae978c35db1162bb5db1174c557af172c55cb195cbd5c31970c756af56ec881526020017f05eb0568ba5aae166ab5aa91689e5e23d609e58a9162a95a2e968ba5eb0978c381526020017f05ead986bc612f578b7612f582be5d2e182be602fd6eb75fb017ec05b2e57cc181526020017f0652d992b760ac190b763ae182b263ae18cb9602d18cba62ae97cb562aed88bb81526020017f05fabd72aa5fac17cb15c2b57cb25eacd70af5e2cd7ab3612b196b4652d582ae81526020017f060a9982a75da8982a860aa974a45d29182aa602b174a6602b180ae5d2a580ae81526020017f05f26d7c9b6127d84a05ea757a9d6128584a35ea797a9f6128d84a55e28578a181526020017f065ad184ac62a9d8ca060a5d849960261809861269849c5fa697e9a61271849e81526020016307fda4ae81526020017301ff41ad500c14131918c347af516b4432c906b581526020017301ff422410c94462491e8945a01067e40a19089081526020017f0471d960815525156a1562fd6eba5a2957e8e5fa396ca55cae124cb31328c4d281526020017c01ff5cb51b6be6a2edb8b8722799e8063201947b5b1b4b070269f0c07f81526020017f065a258e8e65a398c9367249809b6825996b35f30164c357abd5ec44d338f0cd81526020016c07fd3ad15b33d82c867af9b4a181526020017f05fa2d86885fa196e8c59a416a9258a4d569755a8158aa552bd60b458aed74c781526020017f06f25da09363a5592975ea5580a45f2ad78b4652c59eb25f3096ab45a2a56e9981526020017507fd74c7682c9a8b36dac5bca972295bea070a7dbe9b81526020017f060ac1b2ad6e2a1b4a26d2a1ae9f6c2a1aaa36b2a990ac64a9d849962a9d82b081526020016101ff81526020017f0552bd60b458aed58bd563016abc5ead182ac63ab596b3632e96ec45ab2162c981526020017f0602b17cb25aae968a95ba65788f5a2195c875aa356a9258a4d569755a8158aa8152602001797fd64cf6dac5bca96da75a69a6320d62776223d90a15fa857cab8152602001771ff6cab5baa86ba7db0a86aa8dacaa65aa192a46229186aa81526020017f063201947b5b1b52e73582055494563056eba5a2957e8e5fa396ca55cae12ccf81526020017f08eac258a992a9e5ea69528a429e86289fc997ba5de4907423dc4866a21d9e8081526020017507fd72d46ab09c4c273aede2bb7cad206b4852ba2cb081526020017f05f9f56e845ea298c8665a298e8e67249809b6825996b35f30164c357abd5cc481526020017f075ad5ccb479a91dc9a73255c09e762a1dea676aa5b2b6692d1c49466a29808281526020017f0842b20ca589aa23ea48da8e48a28f28220a67e281f89c7aa6df0a87f2bdeeac8152602001797fd38cf5b33d82c8692d5b0bf70aedccb4782e5feb080ac9f8a081526020017f045be52cfe483d116e74d3c52ce044b6d2cd33bb44acc52ca8cd079399b8b06981526020017301ff2c1a49070192185ab1192fc7cd73736d12eb81526020017f043b8524e44bbb526e23a36908e043ba10ae042b8112e944b9d18f8493ed1af78152602001651ff44b9d12e881526020017f02aa84ca77349c894771b22c66b01caf86ab01e234987c349c8c67729a80a0c78152602001677fca0c733340a4c681526020017f027368aed330b54d0cc36ae4e674349b4c06e221787a6818a2462c21937874df81526020016101ff81526020016e1ff369e4d2b530344d4b7379dcd07081526020017f02d258b4962d1d0ba782e25ca6cd2ab38bc97301e0c478311cc88661aa306ad981526020017f029b3096d61db646cd61d23886711ea3c74d41f2cc7ad324b40a6b02535c9ed28152602001677fc78dd26b64b0cf81526020017f01a3609eef2d3acc2e43b39cf8dd46b6116d237b3ca6a52da00d4763f9d1126981526020016a01ff35988946a181fc3eb281526020016c07fc648e182bca2e516ac45a9d81526020017f0339b8fa693a998c66d279b07c761b2086c9a1e1f494762c1dc8e85202c894cf81526020017f0302fc96c622ac0a6ab2829088a622a8ca4a129a648c9a25214b0812e1eca87b8152602001797fcb6df30b7d0cd440b4cbadc29b50d2ce3231ca0cf27b34c8c581526020017f0551998a6a69185905e46178c6642e1b0c852340f0406205a4416be0cb647af98152602001797fccf0d2e358c6d32dac8b49a311c194756e1d1b872609ad286781526020017f04a19d5466629a9a46164179185e31990b46e330fc46630822418a60e3607af781526020017e7a784e6a311109c8e28ad0b4d731b4cb6b22d268c470651d5b8746e1c9826b81526020016a01ff3242cc9071fbd43ad781526020017301ff172fc60b924b2464b114ac836a812aec46b381526020017f0451c902623416cc05a2d180866d1c9ec62941627464ac1ab1c92dc3239100d681526020016a01ff40358fad136b15027681526020016a01ff2636ca4de3836898db81526020017f0239f4b2782c1d88c6e289a0dc682e9fcaca32dac0acaa30b34bebf32334e2d481526020017f0229b4767b17a706aaf1bb1ca49c1b2b864a222a30609b1b2308e792b1d8ac7881526020017f03db54d4c735a18f67236accd8c43f9acd08234310cec333204f2683f9a0b86081526020016101ff81526020017e07fcd6d43a334f4c24425510643e12cda6e271b87a7e1aa646aa320b24b6d381526020017f04321108623e148e46d3da2ce8bf369e8987f24ad0e6bf32b3088c62d33cccd081526020016307fceac081526020017c01ff3a2c4ea80371c0de772b1d87a842122482a5222548cb0249f8de7781526020017c01ff22b70d0d538af4e49c3a20cda6d231907e7d1aa3c6aa71eb1480c881526020017f02b1acb88d33a44be6d331b8d89837268da7f341b88e67201f86e8f1f31084c881526020017f029ac09aa82632092d823b6494c6259f09068249a09a7c26a4ca68b2aa2ca06981526020017f02c2b0aaa42aa64ba9c2ba7caea232290aca42c2b0caa8322b0b4af2ab589cd781526020017f023b68ced2372ecdca135a98cad23034ccaac36278ca942b23ca0952829caaac81526020016101ff81526020017f04f2493c9250235468e52a31428a51a1542834f22138874d2293a8b4da3d3c9281526020016101ff81526020016e1ff4f2213c8850a25468550a293c8881526020016e1ff4ea313a8c502353c91502353a8c81526020017c01ff4b3512cd44e3513ad45335152d55535950d94f35d38d64b3592cd481526020016c07fd2ed54bb5536d54b3592ed581526020017301ff4eb553ad55335550d653b5d4cd64fb593ad581526020017f052b5548d551b513ed44f3552cd44b35938d64eb593ad84fb6944da52b654eda81526020016c07fd4eda56b6d60d957b5952d381526020017e07fd48d8513654ad851b553ed44f3552ed54bb593cd54eb593ed55135548d881526020017507fd4ad5533614ad654b555cd757b655cd754b514ad581526020017f043b610ed743b510ad44335d04d74135102d440b6504d94235d0cd74336510d981526020017f04f3553ed24eb4536d14db5132d54cb512cd44b35926d649b5522d548b5d10d78152602001771ff44b5d22d748b5d26d749b5d2ed64c35d32d64db5536d58152602001797fd0ed943b610cd54335d08d74136102d440b6104d84235d0cd781526020017f04db4936d44c35932d54bb552ed64b35926d649b5524d64935924d649b5526d68152602001707fd2cd64c35530d64db5138d24f34d3ad281526020017f056b6964d956b4548d04f3552cd44b3593ad65035d4ad45635558d85135940d781526020016307fd42d78152602001677fd3ad54bb592ed581526020017301ff56b6560d856b4d4cd150b554cd256b555ad981526020017f0489ed248648259029b402a522af49ae922cb47b34fad23e2d4fe9c3da14fa7281526020016307fd0c7581526020016a01ff3ea010079461e4fe7781526020016a01ff46ac502b13faf100af81526020017f0411c10475469e5228847a5102983ea10fc73419d5026e3e1b4f2843ea8cf4bc81526020017f048af11ecb41b3908d14833d26cb4aaed24ae4129d049f48a612888499e91e7581526020017301ff3e35104d34234506ce3f33cfabe402ad1eb081526020017f04fa1d2a994227104a5422b12ab04e2e93ec54cb3d0ad24133100ba409ed08738152602001651ff421cd387981526020016c07fd38824ea1d328e4225d068c81526020016c07fd36ba4e2f538c443b3908c581526020017f03f30902cf3eb4d0cd34333d0ccf40b0904af432b528b04eaf13ac64cb350ccf81526020017f0481cd0a6f421d1367b4f21d289843a69049840a090874429bcfc6f409c8fc8181526020017c01ff4334d1ed34db3d40c74fae92aae44aad08a4442752a9b5021d3a7981526020017301ff47ac500b03dae8fcc74232d20c749aed1eb181526020016e1ff3eaecfabb422d51cb3412ccfabb81526020016c07fcfec73fb1d0cc942328fec781526020017f03e32504cd4232cfcc73dae902b147ac526bb4831d08cb4133504cf42b450ccf8152602001797fd0ccf5036172d650b590ece4433124c94bae920ae3fab8f2b981526020017c01ff5937978dc6336194d0633156eaf5aa9d66b15db2958c755b4d58db8152602001797fd5ec95c36180d7613396aaf6231590cf62b6176db58b7166d481526020017f05b2f16ec05daf582bd6331192d162b6178dc5937560dc5934d5ac85634d5ada81526020017301ff5937978dd63b6596d163b116eaf5f2e572b981526020017507fd72bd5caf572b95eaed8cca62b3186cd60b3172bd81526020017507fd68ad5a2b566af59acd74be5d2f176bb5f2f168ad81526020017f06132184c860b2984cb6132988c962b298acc62b2978ba5dae976bc5d2f174be8152602001677fd74be5daf578bc81526020017f06ac59ad1972c61d5157743dd7076fbddb6f46abe5bb046ec19a9076a435ab1681526020016101ff81526020017f05b31984de6b3e5b6f46fbe1d50676c3dd51472c5dad196b451ab086a435ab178152602001797fdab176ac69cb1875c55dd0f75c19bef76336d72c25a29566b581526020017e07fdaf176fc5dd51475c31cd026e3ddd10d73c49b9146bc29bb076b421b1138152602001707fd78b45bab166b259b8968e45db957ee381526020017f05ab7966e059ac964b25938968e45ab9168e25bb817ce15f39172e45a39168e481526020017f05e2d578bb5caed6ebc5baf572bc5daf178e05cb7d6ccd5baf166bd59af96abe81526020017f059ac966b25a2c56ab459ad566b65bad56aaf5bab576b45c2cd6cb45bad570b481526020016c07fd76e65fb917ab45aa9d64b281526020017f05e2f172bc5baf56eb45c2d178b45b2ad66b259ad56ab55aaf566be59b896cdf8152602001651ff5cb7d7ce181526020016e1ff44255208d4821d167e411f8fe8981526020016e1ff40b1d18c447af51eb6432c4febd81526020016e1ff44251188d4621d1281419fd028981526020016c07fd06c54530d18b843acd02bd81526020016e1ff58fa562b0543dd3d0c4ec812b4d8152602001771ff58d3962004f801342d549a9448b5532950fd56c69554e81526020017c01ff58d4962004f0014e1f508f9545056a094eca513514af44dc713d5181526020017301ff65d618f586355d8d58615658b5565d3d975881526020017301ff63d49975565d718f5f63d698b586455d8f5281526020017e07fd935365d59976365d8d956464d91936264d89935d63d758f5b64569935381526020017f065d7d974f64535915564d5593565c5598b566453d6f5663d718f5764d5d935e81526020016307fd935e81526020017f02fb30571e33ab82f2f342643b132c2943d0225290013116338013e005c02b798152602001797fc2b7931c685b522fc2c63402d3e4573d353606b2237afc790c81526020017eb874ce9e158b8be801e100de8e1a8a8d4751583cb45318830be411a010c6328152602001771ff1d0000000000c8587f0109094a80f128b0a80e8e8d0b381526020017f575554514f4c4b49464543413f3d39363532302d2b2928270d0c0b0a0906030181526020017f8b8a89868584827f7e7d7b7a7977757471706f6d6c6b6a69686661605f5d5c5881526020017affb0aeacabaaa9a8a7a6a5a4a3a2a09c9b9a9896949392908f8e8c81525090506000806000806000806060600060208d613c899190615a37565b613c95906101006158c0565b8960208f613ca39190615867565b613cae9060b161584f565b60b48110613cbe57613cbe615a8d565b6020020151613ccd9190615867565b9250613cdb61010084615a37565b6040805160208101909152600081529097509150613cfa600188615987565b97505b60fa8811613e3957888860b48110613d1757613d17615a8d565b6020020151613d2557613e39565b888860b48110613d3757613d37615a8d565b6020020151955060009450600093505b601b8411613e1857610200613d5c85826158c0565b613d669088615867565b613d709190615a37565b9050806101ff1415613d8157613e18565b613d8c600286615a37565b613dc65781613d9f611ecb836003615968565b604051602001613db0929190614a06565b6040516020818303038152906040529150613df8565b81613dd5611ecb836003615968565b604051602001613de6929190614a41565b60405160208183030381529060405291505b84613e0281615a1c565b9550508380613e1090615a1c565b945050613d47565b806101ff1415613e2757613e39565b87613e3181615a1c565b985050613cfd565b8a828d604051602001613e4e9392919061537c565b60405160208183030381529060405299505050505050505050509392505050565b805160609080613e8f575050604080516020810190915260008152919050565b60006003613e9e83600261584f565b613ea89190615867565b613eb3906004615968565b90506000613ec282602061584f565b67ffffffffffffffff811115613eda57613eda615aa3565b6040519080825280601f01601f191660200182016040528015613f04576020820181803683370190505b5090506000604051806060016040528060408152602001615b59604091399050600181016020830160005b86811015613f90576003818a01810151603f601282901c8116860151600c83901c8216870151600684901c831688015192909316870151600891821b60ff94851601821b92841692909201901b91160160e01b835260049092019101613f2f565b506003860660018114613faa5760028114613fbb57613fc7565b613d3d60f01b600119830152613fc7565b603d60f81b6000198301525b505050918152949350505050565b60006001600160e01b031982166380ac58cd60e01b148061400657506001600160e01b03198216635b5e139f60e01b145b8061038557506301ffc9a760e01b6001600160e01b0319831614610385565b6105b6838383614170565b61403a8383614228565b6140476000848484614063565b6105b65760405162461bcd60e51b8152600401610485906156cd565b60006001600160a01b0384163b1561416557604051630a85bd0160e11b81526001600160a01b0385169063150b7a02906140a7903390899088908890600401615666565b602060405180830381600087803b1580156140c157600080fd5b505af19250505080156140f1575060408051601f3d908101601f191682019092526140ee9181019061482c565b60015b61414b573d80801561411f576040519150601f19603f3d011682016040523d82523d6000602084013e614124565b606091505b5080516141435760405162461bcd60e51b8152600401610485906156cd565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050612284565b506001949350505050565b6001600160a01b0383166141cb576141c681600880546000838152600960205260408120829055600182018355919091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30155565b6141ee565b816001600160a01b0316836001600160a01b0316146141ee576141ee8382614367565b6001600160a01b038216614205576105b681614404565b826001600160a01b0316826001600160a01b0316146105b6576105b682826144b3565b6001600160a01b03821661427e5760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f20616464726573736044820152606401610485565b61428781612137565b156142d45760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610485565b6142e060008383614025565b6001600160a01b038216600090815260036020526040812080546001929061430990849061584f565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b600060016143748461085e565b61437e9190615987565b6000838152600760205260409020549091508082146143d1576001600160a01b03841660009081526006602090815260408083208584528252808320548484528184208190558352600790915290208190555b5060009182526007602090815260408084208490556001600160a01b039094168352600681528383209183525290812055565b60085460009061441690600190615987565b6000838152600960205260408120546008805493945090928490811061443e5761443e615a8d565b90600052602060002001549050806008838154811061445f5761445f615a8d565b600091825260208083209091019290925582815260099091526040808220849055858252812055600880548061449757614497615a77565b6001900381819060005260206000200160009055905550505050565b60006144be8361085e565b6001600160a01b039093166000908152600660209081526040808320868452825280832085905593825260079052919091209190915550565b604051806102a001604052806015906020820280368337509192915050565b6040518060c001604052806006905b60608152602001906001900390816145255790505090565b60408051610500810190915260608152602760208201614525565b604051806101800160405280600c906020820280368337509192915050565b60006020828403121561458957600080fd5b81356126fd81615ab9565b6000602082840312156145a657600080fd5b81516126fd81615ab9565b600080604083850312156145c457600080fd5b82356145cf81615ab9565b915060208301356145df81615ab9565b809150509250929050565b6000806000606084860312156145ff57600080fd5b833561460a81615ab9565b9250602084013561461a81615ab9565b929592945050506040919091013590565b6000806000806080858703121561464157600080fd5b843561464c81615ab9565b935060208581013561465d81615ab9565b935060408601359250606086013567ffffffffffffffff8082111561468157600080fd5b818801915088601f83011261469557600080fd5b8135818111156146a7576146a7615aa3565b6146b9601f8201601f1916850161581e565b915080825289848285010111156146cf57600080fd5b808484018584013760008482840101525080935050505092959194509250565b6000806040838503121561470257600080fd5b823561470d81615ab9565b9150602083013580151581146145df57600080fd5b6000806040838503121561473557600080fd5b823561474081615ab9565b946020939093013593505050565b6000602080838503121561476157600080fd5b823567ffffffffffffffff8082111561477957600080fd5b818501915085601f83011261478d57600080fd5b81358181111561479f5761479f615aa3565b8060051b91506147b084830161581e565b8181528481019084860184860187018a10156147cb57600080fd5b600095508594505b8385101561480257803563ffffffff811681146147ee578687fd5b8352600194909401939186019186016147d3565b5098975050505050505050565b60006020828403121561482157600080fd5b81356126fd81615ace565b60006020828403121561483e57600080fd5b81516126fd81615ace565b60006020828403121561485b57600080fd5b5035919050565b6000815180845261487a81602086016020860161599e565b601f01601f19169290920160200192915050565b600081516148a081856020860161599e565b9290920192915050565b600082516148bc81846020870161599e565b9190910192915050565b600083516148d881846020880161599e565b8351908301906148ec81836020880161599e565b01949350505050565b6000875160206149088285838d0161599e565b88519184019161491b8184848d0161599e565b885192019161492d8184848c0161599e565b875192019161493f8184848b0161599e565b86519201916149518184848a0161599e565b8551920191614963818484890161599e565b919091019998505050505050505050565b6000885160206149878285838e0161599e565b89519184019161499a8184848e0161599e565b89519201916149ac8184848d0161599e565b88519201916149be8184848c0161599e565b87519201916149d08184848b0161599e565b86519201916149e28184848a0161599e565b85519201916149f4818484890161599e565b919091019a9950505050505050505050565b60008351614a1881846020880161599e565b835190830190614a2c81836020880161599e565b600b60fa1b9101908152600101949350505050565b60008351614a5381846020880161599e565b835190830190614a6781836020880161599e565b600160fd1b9101908152600101949350505050565b60008351614a8e81846020880161599e565b835190830190614aa281836020880161599e565b7f3c616e696d6174654d6f74696f6e20706174683d226d203020302068202d353091019081527f303022206475723d2231353030732220726570656174436f756e743d22696e6460208201526e32b334b734ba329110179f1e17b39f60891b6040820152604f01949350505050565b60008351614b2381846020880161599e565b80830190507f3c72616469616c4772616469656e742069643d2273222063783d22363736222081527f63793d223332362220723d2231303022206772616469656e74556e6974733d2260208201527f7573657253706163654f6e557365223e3c73746f7020206f66667365743d223060408201527f2e3522207374796c653d2273746f702d636f6c6f723a23464646463945222f3e60608201527f3c73746f70206f66667365743d223122207374796c653d2273746f702d636f6c6080820152636f723a2360e01b60a08201528351614c038160a484016020880161599e565b7f222f3e3c2f72616469616c4772616469656e743e3c636972636c65206f70616360a492909101918201527f6974793d22302e35222066696c6c3d2275726c28237329222063783d2236373660c482015276111031bc9e9119991b1110391e9118981811179f1e339f60491b60e482015260fb01949350505050565b60008451614c9181846020890161599e565b621e339f60e91b9083019081528451614cb181600384016020890161599e565b8082019150507f3c616e696d6174654d6f74696f6e20706174683d224d2030203020482000000060038201528351614cf081602084016020880161599e565b7f205a22206475723d2235732220726570656174436f756e743d22696e64656669602092909101918201526a3734ba3291179f1e17b39f60a91b6040820152604b0195945050505050565b60008651614d4d818460208b0161599e565b80830190507f3c7265637420783d22302220793d2235333222206f7061636974793d22302e32815268222066696c6c3d222360b81b60208201528651614d9a816029840160208b0161599e565b7f222077696474683d223130303022206865696768743d22343639222f3e3c7265602992909101918201527f637420783d22302220793d2236303822206f7061636974793d22302e33222066604982015265696c6c3d222360d01b60698201528551614e0d81606f840160208a0161599e565b7f222077696474683d223130303022206865696768743d22333937222f3e3c7265606f92909101918201527f637420783d22302220793d2237303722206f7061636974793d22302e37352220608f8201526666696c6c3d222360c81b60af820152614fc1614f34614f2e614e8460b685018961488e565b7f222077696474683d223130303022206865696768743d22353030223e3c616e6981527f6d6174654d6f74696f6e20706174683d224d203020302056203230205a22206460208201527f75723d223130732220726570656174436f756e743d22696e646566696e69746560408201527f22202f3e3c2f726563743e3c7265637420783d22302220793d22383337222066606082015265696c6c3d222360d01b608082015260860190565b8661488e565b7f222077696474683d223130303022206865696768743d223136332e313637223e81527f3c616e696d6174654d6f74696f6e20706174683d224d2030203020562036302060208201527f5a22206475723d223130732220726570656174436f756e743d22696e6465666960408201526e3734ba329110179f1e17b932b1ba1f60891b6060820152606f0190565b98975050505050505050565b60008451614fdf81846020890161599e565b6e3c636972636c652066696c6c3d222360881b908301908152845161500b81600f84016020890161599e565b7f222063783d22353636222063793d223430362220723d22372e33222f3e3c6369600f92909101918201527f72636c65206f7061636974793d22302e3636222066696c6c3d22234646464646602f82018190527f46222063783d22353730222063793d223430342220723d2233222f3e3c636972604f8301526a636c652066696c6c3d222360a81b606f83015284516150ab81607a85016020890161599e565b7f222063783d22343134222063793d223430372220723d22372e33222f3e3c6369607a9390910192830152609a8201527f46222063783d22343138222063793d223430342220723d2233222f3e3c673e0060ba82015260d90195945050505050565b6000835161511f81846020880161599e565b80830190507f22207d2c207b202274726169745f74797065223a202250616c6d222c20227661815266363ab2911d101160c91b6020820152835161516a81602784016020880161599e565b01602701949350505050565b6000825161518881846020870161599e565b7f3c616e696d617465206174747269627574654e616d653d226f706163697479229201918252507f2076616c7565733d22303b303b303b303b303b303b303b303b303b303b303b3060208201527f3b313b303b303b303b303b303b303b303b3022206475723d223473222072657060408201527f656174436f756e743d22696e646566696e6974652220626567696e3d22307322606082015265179f1e17b39f60d11b6080820152608601919050565b6e05365614d616e3a342c3431332e373608c1b81526000825161526281600f85016020870161599e565b91909101600f0192915050565b7f7b226e616d65223a20224f6e636861696e205365616d616e222c20226465736381527f72697074696f6e223a20224f6e636861696e205365616d616e202d206265617560208201527f746966756c206176617461722c20636f6d706c6574656c792067656e6572617460408201527832b21027b721b430b4b711161130ba3a3934b13aba32b9911d60391b60608201526000835161531581607985016020880161599e565b7f2c2022696d616765223a2022646174613a696d6167652f7376672b786d6c3b6260799184019182015265185cd94d8d0b60d21b6099820152835161536181609f84016020880161599e565b61227d60f01b609f929091019182015260a101949350505050565b711e3837b63cb3b7b71037b830b1b4ba3c9e9160711b815283516000906153aa81601285016020890161599e565b6911103837b4b73a399e9160b11b60129184019182015284516153d481601c84016020890161599e565b68222066696c6c3d222360b81b601c929091019182015283516153fe81602584016020880161599e565b631110179f60e11b6025929091019182015260290195945050505050565b7f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c00000081526000825161545481601d85016020870161599e565b91909101601d0192915050565b7f3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d22757481527f662d38223f3e3c73766720786d6c6e733d22687474703a2f2f7777772e77332e60208201527f6f72672f323030302f737667222077696474683d22313030307078222068656960408201527f6768743d22313030307078222076696577426f783d223020302031303030203160608201527f303030223e3c6c696e6561724772616469656e742069643d226722206772616460808201527f69656e74556e6974733d227573657253706163654f6e557365222078313d223560a08201527f3030222079313d2231303030222078323d22353030222079323d2230223e3c7360c08201527f746f70206f66667365743d22302e3522207374796c653d2273746f702d636f6c60e0820152636f723a2360e01b610100820152600061010484516155b3818386016020890161599e565b80840190507f222f3e3c73746f70206f66667365743d223122207374796c653d2273746f702d8282015266636f6c6f723a2360c81b61012482015261565c6155ff61012b83018761488e565b7f222f3e3c2f6c696e6561724772616469656e743e3c726563742066696c6c3d2281527f75726c28236729222077696474683d223130303022206865696768743d223130602082015264181811179f60d91b604082015260450190565b9695505050505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061565c90830184614862565b6020815260006126fd6020830184614862565b6020808252600790820152664275726e65642160c81b604082015260600190565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b6020808252601c908201527f4d757374206f776e20612053656120746f206d696e7420746f6b656e00000000604082015260600190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526022908201527f53616c65206d7573742062652061637469766520746f206d696e7420746f6b656040820152616e7360f01b606082015260800190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b604051601f8201601f1916810167ffffffffffffffff8111828210171561584757615847615aa3565b604052919050565b6000821982111561586257615862615a4b565b500190565b60008261587657615876615a61565b500490565b600181600019825b808611156158b75782820483111561589d5761589d615a4b565b808616156158aa57928202925b94851c9491800291615883565b50509250929050565b60006126fd83836000826158d657506001610385565b816158e357506000610385565b81600181146158f957600281146159035761591f565b6001915050610385565b60ff84111561591457615914615a4b565b50506001821b610385565b5060208310610133831016604e8410600b8410161715615942575081810a610385565b61594c838361587b565b806000190482111561596057615960615a4b565b029392505050565b600081600019048311821515161561598257615982615a4b565b500290565b60008282101561599957615999615a4b565b500390565b60005b838110156159b95781810151838201526020016159a1565b83811115610bde5750506000910152565b6000816159d9576159d9615a4b565b506000190190565b600181811c908216806159f557607f821691505b60208210811415615a1657634e487b7160e01b600052602260045260246000fd5b50919050565b6000600019821415615a3057615a30615a4b565b5060010190565b600082615a4657615a46615a61565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b0381168114610ce357600080fd5b6001600160e01b031981168114610ce357600080fdfe22207d2c207b202274726169745f74797065223a2022436170222c202276616c7565223a202222207d2c207b202274726169745f74797065223a202253686970222c202276616c7565223a202222207d2c207b202274726169745f74797065223a202254756265222c202276616c7565223a20224142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2f22207d2c207b202274726169745f74797065223a20224d6f756e7461696e73222c202276616c7565223a202222207d2c207b202274726169745f74797065223a2022456172222c202276616c7565223a202222207d2c207b202274726169745f74797065223a20224265617264222c202276616c7565223a202222207d2c207b202274726169745f74797065223a2022476c6173736573222c202276616c7565223a20225b7b202274726169745f74797065223a202250616c65747465222c202276616c7565223a2022a26469706673582212204d77fdb56692b094b9d449f08a4c8131bcf40c28a35370f4baa8fbdd16515f3b64736f6c63430008070033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101795760003560e01c806370a08231116100d9578063a22cb46511610087578063a22cb465146102f4578063b88d4fde14610307578063c634d0321461031a578063c87b56dd1461032d578063e985e9c514610340578063eb8d244414610353578063f2fde38b1461036757600080fd5b806370a082311461029a578063715018a6146102ad57806373f42561146102b55780638da5cb5b146102c957806395d89b41146102d15780639975038c146102d95780639a5d0893146102e157600080fd5b80632f745c59116101365780632f745c59146102205780632f8bd8911461023357806334918dfd1461024657806342842e0e1461024e5780634f6ccce7146102615780636352211e146102745780636f42f6b11461028757600080fd5b806301ffc9a71461017e57806306fdde03146101a6578063081812fc146101bb578063095ea7b3146101e657806318160ddd146101fb57806323b872dd1461020d575b600080fd5b61019161018c36600461480f565b61037a565b60405190151581526020015b60405180910390f35b6101ae61038b565b60405161019d9190615699565b6101ce6101c9366004614849565b61041d565b6040516001600160a01b03909116815260200161019d565b6101f96101f4366004614722565b6104aa565b005b6008545b60405190815260200161019d565b6101f961021b3660046145ea565b6105bb565b6101ff61022e366004614722565b6105ec565b6101f9610241366004614722565b610682565b6101f96106e9565b6101f961025c3660046145ea565b610739565b6101ff61026f366004614849565b610754565b6101ce610282366004614849565b6107e7565b600b546101ce906001600160a01b031681565b6101ff6102a8366004614577565b61085e565b6101f96108e5565b600a5461019190600160a81b900460ff1681565b6101ce610920565b6101ae61092f565b6101f961093e565b6101f96102ef36600461474e565b610982565b6101f96103023660046146ef565b610aeb565b6101f961031536600461462b565b610bac565b6101f9610328366004614849565b610be4565b6101ae61033b366004614849565b610ce6565b61019161034e3660046145b1565b612047565b600a5461019190600160a01b900460ff1681565b6101f9610375366004614577565b612075565b600061038582612112565b92915050565b60606000805461039a906159e1565b80601f01602080910402602001604051908101604052809291908181526020018280546103c6906159e1565b80156104135780601f106103e857610100808354040283529160200191610413565b820191906000526020600020905b8154815290600101906020018083116103f657829003601f168201915b5050505050905090565b600061042882612137565b61048e5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b60006104b5826107e7565b9050806001600160a01b0316836001600160a01b031614156105235760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b6064820152608401610485565b336001600160a01b038216148061053f575061053f8133612047565b6105ac5760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776044820152771b995c881b9bdc88185c1c1c9bdd995908199bdc88185b1b60421b6064820152608401610485565b6105b68383612154565b505050565b6105c533826121c2565b6105e15760405162461bcd60e51b8152600401610485906157cd565b6105b683838361228c565b60006105f78361085e565b82106106595760405162461bcd60e51b815260206004820152602b60248201527f455243373231456e756d657261626c653a206f776e657220696e646578206f7560448201526a74206f6620626f756e647360a81b6064820152608401610485565b506001600160a01b03919091166000908152600660209081526040808320938352929052205490565b3361068b610920565b6001600160a01b0316146106b15760405162461bcd60e51b815260040161048590615756565b600a54600160a81b900460ff16156106db5760405162461bcd60e51b8152600401610485906156ac565b6106e58282612437565b5050565b336106f2610920565b6001600160a01b0316146107185760405162461bcd60e51b815260040161048590615756565b600a805460ff60a01b198116600160a01b9182900460ff1615909102179055565b6105b683838360405180602001604052806000815250610bac565b600061075f60085490565b82106107c25760405162461bcd60e51b815260206004820152602c60248201527f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60448201526b7574206f6620626f756e647360a01b6064820152608401610485565b600882815481106107d5576107d5615a8d565b90600052602060002001549050919050565b6000818152600260205260408120546001600160a01b0316806103855760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b6064820152608401610485565b60006001600160a01b0382166108c95760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b6064820152608401610485565b506001600160a01b031660009081526003602052604090205490565b336108ee610920565b6001600160a01b0316146109145760405162461bcd60e51b815260040161048590615756565b61091e6000612451565b565b600a546001600160a01b031690565b60606001805461039a906159e1565b33610947610920565b6001600160a01b03161461096d5760405162461bcd60e51b815260040161048590615756565b600a805460ff60a81b1916600160a81b179055565b600a54600160a81b900460ff16156109ac5760405162461bcd60e51b8152600401610485906156ac565b600a54600160a01b900460ff166109d55760405162461bcd60e51b81526004016104859061578b565b60005b81518110156106e557600c54825133916001600160a01b031690636352211e90859085908110610a0a57610a0a615a8d565b60200260200101516040518263ffffffff1660e01b8152600401610a3a919063ffffffff91909116815260200190565b60206040518083038186803b158015610a5257600080fd5b505afa158015610a66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a8a9190614594565b6001600160a01b031614610ab05760405162461bcd60e51b81526004016104859061571f565b610ad933838381518110610ac657610ac6615a8d565b602002602001015163ffffffff16612437565b80610ae381615a1c565b9150506109d8565b6001600160a01b038216331415610b405760405162461bcd60e51b815260206004820152601960248201527822a9219b99189d1030b8383937bb32903a379031b0b63632b960391b6044820152606401610485565b3360008181526005602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b610bb633836121c2565b610bd25760405162461bcd60e51b8152600401610485906157cd565b610bde848484846124a3565b50505050565b600a54600160a81b900460ff1615610c0e5760405162461bcd60e51b8152600401610485906156ac565b600a54600160a01b900460ff16610c375760405162461bcd60e51b81526004016104859061578b565b600c546040516331a9108f60e11b81526004810183905233916001600160a01b031690636352211e9060240160206040518083038186803b158015610c7b57600080fd5b505afa158015610c8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb39190614594565b6001600160a01b031614610cd95760405162461bcd60e51b81526004016104859061571f565b610ce33382612437565b50565b6060610cf06144f7565b610cf8614516565b610d0061453d565b610d08614558565b6000806000610d3d610d198a6124d6565b604051602001610d299190615238565b6040516020818303038152906040526125d4565b9050610d4a602382615a37565b610d5590600161584f565b84526004610d64606483615867565b610d6e9190615a37565b610d7990600161584f565b60208501526007610d8c6103e883615867565b610d969190615a37565b610da190600161584f565b60408501526004610db461271083615867565b610dbe9190615a37565b610dc990600161584f565b60608501526003610ddd620186a083615867565b610de79190615a37565b610df290600161584f565b60808501526004610e06620f424083615867565b610e109190615a37565b610e1b90600161584f565b60a08501526003610e2f6298968083615867565b610e399190615a37565b610e4490600161584f565b60c08501526004610e596305f5e10083615867565b610e639190615a37565b610e6e90600161584f565b60e08501526003610e83633b9aca0083615867565b610e8d9190615a37565b610e9890600161584f565b610100808601919091527d1e1362256591ffa922dbfbfdd2463fffad7e55003975004eff997affff9f88527dff3b3bfffb990e8758bfc48a26134a50007000bf98fffb9900a1b0f7b64f60208901527dbf1919ff8661470000820000ff3b3bffc7999e1d43ff866126134a50007060408901527d690000c4000affc300fffc99b82e00ffab618a0000c44800ffd13bfffc9960608901527c95fffffc993623b3c2ae990002362e00820095fffffc99bd4200f2a12760808901527c7a63c5c98500332700573b00ddfffffc99472fa8c2ae9900023647006b60a08901527c332700573e00e0a1fff6992e8734b2c4730033270a570000e0a1fff69960c08901527da473fffff699005f72dbb86b140033002e5700e0a1fff699005c48dbcd9160e08901527d085649dbc283140033002e57bdff52fff6991f658cd49a99140033002e57908801527d3e0047870068ff9914fff699503fb8ffbf5b140033290087ff9914fff6996101208801527dee59fffffcde5b8080ffc87a002330004459ff8359fffcded1388aff99426101408801527c6391edcba3002330004459599cfffffcde432e70ff99800023300044596101608801527c2330004459ffd199f2ffff419965edcca4002330004459aaff99fffcde6101808801527d99ffe9f2ffff912a5beba986130030440059ffd199f2ffff1d7285ebbe866101a08801527d357b96ebbaa000153000395999ffe9f2ffff355396ebbaa01300304400596101c08801527d400c16750000ff7824fff582005c80ebbaa000153000395980d4fff2ffff6101e08801527dff0077ffc021b90000ff8e5e330009610000ff0000ffc021c73500ffa15e6102008801527dcc4100ffad575c0011a80000ffa100ffd15e8f002bff80803300096100006102208801527d2d10384d0085ff66f0ffe091984ed1ffa1a24a1b5c4931a8ff66f0ffd15e6102408801527dff5900ffcc4c8b0020e05f573000234a0035bf0000ffcc4c9506c1ffa1a26102608801527d525252a4a4a4030303242424c4c4c4ebebeb7d1600eb814e3000234a0035610280880152600091505b6005821161125157835182906111b690600190615987565b6111c1906006615968565b6111cb919061584f565b925061122863010000006111e0600a86615a37565b6111ee9063010000006158c0565b896111fa600a88615867565b6015811061120a5761120a615a8d565b60200201516112199190615867565b6112239190615a37565b612605565b86836006811061123a5761123a615a8d565b60200201528161124981615a1c565b92505061119e565b60208087015160608801516040516112699301615461565b60408051808303601f19018152918152818752602088810151915161129093929101614b11565b60408051808303601f1901815291905280865260e08501516112db906112b790605361584f565b6040808a015181518083019092526003825262302e3760e81b602083015290612704565b6040516020016112ec929190614a7c565b60408051808303601f190181529190528552610100840151600110156113c357845161010085015161135490600214611326576059611329565b60585b60ff168860035b6020020151604051806040016040528060018152602001603160f81b815250612704565b61010086015160021461138257604051806040016040528060038152602001622d313360e81b81525061139e565b60405180604001604052806002815260200161313560f01b8152505b6040516020016113b093929190614c7f565b60408051808303601f1901815291905285525b845160408088015190516113e1929190819081908190602001614d3b565b60408051808303601f1901815291905280865260c085015161142c9061140890605061584f565b6040808a015181518083019092526003825262302e3160e81b602083015290612704565b60405160200161143d9291906148c6565b60408051808303601f1901815291905280865261145d6000886003611330565b60405160200161146e9291906148c6565b60408051808303601f1901815291905280865261148e6001886005611330565b60405160200161149f9291906148c6565b60408051808303601f190181529190528086526114e160028860035b602002015160405180604001604052806003815260200162302e3360e81b815250612704565b6040516020016114f29291906148c6565b60408051808303601f19018152919052808652611511600388816114bb565b6040516020016115229291906148c6565b60408051808303601f1901815291905280865261156460048860005b60200201516040518060400160405280600381526020016218171960e91b815250612704565b6040516020016115759291906148c6565b60408051808303601f19018152919052808652611595600588600061153e565b6040516020016115a69291906148c6565b60408051808303601f190181529190528086526115c66006886004611330565b6040516020016115d79291906148c6565b60408051808303601f190181529190528086526115f76007886002611330565b6040516020016116089291906148c6565b60408051808303601f1901815291815281875280518082018252600681526523232323229b60d11b602082810191909152825180840190935260018352603160f81b9083015261165b9160089190612704565b60405160200161166c9291906148c6565b60408051808303601f1901815291815281875280518082018252600681526523232323229b60d11b602082810191909152825180840190935260018352603160f81b908301526116bf9160099190612704565b6040516020016116d09291906148c6565b60408051808303601f190181529181528187528781015190516116f99291908190602001614fcd565b60408051808303601f19018152919052808652611719604d886002611330565b60405160200161172a9291906148c6565b60408051808303601f1901815291905280865261174a604e886002611330565b60405160200161175b9291906148c6565b60408051808303601f1901815291905280865261177b604f886004611330565b60405160200161178c9291906148c6565b60408051808303601f190181529190528086526117ac6050886004611330565b6040516020016117bd9291906148c6565b60408051808303601f19018152918152818752516117de9190602001615176565b60408051808303601f19018152919052808652602085015161182590600190611808906002615968565b61181390600961584f565b61181d9190615987565b886002611330565b6040516020016118369291906148c6565b60408051808303601f19018152919052808652602085015161188d9061185d906002615968565b61186890600961584f565b606089015160408051808201909152600481526318171b1b60e11b6020820152612704565b60405160200161189e9291906148c6565b60408051808303601f1901815291905280865260608501516118e5906002906118c8906003615968565b6118d390602861584f565b6118dd9190615987565b886003611330565b6040516020016118f69291906148c6565b60408051808303601f19018152919052808652606085015161193d90600190611920906003615968565b61192b90602861584f565b6119359190615987565b886000611330565b60405160200161194e9291906148c6565b60408051808303601f19018152919052808652606085015161198090611975906003615968565b61193590602861584f565b6040516020016119919291906148c6565b60408051808303601f1901815291905280865260808501516119f5906003906119bb906004615968565b6119c690603461584f565b6119d09190615987565b6040808a015181518083019092526004825263302e383560e01b602083015290612704565b604051602001611a069291906148c6565b60408051808303601f19018152919052808652611a6960028660045b6020020151611a32906004615968565b611a3d90603461584f565b611a479190615987565b8851604080518082019091526004815263302e333560e01b6020820152612704565b604051602001611a7a9291906148c6565b60408051808303601f19018152919052808652611a9a6001866004611a22565b604051602001611aab9291906148c6565b60408051808303601f190181529190528086526080850151611add90611ad2906004615968565b6118dd90603461584f565b604051602001611aee9291906148c6565b60408051808303601f19018152918152818752850151611b2190600290611b16906003615968565b6118d390601161584f565b604051602001611b329291906148c6565b60408051808303601f19018152918152818752850151611b9390600190611b5a906003615968565b611b6590601161584f565b611b6f9190615987565b60a089015160408051808201909152600381526218171b60e91b6020820152612704565b604051602001611ba49291906148c6565b60408051808303601f19018152918152818752850151611bd490611bc9906003615968565b611b6f90601161584f565b604051602001611be59291906148c6565b60408051808303601f1901815291905280865260a0850151611c2c90600290611c0f906003615968565b611c1a90604061584f565b611c249190615987565b886005611330565b604051602001611c3d9291906148c6565b60408051808303601f1901815291905280865260a0850151611c7290600190611c67906003615968565b6118d390604061584f565b604051602001611c839291906148c6565b60408051808303601f1901815291905280865260a0850151611cb590611caa906003615968565b6118dd90604061584f565b604051602001611cc69291906148c6565b60408051808303601f19018152918152908652516601e17b9bb339f160cd1b602082015260270160408051808303601f19018152918152602080880183905287519151600093611d1993929091016148c6565b60408051601f19818403018152606083019091526026808352909250615c3d60208301398652611d508560005b60200201516124d6565b8660016020020181905250604051806060016040528060288152602001615beb602891396040870152611d84856001611d46565b6060808801919091526040805191820190526026808252615ae560208301396080870152611db3856002611d46565b60a087015260408051606081019091526026808252615bc5602083013960c0870152611de0856003611d46565b60e08701526040805160608101909152602a808252615c136020830139610100870152611e0e856004611d46565b61012087015260408051606081019091526027808252615b326020830139610140870152611e3d856005611d46565b6101608701526040805160608101909152602c808252615b996020830139610180870152611e6c856006611d46565b6101a087015260408051606081019091526027808252615b0b60208301396101c0870152611e9b856007611d46565b6101e087015261010085015160011015611ef8576101e0860151610100860151611ed090611ecb90600190615987565b6124d6565b604051602001611ee192919061510d565b60408051808303601f190181529190526101e08701525b604080518082018252600481526322207d5d60e01b6020808301919091526102008901919091528751888201518984015160608b015160808c015160a08d01519651600097611f49979091016148f5565b60408051808303601f190181529082905260c089015160e08a01516101008b01516101208c01516101408d0151949650611f88958795906020016148f5565b60408051808303601f19018152908290526101608901516101808a01516101a08b01516101c08c01516101e08d01516102008e0151959750611fcf96889690602001614974565b6040516020818303038152906040529050600061201482611fef85613e6f565b60405160200161200092919061526f565b604051602081830303815290604052613e6f565b905080604051602001612027919061541c565b60408051601f198184030181529190529c9b505050505050505050505050565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b3361207e610920565b6001600160a01b0316146120a45760405162461bcd60e51b815260040161048590615756565b6001600160a01b0381166121095760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610485565b610ce381612451565b60006001600160e01b0319821663780e9d6360e01b1480610385575061038582613fd5565b6000908152600260205260409020546001600160a01b0316151590565b600081815260046020526040902080546001600160a01b0319166001600160a01b0384169081179091558190612189826107e7565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60006121cd82612137565b61222e5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b6064820152608401610485565b6000612239836107e7565b9050806001600160a01b0316846001600160a01b031614806122745750836001600160a01b03166122698461041d565b6001600160a01b0316145b8061228457506122848185612047565b949350505050565b826001600160a01b031661229f826107e7565b6001600160a01b0316146123075760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b6064820152608401610485565b6001600160a01b0382166123695760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b6064820152608401610485565b612374838383614025565b61237f600082612154565b6001600160a01b03831660009081526003602052604081208054600192906123a8908490615987565b90915550506001600160a01b03821660009081526003602052604081208054600192906123d690849061584f565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6106e5828260405180602001604052806000815250614030565b600a80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6124ae84848461228c565b6124ba84848484614063565b610bde5760405162461bcd60e51b8152600401610485906156cd565b6060816124fa5750506040805180820190915260018152600360fc1b602082015290565b8160005b8115612524578061250e81615a1c565b915061251d9050600a83615867565b91506124fe565b60008167ffffffffffffffff81111561253f5761253f615aa3565b6040519080825280601f01601f191660200182016040528015612569576020820181803683370190505b5090505b84156122845761257e600183615987565b915061258b600a86615a37565b61259690603061584f565b60f81b8183815181106125ab576125ab615a8d565b60200101906001600160f81b031916908160001a9053506125cd600a86615867565b945061256d565b6000816040516020016125e791906148aa565b60408051601f19818403018152919052805160209091012092915050565b6040805180820190915260068082526503030303030360d41b60208301526060915b81156126fd57600a61263a601086615a37565b10156126915761264b601085615a37565b61265690603061584f565b60f81b81612665600185615987565b8151811061267557612675615a8d565b60200101906001600160f81b031916908160001a9053506126de565b61269c601085615a37565b6126a790603761584f565b60f81b816126b6600185615987565b815181106126c6576126c6615a8d565b60200101906001600160f81b031916908160001a9053505b6126e9601085615867565b9350816126f5816159ca565b925050612627565b9392505050565b606060006040518061168001604052807f0aa4dea812a404a141a778d9c657631656e715834d70e4663a5b0e573c5e0f2f81526020016307fe0f2f81526020017f071ae9b0cd6fb25aed37935de0d970b698ed65bb5574df64b89c2df7ab89f8d881526020017f081a9204c985b4dfad07eb41fab1801e9fa64779919e5e639817c766b9e1ce988152602001797fdf8d898ba6aae5aa18e466a839da0c8f8b23a0c948325a329081526020017f0b01bab848a9921fc5b70179e0687d19df87a79321d0db6db7588dd5e3496cd281526020017f064b95a8e370ba246fbb13cac0ca9bb7e3edb833160cb4932261a7e871e64a6e8152602001651ff5b3496ee181526020017507fddca27b1b1d46d659858e64611d19067779c9dca281526020016c07fdcef679c4a3b2777c51cef681526020016c07fe2428ad0921c217890e24288152602001771ff279d884832431d0ad359b41a8b06a26d8e83589d0cc7181526020017f06aac5aa9b642096473509c9386c409a9006d429d52a74529f5647a62a15a49d81526020017f03c1d50a75411c0e46f2c1bc847d1d25084c92f348f8d33f35d32d64f34d6ad381526020017f049221187e411d5147d439f4fe75431f5067c3e1d5047c409f0fc793c9d4f87881526020017f04aa611c924a261249746a51229747a5d18954725d189745a5918974525d228c81526020017f04026d109c4f26d3a984b2453a994f2693a9a49241369a4c2611e904ba612c9881526020017f032b24a8b931b20c0c7292e4bec62e3189eba2d3149ec122a10a077361d4f28b81526020017f02fad8e0c737b20bab737320dcc92e2e0d8c936324b4b935b28d4ca2c2e4ceca81526020017f0382f0e0bc3b308ecc3342d8eac43a314c8b63a314e8c539b18c4b639318e2c781526020017f039ae8f0bf3c300e4ba3c300eec1382ecf4a63d278e6853ba84e0bb35adce0bc81526020017f0442a11aad452b10ea9452b10eab432a90eab422ad00ab3d2f8ecba3caf8f2bf81526020017f04dabd26a74d2bd30af4c2bd1ea74babd2aae46a9d28ae48ab516a8482b51cad81526020017f05029d46a9512ad3ca7512b144ae4e2a542ae4fab934a94fab93aae4baa538ae81526020017f044b251ec34a2e93eb7542a956a953a954c9450a5d48a551a9d42a451a9d46a981526020017f047b112ccb4ab311cc54a33126cc46b1926cd4933516c74933520ce4532520ce81526020017f04fb1d3ac74a2fd3ac84e32124c04db2534c948b0532c94c32920c34c3292ecb81526020017f0512fd5ecc5632d3ebf5532950c94eb014cc951b2132bf5131d40c64fb192cbe81526020017f05bb2158bf5b3256ac9552fd6aca5a32d4ebf59b2d66cc5330164cc5933562cc81526020017f059ae978c35db1162bb5db1174c557af172c55cb195cbd5c31970c756af56ec881526020017f05eb0568ba5aae166ab5aa91689e5e23d609e58a9162a95a2e968ba5eb0978c381526020017f05ead986bc612f578b7612f582be5d2e182be602fd6eb75fb017ec05b2e57cc181526020017f0652d992b760ac190b763ae182b263ae18cb9602d18cba62ae97cb562aed88bb81526020017f05fabd72aa5fac17cb15c2b57cb25eacd70af5e2cd7ab3612b196b4652d582ae81526020017f060a9982a75da8982a860aa974a45d29182aa602b174a6602b180ae5d2a580ae81526020017f05f26d7c9b6127d84a05ea757a9d6128584a35ea797a9f6128d84a55e28578a181526020017f065ad184ac62a9d8ca060a5d849960261809861269849c5fa697e9a61271849e81526020016307fda4ae81526020017301ff41ad500c14131918c347af516b4432c906b581526020017301ff422410c94462491e8945a01067e40a19089081526020017f0471d960815525156a1562fd6eba5a2957e8e5fa396ca55cae124cb31328c4d281526020017c01ff5cb51b6be6a2edb8b8722799e8063201947b5b1b4b070269f0c07f81526020017f065a258e8e65a398c9367249809b6825996b35f30164c357abd5ec44d338f0cd81526020016c07fd3ad15b33d82c867af9b4a181526020017f05fa2d86885fa196e8c59a416a9258a4d569755a8158aa552bd60b458aed74c781526020017f06f25da09363a5592975ea5580a45f2ad78b4652c59eb25f3096ab45a2a56e9981526020017507fd74c7682c9a8b36dac5bca972295bea070a7dbe9b81526020017f060ac1b2ad6e2a1b4a26d2a1ae9f6c2a1aaa36b2a990ac64a9d849962a9d82b081526020016101ff81526020017f0552bd60b458aed58bd563016abc5ead182ac63ab596b3632e96ec45ab2162c981526020017f0602b17cb25aae968a95ba65788f5a2195c875aa356a9258a4d569755a8158aa8152602001797fd64cf6dac5bca96da75a69a6320d62776223d90a15fa857cab8152602001771ff6cab5baa86ba7db0a86aa8dacaa65aa192a46229186aa81526020017f063201947b5b1b52e73582055494563056eba5a2957e8e5fa396ca55cae12ccf81526020017f08eac258a992a9e5ea69528a429e86289fc997ba5de4907423dc4866a21d9e8081526020017507fd72d46ab09c4c273aede2bb7cad206b4852ba2cb081526020017f05f9f56e845ea298c8665a298e8e67249809b6825996b35f30164c357abd5cc481526020017f075ad5ccb479a91dc9a73255c09e762a1dea676aa5b2b6692d1c49466a29808281526020017f0842b20ca589aa23ea48da8e48a28f28220a67e281f89c7aa6df0a87f2bdeeac8152602001797fd38cf5b33d82c8692d5b0bf70aedccb4782e5feb080ac9f8a081526020017f045be52cfe483d116e74d3c52ce044b6d2cd33bb44acc52ca8cd079399b8b06981526020017301ff2c1a49070192185ab1192fc7cd73736d12eb81526020017f043b8524e44bbb526e23a36908e043ba10ae042b8112e944b9d18f8493ed1af78152602001651ff44b9d12e881526020017f02aa84ca77349c894771b22c66b01caf86ab01e234987c349c8c67729a80a0c78152602001677fca0c733340a4c681526020017f027368aed330b54d0cc36ae4e674349b4c06e221787a6818a2462c21937874df81526020016101ff81526020016e1ff369e4d2b530344d4b7379dcd07081526020017f02d258b4962d1d0ba782e25ca6cd2ab38bc97301e0c478311cc88661aa306ad981526020017f029b3096d61db646cd61d23886711ea3c74d41f2cc7ad324b40a6b02535c9ed28152602001677fc78dd26b64b0cf81526020017f01a3609eef2d3acc2e43b39cf8dd46b6116d237b3ca6a52da00d4763f9d1126981526020016a01ff35988946a181fc3eb281526020016c07fc648e182bca2e516ac45a9d81526020017f0339b8fa693a998c66d279b07c761b2086c9a1e1f494762c1dc8e85202c894cf81526020017f0302fc96c622ac0a6ab2829088a622a8ca4a129a648c9a25214b0812e1eca87b8152602001797fcb6df30b7d0cd440b4cbadc29b50d2ce3231ca0cf27b34c8c581526020017f0551998a6a69185905e46178c6642e1b0c852340f0406205a4416be0cb647af98152602001797fccf0d2e358c6d32dac8b49a311c194756e1d1b872609ad286781526020017f04a19d5466629a9a46164179185e31990b46e330fc46630822418a60e3607af781526020017e7a784e6a311109c8e28ad0b4d731b4cb6b22d268c470651d5b8746e1c9826b81526020016a01ff3242cc9071fbd43ad781526020017301ff172fc60b924b2464b114ac836a812aec46b381526020017f0451c902623416cc05a2d180866d1c9ec62941627464ac1ab1c92dc3239100d681526020016a01ff40358fad136b15027681526020016a01ff2636ca4de3836898db81526020017f0239f4b2782c1d88c6e289a0dc682e9fcaca32dac0acaa30b34bebf32334e2d481526020017f0229b4767b17a706aaf1bb1ca49c1b2b864a222a30609b1b2308e792b1d8ac7881526020017f03db54d4c735a18f67236accd8c43f9acd08234310cec333204f2683f9a0b86081526020016101ff81526020017e07fcd6d43a334f4c24425510643e12cda6e271b87a7e1aa646aa320b24b6d381526020017f04321108623e148e46d3da2ce8bf369e8987f24ad0e6bf32b3088c62d33cccd081526020016307fceac081526020017c01ff3a2c4ea80371c0de772b1d87a842122482a5222548cb0249f8de7781526020017c01ff22b70d0d538af4e49c3a20cda6d231907e7d1aa3c6aa71eb1480c881526020017f02b1acb88d33a44be6d331b8d89837268da7f341b88e67201f86e8f1f31084c881526020017f029ac09aa82632092d823b6494c6259f09068249a09a7c26a4ca68b2aa2ca06981526020017f02c2b0aaa42aa64ba9c2ba7caea232290aca42c2b0caa8322b0b4af2ab589cd781526020017f023b68ced2372ecdca135a98cad23034ccaac36278ca942b23ca0952829caaac81526020016101ff81526020017f04f2493c9250235468e52a31428a51a1542834f22138874d2293a8b4da3d3c9281526020016101ff81526020016e1ff4f2213c8850a25468550a293c8881526020016e1ff4ea313a8c502353c91502353a8c81526020017c01ff4b3512cd44e3513ad45335152d55535950d94f35d38d64b3592cd481526020016c07fd2ed54bb5536d54b3592ed581526020017301ff4eb553ad55335550d653b5d4cd64fb593ad581526020017f052b5548d551b513ed44f3552cd44b35938d64eb593ad84fb6944da52b654eda81526020016c07fd4eda56b6d60d957b5952d381526020017e07fd48d8513654ad851b553ed44f3552ed54bb593cd54eb593ed55135548d881526020017507fd4ad5533614ad654b555cd757b655cd754b514ad581526020017f043b610ed743b510ad44335d04d74135102d440b6504d94235d0cd74336510d981526020017f04f3553ed24eb4536d14db5132d54cb512cd44b35926d649b5522d548b5d10d78152602001771ff44b5d22d748b5d26d749b5d2ed64c35d32d64db5536d58152602001797fd0ed943b610cd54335d08d74136102d440b6104d84235d0cd781526020017f04db4936d44c35932d54bb552ed64b35926d649b5524d64935924d649b5526d68152602001707fd2cd64c35530d64db5138d24f34d3ad281526020017f056b6964d956b4548d04f3552cd44b3593ad65035d4ad45635558d85135940d781526020016307fd42d78152602001677fd3ad54bb592ed581526020017301ff56b6560d856b4d4cd150b554cd256b555ad981526020017f0489ed248648259029b402a522af49ae922cb47b34fad23e2d4fe9c3da14fa7281526020016307fd0c7581526020016a01ff3ea010079461e4fe7781526020016a01ff46ac502b13faf100af81526020017f0411c10475469e5228847a5102983ea10fc73419d5026e3e1b4f2843ea8cf4bc81526020017f048af11ecb41b3908d14833d26cb4aaed24ae4129d049f48a612888499e91e7581526020017301ff3e35104d34234506ce3f33cfabe402ad1eb081526020017f04fa1d2a994227104a5422b12ab04e2e93ec54cb3d0ad24133100ba409ed08738152602001651ff421cd387981526020016c07fd38824ea1d328e4225d068c81526020016c07fd36ba4e2f538c443b3908c581526020017f03f30902cf3eb4d0cd34333d0ccf40b0904af432b528b04eaf13ac64cb350ccf81526020017f0481cd0a6f421d1367b4f21d289843a69049840a090874429bcfc6f409c8fc8181526020017c01ff4334d1ed34db3d40c74fae92aae44aad08a4442752a9b5021d3a7981526020017301ff47ac500b03dae8fcc74232d20c749aed1eb181526020016e1ff3eaecfabb422d51cb3412ccfabb81526020016c07fcfec73fb1d0cc942328fec781526020017f03e32504cd4232cfcc73dae902b147ac526bb4831d08cb4133504cf42b450ccf8152602001797fd0ccf5036172d650b590ece4433124c94bae920ae3fab8f2b981526020017c01ff5937978dc6336194d0633156eaf5aa9d66b15db2958c755b4d58db8152602001797fd5ec95c36180d7613396aaf6231590cf62b6176db58b7166d481526020017f05b2f16ec05daf582bd6331192d162b6178dc5937560dc5934d5ac85634d5ada81526020017301ff5937978dd63b6596d163b116eaf5f2e572b981526020017507fd72bd5caf572b95eaed8cca62b3186cd60b3172bd81526020017507fd68ad5a2b566af59acd74be5d2f176bb5f2f168ad81526020017f06132184c860b2984cb6132988c962b298acc62b2978ba5dae976bc5d2f174be8152602001677fd74be5daf578bc81526020017f06ac59ad1972c61d5157743dd7076fbddb6f46abe5bb046ec19a9076a435ab1681526020016101ff81526020017f05b31984de6b3e5b6f46fbe1d50676c3dd51472c5dad196b451ab086a435ab178152602001797fdab176ac69cb1875c55dd0f75c19bef76336d72c25a29566b581526020017e07fdaf176fc5dd51475c31cd026e3ddd10d73c49b9146bc29bb076b421b1138152602001707fd78b45bab166b259b8968e45db957ee381526020017f05ab7966e059ac964b25938968e45ab9168e25bb817ce15f39172e45a39168e481526020017f05e2d578bb5caed6ebc5baf572bc5daf178e05cb7d6ccd5baf166bd59af96abe81526020017f059ac966b25a2c56ab459ad566b65bad56aaf5bab576b45c2cd6cb45bad570b481526020016c07fd76e65fb917ab45aa9d64b281526020017f05e2f172bc5baf56eb45c2d178b45b2ad66b259ad56ab55aaf566be59b896cdf8152602001651ff5cb7d7ce181526020016e1ff44255208d4821d167e411f8fe8981526020016e1ff40b1d18c447af51eb6432c4febd81526020016e1ff44251188d4621d1281419fd028981526020016c07fd06c54530d18b843acd02bd81526020016e1ff58fa562b0543dd3d0c4ec812b4d8152602001771ff58d3962004f801342d549a9448b5532950fd56c69554e81526020017c01ff58d4962004f0014e1f508f9545056a094eca513514af44dc713d5181526020017301ff65d618f586355d8d58615658b5565d3d975881526020017301ff63d49975565d718f5f63d698b586455d8f5281526020017e07fd935365d59976365d8d956464d91936264d89935d63d758f5b64569935381526020017f065d7d974f64535915564d5593565c5598b566453d6f5663d718f5764d5d935e81526020016307fd935e81526020017f02fb30571e33ab82f2f342643b132c2943d0225290013116338013e005c02b798152602001797fc2b7931c685b522fc2c63402d3e4573d353606b2237afc790c81526020017eb874ce9e158b8be801e100de8e1a8a8d4751583cb45318830be411a010c6328152602001771ff1d0000000000c8587f0109094a80f128b0a80e8e8d0b381526020017f575554514f4c4b49464543413f3d39363532302d2b2928270d0c0b0a0906030181526020017f8b8a89868584827f7e7d7b7a7977757471706f6d6c6b6a69686661605f5d5c5881526020017affb0aeacabaaa9a8a7a6a5a4a3a2a09c9b9a9896949392908f8e8c81525090506000806000806000806060600060208d613c899190615a37565b613c95906101006158c0565b8960208f613ca39190615867565b613cae9060b161584f565b60b48110613cbe57613cbe615a8d565b6020020151613ccd9190615867565b9250613cdb61010084615a37565b6040805160208101909152600081529097509150613cfa600188615987565b97505b60fa8811613e3957888860b48110613d1757613d17615a8d565b6020020151613d2557613e39565b888860b48110613d3757613d37615a8d565b6020020151955060009450600093505b601b8411613e1857610200613d5c85826158c0565b613d669088615867565b613d709190615a37565b9050806101ff1415613d8157613e18565b613d8c600286615a37565b613dc65781613d9f611ecb836003615968565b604051602001613db0929190614a06565b6040516020818303038152906040529150613df8565b81613dd5611ecb836003615968565b604051602001613de6929190614a41565b60405160208183030381529060405291505b84613e0281615a1c565b9550508380613e1090615a1c565b945050613d47565b806101ff1415613e2757613e39565b87613e3181615a1c565b985050613cfd565b8a828d604051602001613e4e9392919061537c565b60405160208183030381529060405299505050505050505050509392505050565b805160609080613e8f575050604080516020810190915260008152919050565b60006003613e9e83600261584f565b613ea89190615867565b613eb3906004615968565b90506000613ec282602061584f565b67ffffffffffffffff811115613eda57613eda615aa3565b6040519080825280601f01601f191660200182016040528015613f04576020820181803683370190505b5090506000604051806060016040528060408152602001615b59604091399050600181016020830160005b86811015613f90576003818a01810151603f601282901c8116860151600c83901c8216870151600684901c831688015192909316870151600891821b60ff94851601821b92841692909201901b91160160e01b835260049092019101613f2f565b506003860660018114613faa5760028114613fbb57613fc7565b613d3d60f01b600119830152613fc7565b603d60f81b6000198301525b505050918152949350505050565b60006001600160e01b031982166380ac58cd60e01b148061400657506001600160e01b03198216635b5e139f60e01b145b8061038557506301ffc9a760e01b6001600160e01b0319831614610385565b6105b6838383614170565b61403a8383614228565b6140476000848484614063565b6105b65760405162461bcd60e51b8152600401610485906156cd565b60006001600160a01b0384163b1561416557604051630a85bd0160e11b81526001600160a01b0385169063150b7a02906140a7903390899088908890600401615666565b602060405180830381600087803b1580156140c157600080fd5b505af19250505080156140f1575060408051601f3d908101601f191682019092526140ee9181019061482c565b60015b61414b573d80801561411f576040519150601f19603f3d011682016040523d82523d6000602084013e614124565b606091505b5080516141435760405162461bcd60e51b8152600401610485906156cd565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050612284565b506001949350505050565b6001600160a01b0383166141cb576141c681600880546000838152600960205260408120829055600182018355919091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30155565b6141ee565b816001600160a01b0316836001600160a01b0316146141ee576141ee8382614367565b6001600160a01b038216614205576105b681614404565b826001600160a01b0316826001600160a01b0316146105b6576105b682826144b3565b6001600160a01b03821661427e5760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f20616464726573736044820152606401610485565b61428781612137565b156142d45760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610485565b6142e060008383614025565b6001600160a01b038216600090815260036020526040812080546001929061430990849061584f565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b600060016143748461085e565b61437e9190615987565b6000838152600760205260409020549091508082146143d1576001600160a01b03841660009081526006602090815260408083208584528252808320548484528184208190558352600790915290208190555b5060009182526007602090815260408084208490556001600160a01b039094168352600681528383209183525290812055565b60085460009061441690600190615987565b6000838152600960205260408120546008805493945090928490811061443e5761443e615a8d565b90600052602060002001549050806008838154811061445f5761445f615a8d565b600091825260208083209091019290925582815260099091526040808220849055858252812055600880548061449757614497615a77565b6001900381819060005260206000200160009055905550505050565b60006144be8361085e565b6001600160a01b039093166000908152600660209081526040808320868452825280832085905593825260079052919091209190915550565b604051806102a001604052806015906020820280368337509192915050565b6040518060c001604052806006905b60608152602001906001900390816145255790505090565b60408051610500810190915260608152602760208201614525565b604051806101800160405280600c906020820280368337509192915050565b60006020828403121561458957600080fd5b81356126fd81615ab9565b6000602082840312156145a657600080fd5b81516126fd81615ab9565b600080604083850312156145c457600080fd5b82356145cf81615ab9565b915060208301356145df81615ab9565b809150509250929050565b6000806000606084860312156145ff57600080fd5b833561460a81615ab9565b9250602084013561461a81615ab9565b929592945050506040919091013590565b6000806000806080858703121561464157600080fd5b843561464c81615ab9565b935060208581013561465d81615ab9565b935060408601359250606086013567ffffffffffffffff8082111561468157600080fd5b818801915088601f83011261469557600080fd5b8135818111156146a7576146a7615aa3565b6146b9601f8201601f1916850161581e565b915080825289848285010111156146cf57600080fd5b808484018584013760008482840101525080935050505092959194509250565b6000806040838503121561470257600080fd5b823561470d81615ab9565b9150602083013580151581146145df57600080fd5b6000806040838503121561473557600080fd5b823561474081615ab9565b946020939093013593505050565b6000602080838503121561476157600080fd5b823567ffffffffffffffff8082111561477957600080fd5b818501915085601f83011261478d57600080fd5b81358181111561479f5761479f615aa3565b8060051b91506147b084830161581e565b8181528481019084860184860187018a10156147cb57600080fd5b600095508594505b8385101561480257803563ffffffff811681146147ee578687fd5b8352600194909401939186019186016147d3565b5098975050505050505050565b60006020828403121561482157600080fd5b81356126fd81615ace565b60006020828403121561483e57600080fd5b81516126fd81615ace565b60006020828403121561485b57600080fd5b5035919050565b6000815180845261487a81602086016020860161599e565b601f01601f19169290920160200192915050565b600081516148a081856020860161599e565b9290920192915050565b600082516148bc81846020870161599e565b9190910192915050565b600083516148d881846020880161599e565b8351908301906148ec81836020880161599e565b01949350505050565b6000875160206149088285838d0161599e565b88519184019161491b8184848d0161599e565b885192019161492d8184848c0161599e565b875192019161493f8184848b0161599e565b86519201916149518184848a0161599e565b8551920191614963818484890161599e565b919091019998505050505050505050565b6000885160206149878285838e0161599e565b89519184019161499a8184848e0161599e565b89519201916149ac8184848d0161599e565b88519201916149be8184848c0161599e565b87519201916149d08184848b0161599e565b86519201916149e28184848a0161599e565b85519201916149f4818484890161599e565b919091019a9950505050505050505050565b60008351614a1881846020880161599e565b835190830190614a2c81836020880161599e565b600b60fa1b9101908152600101949350505050565b60008351614a5381846020880161599e565b835190830190614a6781836020880161599e565b600160fd1b9101908152600101949350505050565b60008351614a8e81846020880161599e565b835190830190614aa281836020880161599e565b7f3c616e696d6174654d6f74696f6e20706174683d226d203020302068202d353091019081527f303022206475723d2231353030732220726570656174436f756e743d22696e6460208201526e32b334b734ba329110179f1e17b39f60891b6040820152604f01949350505050565b60008351614b2381846020880161599e565b80830190507f3c72616469616c4772616469656e742069643d2273222063783d22363736222081527f63793d223332362220723d2231303022206772616469656e74556e6974733d2260208201527f7573657253706163654f6e557365223e3c73746f7020206f66667365743d223060408201527f2e3522207374796c653d2273746f702d636f6c6f723a23464646463945222f3e60608201527f3c73746f70206f66667365743d223122207374796c653d2273746f702d636f6c6080820152636f723a2360e01b60a08201528351614c038160a484016020880161599e565b7f222f3e3c2f72616469616c4772616469656e743e3c636972636c65206f70616360a492909101918201527f6974793d22302e35222066696c6c3d2275726c28237329222063783d2236373660c482015276111031bc9e9119991b1110391e9118981811179f1e339f60491b60e482015260fb01949350505050565b60008451614c9181846020890161599e565b621e339f60e91b9083019081528451614cb181600384016020890161599e565b8082019150507f3c616e696d6174654d6f74696f6e20706174683d224d2030203020482000000060038201528351614cf081602084016020880161599e565b7f205a22206475723d2235732220726570656174436f756e743d22696e64656669602092909101918201526a3734ba3291179f1e17b39f60a91b6040820152604b0195945050505050565b60008651614d4d818460208b0161599e565b80830190507f3c7265637420783d22302220793d2235333222206f7061636974793d22302e32815268222066696c6c3d222360b81b60208201528651614d9a816029840160208b0161599e565b7f222077696474683d223130303022206865696768743d22343639222f3e3c7265602992909101918201527f637420783d22302220793d2236303822206f7061636974793d22302e33222066604982015265696c6c3d222360d01b60698201528551614e0d81606f840160208a0161599e565b7f222077696474683d223130303022206865696768743d22333937222f3e3c7265606f92909101918201527f637420783d22302220793d2237303722206f7061636974793d22302e37352220608f8201526666696c6c3d222360c81b60af820152614fc1614f34614f2e614e8460b685018961488e565b7f222077696474683d223130303022206865696768743d22353030223e3c616e6981527f6d6174654d6f74696f6e20706174683d224d203020302056203230205a22206460208201527f75723d223130732220726570656174436f756e743d22696e646566696e69746560408201527f22202f3e3c2f726563743e3c7265637420783d22302220793d22383337222066606082015265696c6c3d222360d01b608082015260860190565b8661488e565b7f222077696474683d223130303022206865696768743d223136332e313637223e81527f3c616e696d6174654d6f74696f6e20706174683d224d2030203020562036302060208201527f5a22206475723d223130732220726570656174436f756e743d22696e6465666960408201526e3734ba329110179f1e17b932b1ba1f60891b6060820152606f0190565b98975050505050505050565b60008451614fdf81846020890161599e565b6e3c636972636c652066696c6c3d222360881b908301908152845161500b81600f84016020890161599e565b7f222063783d22353636222063793d223430362220723d22372e33222f3e3c6369600f92909101918201527f72636c65206f7061636974793d22302e3636222066696c6c3d22234646464646602f82018190527f46222063783d22353730222063793d223430342220723d2233222f3e3c636972604f8301526a636c652066696c6c3d222360a81b606f83015284516150ab81607a85016020890161599e565b7f222063783d22343134222063793d223430372220723d22372e33222f3e3c6369607a9390910192830152609a8201527f46222063783d22343138222063793d223430342220723d2233222f3e3c673e0060ba82015260d90195945050505050565b6000835161511f81846020880161599e565b80830190507f22207d2c207b202274726169745f74797065223a202250616c6d222c20227661815266363ab2911d101160c91b6020820152835161516a81602784016020880161599e565b01602701949350505050565b6000825161518881846020870161599e565b7f3c616e696d617465206174747269627574654e616d653d226f706163697479229201918252507f2076616c7565733d22303b303b303b303b303b303b303b303b303b303b303b3060208201527f3b313b303b303b303b303b303b303b303b3022206475723d223473222072657060408201527f656174436f756e743d22696e646566696e6974652220626567696e3d22307322606082015265179f1e17b39f60d11b6080820152608601919050565b6e05365614d616e3a342c3431332e373608c1b81526000825161526281600f85016020870161599e565b91909101600f0192915050565b7f7b226e616d65223a20224f6e636861696e205365616d616e222c20226465736381527f72697074696f6e223a20224f6e636861696e205365616d616e202d206265617560208201527f746966756c206176617461722c20636f6d706c6574656c792067656e6572617460408201527832b21027b721b430b4b711161130ba3a3934b13aba32b9911d60391b60608201526000835161531581607985016020880161599e565b7f2c2022696d616765223a2022646174613a696d6167652f7376672b786d6c3b6260799184019182015265185cd94d8d0b60d21b6099820152835161536181609f84016020880161599e565b61227d60f01b609f929091019182015260a101949350505050565b711e3837b63cb3b7b71037b830b1b4ba3c9e9160711b815283516000906153aa81601285016020890161599e565b6911103837b4b73a399e9160b11b60129184019182015284516153d481601c84016020890161599e565b68222066696c6c3d222360b81b601c929091019182015283516153fe81602584016020880161599e565b631110179f60e11b6025929091019182015260290195945050505050565b7f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c00000081526000825161545481601d85016020870161599e565b91909101601d0192915050565b7f3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d22757481527f662d38223f3e3c73766720786d6c6e733d22687474703a2f2f7777772e77332e60208201527f6f72672f323030302f737667222077696474683d22313030307078222068656960408201527f6768743d22313030307078222076696577426f783d223020302031303030203160608201527f303030223e3c6c696e6561724772616469656e742069643d226722206772616460808201527f69656e74556e6974733d227573657253706163654f6e557365222078313d223560a08201527f3030222079313d2231303030222078323d22353030222079323d2230223e3c7360c08201527f746f70206f66667365743d22302e3522207374796c653d2273746f702d636f6c60e0820152636f723a2360e01b610100820152600061010484516155b3818386016020890161599e565b80840190507f222f3e3c73746f70206f66667365743d223122207374796c653d2273746f702d8282015266636f6c6f723a2360c81b61012482015261565c6155ff61012b83018761488e565b7f222f3e3c2f6c696e6561724772616469656e743e3c726563742066696c6c3d2281527f75726c28236729222077696474683d223130303022206865696768743d223130602082015264181811179f60d91b604082015260450190565b9695505050505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061565c90830184614862565b6020815260006126fd6020830184614862565b6020808252600790820152664275726e65642160c81b604082015260600190565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b6020808252601c908201527f4d757374206f776e20612053656120746f206d696e7420746f6b656e00000000604082015260600190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526022908201527f53616c65206d7573742062652061637469766520746f206d696e7420746f6b656040820152616e7360f01b606082015260800190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b604051601f8201601f1916810167ffffffffffffffff8111828210171561584757615847615aa3565b604052919050565b6000821982111561586257615862615a4b565b500190565b60008261587657615876615a61565b500490565b600181600019825b808611156158b75782820483111561589d5761589d615a4b565b808616156158aa57928202925b94851c9491800291615883565b50509250929050565b60006126fd83836000826158d657506001610385565b816158e357506000610385565b81600181146158f957600281146159035761591f565b6001915050610385565b60ff84111561591457615914615a4b565b50506001821b610385565b5060208310610133831016604e8410600b8410161715615942575081810a610385565b61594c838361587b565b806000190482111561596057615960615a4b565b029392505050565b600081600019048311821515161561598257615982615a4b565b500290565b60008282101561599957615999615a4b565b500390565b60005b838110156159b95781810151838201526020016159a1565b83811115610bde5750506000910152565b6000816159d9576159d9615a4b565b506000190190565b600181811c908216806159f557607f821691505b60208210811415615a1657634e487b7160e01b600052602260045260246000fd5b50919050565b6000600019821415615a3057615a30615a4b565b5060010190565b600082615a4657615a46615a61565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b0381168114610ce357600080fd5b6001600160e01b031981168114610ce357600080fdfe22207d2c207b202274726169745f74797065223a2022436170222c202276616c7565223a202222207d2c207b202274726169745f74797065223a202253686970222c202276616c7565223a202222207d2c207b202274726169745f74797065223a202254756265222c202276616c7565223a20224142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2f22207d2c207b202274726169745f74797065223a20224d6f756e7461696e73222c202276616c7565223a202222207d2c207b202274726169745f74797065223a2022456172222c202276616c7565223a202222207d2c207b202274726169745f74797065223a20224265617264222c202276616c7565223a202222207d2c207b202274726169745f74797065223a2022476c6173736573222c202276616c7565223a20225b7b202274726169745f74797065223a202250616c65747465222c202276616c7565223a2022a26469706673582212204d77fdb56692b094b9d449f08a4c8131bcf40c28a35370f4baa8fbdd16515f3b64736f6c63430008070033

Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.