ETH Price: $3,247.78 (-0.34%)
Gas: 2 Gwei

Token

Look (LOOK)
 

Overview

Max Total Supply

1,542 LOOK

Holders

225

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Balance
10 LOOK
0x71eab2760e640775de36eed89983741ae83806c8
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.

Contract Source Code Verified (Exact Match)

Contract Name:
Look

Compiler Version
v0.8.7+commit.e28d00a7

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-09-16
*/

pragma solidity ^0.8.0;

library LOOKLib {

    function textures() public pure returns (string[64] memory) {
        return
        [
        "Silky",
        "Velvety",
        "Slimy",
        "Sharp",
        "Latex",
        "Wool",
        "Scaly",
        "Coarse",
        "Sandy",
        "Rocky",
        "Bumpy",
        "Slippery",
        "Fuzzy",
        "Synthetic",
        "Rough",
        "Fizzy",
        "Sticky",
        "Slick",
        "Popcorn",
        "Cotton Candy",
        "Slap Brush",
        "Feathery",
        "Prickly",
        "Crows Feet",
        "Smooth",
        "Cloudy",
        "Misty",
        "Bristly",
        "Solid",
        "Liquid",
        "Foamy",
        "Spongey",
        "Gelatinous",
        "Crumbly",
        "Spiked",
        "Crackled",
        "Barbed",
        "Crusty",
        "Powdery",
        "Leathery",
        "Squishy",
        "Wrinkly",
        "Reflective",
        "Glittery",
        "Felt",
        "Puffy",
        "Fleece",
        "Polymer",
        "Ceramic",
        "Chiffon",
        "Plastic",
        "Glass",
        "Lumpy",
        "Cotton",
        "Denim",
        "Lace",
        "Double Knit",
        "Knit",
        "Lace",
        "Mesh",
        "Nylon",
        "Satin",
        "Tactel",
        "Wool"
        ];

    }

    function flares() public pure returns (string[45] memory) {
        return
        [
        "Empty Wine Bottle",
        "Copper Dragon",
        "Sugary Cereal",
        "White Dragon",
        "Rainbow Serpent",
        "Paradise A Burn",
        "Asteroid En Route",
        "Neptune Sword",
        "Jupiter Honey",
        "Cosmic Heat",
        "Indie Luna",
        "Flashbulb Camera",
        "Category Four Hurricane",
        "Blood Mustang",
        "Candle in the Wind",
        "Diamond Wave",
        "All Powerful Trident",
        "Multifaceted Buzz",
        "1964 California Spyder",
        "Millions of Polka Dots",
        "Interstellar Mass",
        "Endless Galaxies",
        "A 1999 Video Game",
        "Glimmering Swimming Pool",
        "Black Cristal",
        "Zero Gravity",
        "Coney Island",
        "Aerodynamic Steering Wheel",
        "National Turbulence",
        "Heavy Metal Hour",
        "Seagull\xE2\x80\x99s Circling",
        "Mermaid Motel",
        "Self Loathing Poet",
        "Canyon\xE2\x80\x99s Infinite Abyss",
        "Diet Mountain Dew",
        "Harem Silks From Bombay",
        "Rolling Party Ashes",
        "Gate of the Gargoyles",
        "Bel Air Palm Trees",
        "Rare Jazz Collection",
        "Hydroponic Weed",
        "Spicy Caviar",
        "Brooklyn Cola Bottle",
        "Wabi Sabi",
        "Summer Apartment Complex"
        ];
    }

    function colours() public pure returns (string[54] memory) {
        return [
        "Crow Black",
        "Raven Black",
        "Jet Black",
        "Black as Night",
        "Black as Ink",
        "Milky White",
        "Pearl White",
        "Sugar White",
        "Eggshell White",
        "Scarlet",
        "Crimson",
        "Ruby Red",
        "Cranberry",
        "Aqua",
        "Navy",
        "Turquoise",
        "Teal",
        "Aquamarine",
        "Golden Oak",
        "Sapphire Blue",
        "Glacial Blue",
        "Lemon Yellow",
        "Butter Yellow",
        "Military Green",
        "Sunshine Yellow",
        "Golden Blue",
        "Silver Red",
        "Silver Purple",
        "Golden Purple",
        "Golden Green",
        "Golden Orange",
        "Silver Teal",
        "Jade",
        "Lime Green",
        "Bottle Green",
        "Flamingo Pink",
        "Shell Pink",
        "Violet",
        "Pansy Purple",
        "Pumpkin Orange",
        "Sunset Orange",
        "Tiger Lily Orange",
        "Mocha Brown",
        "Coffee Brown",
        "Bronze Green",
        "Cinnamon Yellow",
        "Caramel Orange",
        "Burnt Red",
        "Caramel Yellow",
        "Hazel Gray",
        "Charcoal Gray",
        "Mellow Yellow",
        "Smoke Gray",
        "Cocoa Brown"
        ];
    }

    function backgroundColours() public pure returns (string[30] memory) {
        return [
        "FF0294",
        "02FF6A",
        "EE740D",
        "EE0D0D",
        "00C0D0",
        "0056F6",
        "C600F6",
        "F60091",
        "CA215C",
        "DA9708",
        "5EDA08",
        "DA801A",
        "771ADA",
        "1A6EDA",
        "1AC6DA",
        "18B144",
        "7E18B1",
        "A533DE",
        "A8DE33",
        "D9DE33",
        "DE7C33",
        "E36100",
        "E300BA",
        "731F64",
        "66D83F",
        "3FB5D8",
        "000000",
        "3B289B",
        "9B285E",
        "3ACFA4"
        ];
    }

    function lines() public pure returns (string[33] memory) {
        return [
        "Angular",
        "Fringe",
        "Quiff",
        "Chemise",
        "Bretelles",
        "Embroidery",
        "Drop Waist",
        "Peplum",
        "Bowl Cut",
        "Jagged",
        "Princess Line",
        "Yolk Line",
        "Crossover Line",
        "Hand Stitch",
        "Lock Stitch",
        "Gimp",
        "Multi-Thread Stitch",
        "Over Edge Stitch",
        "Blanket Stitch",
        "Running Stitch",
        "Satin Stitch",
        "French Knot Stitch",
        "Lazy Daisy Stitch",
        "Herringbone Stitch",
        "Seed Stitch",
        "Bullion Knot",
        "Buttonhole Stitch",
        "Shell Tuck Stitch",
        "Square Knot",
        "Water Knot",
        "Rolling Hitch",
        "Blood Knot",
        "Tripod Lashing"
        ];
    }

    function shapes() public pure returns (string[39] memory) {
        return [
        "Spiral",
        "Maxi",
        "Empire",
        "Asymmetrical",
        "A-line",
        "Hourglass",
        "Bell",
        "Mermaid",
        "Trumpet",
        "Squiggle",
        "Ruffle",
        "Lemniscate",
        "Mobius Strip",
        "Squircle",
        "Heptagram",
        "Butterfly Curve",
        "Inverted Bell",
        "Golden Ratio",
        "Cos",
        "Sine",
        "S Curve",
        "Deltoid",
        "Cassini Oval",
        "Spline",
        "B\xC3\xA9zier Triangle",
        "Roulette",
        "Cone",
        "Torus",
        "Honeycomb",
        "Star",
        "Broken",
        "Obtuse",
        "Straight",
        "Wavy",
        "Diagonal",
        "Prism",
        "Ring",
        "ZigZag",
        "Mangled"
        ];
    }

    function forms() public pure returns (string[23] memory) {
        return [
        "Antifragile",
        "Fragile",
        "Shifting",
        "Temporal",
        "Terrestrial",
        "Ephemeral",
        "Transient",
        "Intense",
        "Flimsy",
        "Reliable",
        "Fading",
        "Bright",
        "Repaired",
        "Renewed",
        "Over Extended",
        "Retracted",
        "Halted",
        "Short Form",
        "Long Form",
        "Kintsugi",
        "Downforce",
        "Melting",
        "Quenched"
        ];
    }

    function elements() public pure returns (string[113] memory) {
        return [
        "Hydrogen",
        "Helium",
        "Lithium",
        "Beryllium",
        "Boron",
        "Carbon",
        "Nitrogen",
        "Oxygen",
        "Fluorine",
        "Neon",
        "Sodium",
        "Magnesium",
        "Aluminum",
        "Silicon",
        "Phosphorus",
        "Sulfur",
        "Chlorine",
        "Argon",
        "Potassium",
        "Calcium",
        "Scandium",
        "Titanium",
        "Vanadium",
        "Chromium",
        "Manganese",
        "Iron",
        "Cobalt",
        "Nickel",
        "Copper",
        "Zinc",
        "Gallium",
        "Germanium",
        "Arsenic",
        "Selenium",
        "Bromine",
        "Krypton",
        "Rubidium",
        "Strontium",
        "Yttrium",
        "Zirconium",
        "Niobium",
        "Molybdenum",
        "Technetium",
        "Ruthenium",
        "Rhodium",
        "Palladium",
        "Silver",
        "Cadmium",
        "Indium",
        "Tin",
        "Antimony",
        "Tellurium",
        "Iodine",
        "Xenon",
        "Cesium",
        "Barium",
        "Lanthanum",
        "Cerium",
        "Praseodymium",
        "Neodymium",
        "Promethium",
        "Samarium",
        "Europium",
        "Gadolinium",
        "Terbium",
        "Dysprosium",
        "Holmium",
        "Erbium",
        "Thulium",
        "Ytterbium",
        "Lutetium",
        "Hafnium",
        "Tantalum",
        "Tungsten",
        "Rhenium",
        "Osmium",
        "Iridium",
        "Platinum",
        "Gold",
        "Mercury",
        "Thallium",
        "Lead",
        "Bismuth",
        "Polonium",
        "Astatine",
        "Radon",
        "Francium",
        "Radium",
        "Actinium",
        "Thorium",
        "Protactinium",
        "Uranium",
        "Neptunium",
        "Plutonium",
        "Americium",
        "Curium",
        "Berkelium",
        "Californium",
        "Einsteinium",
        "Fermium",
        "Mendelevium",
        "Nobelium",
        "Lawrencium",
        "Rutherfordium",
        "Dubnium",
        "Seaborgium",
        "Bohrium",
        "Hassium",
        "Meitnerium",
        "Darmstadtium",
        "Roentgenium",
        "Ununbiium",
        "Ununquadium"
        ];
    }
}

library LOOKLogic {
    function prefixCommon() public pure returns (string[15] memory) {
        return [
        "Angel\xE2\x80\x99s",
        "Chimera\xE2\x80\x99s",
        "Demon\xE2\x80\x99s",
        "Dragon\xE2\x80\x99s",
        "Hydra\xE2\x80\x99s",
        "Aphrodite\xE2\x80\x99s",
        "Goblin",
        "Muses\xE2\x80\x99",
        "Phoenix\xE2\x80\x99s",
        "Pixie",
        "Trolls\xE2\x80\x99",
        "Vampire",
        "Amaterasu\xE2\x80\x99s",
        "Inari\xE2\x80\x99s",
        "Ebisu\xE2\x80\x99s"
        ];
    }

    function prefixSemirare() public pure returns (string[24] memory) {
        return [
        "Izanagi\xE2\x80\x99s",
        "Osiris\xE2\x80\x99s",
        "Horus\xE2\x80\x99",
        "Anubis\xE2\x80\x99s",
        "Zeus\xE2\x80\x99s",
        "Artemis\xE2\x80\x99s",
        "Apollo\xE2\x80\x99s",
        "Athena\xE2\x80\x99s",
        "Venus\xE2\x80\x99s",
        "Poseidon\xE2\x80\x99s",
        "Winter\xE2\x80\x99s",
        "Summer\xE2\x80\x99s",
        "Autumn\xE2\x80\x99s",
        "Eclectic\xE2\x80\x99s",
        "Pluto\xE2\x80\x99s",
        "Solar\xE2\x80\x99s",
        "King\xE2\x80\x99s",
        "Queen\xE2\x80\x99s",
        "Prince\xE2\x80\x99s",
        "Princess\xE2\x80\x99s",
        "Elve\xE2\x80\x99s",
        "Fairies\xE2\x80\x99",
        "Firebird\xE2\x80\x99s",
        "Cupid\xE2\x80\x99s"
        ];
    }

    function prefixExclusive() public pure returns (string[27] memory) {
        return [
        "Edgy",
        "Magical",
        "Charming",
        "Ambitious",
        "Bold",
        "Brave",
        "Daring",
        "Bright",
        "Audacious",
        "Courageous",
        "Fearless",
        "Pawned",
        "Dashing",
        "Dapper",
        "Gallant",
        "Funky",
        "Sophisticated",
        "Graceful",
        "Voguish",
        "Majestic",
        "Enchanting",
        "Elegant",
        "Saucy",
        "Sassy",
        "Roaring",
        "Vintage",
        "Honest"
        ];
    }

    function pickSuffixCategories(uint256 rand, uint256 tokenId) public pure returns (uint256[6] memory categoryIds){
        // Need to draw for the category that will be randomnly selected
        uint256 randCategory = random(string(abi.encodePacked("SuffixCategory", toString(rand))));
        uint256 selection = (randCategory + tokenId ) % 7; // Pick one suffix to omit

        uint256 counter = 0;
        // First add category ids in but omit one suffix category
        for(uint256 i = 0; i< 7; i++){
            if(i == selection){
                continue;
            }
            categoryIds[counter] = i;
            counter = counter + 1;
        }

        // Then remix these ids and get with rarity as well
        for( uint256 j = 0; j < 6; j++){
            // Just make some rarity

            uint256 randRarity = random(string(abi.encodePacked("SuffixRarity", toString(tokenId))));
            uint256 finalRarityResult = randRarity % 21;
            uint256 rarity = 0;
            if (finalRarityResult > 14){
                rarity = 1;
            }
            if (finalRarityResult > 19){
                rarity = 2;
            }
            categoryIds[j] = rarity + (categoryIds[j] * 3); // Suffix arrays -> 0,1,2 then 3,4,5 then 6,7,8 etc
        }

        // Now that we have selected categories, now we need to randomize the order more
        // Fisher Yates type Shuffle
        // Shuffle 10 times
        for(uint256 k= 1; k < 10; k++){
            for (uint256 i = 5; i == 0; i--) {
                // This next line is just a random code to try and get some shuffling in
                uint256 randomSelect = ((random(string(abi.encodePacked("FisherYates", rand))) * random(string(abi.encodePacked("RandomString"))) / random (string(abi.encodePacked(toString(tokenId))))) + (tokenId + (tokenId * k) * 234983)) % 6;
                uint256 x = categoryIds[i];
                categoryIds[i] = categoryIds[randomSelect];
                categoryIds[randomSelect] = x;
            }
        }

        return categoryIds;
    }

    function pickPrefix(uint256 rand, uint256 tokenId) public pure returns (string memory prefix1, string memory prefix2){
        // Need to draw for
        uint256 randRarity1Full = random(string(abi.encodePacked("PrefixRarityOne", toString(rand)))) + tokenId;
        uint256 randRarity2Full = random(string(abi.encodePacked("PrefixRarityTwo", toString(rand)))) + tokenId + 1;
        uint256 randRarity3Full = random(string(abi.encodePacked("PrefixRarityThree3", toString(rand)))) + tokenId + 2;

        uint256 randRarity1 = randRarity1Full % 21;
        uint256 randRarity2 = randRarity2Full % 21;
        uint256 randRarity3 = randRarity3Full % 21;

        prefix1 = prefixCommon()[randRarity1Full % prefixCommon().length];
        if (randRarity1 > 15){
            prefix1 = prefixSemirare()[randRarity1Full % prefixSemirare().length];
        }
        if(randRarity1 > 19){
            prefix1 = prefixExclusive()[randRarity1Full % prefixExclusive().length];
        }

        prefix2 = prefixCommon()[randRarity2Full % prefixCommon().length];
        if (randRarity2 > 15){
            prefix2 = prefixSemirare()[randRarity2Full % prefixSemirare().length];
        }
        if(randRarity2 > 19){
            prefix2 = prefixExclusive()[randRarity2Full % prefixExclusive().length];
        }

        if(keccak256(bytes(prefix1)) == keccak256(bytes(prefix2))){
            // Redraw once to try and prevent duplicates
            prefix2 = prefixCommon()[randRarity3Full % prefixCommon().length];
            if (randRarity3 > 15){
                prefix2 = prefixSemirare()[randRarity3Full % prefixSemirare().length];
                if(randRarity3 > 19)
                    prefix2 = prefixExclusive()[randRarity3Full % prefixExclusive().length];
            }
        }
        return (prefix1, prefix2);
    }

    function random(string memory input) public pure returns (uint256) {
        return uint256(keccak256(abi.encodePacked(input)));
    }


    function toString(uint256 value) public pure returns (string memory) {
        // Inspired by OraclizeAPI's implementation - MIT license
        // 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);
    }


}

library LOOKSuffix{
    function socksSuffixCommon() public pure returns (string[3] memory) {
            return [
                "Casual Socks",
                 "Sport Socks",
                "Grip Socks"
            ];
    }

    function socksSuffixSemirare() public pure returns (string[3] memory) {
            return [
                "Winter Socks",
                "Crew Length Socks",
                "Split Toe Socks"
            ];
    }

    function socksSuffixExclusive() public pure returns (string[3] memory) {
            return  [
                "Dress Socks",
                "Novelty Print Socks",
                "Knee High Socks"
            ];
    }

    function sunglassSuffixCommon() public pure returns (string[4] memory) {
            return [
                "Round Sunglasses",
                "Square Sunglasses",
                "Semi-Rimless Sunglasses",
                "Browline Sunglasses"
            ];
    }

    function sunglassSuffixSemirare() public pure returns (string[4] memory) {
            return [
                "Keyhole Sunglasses",
                "Brow Bar Sunglasses",
                "Wayfarer Sunglasses",
                "Club Master Sunglasses"
            ];
    }

    function sunglassSuffixExclusive() public pure returns (string[4] memory) {
            return [
                "Cat Eye Sunglasses",
                "Aviator Sunglasses",
                "Retro Square Sunglasses",
                "3D Glasses"
            ];
    }

    function shoeSuffixCommon() public pure returns (string[8] memory) {
            return [
                "Sandals",
                "High Top Sneakers",
                "Wedge Sneakers",
                "Gladiators",
                "Gum Shoes",
                "Army Boots",
                "Mary Jane Shoes",
                "Combat Boots"
            ];
    }

    function shoeSuffixSemirare() public pure returns (string[9] memory) {
            return [
                "Stiletto",
                "Platforms",
                "Slip Ons",
                "Peep Toe",
                "Ankle Strap",
                "Flats",
                "Ballerina Slippers",
                "Hiking Boots",
                "Buck Shoes"
            ];
    }

    function shoeSuffixExclusive() public pure returns (string[7] memory) {
            return [
                "Loafers",
                "Boat Shoes",
                "Brogue Shoes",
                "Snow Boots",
                "High Boots",
                "Oxfords",
                "Ankle Boots"
            ];
    }

    function accessorySuffixCommon() public pure returns (string[18] memory) {
            return [
                "Clip-on Earrings",
                "Jacket Earrings",
                "Festoon",
                "Negligee",
                "Cartilage Earrings",
                "Snap Belt",
                "Reversible Belt",
                "Athletic Belt",
                "Apron Necktie",
                "Ascot Tie",
                "Clip-on Tie",
                "Bolo/Bola Tie",
                "Cravat Necktie",
                "Sailor Tie",
                "String Tie",
                "Ribbon Sash",
                "Bullet Back Cufflink",
                "Whale Back Cufflink"
            ];
    }

    function accessorySuffixSemirare() public pure returns (string[17] memory) {
            return [
                "Mismatched Earrings",
                "Drop Earrings",
                "Teardrop Earrings",
                "Tassel Earrings",
                "Military Belt",
                "Leather Belt",
                "Metallic Belt",
                "Woven Belt",
                "Wide Belt",
                "Elastic Belt",
                "Sash Belt",
                "Corset Belt",
                "Studded Belt",
                "Cutout Gloves",
                "Cutout Mittens",
                "Fixed Back Cufflink",
                "Chain Link Cufflink"
            ];
    }

    function accessorySuffixExclusive() public pure returns (string[29] memory) {
            return [
                "Zipper Gloves",
                "Fine Textured Mittens",
                "Fur Lined Mittens",
                "Evening Gloves",
                "Gauntlet Gloves",
                "Lace Gloves",
                "Lace Mittens",
                "Ball Return Cufflink",
                "Locking Cufflink",
                "Knotted Cufflink",
                "Faux Leather",
                "Dress Belt",
                "Casual Belt",
                "Braided Belt",
                "7-Fold Tie",
                "Bowtie",
                "Kipper Tie",
                "Skinny Tie",
                "Western Bow-Tie",
                "Diamond Stud Earrings",
                "Pearl Earrings",
                "Hoop Earrings",
                "Chandelier Earrings",
                "Ear Cuff Earrings",
                "Ball Earrings",
                "Streamlined Hoops",
                "Pendant Necklace",
                "Collar Necklace",
                "Multi-Charmed Bracelet"
            ];
    }

    function swimmerSuffixCommon() public pure returns (string[3] memory) {
            return [
                "Front Tie Bikini Top",
                "Tori Bandeau Bikini Top",
                "Swim Briefs"
            ];
    }

    function swimmerSuffixSemirare() public pure returns (string[3] memory) {
            return [
                "Square Cut Board Shorts",
                "Crinkle Frill Bottom",
                "Terracotta One Piece"
            ];
    }

    function swimmerSuffixExclusive() public pure returns (string[4] memory) {
            return [
                "Mesh Rhinestone Swimwear",
                "Knotted-Front Swim Crop Top",
                "Mesh Bikini Top",
                "Steamer Wetsuit"
            ];
    }

    function outfitSuffixCommon() public pure returns (string[24] memory) {
            return [
                "Aline Dress",
                "Tent Dress",
                "Yoke Dress",
                "Shift Dress",
                "Dirndl Dress",
                "Tunic Dress",
                "Blouson Dress",
                "Shirtwaist Dress",
                "Wrap around Dress",
                "Baby doll Dress",
                "Body con Dress",
                "Cocktail Dress",
                "Debutante Dress",
                "Skater Dress",
                "Camisole Dress",
                "Pinafore Dress",
                "Harem Dress",
                "Apron Dress",
                "Patch Pocket Suit",
                "Flap Pocket Suit",
                "Jetted Pocket Suit",
                "Basic Overalls",
                "Old Fashioned Overalls",
                "Casual Overalls"
            ];
    }

    function outfitSuffixSemirare() public pure returns (string[24] memory) {
            return [
                "Sweater Dress",
                "Swing Dress",
                "Tutu Dress",
                "Sun Dress",
                "Little Black Dress",
                "Coat Dress",
                "Corset Dress",
                "Balloon Dress",
                "Bouffant Dress",
                "Paneled Dress",
                "Handkerchief Hem Dress",
                "Gathered Dress",
                "Kaftan Dress",
                "Pillowcase Dress",
                "Slip Dress",
                "Shirt Dress",
                "Ball Gown",
                "Party Dress",
                "Single Vent Suit",
                "Double Vent Suit",
                "No Vent Suit",
                "One-Button Suit",
                "Two-Button Suit",
                "Three-Button Suit"
            ];
    }

    function outfitSuffixExclusive() public pure returns (string[21] memory) {
            return [
                "Off Shoulder Dress",
                "One Shoulder Dress",
                "Strapless Dress",
                "Halterneck Dress",
                "Draped Dress",
                "Xray Dress",
                "Fit and Flare Dress",
                "Cape Dress",
                "Sheath Dress",
                "Slim Fit Suit",
                "Classic Fit Suit",
                "Modern Fit Suit",
                "Notch Lapel Suit",
                "Shawl Lapel Suit",
                "Peak Lapel Suit",
                "Single Breasted Suit",
                "Double Breasted Suit",
                "American Cut Suit",
                "British Cut Suit",
                "Italian Cut Suit",
                "Tuxedo"
            ];
    }

    function topBottomSuffixCommon() public pure returns (string[19] memory) {
            return [
                "Jersey shirt",
                "Night Shirt",
                "Western shirt",
                "Polo shirts",
                "Sweatshirt",
                "T-shirt",
                "Tunic shirt",
                "Tuxedo shirt",
                "Undershirt",
                "Chinos",
                "Cords",
                "Drawstring Trousers",
                "Slim-Fit Trousers",
                "Wool Trousers",
                "Relaxed Leg Trousers",
                "Cropped Trousers",
                "Cargo Pants",
                "Pleated Trousers",
                "Tracksuit Bottoms"
            ];
    }

    function topBottomSuffixSemirare() public pure returns (string[19] memory) {
            return [
                "Aloha Shirt",
                "Baseball Shirt",
                "Camp Shirt",
                "Casual Shirt",
                "Epaulette Shirt",
                "Flannel Shirt",
                "Lumberjack Shirt",
                "Golf Shirt",
                "Henley Shirt",
                "Ivy league Shirt",
                "Leggings",
                "Palazzo",
                "Pegged Pants",
                "Trousers",
                "Sailor Pants",
                "Straight Pants",
                "Stirrup Pants",
                "Stove Pipe Pants",
                "Toreador Pants"
            ];
    }

    function topBottomSuffixExclusive() public pure returns (string[19] memory) {
            return [
                "Baggy Pants",
                "Culottes",
                "Fatigue Trousers",
                "Jeans",
                "Harem Pants",
                "Hot Pants",
                "Jodhpurs",
                "Oxford Button-Down Shirt",
                "Dress Shirt",
                "Cuban Collar Shirt",
                "Overshirt",
                "Flannel Shirt",
                "Office Shirt",
                "Chambray Shirt",
                "Denim Shirt",
                "Linen Shirt",
                "Polo Shirt",
                "Unstructured Blazer",
                "Patch Pocket Blazer"
            ];
    }
}

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

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




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


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

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





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

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

    uint256 private _status;

    constructor() {
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and make it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        // On the first call to nonReentrant, _notEntered will be true
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

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

        _;

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














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







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


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

    function _verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) private 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);
            }
        }
    }
}

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

/**
 * @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(to).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 {}
}







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


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

// LOOK Content was designed by Emma Jane MacKinnon Lee, CEO DIGITALAX
// LOOK Contract was forked from LOOTProject.com and re-built by @vvictor, Blockchain Lead DIGITALAX
// All rights reserved, 2021
contract Look is ERC721Enumerable, ReentrancyGuard, Ownable {
    mapping (uint256 => string[]) indexToSuffixCategory;
    uint256 public randomMultiplier;

    uint256 public uriSwap;

    mapping (address => bool) public whitelistAddress;

    function getPattern(uint256 tokenId) public view returns (string memory) {
        return pluck(tokenId, "PATTERN");
    }

    function getTexture(uint256 tokenId) public view returns (string memory) {
        return pluck(tokenId, "TEXTURE");
    }

    function getColour(uint256 tokenId) public view returns (string memory) {
        return pluck(tokenId, "COLOUR");
    }

    function getBackgroundColour(uint256 tokenId) public view returns (string memory) {
        return pluck(tokenId, "BACKGROUND");
    }

    function getLine(uint256 tokenId) public view returns (string memory) {
        return pluck(tokenId, "LINE");
    }

    function getFlare(uint256 tokenId) public view returns (string memory) {
        return pluck(tokenId, "FLARE");
    }

    function getShape(uint256 tokenId) public view returns (string memory) {
        return pluck(tokenId, "SHAPE");
    }

    function getForm(uint256 tokenId) public view returns (string memory) {
        return pluck(tokenId, "FORM");
    }

    function getElement(uint256 tokenId) public view returns (string memory) {
        return pluck(tokenId, "ELEMENT");
    }

    function pluck(uint256 tokenId, string memory keyPrefix) internal view returns (string memory) {
        uint256 rand = LOOKLogic.random(string(abi.encodePacked(LOOKLogic.toString(tokenId  * randomMultiplier), LOOKLogic.toString(tokenId), tokenId * randomMultiplier))) + randomMultiplier + tokenId;

        uint256 randomPrefix = LOOKLogic.random(string(abi.encodePacked("PREFIXRANDOM", LOOKLogic.toString(tokenId + randomMultiplier))));

        uint256 randomSuffix = LOOKLogic.random(string(abi.encodePacked("SUFFIX", LOOKLogic.toString(tokenId + randomMultiplier))));

        string memory output;

        uint256[6] memory mixUpValues = [uint256(0),uint256(1),uint256(2),uint256(3),uint256(4),uint256(5)];
        uint256 mixUpSuffix = rand % 6;
        if(mixUpSuffix == 1) {
            mixUpValues = [uint256(1),uint256(2),uint256(3),uint256(4),uint256(5),uint256(0)];
        } else if (mixUpSuffix == 2){
            mixUpValues = [uint256(2),uint256(3),uint256(4),uint256(5),uint256(0),uint256(1)];
        } else if (mixUpSuffix == 3){
            mixUpValues = [uint256(3),uint256(4),uint256(5),uint256(0),uint256(1),uint256(2)];
        } else if (mixUpSuffix == 4){
            mixUpValues = [uint256(4),uint256(5),uint256(0),uint256(1),uint256(2),uint256(3)];
        } else if (mixUpSuffix == 5){
            mixUpValues = [uint256(5),uint256(0),uint256(1),uint256(2),uint256(3),uint256(4)];
        }

        if (keccak256(bytes(keyPrefix)) == keccak256(bytes("TEXTURE"))) {
            output = LOOKLib.textures()[rand % LOOKLib.textures().length];
            string[] memory suffixes = indexToSuffixCategory[LOOKLogic.pickSuffixCategories(randomSuffix, tokenId)[mixUpValues[0]]];
            output = string(abi.encodePacked(output, " ", suffixes[rand % suffixes.length]));
        } else if (keccak256(bytes(keyPrefix)) == keccak256(bytes("COLOUR"))){
            output = LOOKLib.colours()[rand % LOOKLib.colours().length];
            string[] memory suffixes = indexToSuffixCategory[LOOKLogic.pickSuffixCategories(randomSuffix, tokenId)[mixUpValues[1]]];
            output = string(abi.encodePacked(output, " ", suffixes[rand % suffixes.length]));
        } else if( keccak256(bytes(keyPrefix)) == keccak256(bytes("SHAPE"))){
            output = LOOKLib.shapes()[rand % LOOKLib.shapes().length];
            string[] memory suffixes = indexToSuffixCategory[LOOKLogic.pickSuffixCategories(randomSuffix, tokenId)[mixUpValues[2]]];
            output = string(abi.encodePacked(output, " ", suffixes[rand % suffixes.length]));
        } else if (keccak256(bytes(keyPrefix)) == keccak256(bytes("ELEMENT"))){
            output = LOOKLib.elements()[rand % LOOKLib.elements().length];
            string[] memory suffixes = indexToSuffixCategory[LOOKLogic.pickSuffixCategories(randomSuffix, tokenId)[mixUpValues[3]]];
            output = string(abi.encodePacked(output, " ", suffixes[rand % suffixes.length]));
        } else if (keccak256(bytes(keyPrefix)) == keccak256(bytes("LINE"))){
            output = LOOKLib.lines()[rand % LOOKLib.lines().length];
            string[] memory suffixes = indexToSuffixCategory[LOOKLogic.pickSuffixCategories(randomSuffix, tokenId)[mixUpValues[4]]];
            (string memory prefix1,) = LOOKLogic.pickPrefix(randomPrefix, tokenId);
            output = string(abi.encodePacked(prefix1, " ", output, " ",  suffixes[rand % suffixes.length]));
        } else if (keccak256(bytes(keyPrefix)) == keccak256(bytes("FORM"))){
            output = LOOKLib.forms()[rand % LOOKLib.forms().length];
            string[] memory suffixes = indexToSuffixCategory[LOOKLogic.pickSuffixCategories(randomSuffix, tokenId)[mixUpValues[5]]];
            (, string memory prefix2) = LOOKLogic.pickPrefix(randomPrefix, tokenId);
            output = string(abi.encodePacked(prefix2, " ", output, " ",  suffixes[rand % suffixes.length]));
        } else if (keccak256(bytes(keyPrefix)) == keccak256(bytes("FLARE"))){
            output = LOOKLib.flares()[rand % LOOKLib.flares().length];
        } else if(keccak256(bytes(keyPrefix)) == keccak256(bytes("PATTERN"))){
            output = string(abi.encodePacked("DXM #", LOOKLogic.toString((rand % 177) + 100013)));
        } else {
            output = LOOKLib.backgroundColours()[rand % LOOKLib.backgroundColours().length];
        }
        // else {} // Background colour
        return output;
    }

    function tokenURI(uint256 tokenId) override public view returns (string memory) {
        if(totalSupply() < uriSwap){
            string[7] memory partsOfPreClaim;
            partsOfPreClaim[0] = '<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>@import url("https://fonts.googleapis.com/css?family=Inknut+Antiqua:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic"); .base { fill: white; font-family: Inknut Antiqua; font-size: 10px; font-weight:bold; }</style><rect width="100%" height="100%" fill="black';
            partsOfPreClaim[2] = '" /><text x="245" y="20" class="base"> LookBook #';
            partsOfPreClaim[3] = LOOKLogic.toString(tokenId);
            partsOfPreClaim[4] = '</text><text x="10" y="60" class="base"> There are ';
            partsOfPreClaim[5] = LOOKLogic.toString(3000 - totalSupply());
            partsOfPreClaim[6] = ' remaining to be claimed!</text><text x="10" y="80" class="base"> Go get your LOOKs before its too late!</text><text x="10" y="100" class="base">When every LOOK is claimed, the random number will be drawn</text><text x="10" y="120" class="base"> Once we draw randomness, LOOKs will appear</text></svg>';
            string memory outputPreClaim = string(abi.encodePacked(partsOfPreClaim[0], partsOfPreClaim[1], partsOfPreClaim[2], partsOfPreClaim[3], partsOfPreClaim[4], partsOfPreClaim[5], partsOfPreClaim[6]));
            string memory jsonPreclaim = Base64.encode(bytes(string(abi.encodePacked('{"name": "LookBook #', LOOKLogic.toString(tokenId), '", "description": "LOOK: Composable, open source metaverse fashion. A web3 fashion derivative of the Loot project", "image": "data:image/svg+xml;base64,', Base64.encode(bytes(outputPreClaim)), '"}'))));
            outputPreClaim = string(abi.encodePacked('data:application/json;base64,', jsonPreclaim));
            return outputPreClaim;
        }

        string[21] memory parts;
        parts[0] = '<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>@import url("https://fonts.googleapis.com/css?family=Inknut+Antiqua:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic"); .base { fill: white; font-family: Inknut Antiqua; font-size: 10.8px; font-weight:bold; }</style><rect width="100%" height="100%" fill="#';

        parts[1] = getBackgroundColour(tokenId);

        parts[2] = '" /><text x="245" y="20" class="base"> LookBook #';

        parts[3] = LOOKLogic.toString(tokenId);

        parts[4] = '</text><text x="10" y="60" class="base">';

        parts[5] = getPattern(tokenId);

        parts[6] = '</text><text x="10" y="80" class="base">';

        parts[7] = getTexture(tokenId);

        parts[8] = '</text><text x="10" y="100" class="base">';

        parts[9] = getColour(tokenId);

        parts[10] = '</text><text x="10" y="120" class="base">';

        parts[11] = getLine(tokenId);

        parts[12] = '</text><text x="10" y="140" class="base">';

        parts[13] = getFlare(tokenId);

        parts[14] = '</text><text x="10" y="160" class="base">';

        parts[15] = getShape(tokenId);

        parts[16] = '</text><text x="10" y="180" class="base">';

        parts[17] = getForm(tokenId);

        parts[18] = '</text><text x="10" y="200" class="base">';

        parts[19] = getElement(tokenId);

        parts[20] = '</text></svg>';

        string memory output = string(abi.encodePacked(parts[0], parts[1], parts[2], parts[3], parts[4], parts[5], parts[6], parts[7], parts[8]));
        output = string(abi.encodePacked(output, parts[9], parts[10], parts[11], parts[12], parts[13], parts[14], parts[15], parts[16]));
        output = string(abi.encodePacked(output, parts[17], parts[18], parts[19], parts[20]));

        string memory json = Base64.encode(bytes(string(abi.encodePacked('{"name": "LookBook #', LOOKLogic.toString(tokenId), '", "description": "LOOK: Composable, open source metaverse fashion. A web3 fashion derivative of the Loot project", "image": "data:image/svg+xml;base64,', Base64.encode(bytes(output)), '"}'))));
        output = string(abi.encodePacked('data:application/json;base64,', json));

        return output;
    }

    function claim(uint256 tokenId) public nonReentrant{
        require(tokenId > 0 && tokenId < 3001, "Token ID invalid");
        require(whitelistAddress[msg.sender], "Address not whitelisted");
        _safeMint(msg.sender, tokenId);
    }

    // FOR TESTING PURPOSES
    function setRandomMultiplier(uint256 _random) public onlyOwner {
        randomMultiplier = _random;
    }

    function setUriSwap(uint256 _uriSwap) public onlyOwner {
        uriSwap = _uriSwap;
    }

    function addWhitelisted(address[] memory whitelisted) external onlyOwner {
        for( uint256 i = 0; i < whitelisted.length; i++){
            whitelistAddress[whitelisted[i]] = true;
        }
    }

    function removeWhitelisted(address[] memory whitelisted) external onlyOwner {
        for( uint256 i = 0; i < whitelisted.length; i++){
            whitelistAddress[whitelisted[i]] = false;
        }
    }

    constructor() ERC721("Look", "LOOK") Ownable() {

        randomMultiplier = 564564564;
        uriSwap = 3001;

        indexToSuffixCategory[0] = LOOKSuffix.socksSuffixCommon();
        indexToSuffixCategory[1] = LOOKSuffix.socksSuffixSemirare();
        indexToSuffixCategory[2] = LOOKSuffix.socksSuffixExclusive();

        indexToSuffixCategory[3] = LOOKSuffix.accessorySuffixCommon();
        indexToSuffixCategory[4] = LOOKSuffix.accessorySuffixSemirare();
        indexToSuffixCategory[5] = LOOKSuffix.accessorySuffixExclusive();

        indexToSuffixCategory[6] = LOOKSuffix.shoeSuffixCommon();
        indexToSuffixCategory[7] = LOOKSuffix.shoeSuffixSemirare();
        indexToSuffixCategory[8] = LOOKSuffix.shoeSuffixExclusive();

        indexToSuffixCategory[9] = LOOKSuffix.swimmerSuffixCommon();
        indexToSuffixCategory[10] = LOOKSuffix.swimmerSuffixSemirare();
        indexToSuffixCategory[11] = LOOKSuffix.swimmerSuffixExclusive();

        indexToSuffixCategory[12] = LOOKSuffix.sunglassSuffixCommon();
        indexToSuffixCategory[13] = LOOKSuffix.sunglassSuffixSemirare();
        indexToSuffixCategory[14] = LOOKSuffix.sunglassSuffixExclusive();

        indexToSuffixCategory[15] = LOOKSuffix.outfitSuffixCommon();
        indexToSuffixCategory[16] = LOOKSuffix.outfitSuffixSemirare();
        indexToSuffixCategory[17] = LOOKSuffix.outfitSuffixExclusive();

        indexToSuffixCategory[18] = LOOKSuffix.topBottomSuffixCommon();
        indexToSuffixCategory[19] = LOOKSuffix.topBottomSuffixSemirare();
        indexToSuffixCategory[20] = LOOKSuffix.topBottomSuffixExclusive();
    }
}

/// [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);
    }
}

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":[{"internalType":"address[]","name":"whitelisted","type":"address[]"}],"name":"addWhitelisted","outputs":[],"stateMutability":"nonpayable","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":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"claim","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":"uint256","name":"tokenId","type":"uint256"}],"name":"getBackgroundColour","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getColour","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getElement","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getFlare","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getForm","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getLine","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getPattern","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getShape","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getTexture","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"randomMultiplier","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"whitelisted","type":"address[]"}],"name":"removeWhitelisted","outputs":[],"stateMutability":"nonpayable","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":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_random","type":"uint256"}],"name":"setRandomMultiplier","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_uriSwap","type":"uint256"}],"name":"setUriSwap","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":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uriSwap","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"whitelistAddress","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}]

60806040523480156200001157600080fd5b50604051806040016040528060048152602001634c6f6f6b60e01b815250604051806040016040528060048152602001634c4f4f4b60e01b8152508160009080519060200190620000649291906200108e565b5080516200007a9060019060208401906200108e565b50506001600a55506200008d336200103c565b6321a69254600d81905550610bb9600e8190555073196fd570d49de7cf8aab245f63330d6957a9223a637008cfaf6040518163ffffffff1660e01b815260040160006040518083038186803b158015620000e657600080fd5b505af4158015620000fb573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000125919081019062001983565b60008052600c6020526200015d907f13649b2456f1b42fef0f0040b3aaeabcd21a76a0f3f5defd4f583839455116e89060036200111d565b5073196fd570d49de7cf8aab245f63330d6957a9223a63e4aa43786040518163ffffffff1660e01b815260040160006040518083038186803b158015620001a357600080fd5b505af4158015620001b8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620001e2919081019062001983565b6001600052600c6020526200021b907fd421a5181c571bba3f01190c922c3b2a896fc1d84e86c9f17ac10e67ebef8b5c9060036200111d565b5073196fd570d49de7cf8aab245f63330d6957a9223a639cf7d6c56040518163ffffffff1660e01b815260040160006040518083038186803b1580156200026157600080fd5b505af415801562000276573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620002a0919081019062001983565b6002600052600c602052620002d9907f5d6016397a73f5e079297ac5a36fef17b4d9c3831618e63ab105738020ddd7209060036200111d565b5073196fd570d49de7cf8aab245f63330d6957a9223a63155dd7546040518163ffffffff1660e01b815260040160006040518083038186803b1580156200031f57600080fd5b505af415801562000334573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200035e91908101906200166d565b6003600052600c60205262000397907fc0da782485e77ae272268ae0a3ff44c1552ecb60b3743924de17a815e0a3cfd79060126200117d565b5073196fd570d49de7cf8aab245f63330d6957a9223a639cec3e636040518163ffffffff1660e01b815260040160006040518083038186803b158015620003dd57600080fd5b505af4158015620003f2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200041c9190810190620015c0565b6004600052600c60205262000455907f5b84bb9e0f5aa9cc45a8bb66468db5d4816d1e75ff86b5e1f1dd8d144dab8097906011620011cf565b5073196fd570d49de7cf8aab245f63330d6957a9223a63efaac1bc6040518163ffffffff1660e01b815260040160006040518083038186803b1580156200049b57600080fd5b505af4158015620004b0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620004da9190810190620018e5565b6005600052600c60205262000513907f2cd9ebf6ff19cdd7ffcc447d7c7d47b5991f5c7392a04512134e765802361fa690601d62001221565b5073196fd570d49de7cf8aab245f63330d6957a9223a635ee7c5316040518163ffffffff1660e01b815260040160006040518083038186803b1580156200055957600080fd5b505af41580156200056e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000598919081019062001b5a565b6006600052600c602052620005d1907f980f427e00e74f6d338adfccc7468518c8c8ea00836d0dce98c5fe154e17bf2b90600862001273565b5073196fd570d49de7cf8aab245f63330d6957a9223a63e956e6e36040518163ffffffff1660e01b815260040160006040518083038186803b1580156200061757600080fd5b505af41580156200062c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000656919081019062001bf8565b6007600052600c6020526200068f907fdae089abd7155aa13ce498edb0d7a7156b783d015031f10c9a3d4f5fcb518971906009620012c5565b5073196fd570d49de7cf8aab245f63330d6957a9223a6326cac8fc6040518163ffffffff1660e01b815260040160006040518083038186803b158015620006d557600080fd5b505af4158015620006ea573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000714919081019062001abd565b6008600052600c6020526200074d907f5ff1be3842b54290a9d10674244dae5848d2371b5314790c54805c086586e1df90600762001317565b5073196fd570d49de7cf8aab245f63330d6957a9223a638d5c798b6040518163ffffffff1660e01b815260040160006040518083038186803b1580156200079357600080fd5b505af4158015620007a8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620007d2919081019062001983565b6009600052600c6020526200080b907f2fb3c9afecd3f0d43923381d3e9f60168c039b98f0b7120382e81b682b7bc3169060036200111d565b5073196fd570d49de7cf8aab245f63330d6957a9223a63f6faf90c6040518163ffffffff1660e01b815260040160006040518083038186803b1580156200085157600080fd5b505af415801562000866573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000890919081019062001983565b600a600052600c602052620008c9907f9e6c92d7be355807bd948171438a5e65aaf9e4c36f1405c1b9ca25d27c4ea3a09060036200111d565b5073196fd570d49de7cf8aab245f63330d6957a9223a6333e427216040518163ffffffff1660e01b815260040160006040518083038186803b1580156200090f57600080fd5b505af415801562000924573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200094e919081019062001a20565b600b600052600c60205262000987907f6a9911425952520efa6de3784a0ac63c35d3c5bb392028ea0beb0dc41a19195790600462001369565b5073196fd570d49de7cf8aab245f63330d6957a9223a635fd289d96040518163ffffffff1660e01b815260040160006040518083038186803b158015620009cd57600080fd5b505af4158015620009e2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000a0c919081019062001a20565b600c600081905260205262000a45907f37877ab6ac9e279d19a4db3294b259b5a4163c0ed597627ae79e33d80cde4db890600462001369565b5073196fd570d49de7cf8aab245f63330d6957a9223a6397e90ccd6040518163ffffffff1660e01b815260040160006040518083038186803b15801562000a8b57600080fd5b505af415801562000aa0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000aca919081019062001a20565b600d600052600c60205262000b03907f551134c3788a756a109c6e227f794518fef985fa2ba3fac727bcd6dac5e98e8f90600462001369565b5073196fd570d49de7cf8aab245f63330d6957a9223a6378899ad86040518163ffffffff1660e01b815260040160006040518083038186803b15801562000b4957600080fd5b505af415801562000b5e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000b88919081019062001a20565b600e600052600c60205262000bc1907f4c711c77a2730b2744c96ef60e2967c2b4247d6a372f8b2e95c748d1459b238090600462001369565b5073196fd570d49de7cf8aab245f63330d6957a9223a63f2cd1d086040518163ffffffff1660e01b815260040160006040518083038186803b15801562000c0757600080fd5b505af415801562000c1c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000c46919081019062001847565b600f600052600c60205262000c7f907f977a47af6886c81cccba9ceb5316ec9b4027c59ac276de3e2cb39ec8af72ee7b906018620013bb565b5073196fd570d49de7cf8aab245f63330d6957a9223a632ff234056040518163ffffffff1660e01b815260040160006040518083038186803b15801562000cc557600080fd5b505af415801562000cda573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000d04919081019062001847565b6010600052600c60205262000d3d907ffba2bf5b1dd468baf16221045792a70d5cdd656b9f3da14b127c3e81dc5d6de2906018620013bb565b5073196fd570d49de7cf8aab245f63330d6957a9223a63434d4ed96040518163ffffffff1660e01b815260040160006040518083038186803b15801562000d8357600080fd5b505af415801562000d98573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000dc29190810190620017a9565b6011600052600c60205262000dfb907f270e7751614d4e91a095cd3ace3f4d517c1b37aa711dfeaf72be0b76abd048399060156200140d565b5073196fd570d49de7cf8aab245f63330d6957a9223a63a09cb9696040518163ffffffff1660e01b815260040160006040518083038186803b15801562000e4157600080fd5b505af415801562000e56573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000e8091908101906200170b565b6012600052600c60205262000eb9907f63ad5e8597ed00826582ffe8302b2704b28344c60ae5645ec296a6326e0ed3459060136200145f565b5073196fd570d49de7cf8aab245f63330d6957a9223a6396bd377d6040518163ffffffff1660e01b815260040160006040518083038186803b15801562000eff57600080fd5b505af415801562000f14573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000f3e91908101906200170b565b60136000819052600c60205262000f77917fe02ca69cf2f93f7a389d26d1c6b52e01a88a074c056dfe4bf6a3c69d4a8041e2916200145f565b5073196fd570d49de7cf8aab245f63330d6957a9223a631fa759546040518163ffffffff1660e01b815260040160006040518083038186803b15801562000fbd57600080fd5b505af415801562000fd2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000ffc91908101906200170b565b6014600052600c60205262001035907f55664edbebd57273ba1f6d1c017cd920bbceea562d5502a6837280a660edef959060136200145f565b5062001ec1565b600b80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b8280546200109c9062001e6e565b90600052602060002090601f016020900481019282620010c057600085556200110b565b82601f10620010db57805160ff19168380011785556200110b565b828001600101855582156200110b579182015b828111156200110b578251825591602001919060010190620010ee565b5062001119929150620014b1565b5090565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f57825180516200115e9184916020909101906200108e565b50916020019190600101906200113e565b5062001119929150620014c8565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f5782518051620011be9184916020909101906200108e565b50916020019190600101906200119e565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f5782518051620012109184916020909101906200108e565b5091602001919060010190620011f0565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f5782518051620012629184916020909101906200108e565b509160200191906001019062001242565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f5782518051620012b49184916020909101906200108e565b509160200191906001019062001294565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f5782518051620013069184916020909101906200108e565b5091602001919060010190620012e6565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f5782518051620013589184916020909101906200108e565b509160200191906001019062001338565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f5782518051620013aa9184916020909101906200108e565b50916020019190600101906200138a565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f5782518051620013fc9184916020909101906200108e565b5091602001919060010190620013dc565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f57825180516200144e9184916020909101906200108e565b50916020019190600101906200142e565b8280548282559060005260206000209081019282156200116f579160200282015b828111156200116f5782518051620014a09184916020909101906200108e565b509160200191906001019062001480565b5b80821115620011195760008155600101620014b2565b8082111562001119576000620014df8282620014e9565b50600101620014c8565b508054620014f79062001e6e565b6000825580601f1062001508575050565b601f016020900490600052602060002090810190620015289190620014b1565b50565b600082601f8301126200153d57600080fd5b81516001600160401b0381111562001559576200155962001eab565b60206200156f601f8301601f1916820162001e3b565b82815285828487010111156200158457600080fd5b60005b83811015620015a457858101830151828201840152820162001587565b83811115620015b65760008385840101525b5095945050505050565b60006020808385031215620015d457600080fd5b82516001600160401b0380821115620015ec57600080fd5b818501915085601f8301126200160157600080fd5b6200160b62001c96565b808388610220860111156200161f57600080fd5b6000805b60118110156200165e578251868111156200163c578283fd5b6200164a8c828a016200152b565b865250938701939187019160010162001623565b50919998505050505050505050565b600060208083850312156200168157600080fd5b82516001600160401b03808211156200169957600080fd5b818501915085601f830112620016ae57600080fd5b620016b862001cc2565b80838861024086011115620016cc57600080fd5b6000805b60128110156200165e57825186811115620016e9578283fd5b620016f78c828a016200152b565b8652509387019391870191600101620016d0565b600060208083850312156200171f57600080fd5b82516001600160401b03808211156200173757600080fd5b818501915085601f8301126200174c57600080fd5b6200175662001ce8565b808388610260860111156200176a57600080fd5b6000805b60138110156200165e5782518681111562001787578283fd5b620017958c828a016200152b565b86525093870193918701916001016200176e565b60006020808385031215620017bd57600080fd5b82516001600160401b0380821115620017d557600080fd5b818501915085601f830112620017ea57600080fd5b620017f462001d0e565b8083886102a0860111156200180857600080fd5b6000805b60158110156200165e5782518681111562001825578283fd5b620018338c828a016200152b565b86525093870193918701916001016200180c565b600060208083850312156200185b57600080fd5b82516001600160401b03808211156200187357600080fd5b818501915085601f8301126200188857600080fd5b6200189262001d34565b80838861030086011115620018a657600080fd5b6000805b60188110156200165e57825186811115620018c3578283fd5b620018d18c828a016200152b565b8652509387019391870191600101620018aa565b60006020808385031215620018f957600080fd5b82516001600160401b03808211156200191157600080fd5b818501915085601f8301126200192657600080fd5b6200193062001d5a565b8083886103a0860111156200194457600080fd5b6000805b601d8110156200165e5782518681111562001961578283fd5b6200196f8c828a016200152b565b865250938701939187019160010162001948565b600060208083850312156200199757600080fd5b82516001600160401b0380821115620019af57600080fd5b818501915085601f830112620019c457600080fd5b620019ce62001d80565b808388606086011115620019e157600080fd5b6000805b60038110156200165e57825186811115620019fe578283fd5b62001a0c8c828a016200152b565b8652509387019391870191600101620019e5565b6000602080838503121562001a3457600080fd5b82516001600160401b038082111562001a4c57600080fd5b818501915085601f83011262001a6157600080fd5b62001a6b62001da5565b80838860808601111562001a7e57600080fd5b6000805b60048110156200165e5782518681111562001a9b578283fd5b62001aa98c828a016200152b565b865250938701939187019160010162001a82565b6000602080838503121562001ad157600080fd5b82516001600160401b038082111562001ae957600080fd5b818501915085601f83011262001afe57600080fd5b62001b0862001dca565b80838860e08601111562001b1b57600080fd5b6000805b60078110156200165e5782518681111562001b38578283fd5b62001b468c828a016200152b565b865250938701939187019160010162001b1f565b6000602080838503121562001b6e57600080fd5b82516001600160401b038082111562001b8657600080fd5b818501915085601f83011262001b9b57600080fd5b62001ba562001def565b8083886101008601111562001bb957600080fd5b6000805b60088110156200165e5782518681111562001bd6578283fd5b62001be48c828a016200152b565b865250938701939187019160010162001bbd565b6000602080838503121562001c0c57600080fd5b82516001600160401b038082111562001c2457600080fd5b818501915085601f83011262001c3957600080fd5b62001c4362001e15565b8083886101208601111562001c5757600080fd5b6000805b60098110156200165e5782518681111562001c74578283fd5b62001c828c828a016200152b565b865250938701939187019160010162001c5b565b60405161022081016001600160401b038111828210171562001cbc5762001cbc62001eab565b60405290565b60405161024081016001600160401b038111828210171562001cbc5762001cbc62001eab565b60405161026081016001600160401b038111828210171562001cbc5762001cbc62001eab565b6040516102a081016001600160401b038111828210171562001cbc5762001cbc62001eab565b60405161030081016001600160401b038111828210171562001cbc5762001cbc62001eab565b6040516103a081016001600160401b038111828210171562001cbc5762001cbc62001eab565b604051606081016001600160401b038111828210171562001cbc5762001cbc62001eab565b604051608081016001600160401b038111828210171562001cbc5762001cbc62001eab565b60405160e081016001600160401b038111828210171562001cbc5762001cbc62001eab565b60405161010081016001600160401b038111828210171562001cbc5762001cbc62001eab565b60405161012081016001600160401b038111828210171562001cbc5762001cbc62001eab565b604051601f8201601f191681016001600160401b038111828210171562001e665762001e6662001eab565b604052919050565b600181811c9082168062001e8357607f821691505b6020821081141562001ea557634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b6156108062001ed16000396000f3fe608060405234801561001057600080fd5b506004361061021c5760003560e01c80634f6ccce711610125578063964d8de8116100ad578063c87b56dd1161007c578063c87b56dd14610482578063d74a432314610495578063e23aff0f146104a8578063e985e9c5146104bb578063f2fde38b146104f757600080fd5b8063964d8de814610440578063a22cb46514610449578063b88d4fde1461045c578063c062b4521461046f57600080fd5b8063715018a6116100f4578063715018a6146103f9578063873228161461040157806388625d5f146104145780638da5cb5b1461042757806395d89b411461043857600080fd5b80634f6ccce7146103ad5780636352211e146103c057806364034b01146103d357806370a08231146103e657600080fd5b80632f745c59116101a85780634156658511610177578063415665851461034857806342842e0e1461036b57806344825ea91461037e578063479fa2c3146103915780634a2b5ef8146103a457600080fd5b80632f745c59146102fc57806334aedda91461030f578063379607f5146103225780633a7d22bc1461033557600080fd5b806318160ddd116101ef57806318160ddd1461029e578063227275ef146102b057806322ced721146102c357806323b872dd146102d657806323ecdc04146102e957600080fd5b806301ffc9a71461022157806306fdde0314610249578063081812fc1461025e578063095ea7b314610289575b600080fd5b61023461022f3660046145e4565b61050a565b60405190151581526020015b60405180910390f35b610251610535565b6040516102409190614bcd565b61027161026c3660046146b5565b6105c7565b6040516001600160a01b039091168152602001610240565b61029c610297366004613fdb565b610661565b005b6008545b604051908152602001610240565b61029c6102be366004614005565b610777565b6102516102d13660046146b5565b61080d565b61029c6102e4366004613ebe565b610836565b6102516102f73660046146b5565b610867565b6102a261030a366004613fdb565b610895565b61025161031d3660046146b5565b61092b565b61029c6103303660046146b5565b610955565b6102516103433660046146b5565b610a6d565b610234610356366004613e69565b600f6020526000908152604090205460ff1681565b61029c610379366004613ebe565b610a98565b61029c61038c3660046146b5565b610ab3565b61025161039f3660046146b5565b610ae2565b6102a2600e5481565b6102a26103bb3660046146b5565b610b0a565b6102716103ce3660046146b5565b610b9d565b61029c6103e13660046146b5565b610c14565b6102a26103f4366004613e69565b610c43565b61029c610cca565b61029c61040f366004614005565b610d00565b6102516104223660046146b5565b610d92565b600b546001600160a01b0316610271565b610251610dba565b6102a2600d5481565b61029c610457366004613f9f565b610dc9565b61029c61046a366004613efa565b610e8e565b61025161047d3660046146b5565b610ec6565b6102516104903660046146b5565b610ef1565b6102516104a33660046146b5565b61152c565b6102516104b63660046146b5565b611557565b6102346104c9366004613e8b565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b61029c610505366004613e69565b611580565b60006001600160e01b0319821663780e9d6360e01b148061052f575061052f8261161b565b92915050565b60606000805461054490614ebb565b80601f016020809104026020016040519081016040528092919081815260200182805461057090614ebb565b80156105bd5780601f10610592576101008083540402835291602001916105bd565b820191906000526020600020905b8154815290600101906020018083116105a057829003601f168201915b5050505050905090565b6000818152600260205260408120546001600160a01b03166106455760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b600061066c82610b9d565b9050806001600160a01b0316836001600160a01b031614156106da5760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b606482015260840161063c565b336001600160a01b03821614806106f657506106f681336104c9565b6107685760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000606482015260840161063c565b610772838361166b565b505050565b600b546001600160a01b031633146107a15760405162461bcd60e51b815260040161063c90614c32565b60005b8151811015610809576001600f60008484815181106107c5576107c5614f67565b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff19169115159190911790558061080181614ef6565b9150506107a4565b5050565b606061052f8260405180604001604052806005815260200164534841504560d81b8152506116d9565b6108403382613445565b61085c5760405162461bcd60e51b815260040161063c90614c67565b61077283838361353c565b606061052f826040518060400160405280600a815260200169109050d2d1d493d5539160b21b8152506116d9565b60006108a083610c43565b82106109025760405162461bcd60e51b815260206004820152602b60248201527f455243373231456e756d657261626c653a206f776e657220696e646578206f7560448201526a74206f6620626f756e647360a81b606482015260840161063c565b506001600160a01b03919091166000908152600660209081526040808320938352929052205490565b606061052f826040518060400160405280600681526020016521a7a627aaa960d11b8152506116d9565b6002600a5414156109a85760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161063c565b6002600a5580158015906109bd5750610bb981105b6109fc5760405162461bcd60e51b815260206004820152601060248201526f151bdad95b881251081a5b9d985b1a5960821b604482015260640161063c565b336000908152600f602052604090205460ff16610a5b5760405162461bcd60e51b815260206004820152601760248201527f41646472657373206e6f742077686974656c6973746564000000000000000000604482015260640161063c565b610a6533826136e7565b506001600a55565b606061052f82604051806040016040528060078152602001661153115351539560ca1b8152506116d9565b61077283838360405180602001604052806000815250610e8e565b600b546001600160a01b03163314610add5760405162461bcd60e51b815260040161063c90614c32565b600e55565b606061052f8260405180604001604052806004815260200163464f524d60e01b8152506116d9565b6000610b1560085490565b8210610b785760405162461bcd60e51b815260206004820152602c60248201527f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60448201526b7574206f6620626f756e647360a01b606482015260840161063c565b60088281548110610b8b57610b8b614f67565b90600052602060002001549050919050565b6000818152600260205260408120546001600160a01b03168061052f5760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b606482015260840161063c565b600b546001600160a01b03163314610c3e5760405162461bcd60e51b815260040161063c90614c32565b600d55565b60006001600160a01b038216610cae5760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b606482015260840161063c565b506001600160a01b031660009081526003602052604090205490565b600b546001600160a01b03163314610cf45760405162461bcd60e51b815260040161063c90614c32565b610cfe6000613701565b565b600b546001600160a01b03163314610d2a5760405162461bcd60e51b815260040161063c90614c32565b60005b8151811015610809576000600f6000848481518110610d4e57610d4e614f67565b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff191691151591909117905580610d8a81614ef6565b915050610d2d565b606061052f82604051806040016040528060048152602001634c494e4560e01b8152506116d9565b60606001805461054490614ebb565b6001600160a01b038216331415610e225760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015260640161063c565b3360008181526005602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b610e983383613445565b610eb45760405162461bcd60e51b815260040161063c90614c67565b610ec084848484613753565b50505050565b606061052f82604051806040016040528060078152602001665445585455524560c81b8152506116d9565b6060600e54610eff60085490565b10156111e757610f0d613dc1565b604051806101c0016040528061018e815260200161513a61018e91398152604080516060810190915260318082526155816020830139816002602002015260405163348051d760e11b81526004810184905273ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a490636900a3ae9060240160006040518083038186803b158015610f9657600080fd5b505af4158015610faa573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610fd2919081019061461e565b6060808301919091526040805191820190526033808252614faa6020830139608082015260085473ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a490636900a3ae9061102190610bb8614e78565b6040518263ffffffff1660e01b815260040161103f91815260200190565b60006040518083038186803b15801561105757600080fd5b505af415801561106b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611093919081019061461e565b60a082015260408051610160810190915261012d8082526152c8602083013960c0820181905281516020808401516040808601516060870151608088015160a089015193516000986110ef98979495939492939290910161477e565b60408051601f198184030181529082905263348051d760e11b82526004820186905291506000906111bb9073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a490636900a3ae9060240160006040518083038186803b15801561115157600080fd5b505af4158015611165573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261118d919081019061461e565b61119684613786565b6040516020016111a79291906149fd565b604051602081830303815290604052613786565b9050806040516020016111ce9190614b4b565b60408051601f1981840301815291905295945050505050565b6111ef613de8565b604051806101c0016040528061018c81526020016153f561018c9139815261121683610867565b816001602002018190525060405180606001604052806031815260200161558160319139816002602002015260405163348051d760e11b81526004810184905273ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a490636900a3ae9060240160006040518083038186803b15801561128d57600080fd5b505af41580156112a1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112c9919081019061461e565b6060808301919091526040805191820190526028808252614fdd602083013960808201526112f68361152c565b60a082015260408051606081019091526028808252615057602083013960c082015261132183610ec6565b60e08201526040805160608101909152602980825261507f602083013961010082015261134d8361092b565b6101208201526040805160608101909152602980825261502e602083013961014082015261137a83610d92565b610160820152604080516060810190915260298082526150d160208301396101808201526113a783611557565b6101a08201526040805160608101909152602980825261500560208301396101c08201526113d48361080d565b6101e0820152604080516060810190915260298082526155b2602083013961020082015261140183610ae2565b610220820152604080516060810190915260298082526150a8602083013961024082015261142e83610a6d565b610260820152604080518082018252600d81526c1e17ba32bc3a1f1e17b9bb339f60991b602080830191909152610280840191909152825181840151838501516060860151608087015160a088015160c089015160e08a01516101008b0151995160009a61149e9a909101614810565b60408051808303601f19018152908290526101208401516101408501516101608601516101808701516101a08801516101c08901516101e08a01516102008b01519799506114f1988a9890602001614810565b60408051808303601f19018152908290526102208401516102408501516102608601516102808701519395506110ef94869490602001614713565b606061052f82604051806040016040528060078152602001662820aa2a22a92760c91b8152506116d9565b606061052f8260405180604001604052806005815260200164464c41524560d81b8152506116d9565b600b546001600160a01b031633146115aa5760405162461bcd60e51b815260040161063c90614c32565b6001600160a01b03811661160f5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161063c565b61161881613701565b50565b60006001600160e01b031982166380ac58cd60e01b148061164c57506001600160e01b03198216635b5e139f60e01b145b8061052f57506301ffc9a760e01b6001600160e01b031983161461052f565b600081815260046020526040902080546001600160a01b0319166001600160a01b03841690811790915581906116a082610b9d565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6060600083600d5473ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a46322b8d04473ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a4636900a3ae600d548a6117239190614e59565b6040518263ffffffff1660e01b815260040161174191815260200190565b60006040518083038186803b15801561175957600080fd5b505af415801561176d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611795919081019061461e565b60405163348051d760e11b8152600481018a905273ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a490636900a3ae9060240160006040518083038186803b1580156117e057600080fd5b505af41580156117f4573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261181c919081019061461e565b600d54611829908b614e59565b60405160200161183b939291906148d1565b6040516020818303038152906040526040518263ffffffff1660e01b81526004016118669190614bcd565b60206040518083038186803b15801561187e57600080fd5b505af4158015611892573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118b691906146ce565b6118c09190614e2d565b6118ca9190614e2d565b9050600073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a46322b8d04473ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a4636900a3ae600d54896119109190614e2d565b6040518263ffffffff1660e01b815260040161192e91815260200190565b60006040518083038186803b15801561194657600080fd5b505af415801561195a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611982919081019061461e565b604051602001611992919061499c565b6040516020818303038152906040526040518263ffffffff1660e01b81526004016119bd9190614bcd565b60206040518083038186803b1580156119d557600080fd5b505af41580156119e9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a0d91906146ce565b9050600073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a46322b8d04473ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a4636900a3ae600d548a611a539190614e2d565b6040518263ffffffff1660e01b8152600401611a7191815260200190565b60006040518083038186803b158015611a8957600080fd5b505af4158015611a9d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611ac5919081019061461e565b604051602001611ad59190614b1d565b6040516020818303038152906040526040518263ffffffff1660e01b8152600401611b009190614bcd565b60206040518083038186803b158015611b1857600080fd5b505af4158015611b2c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b5091906146ce565b9050606060006040518060c001604052806000815260200160018152602001600281526020016003815260200160048152602001600581525090506000600686611b9a9190614f11565b90508060011415611bdf576040518060c00160405280600181526020016002815260200160038152602001600481526020016005815260200160008152509150611ce7565b8060021415611c22576040518060c00160405280600281526020016003815260200160048152602001600581526020016000815260200160018152509150611ce7565b8060031415611c65576040518060c00160405280600381526020016004815260200160058152602001600081526020016001815260200160028152509150611ce7565b8060041415611ca8576040518060c00160405280600481526020016005815260200160008152602001600181526020016002815260200160038152509150611ce7565b8060051415611ce7576040518060c001604052806005815260200160008152602001600181526020016002815260200160038152602001600481525091505b6040805180820190915260078152665445585455524560c81b6020918201528851908901207f4626f781f273a4f3944e61951691596bcf7a61039d5e75e2a4e003e5ab010cc6141561202f5773c01650f856dffdc1e90f46a3dd12dce15d7529346340d4aa266040518163ffffffff1660e01b815260040160006040518083038186803b158015611d7757600080fd5b505af4158015611d8b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611db391908101906144cc565b73c01650f856dffdc1e90f46a3dd12dce15d7529346340d4aa266040518163ffffffff1660e01b815260040160006040518083038186803b158015611df757600080fd5b505af4158015611e0b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e3391908101906144cc565b50611e3f604088614f11565b60408110611e4f57611e4f614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b158015611eb157600080fd5b505af4158015611ec5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ee9919061455f565b855160068110611efb57611efb614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015611fda578382906000526020600020018054611f4d90614ebb565b80601f0160208091040260200160405190810160405280929190818152602001828054611f7990614ebb565b8015611fc65780601f10611f9b57610100808354040283529160200191611fc6565b820191906000526020600020905b815481529060010190602001808311611fa957829003601f168201915b505050505081526020019060010190611f2e565b5050505090508381825189611fef9190614f11565b81518110611fff57611fff614f67565b6020026020010151604051602001612018929190614906565b604051602081830303815290604052935050613438565b60408051808201909152600681526521a7a627aaa960d11b6020918201528851908901207fc54f8b7c18bb55aaf859e7a8ae1f1fa55789dafd17b24370457e8f9e46d9bb1814156123245773c01650f856dffdc1e90f46a3dd12dce15d752934631e9353326040518163ffffffff1660e01b815260040160006040518083038186803b1580156120be57600080fd5b505af41580156120d2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120fa9190810190614439565b73c01650f856dffdc1e90f46a3dd12dce15d752934631e9353326040518163ffffffff1660e01b815260040160006040518083038186803b15801561213e57600080fd5b505af4158015612152573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261217a9190810190614439565b50612186603688614f11565b6036811061219657612196614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b1580156121f857600080fd5b505af415801561220c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612230919061455f565b60208601516006811061224557612245614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015611fda57838290600052602060002001805461229790614ebb565b80601f01602080910402602001604051908101604052809291908181526020018280546122c390614ebb565b80156123105780601f106122e557610100808354040283529160200191612310565b820191906000526020600020905b8154815290600101906020018083116122f357829003601f168201915b505050505081526020019060010190612278565b604080518082019091526005815264534841504560d81b6020918201528851908901207fa7f75c9cfa44245596113c9cb1fcdeb5c14cbaf99bbe769f0612e339004b50ad14156126185773c01650f856dffdc1e90f46a3dd12dce15d75293463184f96546040518163ffffffff1660e01b815260040160006040518083038186803b1580156123b257600080fd5b505af41580156123c6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526123ee9190810190614313565b73c01650f856dffdc1e90f46a3dd12dce15d75293463184f96546040518163ffffffff1660e01b815260040160006040518083038186803b15801561243257600080fd5b505af4158015612446573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261246e9190810190614313565b5061247a602788614f11565b6027811061248a5761248a614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b1580156124ec57600080fd5b505af4158015612500573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612524919061455f565b60408601516006811061253957612539614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015611fda57838290600052602060002001805461258b90614ebb565b80601f01602080910402602001604051908101604052809291908181526020018280546125b790614ebb565b80156126045780601f106125d957610100808354040283529160200191612604565b820191906000526020600020905b8154815290600101906020018083116125e757829003601f168201915b50505050508152602001906001019061256c565b6040805180820190915260078152661153115351539560ca1b6020918201528851908901207ff2d791055772dc27323eb2f975794cdb3746e6ddf0693bf535d94bf6b19a6c1f141561290e5773c01650f856dffdc1e90f46a3dd12dce15d75293463669f84ee6040518163ffffffff1660e01b815260040160006040518083038186803b1580156126a857600080fd5b505af41580156126bc573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526126e491908101906140b8565b73c01650f856dffdc1e90f46a3dd12dce15d75293463669f84ee6040518163ffffffff1660e01b815260040160006040518083038186803b15801561272857600080fd5b505af415801561273c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261276491908101906140b8565b50612770607188614f11565b6071811061278057612780614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b1580156127e257600080fd5b505af41580156127f6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061281a919061455f565b60608601516006811061282f5761282f614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015611fda57838290600052602060002001805461288190614ebb565b80601f01602080910402602001604051908101604052809291908181526020018280546128ad90614ebb565b80156128fa5780601f106128cf576101008083540402835291602001916128fa565b820191906000526020600020905b8154815290600101906020018083116128dd57829003601f168201915b505050505081526020019060010190612862565b6040805180820190915260048152634c494e4560e01b6020918201528851908901207f012f106afdc0be083224a6d376ad6cfd3d6cca129d72d0f61a2f6a1df39454861415612cee5773c01650f856dffdc1e90f46a3dd12dce15d75293463d14082cc6040518163ffffffff1660e01b815260040160006040518083038186803b15801561299b57600080fd5b505af41580156129af573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526129d79190810190614280565b73c01650f856dffdc1e90f46a3dd12dce15d75293463d14082cc6040518163ffffffff1660e01b815260040160006040518083038186803b158015612a1b57600080fd5b505af4158015612a2f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612a579190810190614280565b50612a63602188614f11565b60218110612a7357612a73614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b158015612ad557600080fd5b505af4158015612ae9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b0d919061455f565b608086015160068110612b2257612b22614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015612c01578382906000526020600020018054612b7490614ebb565b80601f0160208091040260200160405190810160405280929190818152602001828054612ba090614ebb565b8015612bed5780601f10612bc257610100808354040283529160200191612bed565b820191906000526020600020905b815481529060010190602001808311612bd057829003601f168201915b505050505081526020019060010190612b55565b5050604051634dc0eb5760e11b8152600481018a9052602481018e905292935060009273ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49250639b81d6ae915060440160006040518083038186803b158015612c5d57600080fd5b505af4158015612c71573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612c999190810190614652565b50905080858384518b612cac9190614f11565b81518110612cbc57612cbc614f67565b6020026020010151604051602001612cd693929190614942565b60405160208183030381529060405294505050613438565b604080518082019091526004815263464f524d60e01b6020918201528851908901207f6c5fbee76ec0ed0ab8d4f87103fde69b1660c30cf8e2db0d0397aa12ebd93d6f141561308c5773c01650f856dffdc1e90f46a3dd12dce15d75293463e7c43aa06040518163ffffffff1660e01b815260040160006040518083038186803b158015612d7b57600080fd5b505af4158015612d8f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612db7919081019061415a565b73c01650f856dffdc1e90f46a3dd12dce15d75293463e7c43aa06040518163ffffffff1660e01b815260040160006040518083038186803b158015612dfb57600080fd5b505af4158015612e0f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612e37919081019061415a565b50612e43601788614f11565b60178110612e5357612e53614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b158015612eb557600080fd5b505af4158015612ec9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eed919061455f565b60a086015160068110612f0257612f02614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015612fe1578382906000526020600020018054612f5490614ebb565b80601f0160208091040260200160405190810160405280929190818152602001828054612f8090614ebb565b8015612fcd5780601f10612fa257610100808354040283529160200191612fcd565b820191906000526020600020905b815481529060010190602001808311612fb057829003601f168201915b505050505081526020019060010190612f35565b5050604051634dc0eb5760e11b8152600481018a9052602481018e905292935060009273ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49250639b81d6ae915060440160006040518083038186803b15801561303d57600080fd5b505af4158015613051573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526130799190810190614652565b91505080858384518b612cac9190614f11565b604080518082019091526005815264464c41524560d81b6020918201528851908901207fadc2b1e46e7491f0df81cc45597480e2243249a7d2878b2b8d6940f93ef2902314156131fe5773c01650f856dffdc1e90f46a3dd12dce15d752934639eb1ebe06040518163ffffffff1660e01b815260040160006040518083038186803b15801561311a57600080fd5b505af415801561312e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261315691908101906143a6565b73c01650f856dffdc1e90f46a3dd12dce15d752934639eb1ebe06040518163ffffffff1660e01b815260040160006040518083038186803b15801561319a57600080fd5b505af41580156131ae573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526131d691908101906143a6565b506131e2602d88614f11565b602d81106131f2576131f2614f67565b60200201519250613438565b6040805180820190915260078152662820aa2a22a92760c91b6020918201528851908901207f7db5dd00a3c7f49254417417eac11f1f0daac3e2b1d43865bbde7b11d07b239414156133145773ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a4636900a3ae61326f60b189614f11565b61327c90620186ad614e2d565b6040518263ffffffff1660e01b815260040161329a91815260200190565b60006040518083038186803b1580156132b257600080fd5b505af41580156132c6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526132ee919081019061461e565b6040516020016132fe91906149d0565b6040516020818303038152906040529250613438565b73c01650f856dffdc1e90f46a3dd12dce15d75293463af804d2b6040518163ffffffff1660e01b815260040160006040518083038186803b15801561335857600080fd5b505af415801561336c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261339491908101906141ed565b73c01650f856dffdc1e90f46a3dd12dce15d75293463af804d2b6040518163ffffffff1660e01b815260040160006040518083038186803b1580156133d857600080fd5b505af41580156133ec573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261341491908101906141ed565b50613420601e88614f11565b601e811061343057613430614f67565b602002015192505b5090979650505050505050565b6000818152600260205260408120546001600160a01b03166134be5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b606482015260840161063c565b60006134c983610b9d565b9050806001600160a01b0316846001600160a01b031614806135045750836001600160a01b03166134f9846105c7565b6001600160a01b0316145b8061353457506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b031661354f82610b9d565b6001600160a01b0316146135b75760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b606482015260840161063c565b6001600160a01b0382166136195760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b606482015260840161063c565b6136248383836138eb565b61362f60008261166b565b6001600160a01b0383166000908152600360205260408120805460019290613658908490614e78565b90915550506001600160a01b0382166000908152600360205260408120805460019290613686908490614e2d565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6108098282604051806020016040528060008152506139a3565b600b80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b61375e84848461353c565b61376a848484846139d6565b610ec05760405162461bcd60e51b815260040161063c90614be0565b8051606090806137a6575050604080516020810190915260008152919050565b600060036137b5836002614e2d565b6137bf9190614e45565b6137ca906004614e59565b905060006137d9826020614e2d565b6001600160401b038111156137f0576137f0614f7d565b6040519080825280601f01601f19166020018201604052801561381a576020820181803683370190505b50905060006040518060600160405280604081526020016150fa604091399050600181016020830160005b868110156138a6576003818a01810151603f601282901c8116860151600c83901c8216870151600684901c831688015192909316870151600891821b60ff94851601821b92841692909201901b91160160e01b835260049092019101613845565b5060038606600181146138c057600281146138d1576138dd565b613d3d60f01b6001198301526138dd565b603d60f81b6000198301525b505050918152949350505050565b6001600160a01b0383166139465761394181600880546000838152600960205260408120829055600182018355919091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30155565b613969565b816001600160a01b0316836001600160a01b031614613969576139698382613ae3565b6001600160a01b0382166139805761077281613b80565b826001600160a01b0316826001600160a01b031614610772576107728282613c2f565b6139ad8383613c73565b6139ba60008484846139d6565b6107725760405162461bcd60e51b815260040161063c90614be0565b60006001600160a01b0384163b15613ad857604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290613a1a903390899088908890600401614b90565b602060405180830381600087803b158015613a3457600080fd5b505af1925050508015613a64575060408051601f3d908101601f19168201909252613a6191810190614601565b60015b613abe573d808015613a92576040519150601f19603f3d011682016040523d82523d6000602084013e613a97565b606091505b508051613ab65760405162461bcd60e51b815260040161063c90614be0565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050613534565b506001949350505050565b60006001613af084610c43565b613afa9190614e78565b600083815260076020526040902054909150808214613b4d576001600160a01b03841660009081526006602090815260408083208584528252808320548484528184208190558352600790915290208190555b5060009182526007602090815260408084208490556001600160a01b039094168352600681528383209183525290812055565b600854600090613b9290600190614e78565b60008381526009602052604081205460088054939450909284908110613bba57613bba614f67565b906000526020600020015490508060088381548110613bdb57613bdb614f67565b6000918252602080832090910192909255828152600990915260408082208490558582528120556008805480613c1357613c13614f51565b6001900381819060005260206000200160009055905550505050565b6000613c3a83610c43565b6001600160a01b039093166000908152600660209081526040808320868452825280832085905593825260079052919091209190915550565b6001600160a01b038216613cc95760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015260640161063c565b6000818152600260205260409020546001600160a01b031615613d2e5760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015260640161063c565b613d3a600083836138eb565b6001600160a01b0382166000908152600360205260408120805460019290613d63908490614e2d565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b6040518060e001604052806007905b6060815260200190600190039081613dd05790505090565b604080516102a0810190915260608152601460208201613dd0565b80356001600160a01b0381168114613e1a57600080fd5b919050565b600082601f830112613e3057600080fd5b8151613e43613e3e82614e06565b614dd6565b818152846020838601011115613e5857600080fd5b613534826020830160208701614e8f565b600060208284031215613e7b57600080fd5b613e8482613e03565b9392505050565b60008060408385031215613e9e57600080fd5b613ea783613e03565b9150613eb560208401613e03565b90509250929050565b600080600060608486031215613ed357600080fd5b613edc84613e03565b9250613eea60208501613e03565b9150604084013590509250925092565b60008060008060808587031215613f1057600080fd5b613f1985613e03565b9350613f2760208601613e03565b92506040850135915060608501356001600160401b03811115613f4957600080fd5b8501601f81018713613f5a57600080fd5b8035613f68613e3e82614e06565b818152886020838501011115613f7d57600080fd5b8160208401602083013760006020838301015280935050505092959194509250565b60008060408385031215613fb257600080fd5b613fbb83613e03565b915060208301358015158114613fd057600080fd5b809150509250929050565b60008060408385031215613fee57600080fd5b613ff783613e03565b946020939093013593505050565b6000602080838503121561401857600080fd5b82356001600160401b038082111561402f57600080fd5b818501915085601f83011261404357600080fd5b81358181111561405557614055614f7d565b8060051b9150614066848301614dd6565b8181528481019084860184860187018a101561408157600080fd5b600095505b838610156140ab5761409781613e03565b835260019590950194918601918601614086565b5098975050505050505050565b600060208083850312156140cb57600080fd5b82516001600160401b03808211156140e257600080fd5b818501915085601f8301126140f657600080fd5b6140fe614cb8565b808388610e208601111561411157600080fd5b6000805b607181101561414b5782518681111561412c578283fd5b6141388c828a01613e1f565b8652509387019391870191600101614115565b50919998505050505050505050565b6000602080838503121561416d57600080fd5b82516001600160401b038082111561418457600080fd5b818501915085601f83011261419857600080fd5b6141a0614ce1565b8083886102e0860111156141b357600080fd5b6000805b601781101561414b578251868111156141ce578283fd5b6141da8c828a01613e1f565b86525093870193918701916001016141b7565b6000602080838503121561420057600080fd5b82516001600160401b038082111561421757600080fd5b818501915085601f83011261422b57600080fd5b614233614d04565b8083886103c08601111561424657600080fd5b6000805b601e81101561414b57825186811115614261578283fd5b61426d8c828a01613e1f565b865250938701939187019160010161424a565b6000602080838503121561429357600080fd5b82516001600160401b03808211156142aa57600080fd5b818501915085601f8301126142be57600080fd5b6142c6614d27565b808388610420860111156142d957600080fd5b6000805b602181101561414b578251868111156142f4578283fd5b6143008c828a01613e1f565b86525093870193918701916001016142dd565b6000602080838503121561432657600080fd5b82516001600160401b038082111561433d57600080fd5b818501915085601f83011261435157600080fd5b614359614d4a565b8083886104e08601111561436c57600080fd5b6000805b602781101561414b57825186811115614387578283fd5b6143938c828a01613e1f565b8652509387019391870191600101614370565b600060208083850312156143b957600080fd5b82516001600160401b03808211156143d057600080fd5b818501915085601f8301126143e457600080fd5b6143ec614d6d565b8083886105a0860111156143ff57600080fd5b6000805b602d81101561414b5782518681111561441a578283fd5b6144268c828a01613e1f565b8652509387019391870191600101614403565b6000602080838503121561444c57600080fd5b82516001600160401b038082111561446357600080fd5b818501915085601f83011261447757600080fd5b61447f614d90565b8083886106c08601111561449257600080fd5b6000805b603681101561414b578251868111156144ad578283fd5b6144b98c828a01613e1f565b8652509387019391870191600101614496565b600060208083850312156144df57600080fd5b82516001600160401b03808211156144f657600080fd5b818501915085601f83011261450a57600080fd5b614512614db3565b8083886108008601111561452557600080fd5b6000805b604081101561414b57825186811115614540578283fd5b61454c8c828a01613e1f565b8652509387019391870191600101614529565b600060c0828403121561457157600080fd5b82601f83011261458057600080fd5b60405160c081018181106001600160401b03821117156145a2576145a2614f7d565b604052808360c081018610156145b757600080fd5b60005b60068110156145d95781518352602092830192909101906001016145ba565b509195945050505050565b6000602082840312156145f657600080fd5b8135613e8481614f93565b60006020828403121561461357600080fd5b8151613e8481614f93565b60006020828403121561463057600080fd5b81516001600160401b0381111561464657600080fd5b61353484828501613e1f565b6000806040838503121561466557600080fd5b82516001600160401b038082111561467c57600080fd5b61468886838701613e1f565b9350602085015191508082111561469e57600080fd5b506146ab85828601613e1f565b9150509250929050565b6000602082840312156146c757600080fd5b5035919050565b6000602082840312156146e057600080fd5b5051919050565b600081518084526146ff816020860160208601614e8f565b601f01601f19169290920160200192915050565b60008651614725818460208b01614e8f565b865190830190614739818360208b01614e8f565b865191019061474c818360208a01614e8f565b855191019061475f818360208901614e8f565b8451910190614772818360208801614e8f565b01979650505050505050565b6000885160206147918285838e01614e8f565b8951918401916147a48184848e01614e8f565b89519201916147b68184848d01614e8f565b88519201916147c88184848c01614e8f565b87519201916147da8184848b01614e8f565b86519201916147ec8184848a01614e8f565b85519201916147fe8184848901614e8f565b919091019a9950505050505050505050565b60008a51614822818460208f01614e8f565b8a5190830190614836818360208f01614e8f565b8a516148488183850160208f01614e8f565b8a5192909101019061485e818360208d01614e8f565b8851910190614871818360208c01614e8f565b87516148838183850160208c01614e8f565b8751929091010190614899818360208a01614e8f565b85516148ab8183850160208a01614e8f565b85519290910101906148c1818360208801614e8f565b019b9a5050505050505050505050565b600084516148e3818460208901614e8f565b8451908301906148f7818360208901614e8f565b01928352505060200192915050565b60008351614918818460208801614e8f565b600160fd1b9083019081528351614936816001840160208801614e8f565b01600101949350505050565b60008451614954818460208901614e8f565b8083019050600160fd1b8082528551614974816001850160208a01614e8f565b6001920191820152835161498f816002840160208801614e8f565b0160020195945050505050565b6b50524546495852414e444f4d60a01b8152600082516149c381600c850160208701614e8f565b91909101600c0192915050565b6444584d202360d81b8152600082516149f0816005850160208701614e8f565b9190910160050192915050565b737b226e616d65223a20224c6f6f6b426f6f6b202360601b81528251600090614a2d816014850160208801614e8f565b7f222c20226465736372697074696f6e223a20224c4f4f4b3a20436f6d706f73616014918401918201527f626c652c206f70656e20736f75726365206d657461766572736520666173686960348201527f6f6e2e204120776562332066617368696f6e2064657269766174697665206f6660548201527f20746865204c6f6f742070726f6a656374222c2022696d616765223a2022646160748201527f74613a696d6167652f7376672b786d6c3b6261736536342c000000000000000060948201528351614b028160ac840160208801614e8f565b61227d60f01b60ac929091019182015260ae01949350505050565b650a6aa8c8c92b60d31b815260008251614b3e816006850160208701614e8f565b9190910160060192915050565b7f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c000000815260008251614b8381601d850160208701614e8f565b91909101601d0192915050565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090614bc3908301846146e7565b9695505050505050565b602081526000613e8460208301846146e7565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b604051610e2081016001600160401b0381118282101715614cdb57614cdb614f7d565b60405290565b6040516102e081016001600160401b0381118282101715614cdb57614cdb614f7d565b6040516103c081016001600160401b0381118282101715614cdb57614cdb614f7d565b60405161042081016001600160401b0381118282101715614cdb57614cdb614f7d565b6040516104e081016001600160401b0381118282101715614cdb57614cdb614f7d565b6040516105a081016001600160401b0381118282101715614cdb57614cdb614f7d565b6040516106c081016001600160401b0381118282101715614cdb57614cdb614f7d565b60405161080081016001600160401b0381118282101715614cdb57614cdb614f7d565b604051601f8201601f191681016001600160401b0381118282101715614dfe57614dfe614f7d565b604052919050565b60006001600160401b03821115614e1f57614e1f614f7d565b50601f01601f191660200190565b60008219821115614e4057614e40614f25565b500190565b600082614e5457614e54614f3b565b500490565b6000816000190483118215151615614e7357614e73614f25565b500290565b600082821015614e8a57614e8a614f25565b500390565b60005b83811015614eaa578181015183820152602001614e92565b83811115610ec05750506000910152565b600181811c90821680614ecf57607f821691505b60208210811415614ef057634e487b7160e01b600052602260045260246000fd5b50919050565b6000600019821415614f0a57614f0a614f25565b5060010190565b600082614f2057614f20614f3b565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b03198116811461161857600080fdfe3c2f746578743e3c7465787420783d2231302220793d2236302220636c6173733d2262617365223e20546865726520617265203c2f746578743e3c7465787420783d2231302220793d2236302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d223136302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d223132302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d2238302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d223130302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d223230302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d223134302220636c6173733d2262617365223e4142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2f3c73766720786d6c6e733d22687474703a2f2f7777772e77332e6f72672f323030302f73766722207072657365727665417370656374526174696f3d22784d696e594d696e206d656574222076696577426f783d223020302033353020333530223e3c7374796c653e40696d706f72742075726c282268747470733a2f2f666f6e74732e676f6f676c65617069732e636f6d2f6373733f66616d696c793d496e6b6e75742b416e74697175613a3430302c3130302c3130306974616c69632c3330302c3330306974616c69632c3430306974616c69632c3530302c3530306974616c69632c3730302c3730306974616c69632c3930302c3930306974616c696322293b202e62617365207b2066696c6c3a2077686974653b20666f6e742d66616d696c793a20496e6b6e757420416e74697175613b20666f6e742d73697a653a20313070783b20666f6e742d7765696768743a626f6c643b207d3c2f7374796c653e3c726563742077696474683d223130302522206865696768743d2231303025222066696c6c3d22626c61636b2072656d61696e696e6720746f20626520636c61696d6564213c2f746578743e3c7465787420783d2231302220793d2238302220636c6173733d2262617365223e20476f2067657420796f7572204c4f4f4b73206265666f72652069747320746f6f206c617465213c2f746578743e3c7465787420783d2231302220793d223130302220636c6173733d2262617365223e5768656e206576657279204c4f4f4b20697320636c61696d65642c207468652072616e646f6d206e756d6265722077696c6c20626520647261776e3c2f746578743e3c7465787420783d2231302220793d223132302220636c6173733d2262617365223e204f6e636520776520647261772072616e646f6d6e6573732c204c4f4f4b732077696c6c206170706561723c2f746578743e3c2f7376673e3c73766720786d6c6e733d22687474703a2f2f7777772e77332e6f72672f323030302f73766722207072657365727665417370656374526174696f3d22784d696e594d696e206d656574222076696577426f783d223020302033353020333530223e3c7374796c653e40696d706f72742075726c282268747470733a2f2f666f6e74732e676f6f676c65617069732e636f6d2f6373733f66616d696c793d496e6b6e75742b416e74697175613a3430302c3130302c3130306974616c69632c3330302c3330306974616c69632c3430306974616c69632c3530302c3530306974616c69632c3730302c3730306974616c69632c3930302c3930306974616c696322293b202e62617365207b2066696c6c3a2077686974653b20666f6e742d66616d696c793a20496e6b6e757420416e74697175613b20666f6e742d73697a653a2031302e3870783b20666f6e742d7765696768743a626f6c643b207d3c2f7374796c653e3c726563742077696474683d223130302522206865696768743d2231303025222066696c6c3d222322202f3e3c7465787420783d223234352220793d2232302220636c6173733d2262617365223e204c6f6f6b426f6f6b20233c2f746578743e3c7465787420783d2231302220793d223138302220636c6173733d2262617365223ea2646970667358221220e31a98974c9a375d93f224bef54474f0daffc72e0e29393265ba46fb0667065864736f6c63430008070033

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061021c5760003560e01c80634f6ccce711610125578063964d8de8116100ad578063c87b56dd1161007c578063c87b56dd14610482578063d74a432314610495578063e23aff0f146104a8578063e985e9c5146104bb578063f2fde38b146104f757600080fd5b8063964d8de814610440578063a22cb46514610449578063b88d4fde1461045c578063c062b4521461046f57600080fd5b8063715018a6116100f4578063715018a6146103f9578063873228161461040157806388625d5f146104145780638da5cb5b1461042757806395d89b411461043857600080fd5b80634f6ccce7146103ad5780636352211e146103c057806364034b01146103d357806370a08231146103e657600080fd5b80632f745c59116101a85780634156658511610177578063415665851461034857806342842e0e1461036b57806344825ea91461037e578063479fa2c3146103915780634a2b5ef8146103a457600080fd5b80632f745c59146102fc57806334aedda91461030f578063379607f5146103225780633a7d22bc1461033557600080fd5b806318160ddd116101ef57806318160ddd1461029e578063227275ef146102b057806322ced721146102c357806323b872dd146102d657806323ecdc04146102e957600080fd5b806301ffc9a71461022157806306fdde0314610249578063081812fc1461025e578063095ea7b314610289575b600080fd5b61023461022f3660046145e4565b61050a565b60405190151581526020015b60405180910390f35b610251610535565b6040516102409190614bcd565b61027161026c3660046146b5565b6105c7565b6040516001600160a01b039091168152602001610240565b61029c610297366004613fdb565b610661565b005b6008545b604051908152602001610240565b61029c6102be366004614005565b610777565b6102516102d13660046146b5565b61080d565b61029c6102e4366004613ebe565b610836565b6102516102f73660046146b5565b610867565b6102a261030a366004613fdb565b610895565b61025161031d3660046146b5565b61092b565b61029c6103303660046146b5565b610955565b6102516103433660046146b5565b610a6d565b610234610356366004613e69565b600f6020526000908152604090205460ff1681565b61029c610379366004613ebe565b610a98565b61029c61038c3660046146b5565b610ab3565b61025161039f3660046146b5565b610ae2565b6102a2600e5481565b6102a26103bb3660046146b5565b610b0a565b6102716103ce3660046146b5565b610b9d565b61029c6103e13660046146b5565b610c14565b6102a26103f4366004613e69565b610c43565b61029c610cca565b61029c61040f366004614005565b610d00565b6102516104223660046146b5565b610d92565b600b546001600160a01b0316610271565b610251610dba565b6102a2600d5481565b61029c610457366004613f9f565b610dc9565b61029c61046a366004613efa565b610e8e565b61025161047d3660046146b5565b610ec6565b6102516104903660046146b5565b610ef1565b6102516104a33660046146b5565b61152c565b6102516104b63660046146b5565b611557565b6102346104c9366004613e8b565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b61029c610505366004613e69565b611580565b60006001600160e01b0319821663780e9d6360e01b148061052f575061052f8261161b565b92915050565b60606000805461054490614ebb565b80601f016020809104026020016040519081016040528092919081815260200182805461057090614ebb565b80156105bd5780601f10610592576101008083540402835291602001916105bd565b820191906000526020600020905b8154815290600101906020018083116105a057829003601f168201915b5050505050905090565b6000818152600260205260408120546001600160a01b03166106455760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b600061066c82610b9d565b9050806001600160a01b0316836001600160a01b031614156106da5760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b606482015260840161063c565b336001600160a01b03821614806106f657506106f681336104c9565b6107685760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000606482015260840161063c565b610772838361166b565b505050565b600b546001600160a01b031633146107a15760405162461bcd60e51b815260040161063c90614c32565b60005b8151811015610809576001600f60008484815181106107c5576107c5614f67565b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff19169115159190911790558061080181614ef6565b9150506107a4565b5050565b606061052f8260405180604001604052806005815260200164534841504560d81b8152506116d9565b6108403382613445565b61085c5760405162461bcd60e51b815260040161063c90614c67565b61077283838361353c565b606061052f826040518060400160405280600a815260200169109050d2d1d493d5539160b21b8152506116d9565b60006108a083610c43565b82106109025760405162461bcd60e51b815260206004820152602b60248201527f455243373231456e756d657261626c653a206f776e657220696e646578206f7560448201526a74206f6620626f756e647360a81b606482015260840161063c565b506001600160a01b03919091166000908152600660209081526040808320938352929052205490565b606061052f826040518060400160405280600681526020016521a7a627aaa960d11b8152506116d9565b6002600a5414156109a85760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161063c565b6002600a5580158015906109bd5750610bb981105b6109fc5760405162461bcd60e51b815260206004820152601060248201526f151bdad95b881251081a5b9d985b1a5960821b604482015260640161063c565b336000908152600f602052604090205460ff16610a5b5760405162461bcd60e51b815260206004820152601760248201527f41646472657373206e6f742077686974656c6973746564000000000000000000604482015260640161063c565b610a6533826136e7565b506001600a55565b606061052f82604051806040016040528060078152602001661153115351539560ca1b8152506116d9565b61077283838360405180602001604052806000815250610e8e565b600b546001600160a01b03163314610add5760405162461bcd60e51b815260040161063c90614c32565b600e55565b606061052f8260405180604001604052806004815260200163464f524d60e01b8152506116d9565b6000610b1560085490565b8210610b785760405162461bcd60e51b815260206004820152602c60248201527f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60448201526b7574206f6620626f756e647360a01b606482015260840161063c565b60088281548110610b8b57610b8b614f67565b90600052602060002001549050919050565b6000818152600260205260408120546001600160a01b03168061052f5760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b606482015260840161063c565b600b546001600160a01b03163314610c3e5760405162461bcd60e51b815260040161063c90614c32565b600d55565b60006001600160a01b038216610cae5760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b606482015260840161063c565b506001600160a01b031660009081526003602052604090205490565b600b546001600160a01b03163314610cf45760405162461bcd60e51b815260040161063c90614c32565b610cfe6000613701565b565b600b546001600160a01b03163314610d2a5760405162461bcd60e51b815260040161063c90614c32565b60005b8151811015610809576000600f6000848481518110610d4e57610d4e614f67565b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff191691151591909117905580610d8a81614ef6565b915050610d2d565b606061052f82604051806040016040528060048152602001634c494e4560e01b8152506116d9565b60606001805461054490614ebb565b6001600160a01b038216331415610e225760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015260640161063c565b3360008181526005602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b610e983383613445565b610eb45760405162461bcd60e51b815260040161063c90614c67565b610ec084848484613753565b50505050565b606061052f82604051806040016040528060078152602001665445585455524560c81b8152506116d9565b6060600e54610eff60085490565b10156111e757610f0d613dc1565b604051806101c0016040528061018e815260200161513a61018e91398152604080516060810190915260318082526155816020830139816002602002015260405163348051d760e11b81526004810184905273ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a490636900a3ae9060240160006040518083038186803b158015610f9657600080fd5b505af4158015610faa573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610fd2919081019061461e565b6060808301919091526040805191820190526033808252614faa6020830139608082015260085473ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a490636900a3ae9061102190610bb8614e78565b6040518263ffffffff1660e01b815260040161103f91815260200190565b60006040518083038186803b15801561105757600080fd5b505af415801561106b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611093919081019061461e565b60a082015260408051610160810190915261012d8082526152c8602083013960c0820181905281516020808401516040808601516060870151608088015160a089015193516000986110ef98979495939492939290910161477e565b60408051601f198184030181529082905263348051d760e11b82526004820186905291506000906111bb9073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a490636900a3ae9060240160006040518083038186803b15801561115157600080fd5b505af4158015611165573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261118d919081019061461e565b61119684613786565b6040516020016111a79291906149fd565b604051602081830303815290604052613786565b9050806040516020016111ce9190614b4b565b60408051601f1981840301815291905295945050505050565b6111ef613de8565b604051806101c0016040528061018c81526020016153f561018c9139815261121683610867565b816001602002018190525060405180606001604052806031815260200161558160319139816002602002015260405163348051d760e11b81526004810184905273ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a490636900a3ae9060240160006040518083038186803b15801561128d57600080fd5b505af41580156112a1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112c9919081019061461e565b6060808301919091526040805191820190526028808252614fdd602083013960808201526112f68361152c565b60a082015260408051606081019091526028808252615057602083013960c082015261132183610ec6565b60e08201526040805160608101909152602980825261507f602083013961010082015261134d8361092b565b6101208201526040805160608101909152602980825261502e602083013961014082015261137a83610d92565b610160820152604080516060810190915260298082526150d160208301396101808201526113a783611557565b6101a08201526040805160608101909152602980825261500560208301396101c08201526113d48361080d565b6101e0820152604080516060810190915260298082526155b2602083013961020082015261140183610ae2565b610220820152604080516060810190915260298082526150a8602083013961024082015261142e83610a6d565b610260820152604080518082018252600d81526c1e17ba32bc3a1f1e17b9bb339f60991b602080830191909152610280840191909152825181840151838501516060860151608087015160a088015160c089015160e08a01516101008b0151995160009a61149e9a909101614810565b60408051808303601f19018152908290526101208401516101408501516101608601516101808701516101a08801516101c08901516101e08a01516102008b01519799506114f1988a9890602001614810565b60408051808303601f19018152908290526102208401516102408501516102608601516102808701519395506110ef94869490602001614713565b606061052f82604051806040016040528060078152602001662820aa2a22a92760c91b8152506116d9565b606061052f8260405180604001604052806005815260200164464c41524560d81b8152506116d9565b600b546001600160a01b031633146115aa5760405162461bcd60e51b815260040161063c90614c32565b6001600160a01b03811661160f5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161063c565b61161881613701565b50565b60006001600160e01b031982166380ac58cd60e01b148061164c57506001600160e01b03198216635b5e139f60e01b145b8061052f57506301ffc9a760e01b6001600160e01b031983161461052f565b600081815260046020526040902080546001600160a01b0319166001600160a01b03841690811790915581906116a082610b9d565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6060600083600d5473ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a46322b8d04473ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a4636900a3ae600d548a6117239190614e59565b6040518263ffffffff1660e01b815260040161174191815260200190565b60006040518083038186803b15801561175957600080fd5b505af415801561176d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611795919081019061461e565b60405163348051d760e11b8152600481018a905273ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a490636900a3ae9060240160006040518083038186803b1580156117e057600080fd5b505af41580156117f4573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261181c919081019061461e565b600d54611829908b614e59565b60405160200161183b939291906148d1565b6040516020818303038152906040526040518263ffffffff1660e01b81526004016118669190614bcd565b60206040518083038186803b15801561187e57600080fd5b505af4158015611892573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118b691906146ce565b6118c09190614e2d565b6118ca9190614e2d565b9050600073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a46322b8d04473ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a4636900a3ae600d54896119109190614e2d565b6040518263ffffffff1660e01b815260040161192e91815260200190565b60006040518083038186803b15801561194657600080fd5b505af415801561195a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611982919081019061461e565b604051602001611992919061499c565b6040516020818303038152906040526040518263ffffffff1660e01b81526004016119bd9190614bcd565b60206040518083038186803b1580156119d557600080fd5b505af41580156119e9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a0d91906146ce565b9050600073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a46322b8d04473ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a4636900a3ae600d548a611a539190614e2d565b6040518263ffffffff1660e01b8152600401611a7191815260200190565b60006040518083038186803b158015611a8957600080fd5b505af4158015611a9d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611ac5919081019061461e565b604051602001611ad59190614b1d565b6040516020818303038152906040526040518263ffffffff1660e01b8152600401611b009190614bcd565b60206040518083038186803b158015611b1857600080fd5b505af4158015611b2c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b5091906146ce565b9050606060006040518060c001604052806000815260200160018152602001600281526020016003815260200160048152602001600581525090506000600686611b9a9190614f11565b90508060011415611bdf576040518060c00160405280600181526020016002815260200160038152602001600481526020016005815260200160008152509150611ce7565b8060021415611c22576040518060c00160405280600281526020016003815260200160048152602001600581526020016000815260200160018152509150611ce7565b8060031415611c65576040518060c00160405280600381526020016004815260200160058152602001600081526020016001815260200160028152509150611ce7565b8060041415611ca8576040518060c00160405280600481526020016005815260200160008152602001600181526020016002815260200160038152509150611ce7565b8060051415611ce7576040518060c001604052806005815260200160008152602001600181526020016002815260200160038152602001600481525091505b6040805180820190915260078152665445585455524560c81b6020918201528851908901207f4626f781f273a4f3944e61951691596bcf7a61039d5e75e2a4e003e5ab010cc6141561202f5773c01650f856dffdc1e90f46a3dd12dce15d7529346340d4aa266040518163ffffffff1660e01b815260040160006040518083038186803b158015611d7757600080fd5b505af4158015611d8b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611db391908101906144cc565b73c01650f856dffdc1e90f46a3dd12dce15d7529346340d4aa266040518163ffffffff1660e01b815260040160006040518083038186803b158015611df757600080fd5b505af4158015611e0b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e3391908101906144cc565b50611e3f604088614f11565b60408110611e4f57611e4f614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b158015611eb157600080fd5b505af4158015611ec5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ee9919061455f565b855160068110611efb57611efb614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015611fda578382906000526020600020018054611f4d90614ebb565b80601f0160208091040260200160405190810160405280929190818152602001828054611f7990614ebb565b8015611fc65780601f10611f9b57610100808354040283529160200191611fc6565b820191906000526020600020905b815481529060010190602001808311611fa957829003601f168201915b505050505081526020019060010190611f2e565b5050505090508381825189611fef9190614f11565b81518110611fff57611fff614f67565b6020026020010151604051602001612018929190614906565b604051602081830303815290604052935050613438565b60408051808201909152600681526521a7a627aaa960d11b6020918201528851908901207fc54f8b7c18bb55aaf859e7a8ae1f1fa55789dafd17b24370457e8f9e46d9bb1814156123245773c01650f856dffdc1e90f46a3dd12dce15d752934631e9353326040518163ffffffff1660e01b815260040160006040518083038186803b1580156120be57600080fd5b505af41580156120d2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120fa9190810190614439565b73c01650f856dffdc1e90f46a3dd12dce15d752934631e9353326040518163ffffffff1660e01b815260040160006040518083038186803b15801561213e57600080fd5b505af4158015612152573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261217a9190810190614439565b50612186603688614f11565b6036811061219657612196614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b1580156121f857600080fd5b505af415801561220c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612230919061455f565b60208601516006811061224557612245614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015611fda57838290600052602060002001805461229790614ebb565b80601f01602080910402602001604051908101604052809291908181526020018280546122c390614ebb565b80156123105780601f106122e557610100808354040283529160200191612310565b820191906000526020600020905b8154815290600101906020018083116122f357829003601f168201915b505050505081526020019060010190612278565b604080518082019091526005815264534841504560d81b6020918201528851908901207fa7f75c9cfa44245596113c9cb1fcdeb5c14cbaf99bbe769f0612e339004b50ad14156126185773c01650f856dffdc1e90f46a3dd12dce15d75293463184f96546040518163ffffffff1660e01b815260040160006040518083038186803b1580156123b257600080fd5b505af41580156123c6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526123ee9190810190614313565b73c01650f856dffdc1e90f46a3dd12dce15d75293463184f96546040518163ffffffff1660e01b815260040160006040518083038186803b15801561243257600080fd5b505af4158015612446573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261246e9190810190614313565b5061247a602788614f11565b6027811061248a5761248a614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b1580156124ec57600080fd5b505af4158015612500573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612524919061455f565b60408601516006811061253957612539614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015611fda57838290600052602060002001805461258b90614ebb565b80601f01602080910402602001604051908101604052809291908181526020018280546125b790614ebb565b80156126045780601f106125d957610100808354040283529160200191612604565b820191906000526020600020905b8154815290600101906020018083116125e757829003601f168201915b50505050508152602001906001019061256c565b6040805180820190915260078152661153115351539560ca1b6020918201528851908901207ff2d791055772dc27323eb2f975794cdb3746e6ddf0693bf535d94bf6b19a6c1f141561290e5773c01650f856dffdc1e90f46a3dd12dce15d75293463669f84ee6040518163ffffffff1660e01b815260040160006040518083038186803b1580156126a857600080fd5b505af41580156126bc573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526126e491908101906140b8565b73c01650f856dffdc1e90f46a3dd12dce15d75293463669f84ee6040518163ffffffff1660e01b815260040160006040518083038186803b15801561272857600080fd5b505af415801561273c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261276491908101906140b8565b50612770607188614f11565b6071811061278057612780614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b1580156127e257600080fd5b505af41580156127f6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061281a919061455f565b60608601516006811061282f5761282f614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015611fda57838290600052602060002001805461288190614ebb565b80601f01602080910402602001604051908101604052809291908181526020018280546128ad90614ebb565b80156128fa5780601f106128cf576101008083540402835291602001916128fa565b820191906000526020600020905b8154815290600101906020018083116128dd57829003601f168201915b505050505081526020019060010190612862565b6040805180820190915260048152634c494e4560e01b6020918201528851908901207f012f106afdc0be083224a6d376ad6cfd3d6cca129d72d0f61a2f6a1df39454861415612cee5773c01650f856dffdc1e90f46a3dd12dce15d75293463d14082cc6040518163ffffffff1660e01b815260040160006040518083038186803b15801561299b57600080fd5b505af41580156129af573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526129d79190810190614280565b73c01650f856dffdc1e90f46a3dd12dce15d75293463d14082cc6040518163ffffffff1660e01b815260040160006040518083038186803b158015612a1b57600080fd5b505af4158015612a2f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612a579190810190614280565b50612a63602188614f11565b60218110612a7357612a73614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b158015612ad557600080fd5b505af4158015612ae9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b0d919061455f565b608086015160068110612b2257612b22614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015612c01578382906000526020600020018054612b7490614ebb565b80601f0160208091040260200160405190810160405280929190818152602001828054612ba090614ebb565b8015612bed5780601f10612bc257610100808354040283529160200191612bed565b820191906000526020600020905b815481529060010190602001808311612bd057829003601f168201915b505050505081526020019060010190612b55565b5050604051634dc0eb5760e11b8152600481018a9052602481018e905292935060009273ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49250639b81d6ae915060440160006040518083038186803b158015612c5d57600080fd5b505af4158015612c71573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612c999190810190614652565b50905080858384518b612cac9190614f11565b81518110612cbc57612cbc614f67565b6020026020010151604051602001612cd693929190614942565b60405160208183030381529060405294505050613438565b604080518082019091526004815263464f524d60e01b6020918201528851908901207f6c5fbee76ec0ed0ab8d4f87103fde69b1660c30cf8e2db0d0397aa12ebd93d6f141561308c5773c01650f856dffdc1e90f46a3dd12dce15d75293463e7c43aa06040518163ffffffff1660e01b815260040160006040518083038186803b158015612d7b57600080fd5b505af4158015612d8f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612db7919081019061415a565b73c01650f856dffdc1e90f46a3dd12dce15d75293463e7c43aa06040518163ffffffff1660e01b815260040160006040518083038186803b158015612dfb57600080fd5b505af4158015612e0f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612e37919081019061415a565b50612e43601788614f11565b60178110612e5357612e53614f67565b602002015160405163c3e56ab760e01b815260048101869052602481018b9052909350600090600c90829073ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49063c3e56ab79060440160c06040518083038186803b158015612eb557600080fd5b505af4158015612ec9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eed919061455f565b60a086015160068110612f0257612f02614f67565b60200201518152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b82821015612fe1578382906000526020600020018054612f5490614ebb565b80601f0160208091040260200160405190810160405280929190818152602001828054612f8090614ebb565b8015612fcd5780601f10612fa257610100808354040283529160200191612fcd565b820191906000526020600020905b815481529060010190602001808311612fb057829003601f168201915b505050505081526020019060010190612f35565b5050604051634dc0eb5760e11b8152600481018a9052602481018e905292935060009273ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a49250639b81d6ae915060440160006040518083038186803b15801561303d57600080fd5b505af4158015613051573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526130799190810190614652565b91505080858384518b612cac9190614f11565b604080518082019091526005815264464c41524560d81b6020918201528851908901207fadc2b1e46e7491f0df81cc45597480e2243249a7d2878b2b8d6940f93ef2902314156131fe5773c01650f856dffdc1e90f46a3dd12dce15d752934639eb1ebe06040518163ffffffff1660e01b815260040160006040518083038186803b15801561311a57600080fd5b505af415801561312e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261315691908101906143a6565b73c01650f856dffdc1e90f46a3dd12dce15d752934639eb1ebe06040518163ffffffff1660e01b815260040160006040518083038186803b15801561319a57600080fd5b505af41580156131ae573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526131d691908101906143a6565b506131e2602d88614f11565b602d81106131f2576131f2614f67565b60200201519250613438565b6040805180820190915260078152662820aa2a22a92760c91b6020918201528851908901207f7db5dd00a3c7f49254417417eac11f1f0daac3e2b1d43865bbde7b11d07b239414156133145773ee0b5f24d4b2cf80e3e54e9e5ff8acb9aff1f8a4636900a3ae61326f60b189614f11565b61327c90620186ad614e2d565b6040518263ffffffff1660e01b815260040161329a91815260200190565b60006040518083038186803b1580156132b257600080fd5b505af41580156132c6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526132ee919081019061461e565b6040516020016132fe91906149d0565b6040516020818303038152906040529250613438565b73c01650f856dffdc1e90f46a3dd12dce15d75293463af804d2b6040518163ffffffff1660e01b815260040160006040518083038186803b15801561335857600080fd5b505af415801561336c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261339491908101906141ed565b73c01650f856dffdc1e90f46a3dd12dce15d75293463af804d2b6040518163ffffffff1660e01b815260040160006040518083038186803b1580156133d857600080fd5b505af41580156133ec573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261341491908101906141ed565b50613420601e88614f11565b601e811061343057613430614f67565b602002015192505b5090979650505050505050565b6000818152600260205260408120546001600160a01b03166134be5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b606482015260840161063c565b60006134c983610b9d565b9050806001600160a01b0316846001600160a01b031614806135045750836001600160a01b03166134f9846105c7565b6001600160a01b0316145b8061353457506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b031661354f82610b9d565b6001600160a01b0316146135b75760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b606482015260840161063c565b6001600160a01b0382166136195760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b606482015260840161063c565b6136248383836138eb565b61362f60008261166b565b6001600160a01b0383166000908152600360205260408120805460019290613658908490614e78565b90915550506001600160a01b0382166000908152600360205260408120805460019290613686908490614e2d565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6108098282604051806020016040528060008152506139a3565b600b80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b61375e84848461353c565b61376a848484846139d6565b610ec05760405162461bcd60e51b815260040161063c90614be0565b8051606090806137a6575050604080516020810190915260008152919050565b600060036137b5836002614e2d565b6137bf9190614e45565b6137ca906004614e59565b905060006137d9826020614e2d565b6001600160401b038111156137f0576137f0614f7d565b6040519080825280601f01601f19166020018201604052801561381a576020820181803683370190505b50905060006040518060600160405280604081526020016150fa604091399050600181016020830160005b868110156138a6576003818a01810151603f601282901c8116860151600c83901c8216870151600684901c831688015192909316870151600891821b60ff94851601821b92841692909201901b91160160e01b835260049092019101613845565b5060038606600181146138c057600281146138d1576138dd565b613d3d60f01b6001198301526138dd565b603d60f81b6000198301525b505050918152949350505050565b6001600160a01b0383166139465761394181600880546000838152600960205260408120829055600182018355919091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30155565b613969565b816001600160a01b0316836001600160a01b031614613969576139698382613ae3565b6001600160a01b0382166139805761077281613b80565b826001600160a01b0316826001600160a01b031614610772576107728282613c2f565b6139ad8383613c73565b6139ba60008484846139d6565b6107725760405162461bcd60e51b815260040161063c90614be0565b60006001600160a01b0384163b15613ad857604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290613a1a903390899088908890600401614b90565b602060405180830381600087803b158015613a3457600080fd5b505af1925050508015613a64575060408051601f3d908101601f19168201909252613a6191810190614601565b60015b613abe573d808015613a92576040519150601f19603f3d011682016040523d82523d6000602084013e613a97565b606091505b508051613ab65760405162461bcd60e51b815260040161063c90614be0565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050613534565b506001949350505050565b60006001613af084610c43565b613afa9190614e78565b600083815260076020526040902054909150808214613b4d576001600160a01b03841660009081526006602090815260408083208584528252808320548484528184208190558352600790915290208190555b5060009182526007602090815260408084208490556001600160a01b039094168352600681528383209183525290812055565b600854600090613b9290600190614e78565b60008381526009602052604081205460088054939450909284908110613bba57613bba614f67565b906000526020600020015490508060088381548110613bdb57613bdb614f67565b6000918252602080832090910192909255828152600990915260408082208490558582528120556008805480613c1357613c13614f51565b6001900381819060005260206000200160009055905550505050565b6000613c3a83610c43565b6001600160a01b039093166000908152600660209081526040808320868452825280832085905593825260079052919091209190915550565b6001600160a01b038216613cc95760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015260640161063c565b6000818152600260205260409020546001600160a01b031615613d2e5760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015260640161063c565b613d3a600083836138eb565b6001600160a01b0382166000908152600360205260408120805460019290613d63908490614e2d565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b6040518060e001604052806007905b6060815260200190600190039081613dd05790505090565b604080516102a0810190915260608152601460208201613dd0565b80356001600160a01b0381168114613e1a57600080fd5b919050565b600082601f830112613e3057600080fd5b8151613e43613e3e82614e06565b614dd6565b818152846020838601011115613e5857600080fd5b613534826020830160208701614e8f565b600060208284031215613e7b57600080fd5b613e8482613e03565b9392505050565b60008060408385031215613e9e57600080fd5b613ea783613e03565b9150613eb560208401613e03565b90509250929050565b600080600060608486031215613ed357600080fd5b613edc84613e03565b9250613eea60208501613e03565b9150604084013590509250925092565b60008060008060808587031215613f1057600080fd5b613f1985613e03565b9350613f2760208601613e03565b92506040850135915060608501356001600160401b03811115613f4957600080fd5b8501601f81018713613f5a57600080fd5b8035613f68613e3e82614e06565b818152886020838501011115613f7d57600080fd5b8160208401602083013760006020838301015280935050505092959194509250565b60008060408385031215613fb257600080fd5b613fbb83613e03565b915060208301358015158114613fd057600080fd5b809150509250929050565b60008060408385031215613fee57600080fd5b613ff783613e03565b946020939093013593505050565b6000602080838503121561401857600080fd5b82356001600160401b038082111561402f57600080fd5b818501915085601f83011261404357600080fd5b81358181111561405557614055614f7d565b8060051b9150614066848301614dd6565b8181528481019084860184860187018a101561408157600080fd5b600095505b838610156140ab5761409781613e03565b835260019590950194918601918601614086565b5098975050505050505050565b600060208083850312156140cb57600080fd5b82516001600160401b03808211156140e257600080fd5b818501915085601f8301126140f657600080fd5b6140fe614cb8565b808388610e208601111561411157600080fd5b6000805b607181101561414b5782518681111561412c578283fd5b6141388c828a01613e1f565b8652509387019391870191600101614115565b50919998505050505050505050565b6000602080838503121561416d57600080fd5b82516001600160401b038082111561418457600080fd5b818501915085601f83011261419857600080fd5b6141a0614ce1565b8083886102e0860111156141b357600080fd5b6000805b601781101561414b578251868111156141ce578283fd5b6141da8c828a01613e1f565b86525093870193918701916001016141b7565b6000602080838503121561420057600080fd5b82516001600160401b038082111561421757600080fd5b818501915085601f83011261422b57600080fd5b614233614d04565b8083886103c08601111561424657600080fd5b6000805b601e81101561414b57825186811115614261578283fd5b61426d8c828a01613e1f565b865250938701939187019160010161424a565b6000602080838503121561429357600080fd5b82516001600160401b03808211156142aa57600080fd5b818501915085601f8301126142be57600080fd5b6142c6614d27565b808388610420860111156142d957600080fd5b6000805b602181101561414b578251868111156142f4578283fd5b6143008c828a01613e1f565b86525093870193918701916001016142dd565b6000602080838503121561432657600080fd5b82516001600160401b038082111561433d57600080fd5b818501915085601f83011261435157600080fd5b614359614d4a565b8083886104e08601111561436c57600080fd5b6000805b602781101561414b57825186811115614387578283fd5b6143938c828a01613e1f565b8652509387019391870191600101614370565b600060208083850312156143b957600080fd5b82516001600160401b03808211156143d057600080fd5b818501915085601f8301126143e457600080fd5b6143ec614d6d565b8083886105a0860111156143ff57600080fd5b6000805b602d81101561414b5782518681111561441a578283fd5b6144268c828a01613e1f565b8652509387019391870191600101614403565b6000602080838503121561444c57600080fd5b82516001600160401b038082111561446357600080fd5b818501915085601f83011261447757600080fd5b61447f614d90565b8083886106c08601111561449257600080fd5b6000805b603681101561414b578251868111156144ad578283fd5b6144b98c828a01613e1f565b8652509387019391870191600101614496565b600060208083850312156144df57600080fd5b82516001600160401b03808211156144f657600080fd5b818501915085601f83011261450a57600080fd5b614512614db3565b8083886108008601111561452557600080fd5b6000805b604081101561414b57825186811115614540578283fd5b61454c8c828a01613e1f565b8652509387019391870191600101614529565b600060c0828403121561457157600080fd5b82601f83011261458057600080fd5b60405160c081018181106001600160401b03821117156145a2576145a2614f7d565b604052808360c081018610156145b757600080fd5b60005b60068110156145d95781518352602092830192909101906001016145ba565b509195945050505050565b6000602082840312156145f657600080fd5b8135613e8481614f93565b60006020828403121561461357600080fd5b8151613e8481614f93565b60006020828403121561463057600080fd5b81516001600160401b0381111561464657600080fd5b61353484828501613e1f565b6000806040838503121561466557600080fd5b82516001600160401b038082111561467c57600080fd5b61468886838701613e1f565b9350602085015191508082111561469e57600080fd5b506146ab85828601613e1f565b9150509250929050565b6000602082840312156146c757600080fd5b5035919050565b6000602082840312156146e057600080fd5b5051919050565b600081518084526146ff816020860160208601614e8f565b601f01601f19169290920160200192915050565b60008651614725818460208b01614e8f565b865190830190614739818360208b01614e8f565b865191019061474c818360208a01614e8f565b855191019061475f818360208901614e8f565b8451910190614772818360208801614e8f565b01979650505050505050565b6000885160206147918285838e01614e8f565b8951918401916147a48184848e01614e8f565b89519201916147b68184848d01614e8f565b88519201916147c88184848c01614e8f565b87519201916147da8184848b01614e8f565b86519201916147ec8184848a01614e8f565b85519201916147fe8184848901614e8f565b919091019a9950505050505050505050565b60008a51614822818460208f01614e8f565b8a5190830190614836818360208f01614e8f565b8a516148488183850160208f01614e8f565b8a5192909101019061485e818360208d01614e8f565b8851910190614871818360208c01614e8f565b87516148838183850160208c01614e8f565b8751929091010190614899818360208a01614e8f565b85516148ab8183850160208a01614e8f565b85519290910101906148c1818360208801614e8f565b019b9a5050505050505050505050565b600084516148e3818460208901614e8f565b8451908301906148f7818360208901614e8f565b01928352505060200192915050565b60008351614918818460208801614e8f565b600160fd1b9083019081528351614936816001840160208801614e8f565b01600101949350505050565b60008451614954818460208901614e8f565b8083019050600160fd1b8082528551614974816001850160208a01614e8f565b6001920191820152835161498f816002840160208801614e8f565b0160020195945050505050565b6b50524546495852414e444f4d60a01b8152600082516149c381600c850160208701614e8f565b91909101600c0192915050565b6444584d202360d81b8152600082516149f0816005850160208701614e8f565b9190910160050192915050565b737b226e616d65223a20224c6f6f6b426f6f6b202360601b81528251600090614a2d816014850160208801614e8f565b7f222c20226465736372697074696f6e223a20224c4f4f4b3a20436f6d706f73616014918401918201527f626c652c206f70656e20736f75726365206d657461766572736520666173686960348201527f6f6e2e204120776562332066617368696f6e2064657269766174697665206f6660548201527f20746865204c6f6f742070726f6a656374222c2022696d616765223a2022646160748201527f74613a696d6167652f7376672b786d6c3b6261736536342c000000000000000060948201528351614b028160ac840160208801614e8f565b61227d60f01b60ac929091019182015260ae01949350505050565b650a6aa8c8c92b60d31b815260008251614b3e816006850160208701614e8f565b9190910160060192915050565b7f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c000000815260008251614b8381601d850160208701614e8f565b91909101601d0192915050565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090614bc3908301846146e7565b9695505050505050565b602081526000613e8460208301846146e7565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b604051610e2081016001600160401b0381118282101715614cdb57614cdb614f7d565b60405290565b6040516102e081016001600160401b0381118282101715614cdb57614cdb614f7d565b6040516103c081016001600160401b0381118282101715614cdb57614cdb614f7d565b60405161042081016001600160401b0381118282101715614cdb57614cdb614f7d565b6040516104e081016001600160401b0381118282101715614cdb57614cdb614f7d565b6040516105a081016001600160401b0381118282101715614cdb57614cdb614f7d565b6040516106c081016001600160401b0381118282101715614cdb57614cdb614f7d565b60405161080081016001600160401b0381118282101715614cdb57614cdb614f7d565b604051601f8201601f191681016001600160401b0381118282101715614dfe57614dfe614f7d565b604052919050565b60006001600160401b03821115614e1f57614e1f614f7d565b50601f01601f191660200190565b60008219821115614e4057614e40614f25565b500190565b600082614e5457614e54614f3b565b500490565b6000816000190483118215151615614e7357614e73614f25565b500290565b600082821015614e8a57614e8a614f25565b500390565b60005b83811015614eaa578181015183820152602001614e92565b83811115610ec05750506000910152565b600181811c90821680614ecf57607f821691505b60208210811415614ef057634e487b7160e01b600052602260045260246000fd5b50919050565b6000600019821415614f0a57614f0a614f25565b5060010190565b600082614f2057614f20614f3b565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b03198116811461161857600080fdfe3c2f746578743e3c7465787420783d2231302220793d2236302220636c6173733d2262617365223e20546865726520617265203c2f746578743e3c7465787420783d2231302220793d2236302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d223136302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d223132302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d2238302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d223130302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d223230302220636c6173733d2262617365223e3c2f746578743e3c7465787420783d2231302220793d223134302220636c6173733d2262617365223e4142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2f3c73766720786d6c6e733d22687474703a2f2f7777772e77332e6f72672f323030302f73766722207072657365727665417370656374526174696f3d22784d696e594d696e206d656574222076696577426f783d223020302033353020333530223e3c7374796c653e40696d706f72742075726c282268747470733a2f2f666f6e74732e676f6f676c65617069732e636f6d2f6373733f66616d696c793d496e6b6e75742b416e74697175613a3430302c3130302c3130306974616c69632c3330302c3330306974616c69632c3430306974616c69632c3530302c3530306974616c69632c3730302c3730306974616c69632c3930302c3930306974616c696322293b202e62617365207b2066696c6c3a2077686974653b20666f6e742d66616d696c793a20496e6b6e757420416e74697175613b20666f6e742d73697a653a20313070783b20666f6e742d7765696768743a626f6c643b207d3c2f7374796c653e3c726563742077696474683d223130302522206865696768743d2231303025222066696c6c3d22626c61636b2072656d61696e696e6720746f20626520636c61696d6564213c2f746578743e3c7465787420783d2231302220793d2238302220636c6173733d2262617365223e20476f2067657420796f7572204c4f4f4b73206265666f72652069747320746f6f206c617465213c2f746578743e3c7465787420783d2231302220793d223130302220636c6173733d2262617365223e5768656e206576657279204c4f4f4b20697320636c61696d65642c207468652072616e646f6d206e756d6265722077696c6c20626520647261776e3c2f746578743e3c7465787420783d2231302220793d223132302220636c6173733d2262617365223e204f6e636520776520647261772072616e646f6d6e6573732c204c4f4f4b732077696c6c206170706561723c2f746578743e3c2f7376673e3c73766720786d6c6e733d22687474703a2f2f7777772e77332e6f72672f323030302f73766722207072657365727665417370656374526174696f3d22784d696e594d696e206d656574222076696577426f783d223020302033353020333530223e3c7374796c653e40696d706f72742075726c282268747470733a2f2f666f6e74732e676f6f676c65617069732e636f6d2f6373733f66616d696c793d496e6b6e75742b416e74697175613a3430302c3130302c3130306974616c69632c3330302c3330306974616c69632c3430306974616c69632c3530302c3530306974616c69632c3730302c3730306974616c69632c3930302c3930306974616c696322293b202e62617365207b2066696c6c3a2077686974653b20666f6e742d66616d696c793a20496e6b6e757420416e74697175613b20666f6e742d73697a653a2031302e3870783b20666f6e742d7765696768743a626f6c643b207d3c2f7374796c653e3c726563742077696474683d223130302522206865696768743d2231303025222066696c6c3d222322202f3e3c7465787420783d223234352220793d2232302220636c6173733d2262617365223e204c6f6f6b426f6f6b20233c2f746578743e3c7465787420783d2231302220793d223138302220636c6173733d2262617365223ea2646970667358221220e31a98974c9a375d93f224bef54474f0daffc72e0e29393265ba46fb0667065864736f6c63430008070033

Deployed Bytecode Sourcemap

72406:12816:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;66054:224;;;;;;:::i;:::-;;:::i;:::-;;;24776:14:1;;24769:22;24751:41;;24739:2;24724:18;66054:224:0;;;;;;;;53264:100;;;:::i;:::-;;;;;;;:::i;54823:221::-;;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;24074:32:1;;;24056:51;;24044:2;24029:18;54823:221:0;23910:203:1;54346:411:0;;;;;;:::i;:::-;;:::i;:::-;;66694:113;66782:10;:17;66694:113;;;33261:25:1;;;33249:2;33234:18;66694:113:0;33107:185:1;83141:205:0;;;;;;:::i;:::-;;:::i;73452:120::-;;;;;;:::i;:::-;;:::i;55713:339::-;;;;;;:::i;:::-;;:::i;73054:136::-;;;;;;:::i;:::-;;:::i;66362:256::-;;;;;;:::i;:::-;;:::i;72924:122::-;;;;;;:::i;:::-;;:::i;82644:244::-;;;;;;:::i;:::-;;:::i;73706:124::-;;;;;;:::i;:::-;;:::i;72602:49::-;;;;;;:::i;:::-;;;;;;;;;;;;;;;;56123:185;;;;;;:::i;:::-;;:::i;83041:92::-;;;;;;:::i;:::-;;:::i;73580:118::-;;;;;;:::i;:::-;;:::i;72571:22::-;;;;;;66884:233;;;;;;:::i;:::-;;:::i;52958:239::-;;;;;;:::i;:::-;;:::i;82925:108::-;;;;;;:::i;:::-;;:::i;52688:208::-;;;;;;:::i;:::-;;:::i;37692:94::-;;;:::i;83354:209::-;;;;;;:::i;:::-;;:::i;73198:118::-;;;;;;:::i;:::-;;:::i;37041:87::-;37114:6;;-1:-1:-1;;;;;37114:6:0;37041:87;;53433:104;;;:::i;72531:31::-;;;;;;55116:295;;;;;;:::i;:::-;;:::i;56379:328::-;;;;;;:::i;:::-;;:::i;72792:124::-;;;;;;:::i;:::-;;:::i;78300:4336::-;;;;;;:::i;:::-;;:::i;72660:124::-;;;;;;:::i;:::-;;:::i;73324:120::-;;;;;;:::i;:::-;;:::i;55482:164::-;;;;;;:::i;:::-;-1:-1:-1;;;;;55603:25:0;;;55579:4;55603:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;55482:164;37941:192;;;;;;:::i;:::-;;:::i;66054:224::-;66156:4;-1:-1:-1;;;;;;66180:50:0;;-1:-1:-1;;;66180:50:0;;:90;;;66234:36;66258:11;66234:23;:36::i;:::-;66173:97;66054:224;-1:-1:-1;;66054:224:0:o;53264:100::-;53318:13;53351:5;53344:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53264:100;:::o;54823:221::-;54899:7;58306:16;;;:7;:16;;;;;;-1:-1:-1;;;;;58306:16:0;54919:73;;;;-1:-1:-1;;;54919:73:0;;29835:2:1;54919:73:0;;;29817:21:1;29874:2;29854:18;;;29847:30;29913:34;29893:18;;;29886:62;-1:-1:-1;;;29964:18:1;;;29957:42;30016:19;;54919:73:0;;;;;;;;;-1:-1:-1;55012:24:0;;;;:15;:24;;;;;;-1:-1:-1;;;;;55012:24:0;;54823:221::o;54346:411::-;54427:13;54443:23;54458:7;54443:14;:23::i;:::-;54427:39;;54491:5;-1:-1:-1;;;;;54485:11:0;:2;-1:-1:-1;;;;;54485:11:0;;;54477:57;;;;-1:-1:-1;;;54477:57:0;;31716:2:1;54477:57:0;;;31698:21:1;31755:2;31735:18;;;31728:30;31794:34;31774:18;;;31767:62;-1:-1:-1;;;31845:18:1;;;31838:31;31886:19;;54477:57:0;31514:397:1;54477:57:0;35997:10;-1:-1:-1;;;;;54569:21:0;;;;:62;;-1:-1:-1;54594:37:0;54611:5;35997:10;55482:164;:::i;54594:37::-;54547:168;;;;-1:-1:-1;;;54547:168:0;;28228:2:1;54547:168:0;;;28210:21:1;28267:2;28247:18;;;28240:30;28306:34;28286:18;;;28279:62;28377:26;28357:18;;;28350:54;28421:19;;54547:168:0;28026:420:1;54547:168:0;54728:21;54737:2;54741:7;54728:8;:21::i;:::-;54416:341;54346:411;;:::o;83141:205::-;37114:6;;-1:-1:-1;;;;;37114:6:0;35997:10;37261:23;37253:68;;;;-1:-1:-1;;;37253:68:0;;;;;;;:::i;:::-;83230:9:::1;83225:114;83249:11;:18;83245:1;:22;83225:114;;;83323:4;83288:16;:32;83305:11;83317:1;83305:14;;;;;;;;:::i;:::-;;::::0;;::::1;::::0;;;;;;;-1:-1:-1;;;;;83288:32:0::1;::::0;;;::::1;::::0;;;;;;-1:-1:-1;83288:32:0;:39;;-1:-1:-1;;83288:39:0::1;::::0;::::1;;::::0;;;::::1;::::0;;83269:3;::::1;::::0;::::1;:::i;:::-;;;;83225:114;;;;83141:205:::0;:::o;73452:120::-;73508:13;73541:23;73547:7;73541:23;;;;;;;;;;;;;-1:-1:-1;;;73541:23:0;;;:5;:23::i;55713:339::-;55908:41;35997:10;55941:7;55908:18;:41::i;:::-;55900:103;;;;-1:-1:-1;;;55900:103:0;;;;;;;:::i;:::-;56016:28;56026:4;56032:2;56036:7;56016:9;:28::i;73054:136::-;73121:13;73154:28;73160:7;73154:28;;;;;;;;;;;;;-1:-1:-1;;;73154:28:0;;;:5;:28::i;66362:256::-;66459:7;66495:23;66512:5;66495:16;:23::i;:::-;66487:5;:31;66479:87;;;;-1:-1:-1;;;66479:87:0;;25461:2:1;66479:87:0;;;25443:21:1;25500:2;25480:18;;;25473:30;25539:34;25519:18;;;25512:62;-1:-1:-1;;;25590:18:1;;;25583:41;25641:19;;66479:87:0;25259:407:1;66479:87:0;-1:-1:-1;;;;;;66584:19:0;;;;;;;;:12;:19;;;;;;;;:26;;;;;;;;;66362:256::o;72924:122::-;72981:13;73014:24;73020:7;73014:24;;;;;;;;;;;;;-1:-1:-1;;;73014:24:0;;;:5;:24::i;82644:244::-;39980:1;40576:7;;:19;;40568:63;;;;-1:-1:-1;;;40568:63:0;;32949:2:1;40568:63:0;;;32931:21:1;32988:2;32968:18;;;32961:30;33027:33;33007:18;;;33000:61;33078:18;;40568:63:0;32747:355:1;40568:63:0;39980:1;40709:7;:18;82714:11;;;;;:29:::1;;;82739:4;82729:7;:14;82714:29;82706:58;;;::::0;-1:-1:-1;;;82706:58:0;;30609:2:1;82706:58:0::1;::::0;::::1;30591:21:1::0;30648:2;30628:18;;;30621:30;-1:-1:-1;;;30667:18:1;;;30660:46;30723:18;;82706:58:0::1;30407:340:1::0;82706:58:0::1;82800:10;82783:28;::::0;;;:16:::1;:28;::::0;;;;;::::1;;82775:64;;;::::0;-1:-1:-1;;;82775:64:0;;31364:2:1;82775:64:0::1;::::0;::::1;31346:21:1::0;31403:2;31383:18;;;31376:30;31442:25;31422:18;;;31415:53;31485:18;;82775:64:0::1;31162:347:1::0;82775:64:0::1;82850:30;82860:10;82872:7;82850:9;:30::i;:::-;-1:-1:-1::0;39936:1:0;40888:7;:22;82644:244::o;73706:124::-;73764:13;73797:25;73803:7;73797:25;;;;;;;;;;;;;-1:-1:-1;;;73797:25:0;;;:5;:25::i;56123:185::-;56261:39;56278:4;56284:2;56288:7;56261:39;;;;;;;;;;;;:16;:39::i;83041:92::-;37114:6;;-1:-1:-1;;;;;37114:6:0;35997:10;37261:23;37253:68;;;;-1:-1:-1;;;37253:68:0;;;;;;;:::i;:::-;83107:7:::1;:18:::0;83041:92::o;73580:118::-;73635:13;73668:22;73674:7;73668:22;;;;;;;;;;;;;-1:-1:-1;;;73668:22:0;;;:5;:22::i;66884:233::-;66959:7;66995:30;66782:10;:17;;66694:113;66995:30;66987:5;:38;66979:95;;;;-1:-1:-1;;;66979:95:0;;32536:2:1;66979:95:0;;;32518:21:1;32575:2;32555:18;;;32548:30;32614:34;32594:18;;;32587:62;-1:-1:-1;;;32665:18:1;;;32658:42;32717:19;;66979:95:0;32334:408:1;66979:95:0;67092:10;67103:5;67092:17;;;;;;;;:::i;:::-;;;;;;;;;67085:24;;66884:233;;;:::o;52958:239::-;53030:7;53066:16;;;:7;:16;;;;;;-1:-1:-1;;;;;53066:16:0;53101:19;53093:73;;;;-1:-1:-1;;;53093:73:0;;29064:2:1;53093:73:0;;;29046:21:1;29103:2;29083:18;;;29076:30;29142:34;29122:18;;;29115:62;-1:-1:-1;;;29193:18:1;;;29186:39;29242:19;;53093:73:0;28862:405:1;82925:108:0;37114:6;;-1:-1:-1;;;;;37114:6:0;35997:10;37261:23;37253:68;;;;-1:-1:-1;;;37253:68:0;;;;;;;:::i;:::-;82999:16:::1;:26:::0;82925:108::o;52688:208::-;52760:7;-1:-1:-1;;;;;52788:19:0;;52780:74;;;;-1:-1:-1;;;52780:74:0;;28653:2:1;52780:74:0;;;28635:21:1;28692:2;28672:18;;;28665:30;28731:34;28711:18;;;28704:62;-1:-1:-1;;;28782:18:1;;;28775:40;28832:19;;52780:74:0;28451:406:1;52780:74:0;-1:-1:-1;;;;;;52872:16:0;;;;;:9;:16;;;;;;;52688:208::o;37692:94::-;37114:6;;-1:-1:-1;;;;;37114:6:0;35997:10;37261:23;37253:68;;;;-1:-1:-1;;;37253:68:0;;;;;;;:::i;:::-;37757:21:::1;37775:1;37757:9;:21::i;:::-;37692:94::o:0;83354:209::-;37114:6;;-1:-1:-1;;;;;37114:6:0;35997:10;37261:23;37253:68;;;;-1:-1:-1;;;37253:68:0;;;;;;;:::i;:::-;83446:9:::1;83441:115;83465:11;:18;83461:1;:22;83441:115;;;83539:5;83504:16;:32;83521:11;83533:1;83521:14;;;;;;;;:::i;:::-;;::::0;;::::1;::::0;;;;;;;-1:-1:-1;;;;;83504:32:0::1;::::0;;;::::1;::::0;;;;;;-1:-1:-1;83504:32:0;:40;;-1:-1:-1;;83504:40:0::1;::::0;::::1;;::::0;;;::::1;::::0;;83485:3;::::1;::::0;::::1;:::i;:::-;;;;83441:115;;73198:118:::0;73253:13;73286:22;73292:7;73286:22;;;;;;;;;;;;;-1:-1:-1;;;73286:22:0;;;:5;:22::i;53433:104::-;53489:13;53522:7;53515:14;;;;;:::i;55116:295::-;-1:-1:-1;;;;;55219:24:0;;35997:10;55219:24;;55211:62;;;;-1:-1:-1;;;55211:62:0;;27461:2:1;55211:62:0;;;27443:21:1;27500:2;27480:18;;;27473:30;27539:27;27519:18;;;27512:55;27584:18;;55211:62:0;27259:349:1;55211:62:0;35997:10;55286:32;;;;:18;:32;;;;;;;;-1:-1:-1;;;;;55286:42:0;;;;;;;;;;;;:53;;-1:-1:-1;;55286:53:0;;;;;;;;;;55355:48;;24751:41:1;;;55286:42:0;;35997:10;55355:48;;24724:18:1;55355:48:0;;;;;;;55116:295;;:::o;56379:328::-;56554:41;35997:10;56587:7;56554:18;:41::i;:::-;56546:103;;;;-1:-1:-1;;;56546:103:0;;;;;;;:::i;:::-;56660:39;56674:4;56680:2;56684:7;56693:5;56660:13;:39::i;:::-;56379:328;;;;:::o;72792:124::-;72850:13;72883:25;72889:7;72883:25;;;;;;;;;;;;;-1:-1:-1;;;72883:25:0;;;:5;:25::i;78300:4336::-;78365:13;78410:7;;78394:13;66782:10;:17;;66694:113;78394:13;:23;78391:1868;;;78433:32;;:::i;:::-;78480:421;;;;;;;;;;;;;;;;;;;78916:72;;;;;;;;;;;;;;78480:18;78916:72;;;:15;78932:1;78916:18;;;:72;79024:27;;-1:-1:-1;;;79024:27:0;;;;;33261:25:1;;;79024:9:0;;:18;;33234::1;;79024:27:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;79024:27:0;;;;;;;;;;;;:::i;:::-;79003:18;;;;:48;;;;79066:74;;;;;;;;;;;;;79003:18;79066:74;;;:18;;;:74;66782:10;:17;79176:9;;:18;;79195:20;;:4;:20;:::i;:::-;79176:40;;;;;;;;;;;;;33261:25:1;;33249:2;33234:18;;33107:185;79176:40:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;79176:40:0;;;;;;;;;;;;:::i;:::-;79155:18;;;:61;79231:324;;;;;;;;;;;;;;79155:18;79231:324;;;:18;;;:324;;;79625:18;;79231;79645;;;;79665;;;;;79685;;;;79705;;;;79725;;;;79608:156;;79570:28;;79608:156;;79625:18;79665;;79685;;79705;;79725;79231:324;;79608:156;;:::i;:::-;;;;-1:-1:-1;;79608:156:0;;;;;;;;;;-1:-1:-1;;;79877:27:0;;;;;33261:25:1;;;79608:156:0;-1:-1:-1;79780:26:0;;79809:299;;79877:9;;:18;;33234::1;;79877:27:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;79877:27:0;;;;;;;;;;;;:::i;:::-;80062:36;80082:14;80062:13;:36::i;:::-;79836:269;;;;;;;;;:::i;:::-;;;;;;;;;;;;;79809:13;:299::i;:::-;79780:328;;80197:12;80147:63;;;;;;;;:::i;:::-;;;;-1:-1:-1;;80147:63:0;;;;;;;;;;78300:4336;-1:-1:-1;;;;;78300:4336:0:o;78391:1868::-;80271:23;;:::i;:::-;80305:409;;;;;;;;;;;;;;;;;;;80738:28;80758:7;80738:19;:28::i;:::-;80727:5;80733:1;80727:8;;;:39;;;;80779:62;;;;;;;;;;;;;;;;;:5;80785:1;80779:8;;;:62;80865:27;;-1:-1:-1;;;80865:27:0;;;;;33261:25:1;;;80865:9:0;;:18;;33234::1;;80865:27:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;80865:27:0;;;;;;;;;;;;:::i;:::-;80854:8;;;;:38;;;;80905:53;;;;;;;;;;;;;80854:8;80905:53;;;:8;;;:53;80982:19;80993:7;80982:10;:19::i;:::-;80971:8;;;:30;81014:53;;;;;;;;;;;;;;80971:8;81014:53;;;:8;;;:53;81091:19;81102:7;81091:10;:19::i;:::-;81080:8;;;:30;81123:54;;;;;;;;;;;;;;81080:8;81123:54;;;:8;;;:54;81201:18;81211:7;81201:9;:18::i;:::-;81190:8;;;:29;81232:55;;;;;;;;;;;;;;81190:8;81232:55;;;:9;;;:55;81312:16;81320:7;81312;:16::i;:::-;81300:9;;;:28;81341:55;;;;;;;;;;;;;;81300:9;81341:55;;;:9;;;:55;81421:17;81430:7;81421:8;:17::i;:::-;81409:9;;;:29;81451:55;;;;;;;;;;;;;;81409:9;81451:55;;;:9;;;:55;81531:17;81540:7;81531:8;:17::i;:::-;81519:9;;;:29;81561:55;;;;;;;;;;;;;;81519:9;81561:55;;;:9;;;:55;81641:16;81649:7;81641;:16::i;:::-;81629:9;;;:28;81670:55;;;;;;;;;;;;;;81629:9;81670:55;;;:9;;;:55;81750:19;81761:7;81750:10;:19::i;:::-;81738:9;;;:31;81782:27;;;;;;;;;;;-1:-1:-1;;;81738:9:0;81782:27;;;;;;;:9;;;:27;;;;81869:8;;81879;;;;81889;;;;81899;;;;81909;;;;81919;;;;81929;;;;81939;;;;81949;;;;81852:106;;-1:-1:-1;;81852:106:0;;81949:8;;81852:106;;:::i;:::-;;;;;;;-1:-1:-1;;81852:106:0;;;;;;;82011:8;;;;82021:9;;;;82032;;;;82043;;;;82054;;;;82065;;;;82076;;;;82087;;;;81852:106;;-1:-1:-1;81986:111:0;;81852:106;;82087:9;82011:8;81986:111;;:::i;:::-;;;;;;;-1:-1:-1;;81986:111:0;;;;;;;82150:9;;;;82161;;;;82172;;;;82183;;;;81986:111;;-1:-1:-1;82125:68:0;;81986:111;;82183:9;82150;82125:68;;:::i;72660:124::-;72718:13;72751:25;72757:7;72751:25;;;;;;;;;;;;;-1:-1:-1;;;72751:25:0;;;:5;:25::i;73324:120::-;73380:13;73413:23;73419:7;73413:23;;;;;;;;;;;;;-1:-1:-1;;;73413:23:0;;;:5;:23::i;37941:192::-;37114:6;;-1:-1:-1;;;;;37114:6:0;35997:10;37261:23;37253:68;;;;-1:-1:-1;;;37253:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;38030:22:0;::::1;38022:73;;;::::0;-1:-1:-1;;;38022:73:0;;26292:2:1;38022:73:0::1;::::0;::::1;26274:21:1::0;26331:2;26311:18;;;26304:30;26370:34;26350:18;;;26343:62;-1:-1:-1;;;26421:18:1;;;26414:36;26467:19;;38022:73:0::1;26090:402:1::0;38022:73:0::1;38106:19;38116:8;38106:9;:19::i;:::-;37941:192:::0;:::o;52331:293::-;52433:4;-1:-1:-1;;;;;;52466:40:0;;-1:-1:-1;;;52466:40:0;;:101;;-1:-1:-1;;;;;;;52519:48:0;;-1:-1:-1;;;52519:48:0;52466:101;:150;;;-1:-1:-1;;;;;;;;;;51049:40:0;;;52580:36;50940:157;62199:174;62274:24;;;;:15;:24;;;;;:29;;-1:-1:-1;;;;;;62274:29:0;-1:-1:-1;;;;;62274:29:0;;;;;;;;:24;;62328:23;62274:24;62328:14;:23::i;:::-;-1:-1:-1;;;;;62319:46:0;;;;;;;;;;;62199:174;;:::o;73838:4454::-;73918:13;73944:12;74129:7;74110:16;;73959:9;:16;74000:9;:18;74030:16;;74019:7;:27;;;;:::i;:::-;74000:47;;;;;;;;;;;;;33261:25:1;;33249:2;33234:18;;33107:185;74000:47:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;74000:47:0;;;;;;;;;;;;:::i;:::-;74049:27;;-1:-1:-1;;;74049:27:0;;;;;33261:25:1;;;74049:9:0;;:18;;33234::1;;74049:27:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;74049:27:0;;;;;;;;;;;;:::i;:::-;74088:16;;74078:26;;:7;:26;:::i;:::-;73983:122;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;73959:148;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:167;;;;:::i;:::-;:177;;;;:::i;:::-;73944:192;;74149:20;74172:9;:16;74229:9;:18;74258:16;;74248:7;:26;;;;:::i;:::-;74229:46;;;;;;;;;;;;;33261:25:1;;33249:2;33234:18;;33107:185;74229:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;74229:46:0;;;;;;;;;;;;:::i;:::-;74196:80;;;;;;;;:::i;:::-;;;;;;;;;;;;;74172:106;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;74149:129;;74291:20;74314:9;:16;74365:9;:18;74394:16;;74384:7;:26;;;;:::i;:::-;74365:46;;;;;;;;;;;;;33261:25:1;;33249:2;33234:18;;33107:185;74365:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;74365:46:0;;;;;;;;;;;;:::i;:::-;74338:74;;;;;;;;:::i;:::-;;;;;;;;;;;;;74314:100;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;74291:123;;74427:20;74460:29;:99;;;;;;;;74501:1;74460:99;;;;74512:1;74460:99;;;;74523:1;74460:99;;;;74534:1;74460:99;;;;74545:1;74460:99;;;;74556:1;74460:99;;;;;74570:19;74599:1;74592:4;:8;;;;:::i;:::-;74570:30;;74614:11;74629:1;74614:16;74611:669;;;74647:81;;;;;;;;74670:1;74647:81;;;;74681:1;74647:81;;;;74692:1;74647:81;;;;74703:1;74647:81;;;;74714:1;74647:81;;;;74725:1;74647:81;;;;;74611:669;;;74750:11;74765:1;74750:16;74746:534;;;74782:81;;;;;;;;74805:1;74782:81;;;;74816:1;74782:81;;;;74827:1;74782:81;;;;74838:1;74782:81;;;;74849:1;74782:81;;;;74860:1;74782:81;;;;;74746:534;;;74885:11;74900:1;74885:16;74881:399;;;74917:81;;;;;;;;74940:1;74917:81;;;;74951:1;74917:81;;;;74962:1;74917:81;;;;74973:1;74917:81;;;;74984:1;74917:81;;;;74995:1;74917:81;;;;;74881:399;;;75020:11;75035:1;75020:16;75016:264;;;75052:81;;;;;;;;75075:1;75052:81;;;;75086:1;75052:81;;;;75097:1;75052:81;;;;75108:1;75052:81;;;;75119:1;75052:81;;;;75130:1;75052:81;;;;;75016:264;;;75155:11;75170:1;75155:16;75151:129;;;75187:81;;;;;;;;75210:1;75187:81;;;;75221:1;75187:81;;;;75232:1;75187:81;;;;75243:1;75187:81;;;;75254:1;75187:81;;;;75265:1;75187:81;;;;;75151:129;75337:16;;;;;;;;;;;;-1:-1:-1;;;75337:16:0;;;;;75296:27;;;;;;75327;75296:58;75292:2928;;;75380:7;:16;:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;75380:18:0;;;;;;;;;;;;:::i;:::-;75406:7;:16;:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;75406:18:0;;;;;;;;;;;;:::i;:::-;-1:-1:-1;75399:32:0;75406:25;75399:4;:32;:::i;:::-;75380:52;;;;;;;:::i;:::-;;;;;75496:53;;-1:-1:-1;;;75496:53:0;;;;;33661:25:1;;;33702:18;;;33695:34;;;75380:52:0;;-1:-1:-1;75447:24:0;;75474:21;;75447:24;;75496:9;;:30;;33634:18:1;;75496:53:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;75550:14;;75496:69;;;;;;;:::i;:::-;;;;;75474:92;;;;;;;;;;;75447:119;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;75614:6;75627:8;75643;:15;75636:4;:22;;;;:::i;:::-;75627:32;;;;;;;;:::i;:::-;;;;;;;75597:63;;;;;;;;;:::i;:::-;;;;;;;;;;;;;75581:80;;75356:317;75292:2928;;;75724:15;;;;;;;;;;;;-1:-1:-1;;;75724:15:0;;;;;75683:27;;;;;;75714:26;75683:57;75679:2541;;;75765:7;:15;:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;75765:17:0;;;;;;;;;;;;:::i;:::-;75790:7;:15;:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;75790:17:0;;;;;;;;;;;;:::i;:::-;-1:-1:-1;75783:31:0;75790:24;75783:4;:31;:::i;:::-;75765:50;;;;;;;:::i;:::-;;;;;75879:53;;-1:-1:-1;;;75879:53:0;;;;;33661:25:1;;;33702:18;;;33695:34;;;75765:50:0;;-1:-1:-1;75830:24:0;;75857:21;;75830:24;;75879:9;;:30;;33634:18:1;;75879:53:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;75933:14;;;;75879:69;;;;;;;:::i;:::-;;;;;75857:92;;;;;;;;;;;75830:119;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;75679:2541;76107:14;;;;;;;;;;;;-1:-1:-1;;;76107:14:0;;;;;76066:27;;;;;;76097:25;76066:56;76062:2158;;;76147:7;:14;:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;76147:16:0;;;;;;;;;;;;:::i;:::-;76171:7;:14;:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;76171:16:0;;;;;;;;;;;;:::i;:::-;-1:-1:-1;76164:30:0;76171:23;76164:4;:30;:::i;:::-;76147:48;;;;;;;:::i;:::-;;;;;76259:53;;-1:-1:-1;;;76259:53:0;;;;;33661:25:1;;;33702:18;;;33695:34;;;76147:48:0;;-1:-1:-1;76210:24:0;;76237:21;;76210:24;;76259:9;;:30;;33634:18:1;;76259:53:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;76313:14;;;;76259:69;;;;;;;:::i;:::-;;;;;76237:92;;;;;;;;;;;76210:119;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;76062:2158;76487:16;;;;;;;;;;;;-1:-1:-1;;;76487:16:0;;;;;76446:27;;;;;;76477;76446:58;76442:1778;;;76529:7;:16;:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;76529:18:0;;;;;;;;;;;;:::i;:::-;76555:7;:16;:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;76555:18:0;;;;;;;;;;;;:::i;:::-;-1:-1:-1;76548:32:0;76555:25;76548:4;:32;:::i;:::-;76529:52;;;;;;;:::i;:::-;;;;;76645:53;;-1:-1:-1;;;76645:53:0;;;;;33661:25:1;;;33702:18;;;33695:34;;;76529:52:0;;-1:-1:-1;76596:24:0;;76623:21;;76596:24;;76645:9;;:30;;33634:18:1;;76645:53:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;76699:14;;;;76645:69;;;;;;;:::i;:::-;;;;;76623:92;;;;;;;;;;;76596:119;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;76442:1778;76873:13;;;;;;;;;;;;-1:-1:-1;;;76873:13:0;;;;;76832:27;;;;;;76863:24;76832:55;76828:1392;;;76912:7;:13;:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;76912:15:0;;;;;;;;;;;;:::i;:::-;76935:7;:13;:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;76935:15:0;;;;;;;;;;;;:::i;:::-;-1:-1:-1;76928:29:0;76935:22;76928:4;:29;:::i;:::-;76912:46;;;;;;;:::i;:::-;;;;;77022:53;;-1:-1:-1;;;77022:53:0;;;;;33661:25:1;;;33702:18;;;33695:34;;;76912:46:0;;-1:-1:-1;76973:24:0;;77000:21;;76973:24;;77022:9;;:30;;33634:18:1;;77022:53:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;77076:14;;;;77022:69;;;;;;;:::i;:::-;;;;;77000:92;;;;;;;;;;;76973:119;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;77134:43:0;;-1:-1:-1;;;77134:43:0;;;;;33661:25:1;;;33702:18;;;33695:34;;;76973:119:0;;-1:-1:-1;77108:21:0;;77134:9;;-1:-1:-1;77134:20:0;;-1:-1:-1;33634:18:1;;77134:43:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;77134:43:0;;;;;;;;;;;;:::i;:::-;77107:70;;;77225:7;77239:6;77253:8;77269;:15;77262:4;:22;;;;:::i;:::-;77253:32;;;;;;;;:::i;:::-;;;;;;;77208:78;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;77192:95;;76888:411;;76828:1392;;;77350:13;;;;;;;;;;;;-1:-1:-1;;;77350:13:0;;;;;77309:27;;;;;;77340:24;77309:55;77305:915;;;77389:7;:13;:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;77389:15:0;;;;;;;;;;;;:::i;:::-;77412:7;:13;:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;77412:15:0;;;;;;;;;;;;:::i;:::-;-1:-1:-1;77405:29:0;77412:22;77405:4;:29;:::i;:::-;77389:46;;;;;;;:::i;:::-;;;;;77499:53;;-1:-1:-1;;;77499:53:0;;;;;33661:25:1;;;33702:18;;;33695:34;;;77389:46:0;;-1:-1:-1;77450:24:0;;77477:21;;77450:24;;77499:9;;:30;;33634:18:1;;77499:53:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;77553:14;;;;77499:69;;;;;;;:::i;:::-;;;;;77477:92;;;;;;;;;;;77450:119;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;77612:43:0;;-1:-1:-1;;;77612:43:0;;;;;33661:25:1;;;33702:18;;;33695:34;;;77450:119:0;;-1:-1:-1;77587:21:0;;77612:9;;-1:-1:-1;77612:20:0;;-1:-1:-1;33634:18:1;;77612:43:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;77612:43:0;;;;;;;;;;;;:::i;:::-;77584:71;;;77703:7;77717:6;77731:8;77747;:15;77740:4;:22;;;;:::i;77305:915::-;77828:14;;;;;;;;;;;;-1:-1:-1;;;77828:14:0;;;;;77787:27;;;;;;77818:25;77787:56;77783:437;;;77868:7;:14;:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;77868:16:0;;;;;;;;;;;;:::i;:::-;77892:7;:14;:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;77892:16:0;;;;;;;;;;;;:::i;:::-;-1:-1:-1;77885:30:0;77892:23;77885:4;:30;:::i;:::-;77868:48;;;;;;;:::i;:::-;;;;;77859:57;;77783:437;;;77978:16;;;;;;;;;;;;-1:-1:-1;;;77978:16:0;;;;;77937:27;;;;;;77968;77937:58;77934:286;;;78053:9;:18;78073:10;78080:3;78073:4;:10;:::i;:::-;78072:21;;78087:6;78072:21;:::i;:::-;78053:41;;;;;;;;;;;;;33261:25:1;;33249:2;33234:18;;33107:185;78053:41:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;78053:41:0;;;;;;;;;;;;:::i;:::-;78027:68;;;;;;;;:::i;:::-;;;;;;;;;;;;;78011:85;;77934:286;;;78138:7;:25;:27;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;78138:27:0;;;;;;;;;;;;:::i;:::-;78173:7;:25;:27;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;78173:27:0;;;;;;;;;;;;:::i;:::-;-1:-1:-1;78166:41:0;78173:34;78166:4;:41;:::i;:::-;78138:70;;;;;;;:::i;:::-;;;;;78129:79;;77934:286;-1:-1:-1;78278:6:0;;73838:4454;-1:-1:-1;;;;;;;73838:4454:0:o;58511:348::-;58604:4;58306:16;;;:7;:16;;;;;;-1:-1:-1;;;;;58306:16:0;58621:73;;;;-1:-1:-1;;;58621:73:0;;27815:2:1;58621:73:0;;;27797:21:1;27854:2;27834:18;;;27827:30;27893:34;27873:18;;;27866:62;-1:-1:-1;;;27944:18:1;;;27937:42;27996:19;;58621:73:0;27613:408:1;58621:73:0;58705:13;58721:23;58736:7;58721:14;:23::i;:::-;58705:39;;58774:5;-1:-1:-1;;;;;58763:16:0;:7;-1:-1:-1;;;;;58763:16:0;;:51;;;;58807:7;-1:-1:-1;;;;;58783:31:0;:20;58795:7;58783:11;:20::i;:::-;-1:-1:-1;;;;;58783:31:0;;58763:51;:87;;;-1:-1:-1;;;;;;55603:25:0;;;55579:4;55603:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;58818:32;58755:96;58511:348;-1:-1:-1;;;;58511:348:0:o;61503:578::-;61662:4;-1:-1:-1;;;;;61635:31:0;:23;61650:7;61635:14;:23::i;:::-;-1:-1:-1;;;;;61635:31:0;;61627:85;;;;-1:-1:-1;;;61627:85:0;;30954:2:1;61627:85:0;;;30936:21:1;30993:2;30973:18;;;30966:30;31032:34;31012:18;;;31005:62;-1:-1:-1;;;31083:18:1;;;31076:39;31132:19;;61627:85:0;30752:405:1;61627:85:0;-1:-1:-1;;;;;61731:16:0;;61723:65;;;;-1:-1:-1;;;61723:65:0;;27056:2:1;61723:65:0;;;27038:21:1;27095:2;27075:18;;;27068:30;27134:34;27114:18;;;27107:62;-1:-1:-1;;;27185:18:1;;;27178:34;27229:19;;61723:65:0;26854:400:1;61723:65:0;61801:39;61822:4;61828:2;61832:7;61801:20;:39::i;:::-;61905:29;61922:1;61926:7;61905:8;:29::i;:::-;-1:-1:-1;;;;;61947:15:0;;;;;;:9;:15;;;;;:20;;61966:1;;61947:15;:20;;61966:1;;61947:20;:::i;:::-;;;;-1:-1:-1;;;;;;;61978:13:0;;;;;;:9;:13;;;;;:18;;61995:1;;61978:13;:18;;61995:1;;61978:18;:::i;:::-;;;;-1:-1:-1;;62007:16:0;;;;:7;:16;;;;;;:21;;-1:-1:-1;;;;;;62007:21:0;-1:-1:-1;;;;;62007:21:0;;;;;;;;;62046:27;;62007:16;;62046:27;;;;;;;61503:578;;;:::o;59201:110::-;59277:26;59287:2;59291:7;59277:26;;;;;;;;;;;;:9;:26::i;38141:173::-;38216:6;;;-1:-1:-1;;;;;38233:17:0;;;-1:-1:-1;;;;;;38233:17:0;;;;;;;38266:40;;38216:6;;;38233:17;38216:6;;38266:40;;38197:16;;38266:40;38186:128;38141:173;:::o;57589:315::-;57746:28;57756:4;57762:2;57766:7;57746:9;:28::i;:::-;57793:48;57816:4;57822:2;57826:7;57835:5;57793:22;:48::i;:::-;57785:111;;;;-1:-1:-1;;;57785:111:0;;;;;;;:::i;85573:1607::-;85671:11;;85631:13;;85697:8;85693:23;;-1:-1:-1;;85707:9:0;;;;;;;;;-1:-1:-1;85707:9:0;;;85573:1607;-1:-1:-1;85573:1607:0:o;85693:23::-;85768:18;85806:1;85795:7;:3;85801:1;85795:7;:::i;:::-;85794:13;;;;:::i;:::-;85789:19;;:1;:19;:::i;:::-;85768:40;-1:-1:-1;85866:19:0;85898:15;85768:40;85911:2;85898:15;:::i;:::-;-1:-1:-1;;;;;85888:26:0;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;85888:26:0;;85866:48;;85927:18;85948:5;;;;;;;;;;;;;;;;;85927:26;;86017:1;86010:5;86006:13;86062:2;86054:6;86050:15;86113:1;86081:777;86136:3;86133:1;86130:10;86081:777;;;86191:1;86234:12;;;;;86228:19;86329:4;86317:2;86313:14;;;;;86295:40;;86289:47;86438:2;86434:14;;;86430:25;;86416:40;;86410:47;86567:1;86563:13;;;86559:24;;86545:39;;86539:46;86687:16;;;;86673:31;;86667:38;86365:1;86361:11;;;86459:4;86406:58;;;86397:68;86490:11;;86535:57;;;86526:67;;;;86618:11;;86663:49;;86654:59;86742:3;86738:13;86771:22;;86841:1;86826:17;;;;86184:9;86081:777;;;86085:44;86890:1;86885:3;86881:11;86911:1;86906:84;;;;87009:1;87004:82;;;;86874:212;;86906:84;-1:-1:-1;;;;;86939:17:0;;86932:43;86906:84;;87004:82;-1:-1:-1;;;;;87037:17:0;;87030:41;86874:212;-1:-1:-1;;;87102:26:0;;;87109:6;85573:1607;-1:-1:-1;;;;85573:1607:0:o;67730:589::-;-1:-1:-1;;;;;67936:18:0;;67932:187;;67971:40;68003:7;69146:10;:17;;69119:24;;;;:15;:24;;;;;:44;;;69174:24;;;;;;;;;;;;69042:164;67971:40;67932:187;;;68041:2;-1:-1:-1;;;;;68033:10:0;:4;-1:-1:-1;;;;;68033:10:0;;68029:90;;68060:47;68093:4;68099:7;68060:32;:47::i;:::-;-1:-1:-1;;;;;68133:16:0;;68129:183;;68166:45;68203:7;68166:36;:45::i;68129:183::-;68239:4;-1:-1:-1;;;;;68233:10:0;:2;-1:-1:-1;;;;;68233:10:0;;68229:83;;68260:40;68288:2;68292:7;68260:27;:40::i;59538:321::-;59668:18;59674:2;59678:7;59668:5;:18::i;:::-;59719:54;59750:1;59754:2;59758:7;59767:5;59719:22;:54::i;:::-;59697:154;;;;-1:-1:-1;;;59697:154:0;;;;;;;:::i;62938:707::-;63093:4;-1:-1:-1;;;;;63114:13:0;;43451:20;43499:8;63110:528;;63146:72;;-1:-1:-1;;;63146:72:0;;-1:-1:-1;;;;;63146:36:0;;;;;:72;;35997:10;;63197:4;;63203:7;;63212:5;;63146:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;63146:72:0;;;;;;;;-1:-1:-1;;63146:72:0;;;;;;;;;;;;:::i;:::-;;;63142:441;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;63372:13:0;;63368:204;;63403:60;;-1:-1:-1;;;63403:60:0;;;;;;;:::i;63368:204::-;63542:6;63536:13;63527:6;63523:2;63519:15;63512:38;63142:441;-1:-1:-1;;;;;;63261:55:0;-1:-1:-1;;;63261:55:0;;-1:-1:-1;63254:62:0;;63110:528;-1:-1:-1;63622:4:0;62938:707;;;;;;:::o;69833:988::-;70099:22;70149:1;70124:22;70141:4;70124:16;:22::i;:::-;:26;;;;:::i;:::-;70161:18;70182:26;;;:17;:26;;;;;;70099:51;;-1:-1:-1;70315:28:0;;;70311:328;;-1:-1:-1;;;;;70382:18:0;;70360:19;70382:18;;;:12;:18;;;;;;;;:34;;;;;;;;;70433:30;;;;;;:44;;;70550:30;;:17;:30;;;;;:43;;;70311:328;-1:-1:-1;70735:26:0;;;;:17;:26;;;;;;;;70728:33;;;-1:-1:-1;;;;;70779:18:0;;;;;:12;:18;;;;;:34;;;;;;;70772:41;69833:988::o;71116:1079::-;71394:10;:17;71369:22;;71394:21;;71414:1;;71394:21;:::i;:::-;71426:18;71447:24;;;:15;:24;;;;;;71820:10;:26;;71369:46;;-1:-1:-1;71447:24:0;;71369:46;;71820:26;;;;;;:::i;:::-;;;;;;;;;71798:48;;71884:11;71859:10;71870;71859:22;;;;;;;;:::i;:::-;;;;;;;;;;;;:36;;;;71964:28;;;:15;:28;;;;;;;:41;;;72136:24;;;;;72129:31;72171:10;:16;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;71187:1008;;;71116:1079;:::o;68620:221::-;68705:14;68722:20;68739:2;68722:16;:20::i;:::-;-1:-1:-1;;;;;68753:16:0;;;;;;;:12;:16;;;;;;;;:24;;;;;;;;:34;;;68798:26;;;:17;:26;;;;;;:35;;;;-1:-1:-1;68620:221:0:o;60195:382::-;-1:-1:-1;;;;;60275:16:0;;60267:61;;;;-1:-1:-1;;;60267:61:0;;29474:2:1;60267:61:0;;;29456:21:1;;;29493:18;;;29486:30;29552:34;29532:18;;;29525:62;29604:18;;60267:61:0;29272:356:1;60267:61:0;58282:4;58306:16;;;:7;:16;;;;;;-1:-1:-1;;;;;58306:16:0;:30;60339:58;;;;-1:-1:-1;;;60339:58:0;;26699:2:1;60339:58:0;;;26681:21:1;26738:2;26718:18;;;26711:30;26777;26757:18;;;26750:58;26825:18;;60339:58:0;26497:352:1;60339:58:0;60410:45;60439:1;60443:2;60447:7;60410:20;:45::i;:::-;-1:-1:-1;;;;;60468:13:0;;;;;;:9;:13;;;;;:18;;60485:1;;60468:13;:18;;60485:1;;60468:18;:::i;:::-;;;;-1:-1:-1;;60497:16:0;;;;:7;:16;;;;;;:21;;-1:-1:-1;;;;;;60497:21:0;-1:-1:-1;;;;;60497:21:0;;;;;;;;60536:33;;60497:16;;;60536:33;;60497:16;;60536:33;60195:382;;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;14:173:1;82:20;;-1:-1:-1;;;;;131:31:1;;121:42;;111:70;;177:1;174;167:12;111:70;14:173;;;:::o;192:429::-;246:5;299:3;292:4;284:6;280:17;276:27;266:55;;317:1;314;307:12;266:55;346:6;340:13;377:48;393:31;421:2;393:31;:::i;:::-;377:48;:::i;:::-;450:2;441:7;434:19;496:3;489:4;484:2;476:6;472:15;468:26;465:35;462:55;;;513:1;510;503:12;462:55;526:64;587:2;580:4;571:7;567:18;560:4;552:6;548:17;526:64;:::i;626:186::-;685:6;738:2;726:9;717:7;713:23;709:32;706:52;;;754:1;751;744:12;706:52;777:29;796:9;777:29;:::i;:::-;767:39;626:186;-1:-1:-1;;;626:186:1:o;817:260::-;885:6;893;946:2;934:9;925:7;921:23;917:32;914:52;;;962:1;959;952:12;914:52;985:29;1004:9;985:29;:::i;:::-;975:39;;1033:38;1067:2;1056:9;1052:18;1033:38;:::i;:::-;1023:48;;817:260;;;;;:::o;1082:328::-;1159:6;1167;1175;1228:2;1216:9;1207:7;1203:23;1199:32;1196:52;;;1244:1;1241;1234:12;1196:52;1267:29;1286:9;1267:29;:::i;:::-;1257:39;;1315:38;1349:2;1338:9;1334:18;1315:38;:::i;:::-;1305:48;;1400:2;1389:9;1385:18;1372:32;1362:42;;1082:328;;;;;:::o;1415:888::-;1510:6;1518;1526;1534;1587:3;1575:9;1566:7;1562:23;1558:33;1555:53;;;1604:1;1601;1594:12;1555:53;1627:29;1646:9;1627:29;:::i;:::-;1617:39;;1675:38;1709:2;1698:9;1694:18;1675:38;:::i;:::-;1665:48;;1760:2;1749:9;1745:18;1732:32;1722:42;;1815:2;1804:9;1800:18;1787:32;-1:-1:-1;;;;;1834:6:1;1831:30;1828:50;;;1874:1;1871;1864:12;1828:50;1897:22;;1950:4;1942:13;;1938:27;-1:-1:-1;1928:55:1;;1979:1;1976;1969:12;1928:55;2015:2;2002:16;2040:48;2056:31;2084:2;2056:31;:::i;2040:48::-;2111:2;2104:5;2097:17;2151:7;2146:2;2141;2137;2133:11;2129:20;2126:33;2123:53;;;2172:1;2169;2162:12;2123:53;2227:2;2222;2218;2214:11;2209:2;2202:5;2198:14;2185:45;2271:1;2266:2;2261;2254:5;2250:14;2246:23;2239:34;2292:5;2282:15;;;;;1415:888;;;;;;;:::o;2308:347::-;2373:6;2381;2434:2;2422:9;2413:7;2409:23;2405:32;2402:52;;;2450:1;2447;2440:12;2402:52;2473:29;2492:9;2473:29;:::i;:::-;2463:39;;2552:2;2541:9;2537:18;2524:32;2599:5;2592:13;2585:21;2578:5;2575:32;2565:60;;2621:1;2618;2611:12;2565:60;2644:5;2634:15;;;2308:347;;;;;:::o;2660:254::-;2728:6;2736;2789:2;2777:9;2768:7;2764:23;2760:32;2757:52;;;2805:1;2802;2795:12;2757:52;2828:29;2847:9;2828:29;:::i;:::-;2818:39;2904:2;2889:18;;;;2876:32;;-1:-1:-1;;;2660:254:1:o;2919:963::-;3003:6;3034:2;3077;3065:9;3056:7;3052:23;3048:32;3045:52;;;3093:1;3090;3083:12;3045:52;3133:9;3120:23;-1:-1:-1;;;;;3203:2:1;3195:6;3192:14;3189:34;;;3219:1;3216;3209:12;3189:34;3257:6;3246:9;3242:22;3232:32;;3302:7;3295:4;3291:2;3287:13;3283:27;3273:55;;3324:1;3321;3314:12;3273:55;3360:2;3347:16;3382:2;3378;3375:10;3372:36;;;3388:18;;:::i;:::-;3434:2;3431:1;3427:10;3417:20;;3457:28;3481:2;3477;3473:11;3457:28;:::i;:::-;3519:15;;;3550:12;;;;3582:11;;;3612;;;3608:20;;3605:33;-1:-1:-1;3602:53:1;;;3651:1;3648;3641:12;3602:53;3673:1;3664:10;;3683:169;3697:2;3694:1;3691:9;3683:169;;;3754:23;3773:3;3754:23;:::i;:::-;3742:36;;3715:1;3708:9;;;;;3798:12;;;;3830;;3683:169;;;-1:-1:-1;3871:5:1;2919:963;-1:-1:-1;;;;;;;;2919:963:1:o;3887:953::-;3992:6;4023:2;4066;4054:9;4045:7;4041:23;4037:32;4034:52;;;4082:1;4079;4072:12;4034:52;4115:9;4109:16;-1:-1:-1;;;;;4185:2:1;4177:6;4174:14;4171:34;;;4201:1;4198;4191:12;4171:34;4239:6;4228:9;4224:22;4214:32;;4284:7;4277:4;4273:2;4269:13;4265:27;4255:55;;4306:1;4303;4296:12;4255:55;4330:22;;:::i;:::-;4374:3;4397:2;4429:7;4422:4;4418:2;4414:13;4411:26;4408:46;;;4450:1;4447;4440:12;4408:46;4472:1;4493;4503:307;4519:4;4514:3;4511:13;4503:307;;;4595:3;4589:10;4631:2;4618:11;4615:19;4612:39;;;4647:1;4644;4637:12;4612:39;4676:59;4727:7;4713:11;4709:2;4705:20;4676:59;:::i;:::-;4664:72;;-1:-1:-1;4756:12:1;;;;4788;;;;4543:1;4534:11;4503:307;;;-1:-1:-1;4829:5:1;;3887:953;-1:-1:-1;;;;;;;;;3887:953:1:o;4845:951::-;4949:6;4980:2;5023;5011:9;5002:7;4998:23;4994:32;4991:52;;;5039:1;5036;5029:12;4991:52;5072:9;5066:16;-1:-1:-1;;;;;5142:2:1;5134:6;5131:14;5128:34;;;5158:1;5155;5148:12;5128:34;5196:6;5185:9;5181:22;5171:32;;5241:7;5234:4;5230:2;5226:13;5222:27;5212:55;;5263:1;5260;5253:12;5212:55;5287:22;;:::i;:::-;5331:3;5354:2;5385:7;5379:3;5375:2;5371:12;5368:25;5365:45;;;5406:1;5403;5396:12;5365:45;5428:1;5449;5459:307;5475:4;5470:3;5467:13;5459:307;;;5551:3;5545:10;5587:2;5574:11;5571:19;5568:39;;;5603:1;5600;5593:12;5568:39;5632:59;5683:7;5669:11;5665:2;5661:20;5632:59;:::i;:::-;5620:72;;-1:-1:-1;5712:12:1;;;;5744;;;;5499:1;5490:11;5459:307;;5801:951;5905:6;5936:2;5979;5967:9;5958:7;5954:23;5950:32;5947:52;;;5995:1;5992;5985:12;5947:52;6028:9;6022:16;-1:-1:-1;;;;;6098:2:1;6090:6;6087:14;6084:34;;;6114:1;6111;6104:12;6084:34;6152:6;6141:9;6137:22;6127:32;;6197:7;6190:4;6186:2;6182:13;6178:27;6168:55;;6219:1;6216;6209:12;6168:55;6243:22;;:::i;:::-;6287:3;6310:2;6341:7;6335:3;6331:2;6327:12;6324:25;6321:45;;;6362:1;6359;6352:12;6321:45;6384:1;6405;6415:307;6431:4;6426:3;6423:13;6415:307;;;6507:3;6501:10;6543:2;6530:11;6527:19;6524:39;;;6559:1;6556;6549:12;6524:39;6588:59;6639:7;6625:11;6621:2;6617:20;6588:59;:::i;:::-;6576:72;;-1:-1:-1;6668:12:1;;;;6700;;;;6455:1;6446:11;6415:307;;6757:952;6861:6;6892:2;6935;6923:9;6914:7;6910:23;6906:32;6903:52;;;6951:1;6948;6941:12;6903:52;6984:9;6978:16;-1:-1:-1;;;;;7054:2:1;7046:6;7043:14;7040:34;;;7070:1;7067;7060:12;7040:34;7108:6;7097:9;7093:22;7083:32;;7153:7;7146:4;7142:2;7138:13;7134:27;7124:55;;7175:1;7172;7165:12;7124:55;7199:22;;:::i;:::-;7243:3;7266:2;7298:7;7291:4;7287:2;7283:13;7280:26;7277:46;;;7319:1;7316;7309:12;7277:46;7341:1;7362;7372:307;7388:4;7383:3;7380:13;7372:307;;;7464:3;7458:10;7500:2;7487:11;7484:19;7481:39;;;7516:1;7513;7506:12;7481:39;7545:59;7596:7;7582:11;7578:2;7574:20;7545:59;:::i;:::-;7533:72;;-1:-1:-1;7625:12:1;;;;7657;;;;7412:1;7403:11;7372:307;;7714:952;7818:6;7849:2;7892;7880:9;7871:7;7867:23;7863:32;7860:52;;;7908:1;7905;7898:12;7860:52;7941:9;7935:16;-1:-1:-1;;;;;8011:2:1;8003:6;8000:14;7997:34;;;8027:1;8024;8017:12;7997:34;8065:6;8054:9;8050:22;8040:32;;8110:7;8103:4;8099:2;8095:13;8091:27;8081:55;;8132:1;8129;8122:12;8081:55;8156:22;;:::i;:::-;8200:3;8223:2;8255:7;8248:4;8244:2;8240:13;8237:26;8234:46;;;8276:1;8273;8266:12;8234:46;8298:1;8319;8329:307;8345:4;8340:3;8337:13;8329:307;;;8421:3;8415:10;8457:2;8444:11;8441:19;8438:39;;;8473:1;8470;8463:12;8438:39;8502:59;8553:7;8539:11;8535:2;8531:20;8502:59;:::i;:::-;8490:72;;-1:-1:-1;8582:12:1;;;;8614;;;;8369:1;8360:11;8329:307;;8671:952;8775:6;8806:2;8849;8837:9;8828:7;8824:23;8820:32;8817:52;;;8865:1;8862;8855:12;8817:52;8898:9;8892:16;-1:-1:-1;;;;;8968:2:1;8960:6;8957:14;8954:34;;;8984:1;8981;8974:12;8954:34;9022:6;9011:9;9007:22;8997:32;;9067:7;9060:4;9056:2;9052:13;9048:27;9038:55;;9089:1;9086;9079:12;9038:55;9113:22;;:::i;:::-;9157:3;9180:2;9212:7;9205:4;9201:2;9197:13;9194:26;9191:46;;;9233:1;9230;9223:12;9191:46;9255:1;9276;9286:307;9302:4;9297:3;9294:13;9286:307;;;9378:3;9372:10;9414:2;9401:11;9398:19;9395:39;;;9430:1;9427;9420:12;9395:39;9459:59;9510:7;9496:11;9492:2;9488:20;9459:59;:::i;:::-;9447:72;;-1:-1:-1;9539:12:1;;;;9571;;;;9326:1;9317:11;9286:307;;9628:952;9732:6;9763:2;9806;9794:9;9785:7;9781:23;9777:32;9774:52;;;9822:1;9819;9812:12;9774:52;9855:9;9849:16;-1:-1:-1;;;;;9925:2:1;9917:6;9914:14;9911:34;;;9941:1;9938;9931:12;9911:34;9979:6;9968:9;9964:22;9954:32;;10024:7;10017:4;10013:2;10009:13;10005:27;9995:55;;10046:1;10043;10036:12;9995:55;10070:22;;:::i;:::-;10114:3;10137:2;10169:7;10162:4;10158:2;10154:13;10151:26;10148:46;;;10190:1;10187;10180:12;10148:46;10212:1;10233;10243:307;10259:4;10254:3;10251:13;10243:307;;;10335:3;10329:10;10371:2;10358:11;10355:19;10352:39;;;10387:1;10384;10377:12;10352:39;10416:59;10467:7;10453:11;10449:2;10445:20;10416:59;:::i;:::-;10404:72;;-1:-1:-1;10496:12:1;;;;10528;;;;10283:1;10274:11;10243:307;;10585:952;10689:6;10720:2;10763;10751:9;10742:7;10738:23;10734:32;10731:52;;;10779:1;10776;10769:12;10731:52;10812:9;10806:16;-1:-1:-1;;;;;10882:2:1;10874:6;10871:14;10868:34;;;10898:1;10895;10888:12;10868:34;10936:6;10925:9;10921:22;10911:32;;10981:7;10974:4;10970:2;10966:13;10962:27;10952:55;;11003:1;11000;10993:12;10952:55;11027:22;;:::i;:::-;11071:3;11094:2;11126:7;11119:4;11115:2;11111:13;11108:26;11105:46;;;11147:1;11144;11137:12;11105:46;11169:1;11190;11200:307;11216:4;11211:3;11208:13;11200:307;;;11292:3;11286:10;11328:2;11315:11;11312:19;11309:39;;;11344:1;11341;11334:12;11309:39;11373:59;11424:7;11410:11;11406:2;11402:20;11373:59;:::i;:::-;11361:72;;-1:-1:-1;11453:12:1;;;;11485;;;;11240:1;11231:11;11200:307;;11542:801;11635:6;11688:3;11676:9;11667:7;11663:23;11659:33;11656:53;;;11705:1;11702;11695:12;11656:53;11754:7;11747:4;11736:9;11732:20;11728:34;11718:62;;11776:1;11773;11766:12;11718:62;11809:2;11803:9;11851:3;11843:6;11839:16;11921:6;11909:10;11906:22;-1:-1:-1;;;;;11873:10:1;11870:34;11867:62;11864:88;;;11932:18;;:::i;:::-;11968:2;11961:22;12003:6;12029:9;12068:3;12053:19;;12050:32;-1:-1:-1;12047:52:1;;;12095:1;12092;12085:12;12047:52;12117:1;12127:185;12141:4;12138:1;12135:11;12127:185;;;12200:10;;12188:23;;12234:4;12258:12;;;;12290;;;;12161:1;12154:9;12127:185;;;-1:-1:-1;12331:6:1;;11542:801;-1:-1:-1;;;;;11542:801:1:o;12348:245::-;12406:6;12459:2;12447:9;12438:7;12434:23;12430:32;12427:52;;;12475:1;12472;12465:12;12427:52;12514:9;12501:23;12533:30;12557:5;12533:30;:::i;12598:249::-;12667:6;12720:2;12708:9;12699:7;12695:23;12691:32;12688:52;;;12736:1;12733;12726:12;12688:52;12768:9;12762:16;12787:30;12811:5;12787:30;:::i;12852:337::-;12932:6;12985:2;12973:9;12964:7;12960:23;12956:32;12953:52;;;13001:1;12998;12991:12;12953:52;13034:9;13028:16;-1:-1:-1;;;;;13059:6:1;13056:30;13053:50;;;13099:1;13096;13089:12;13053:50;13122:61;13175:7;13166:6;13155:9;13151:22;13122:61;:::i;13194:562::-;13293:6;13301;13354:2;13342:9;13333:7;13329:23;13325:32;13322:52;;;13370:1;13367;13360:12;13322:52;13403:9;13397:16;-1:-1:-1;;;;;13473:2:1;13465:6;13462:14;13459:34;;;13489:1;13486;13479:12;13459:34;13512:61;13565:7;13556:6;13545:9;13541:22;13512:61;:::i;:::-;13502:71;;13619:2;13608:9;13604:18;13598:25;13582:41;;13648:2;13638:8;13635:16;13632:36;;;13664:1;13661;13654:12;13632:36;;13687:63;13742:7;13731:8;13720:9;13716:24;13687:63;:::i;:::-;13677:73;;;13194:562;;;;;:::o;13761:180::-;13820:6;13873:2;13861:9;13852:7;13848:23;13844:32;13841:52;;;13889:1;13886;13879:12;13841:52;-1:-1:-1;13912:23:1;;13761:180;-1:-1:-1;13761:180:1:o;13946:184::-;14016:6;14069:2;14057:9;14048:7;14044:23;14040:32;14037:52;;;14085:1;14082;14075:12;14037:52;-1:-1:-1;14108:16:1;;13946:184;-1:-1:-1;13946:184:1:o;14135:257::-;14176:3;14214:5;14208:12;14241:6;14236:3;14229:19;14257:63;14313:6;14306:4;14301:3;14297:14;14290:4;14283:5;14279:16;14257:63;:::i;:::-;14374:2;14353:15;-1:-1:-1;;14349:29:1;14340:39;;;;14381:4;14336:50;;14135:257;-1:-1:-1;;14135:257:1:o;14397:1052::-;14720:3;14758:6;14752:13;14774:53;14820:6;14815:3;14808:4;14800:6;14796:17;14774:53;:::i;:::-;14890:13;;14849:16;;;;14912:57;14890:13;14849:16;14946:4;14934:17;;14912:57;:::i;:::-;15036:13;;14991:20;;;15058:57;15036:13;14991:20;15092:4;15080:17;;15058:57;:::i;:::-;15182:13;;15137:20;;;15204:57;15182:13;15137:20;15238:4;15226:17;;15204:57;:::i;:::-;15328:13;;15283:20;;;15350:57;15328:13;15283:20;15384:4;15372:17;;15350:57;:::i;:::-;15423:20;;14397:1052;-1:-1:-1;;;;;;;14397:1052:1:o;15454:1449::-;15873:3;15911:6;15905:13;15937:4;15950:51;15994:6;15989:3;15984:2;15976:6;15972:15;15950:51;:::i;:::-;16064:13;;16023:16;;;;16086:55;16064:13;16023:16;16108:15;;;16086:55;:::i;:::-;16208:13;;16163:20;;;16230:55;16208:13;16163:20;16252:15;;;16230:55;:::i;:::-;16352:13;;16307:20;;;16374:55;16352:13;16307:20;16396:15;;;16374:55;:::i;:::-;16496:13;;16451:20;;;16518:55;16496:13;16451:20;16540:15;;;16518:55;:::i;:::-;16640:13;;16595:20;;;16662:55;16640:13;16595:20;16684:15;;;16662:55;:::i;:::-;16784:13;;16739:20;;;16806:55;16784:13;16739:20;16828:15;;;16806:55;:::i;:::-;16877:20;;;;;15454:1449;-1:-1:-1;;;;;;;;;;15454:1449:1:o;16908:1783::-;17423:3;17461:6;17455:13;17477:53;17523:6;17518:3;17511:4;17503:6;17499:17;17477:53;:::i;:::-;17593:13;;17552:16;;;;17615:57;17593:13;17552:16;17649:4;17637:17;;17615:57;:::i;:::-;17703:6;17697:13;17719:72;17782:8;17771;17764:5;17760:20;17753:4;17745:6;17741:17;17719:72;:::i;:::-;17873:13;;17817:20;;;;17813:35;;17895:57;17873:13;17813:35;17929:4;17917:17;;17895:57;:::i;:::-;18019:13;;17974:20;;;18041:57;18019:13;17974:20;18075:4;18063:17;;18041:57;:::i;:::-;18129:6;18123:13;18145:72;18208:8;18197;18190:5;18186:20;18179:4;18171:6;18167:17;18145:72;:::i;:::-;18299:13;;18243:20;;;;18239:35;;18321:57;18299:13;18239:35;18355:4;18343:17;;18321:57;:::i;:::-;18409:6;18403:13;18425:72;18488:8;18477;18470:5;18466:20;18459:4;18451:6;18447:17;18425:72;:::i;:::-;18576:13;;18520:20;;;;18516:35;;18598:54;18576:13;18516:35;18632:4;18620:17;;18598:54;:::i;:::-;18668:17;;16908:1783;-1:-1:-1;;;;;;;;;;;16908:1783:1:o;18696:566::-;18903:3;18941:6;18935:13;18957:53;19003:6;18998:3;18991:4;18983:6;18979:17;18957:53;:::i;:::-;19073:13;;19032:16;;;;19095:57;19073:13;19032:16;19129:4;19117:17;;19095:57;:::i;:::-;19174:20;19203:21;;;-1:-1:-1;;19251:4:1;19240:16;;18696:566;-1:-1:-1;;18696:566:1:o;19267:614::-;19547:3;19585:6;19579:13;19601:53;19647:6;19642:3;19635:4;19627:6;19623:17;19601:53;:::i;:::-;-1:-1:-1;;;19676:16:1;;;19701:18;;;19744:13;;19766:65;19744:13;19818:1;19807:13;;19800:4;19788:17;;19766:65;:::i;:::-;19851:20;19873:1;19847:28;;19267:614;-1:-1:-1;;;;19267:614:1:o;19886:960::-;20315:3;20353:6;20347:13;20369:53;20415:6;20410:3;20403:4;20395:6;20391:17;20369:53;:::i;:::-;20453:6;20448:3;20444:16;20431:29;;-1:-1:-1;;;20505:2:1;20498:5;20491:17;20539:6;20533:13;20555:65;20611:8;20607:1;20600:5;20596:13;20589:4;20581:6;20577:17;20555:65;:::i;:::-;20683:1;20639:20;;20675:10;;;20668:22;20715:13;;20737:62;20715:13;20786:1;20778:10;;20771:4;20759:17;;20737:62;:::i;:::-;20819:17;20838:1;20815:25;;19886:960;-1:-1:-1;;;;;19886:960:1:o;20851:431::-;-1:-1:-1;;;21108:3:1;21101:27;21083:3;21157:6;21151:13;21173:62;21228:6;21223:2;21218:3;21214:12;21207:4;21199:6;21195:17;21173:62;:::i;:::-;21255:16;;;;21273:2;21251:25;;20851:431;-1:-1:-1;;20851:431:1:o;21287:422::-;-1:-1:-1;;;21544:3:1;21537:20;21519:3;21586:6;21580:13;21602:61;21656:6;21652:1;21647:3;21643:11;21636:4;21628:6;21624:17;21602:61;:::i;:::-;21683:16;;;;21701:1;21679:24;;21287:422;-1:-1:-1;;21287:422:1:o;21714:1310::-;-1:-1:-1;;;22214:64:1;;22301:13;;22196:3;;22323:62;22301:13;22373:2;22364:12;;22357:4;22345:17;;22323:62;:::i;:::-;22449:66;22444:2;22404:16;;;22436:11;;;22429:87;22545:34;22540:2;22532:11;;22525:55;22609:34;22604:2;22596:11;;22589:55;22674:66;22668:3;22660:12;;22653:88;22771:26;22765:3;22757:12;;22750:48;22823:13;;22845:64;22823:13;22894:3;22886:12;;22879:4;22867:17;;22845:64;:::i;:::-;-1:-1:-1;;;22969:3:1;22928:17;;;;22961:12;;;22954:36;23014:3;23006:12;;21714:1310;-1:-1:-1;;;;21714:1310:1:o;23029:423::-;-1:-1:-1;;;23286:3:1;23279:21;23261:3;23329:6;23323:13;23345:61;23399:6;23395:1;23390:3;23386:11;23379:4;23371:6;23367:17;23345:61;:::i;:::-;23426:16;;;;23444:1;23422:24;;23029:423;-1:-1:-1;;23029:423:1:o;23457:448::-;23719:31;23714:3;23707:44;23689:3;23780:6;23774:13;23796:62;23851:6;23846:2;23841:3;23837:12;23830:4;23822:6;23818:17;23796:62;:::i;:::-;23878:16;;;;23896:2;23874:25;;23457:448;-1:-1:-1;;23457:448:1:o;24118:488::-;-1:-1:-1;;;;;24387:15:1;;;24369:34;;24439:15;;24434:2;24419:18;;24412:43;24486:2;24471:18;;24464:34;;;24534:3;24529:2;24514:18;;24507:31;;;24312:4;;24555:45;;24580:19;;24572:6;24555:45;:::i;:::-;24547:53;24118:488;-1:-1:-1;;;;;;24118:488:1:o;24803:227::-;24960:2;24949:9;24942:21;24923:4;24980:44;25020:2;25009:9;25005:18;24997:6;24980:44;:::i;25671:414::-;25873:2;25855:21;;;25912:2;25892:18;;;25885:30;25951:34;25946:2;25931:18;;25924:62;-1:-1:-1;;;26017:2:1;26002:18;;25995:48;26075:3;26060:19;;25671:414::o;30046:356::-;30248:2;30230:21;;;30267:18;;;30260:30;30326:34;30321:2;30306:18;;30299:62;30393:2;30378:18;;30046:356::o;31916:413::-;32118:2;32100:21;;;32157:2;32137:18;;;32130:30;32196:34;32191:2;32176:18;;32169:62;-1:-1:-1;;;32262:2:1;32247:18;;32240:47;32319:3;32304:19;;31916:413::o;33740:253::-;33812:2;33806:9;33854:4;33842:17;;-1:-1:-1;;;;;33874:34:1;;33910:22;;;33871:62;33868:88;;;33936:18;;:::i;:::-;33972:2;33965:22;33740:253;:::o;33998:252::-;34070:2;34064:9;34112:3;34100:16;;-1:-1:-1;;;;;34131:34:1;;34167:22;;;34128:62;34125:88;;;34193:18;;:::i;34255:252::-;34327:2;34321:9;34369:3;34357:16;;-1:-1:-1;;;;;34388:34:1;;34424:22;;;34385:62;34382:88;;;34450:18;;:::i;34512:253::-;34584:2;34578:9;34626:4;34614:17;;-1:-1:-1;;;;;34646:34:1;;34682:22;;;34643:62;34640:88;;;34708:18;;:::i;34770:253::-;34842:2;34836:9;34884:4;34872:17;;-1:-1:-1;;;;;34904:34:1;;34940:22;;;34901:62;34898:88;;;34966:18;;:::i;35028:253::-;35100:2;35094:9;35142:4;35130:17;;-1:-1:-1;;;;;35162:34:1;;35198:22;;;35159:62;35156:88;;;35224:18;;:::i;35286:253::-;35358:2;35352:9;35400:4;35388:17;;-1:-1:-1;;;;;35420:34:1;;35456:22;;;35417:62;35414:88;;;35482:18;;:::i;35544:253::-;35616:2;35610:9;35658:4;35646:17;;-1:-1:-1;;;;;35678:34:1;;35714:22;;;35675:62;35672:88;;;35740:18;;:::i;35802:275::-;35873:2;35867:9;35938:2;35919:13;;-1:-1:-1;;35915:27:1;35903:40;;-1:-1:-1;;;;;35958:34:1;;35994:22;;;35955:62;35952:88;;;36020:18;;:::i;:::-;36056:2;36049:22;35802:275;;-1:-1:-1;35802:275:1:o;36082:186::-;36130:4;-1:-1:-1;;;;;36155:6:1;36152:30;36149:56;;;36185:18;;:::i;:::-;-1:-1:-1;36251:2:1;36230:15;-1:-1:-1;;36226:29:1;36257:4;36222:40;;36082:186::o;36273:128::-;36313:3;36344:1;36340:6;36337:1;36334:13;36331:39;;;36350:18;;:::i;:::-;-1:-1:-1;36386:9:1;;36273:128::o;36406:120::-;36446:1;36472;36462:35;;36477:18;;:::i;:::-;-1:-1:-1;36511:9:1;;36406:120::o;36531:168::-;36571:7;36637:1;36633;36629:6;36625:14;36622:1;36619:21;36614:1;36607:9;36600:17;36596:45;36593:71;;;36644:18;;:::i;:::-;-1:-1:-1;36684:9:1;;36531:168::o;36704:125::-;36744:4;36772:1;36769;36766:8;36763:34;;;36777:18;;:::i;:::-;-1:-1:-1;36814:9:1;;36704:125::o;36834:258::-;36906:1;36916:113;36930:6;36927:1;36924:13;36916:113;;;37006:11;;;37000:18;36987:11;;;36980:39;36952:2;36945:10;36916:113;;;37047:6;37044:1;37041:13;37038:48;;;-1:-1:-1;;37082:1:1;37064:16;;37057:27;36834:258::o;37097:380::-;37176:1;37172:12;;;;37219;;;37240:61;;37294:4;37286:6;37282:17;37272:27;;37240:61;37347:2;37339:6;37336:14;37316:18;37313:38;37310:161;;;37393:10;37388:3;37384:20;37381:1;37374:31;37428:4;37425:1;37418:15;37456:4;37453:1;37446:15;37310:161;;37097:380;;;:::o;37482:135::-;37521:3;-1:-1:-1;;37542:17:1;;37539:43;;;37562:18;;:::i;:::-;-1:-1:-1;37609:1:1;37598:13;;37482:135::o;37622:112::-;37654:1;37680;37670:35;;37685:18;;:::i;:::-;-1:-1:-1;37719:9:1;;37622:112::o;37739:127::-;37800:10;37795:3;37791:20;37788:1;37781:31;37831:4;37828:1;37821:15;37855:4;37852:1;37845:15;37871:127;37932:10;37927:3;37923:20;37920:1;37913:31;37963:4;37960:1;37953:15;37987:4;37984:1;37977:15;38003:127;38064:10;38059:3;38055:20;38052:1;38045:31;38095:4;38092:1;38085:15;38119:4;38116:1;38109:15;38135:127;38196:10;38191:3;38187:20;38184:1;38177:31;38227:4;38224:1;38217:15;38251:4;38248:1;38241:15;38267:127;38328:10;38323:3;38319:20;38316:1;38309:31;38359:4;38356:1;38349:15;38383:4;38380:1;38373:15;38399:131;-1:-1:-1;;;;;;38473:32:1;;38463:43;;38453:71;;38520:1;38517;38510:12

Swarm Source

ipfs://e31a98974c9a375d93f224bef54474f0daffc72e0e29393265ba46fb06670658
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.