ETH Price: $3,493.96 (-0.16%)
Gas: 7 Gwei

Token

Mythics of the Multichain (MYTHICS)
 

Overview

Max Total Supply

64 MYTHICS

Holders

18

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
sealclubber.evilempire.eth
Balance
3 MYTHICS
0x0ca85b489A1276eF7042F1d032D0eF3831EaF4ca
Loading...
Loading
Loading...
Loading
Loading...
Loading

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

Contract Source Code Verified (Exact Match)

Contract Name:
MythicsOfTheMultichain

Compiler Version
v0.8.25+commit.b61c2a91

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 16 : mythics.sol
// SPDX-License-Identifier: No License
pragma solidity ^0.8.20;

import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Royalty.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/access/Ownable.sol";

/// @title MythicsOfTheMultichain
/// @notice ERC-721 NFT contract for the Mythics of the Multichain collection, which are 16x16 pixel art pieces that accrue points over time that are claimable by the owner through the MythicTreasury contract.
/// @author Matto (AKA MonkMatto), 2024. More info: matto.xyz
contract MythicsOfTheMultichain is ERC721Royalty, Ownable(msg.sender) {
    constructor() ERC721("Mythics of the Multichain", "MYTHICS") {}
    uint256 private _nextTokenId;
    using Strings for string;

    bool public mintActive;
    uint96 public royaltyBPS;
    uint256 public mintFee;
    address public mythicTreasuryContract;
    mapping(uint256 => uint256) public pointAccrualStartTime;
    mapping(uint256 => uint256) public totalPointsClaimed;
    string public description;
    string public chainName;
    string public chainColor;
    string public blendMode;
    string public website;
    string[] public chain;

    // Each element in the art array represents the pixel brightness of a 16 x 16 pixel image (0 = darkest...f = brightest) in rows going left to right, top to bottom. This data is then combined with the chain color through a blending mode to create the final art.
    string[] public art = [
        "0000000000000000000b000b8880000000ddd0ddbb88000000dfd0ddbbb8700000dfd0db00077000000d00b0f0f0700000030088000700000008000777770000000000787778000000dd00788887000000dd000888800dd00000000dfff00dd00006007777770000000800888888000000080888888800000000000000000000",
        "0000000000000000000008bd000078700008888bbb0003000077777777707870000000000000030000030f0f0300060000036000730006000000667bb000060000000000000006000007666667000000006638883660bb00008837773360bb0000663333300000000000bdddb000060000006606600006000000000000000000",
        "000000000000000000000000000080b000b0800888000b00000b00877780000000000070007000000000000f0f000060006000700070000000008007770080000000bb00000bb00000000b87078b00000b080037073000000080003333300300000000773770000000000b66776b00000000bdddbbbbb0000000000000000000",
        "0000000000000000000d00077736700000d6d0dd7f700000000d0000d77300f0030000dd77700fd000000000788ffdf00f00ffff6666dfd00dffddddd888fd0000ddfffffd666000000fdddd00887000000000000066600000000d000888000000800000666000600006807677000000030000000000d0000000000000000000",
        "00000000000000000000000ddd000000000f00d000d00000000f0d0bbb0d000000df00bbbbb0d0000d00d0b000bb00000b00b07f0fbb000000bd007000bb0000000f000777b000000000000666b0000000bb000bb870bb0000bb00088880bb000000007777770000000b077778877000000b000000000000000b008b08b00000",
        "000000000000000000000000000000000008bbd00000000000888bdb0f000f000088000b0d0f0d000080f0f00d0d0d00000000000bbbbb00000bbbbb000800000063bb8b0008000000638b836000000008883838880dd00006666366660dd000000bdfdb00000000000860680008000000066066000800000000000000000000",
        "00000000000000000000000006000000000000f00000b00000b00f0b00000b000000006000000b00000000000666060007700b00777bbb0000760b0b67b6f6f00066867686b6f6f000676b6b668bbbb0006363686b67777000000373b38300000000bb7383000000000bbbbb00000f0000000000000000000000000000000000",
        "0000000000000000000d00000bb00000000d00006700000000b00d000770000000bbb0006666000000b000077766000000700070007000000000000f0f0000000dd0008000800dd00dd000bb0b700dd00000008b88730000007003738736600000600683738800000060886636666000006088876677b0000000000000000000",
        "0000000000000000000707000d770000003737006dd770000730000777333300000b8330662f2f20008883306667777006666633066000b0000036633007b0000bb00066333000000b8b00668880bb000f8f00863360f8b000000888836008f00000bb8668bb00000000bbb006bdd000000fdd000bddf0000000000000000000",
        "0000000000000000000dd0066600000000fdd02f2f20000000ff002f2f20000000ff00622260000000df00066600888000dd00700070ddd00000000bdb00dfd000dd00707070fff000dd000bdb00dfd0000000007000ddd00008000b0b006860000d007000700600000000b000b0000000000070000700000000000000000000",
        "000000000000000000000000b00000000000dd00000fd000000667d000fddb000067f70d0dd000b00d6777000dd0d0000003333000bd0f0000003366860b0d0000003676b66b00000000886b67670000000006768686600000b00008677bbb00070b00000300000000700000060000700000000dddd000000000000000000000",
        "000000000000000000000dbb70000000007067776700000000003f3f3600700000003f3f360000000b00866778000dd0000008888b008bd00000003bb70080d00dd003bb666000000db808663b6000300d080663bb76b00000000776b76638000000bb6873706000000873670670070000080060060000000000000000000000",
        "00000000000000000bbb00000000bbb00888b003000b888000088800008880000bb7008836077bb000770bbbb360770000700bddb363070000000bddb3830000000000bb3383000000dd000338800dd000dd000666600dd000000088008000000300008800880030000000088008800000007000000000000000000000000000",
        "00000000000000000000000bb00000000300008bbb00000000600888bbb0000000060680008800000000060f0f080000000066000006000000006360006000000000833666000000000088333060000000006886860600b000066688880030d0000666688800ffd003006888800fff00003666600dfff0000000000000000000",
        "0000000000000000000000000000000000d000030000000000000000066777000000000076637f700000300077d077700000000007b000b006000077007d0b0000000377777b000000b0033dbdbd00000b0006b00db000d00830007d000000000063677bb0000800000dbdbd0006000000000000000000000000000000000000",
        "000000000000000000d0000d0000000000d0770d00fd0000000388800f33d000003f3f370d33b0b00088787800bb00000bbb88870000000000007770000bb0700008888000dbbb00000887300dd0b800000368880000880000088873000878000700368878787800000008868688600000b00068688300000000000000000000",
        "000000000000000000000ddddd000b000000d000ddb0307000b00f0f0bbb030007030f0f0b8b000000308000888b80b000000888080060000000066600600000030088666000f0f0000ddb866000d0d0006668860000bbb000ddbb8660660b00006668886668b000000ddbb8888b000000006688db8000000000000000000000",
        "00000000000000000000d00000d000f0000d0000000d0ff0000dd088b0dd0ff00000dd788dd00dd00000677777600600000073f2f3700b00000071f1f1700b0000032677762300000023326662330dd00030033333300dd00000068bb86000000dd0030003000b000dd0003033000b0000008660066006000000000000000000",
        "0000000000000000000000000000000000000000000000000066bd00007070000600bdd03376760030000000737763003000000337f7f630030bbbb76773766000b88883367776300b88788836363300088767887636030007763667777300000880330008830000078030000883300000bb330000bb33000000000000000000",
        "000000000000000000000dffffd000000600d888888d00600bb0880000880bb0066080f00f0806600bb080f00f080bb00660880000880660000008888880000006000777777000600bb0007667000bb00bb0006666000bb000000088880000000800088888800080060006888860006008006666666600800000000000000000",
        "00000000000000000000b00bb00b00000bb0bb00808b0bb00b000b70870000b000b7787877087b000000807000800000000b800f0f0000000000008000800000000000088800000000000088b000dd00000dd088dd00dd00000dd0088bb000000800000088dd00000880000888bb000000888bdbdbdd00000000000000000000",
        "0000000000000000000068dd000070000088bbbdd000700000067bbbd000000000888000d000dd0000070f0f0080dd00006000000880000000006666836077000008233336008800008886666000bb00088622333000bb000000688860008b000dd0bdfdb80088000dd088008800770000066000660070000000000000000000",
        "0000000000000000000000000000000000000000000000000000088000880000000003630363000000ff03077703ff000f8bf00f7f0fb8f00b08bf0777fb80b00d080b6373b080d0000006663660000000003b8666b3000000033683336330000002366226332000000020b00b02000000002080080200000000000000000000",
        "00000000000000000000008d800000000000088d880000000000070007000000000000f0f000fd0000000700070f73f000000b3b3b0d73f00000007b7000df000000bd000db0000000070bdfdb07007000b007737700b7000000038b6600000000000338b70000000000b86666700000000bb888777700000000000000000000",
        "00000000000000000000008000000000000008880000000000006333600000000000888880000000000b00800b000000000b0f0f0b00000000080000080000000000660660778bb0000d00000d8000b000d688b88680d0800008bbbbb080f0700dd067b76080d0700dd088688080007000008080800777000000000000000000",
        "0000000000000000000d0b00660b000000fd0b777bbb000000ff00f7f770000000dd06677330000000bb066638880000000b0000bb8b300000060003bb8b3600000000638888000000ddd06038830dd0000dd00066660dd000000000333300d0000300066666600000060008800880000006000bb00bb0000000000000000000",
        "0000000000000000000000000000000000f000f00000ff0000b000b000ffbdd000b888b00fbdbdd0000f8f83fdbdb0d0000888837dbd000000006663676000b000000337676700000000fdb767676000000fbdb00076600000fdb000b007600000fd00000b660000000dd0b00000000000000000000000000000000000000000",
        "0000000000000000000000000000000000000077700000000000077f7f0000000000677777000000000066b77600000000006dddd600000000003bbbb30b000000003ddd3000b00000003bb30000b0000003bdd3000880000077dbb6336600000677dd6673300000086666338800000000787878700000000000000000000000",
        "00000000000000000000000000000000000888b000b00030008788dd000060000066778dd000000000677888bb006600000677888b0000600b0667f3f8000060000067888808b6000060077880000b00060300077766b00006003388888b03000060bb8030000030000b0000306060300000bb80066066000000000000000000",
        "0000000000000000000000000000070000000bbd000006b00000b888d000b700000878767b0006b0007777766660b70000677766dd6006b00066766bbbb0b6000066666bfbf006b0006363638830030000033333333000000bb066bb6000bb000bb003330000bb00000030003000000000066000660003000000000000000000",
        "000000000000000000000000000000000000000000000f0000000000000f0ff000f00000000ffbb00bf0f000000bbbb00bffb000000bbbb00bbbb000000bb7700bbbb0f0f007770007bbb00888860300007770888866630000030006666830000000366080808330000000306060603000000000000000000000000000000000",
        "0000000000000000000000000fffddd00b000000fbbbbb000dd00000d888800000b77000dbbbbb00007887000d8888000f3f7600dbbbb0000777637db888000006600787bbb660000000367767776800000336666678868000300700036666700066070000300770000006000030006000006600066006600000000000000000",
        "000000000000000000000b0000b000000000b008870b00000000b877788b0000003300f7f770000003fd30777880000003db3008778300000033003773733000000003638336330000b0b3683768030000bbb0b6b6b603000000006768678bb000000036763080b0000000330330000000000066066000000000000000000000",
        "000000000000000000000000007700000300bbbdd007b000003666666000bd000307b000d0000d0000070f0f00000d000007700000000d000000bbbb80ff0d0008b82b3b00ff0df008bbb66600000d000006223300000d000000688860000d00000022222000bd00000088008007b00000006000607700000000000000000000",
        "00000000000000000000fddbb0000000000fff00bb000d00000dd0000b0f0000000dd0f0f00f0f00000bb0000b0fdd70000bb7000b0d0bb00000b777b00dd0d00007b8777000bf0000077788700000000dd07888800ddd000dd0bdddb00dd0000006666660000000006666666600000000777777777000000000000000000000",
        "000000000000000000000222220000000000366666630000000776666667700000b67700077760000bb860fff0768b0008bb86000678bbb0088886666678888006888033330886600733006333033770077700066607777000000033330700000ddd00666600ddd00ddd0b6006b0ddd00ddd0db00bd0ddd00000000000000000",
        "000000000000000000000007700000000000007777000000000000f3f6000000000000f3f607000000000706600000000000000000d07000000870d0b00778000066700006706600007660b66730677000b8003dd33008b00077006336300070000000663660000000dd076666600dd000dd0dbb0bbd0dd00000000000000000",
        "00000000000000000b00000bb00000b00b00b07dd70b00b008b0b0f77f0b0b800bb7807dd7087bb00087700bb00778000033000880003300006600bddb0066000066008888006600007700bddb0077000078068888608700008b87bddb78b8000bb8b87bb78b8bb00bb8bd7337db8bb00bb7873333787bb00000000000000000",
        "00000000000000000bb0bb000000000000b07b680000000000077763d000000000f3f7363700000000777763337b0000003330366766b00000330003777767000000003bb660bb00000033388860bb000ddb3307777000000000000b873300000000007770366000000000b800067700000000b8000077000000000000000000",
        "000000000000000000007700000000000007f77000dddd0000b777300d8bb00000bb0330d8dddd0000b0066d8bbb00000000066d8dd07000000067bd8d877000000b777dd7687000000b876666b770000007768bbb670000000087666670000000000b88d7000000000000d0d0dd000000000000070d00000000000000000000",
        "00000000000000000088880000000000083336bb00000000030003b80000db0000d0d08bb00dd080000b0b80000dd00006bbbb000000bb00003b336000000bb00003366887877860006668868686883000000368386886000bb00383868863000bb000000377800000000bb000b0bb0000000bb00bb00b000000000000000000",
        "000000000000000000000000000000000000d00bb00d00000dd0d0bbbb0d0dd000bbd0bffb0dbb00078bd0bffb0db8700070b00dd00b07000000bb0000bb000000000777777000000dd000bbbb000dd00dd0700bb0070dd0000660077006600000066077770660000000006666000000000008bddb8000000000000000000000",
        "00000000000000000070000bbbb0000000300077777b000000b0003f3f3700000030003f3f3770000070000777007000003000000000000000b000778bb0070000000338bbb800000dd08b36bb6770000dd00b766633000000000077b3300dd0003000036b000dd0007000076660000000300077777700000000000000000000",
        "000000000000000000db0000000000000bbbb000088888000b0b680088ddddd0000688088dbbbbb000088788dbdddd0000b87dddbdbbb000007776dbdbdd000000b66776bd000b0000077bb8876000b0000b666888760080000670bb888736000003300668870000000660003667000000770007777000000000000000000000",
        "00000000000000000000000bbb0700000ff00d0000000ff00ddf00088800fdd00dddf00bbb0fddd000ddf00bbb0fdd000ffddf333ffddff0000dd36666ddd00000fdd36886dddf000000d36666d00000000003688000007000d000366000d0000000000880070d00000000060000700000070080000000000000000000000000",
        "00000000000000000000077770000000000072223700000000b03f2f2300bb000b70722237077bb007360777706277700666600000663770026603333036666002330883880332200776066366306670070003636330000000000333333000000ddd00666600ddd00ddd00000000ddd00ddd07760670ddd00000000000000000",
        "0000000000000000000000000000000000db0000000000000ddbb000000000000d00700000000000000070000bbbdd0000070000dddb770000300000bbb3f3f00300000dddd6770003bddb86bbbb66000d8868866ddbb0000863666666bbd000063386868668d000003333863306880000000000000000000000000000000000",
        "00000000000000000000000000000000000000000000000000b000bddbb000000b000707770b08800700d00bdd078800030000bbbb778800003b88bb783d7d0000b877d78837770000777dd777338b000667777777633000066670033066000000663033007600000066202007700000000600000b0000000000000000000000",
        "000000000000000000000000000000000b000077700600000000072227000000000002f2f2000f00000802f2f200b0f00000072227000b0000003377733000000603330066330000000660ff0677008000bb0fffd0bb000000bb0fffd0bb0000000660dd06666000000dbb00667bdd0000bbbb76677bbb000000000000000000",
        "0000000000000000000000000000000000dd000000000000000dbb00000ffff00d00bfb000fbbbb00dd00bb30fb7770000bbbb366b7bb0000000b7667b0000000000066bb67000000000778368867000000000078b6b6b0000000077068683000000000000003660000000000b0007700000000000bb88000000000000000000",
        "0000000000000000000000000fbb000000000000fbb0fff0000b0b00bb0fdd0000008783b0fdd00000b877333fdd0000087d78637778600003777688777786000777077777777b00000037678867760000033760666776000003076000367600000030b0003060000000000b0030bb0000000000000000000000000000000000",
        "000000000000000008b00bdbbbdb000008800bdbfbdb000007770bdbbbdb000000770bdbfbdb0000003000bbbbb0000000700700000700000000070f0f07000000bb00700070000000bb0007770000000000078888700bb00070077788b70bb0007000887778000000700bb8878bb0000070bbbb888bb0000000000000000000",
        "0000000000000000000000bbbb00000000000677776000000ff00b0000b00ff00ff007f00f700ff00880070bb07008800066007bb7006600000880000008800000000088880000000ff8803663088ff00000008888000000000880766708800000880038830088000ff0008668000ff00ff0088008800ff00000000000000000",
        "00000000000000000000000000000000008030bbb030800000bb0fffff0bb000000b0000000b000000000ff0ff000000000308f0f803000000060b808b06000000bb70b0b07bb000007b7700077b70000667dfffffd7660000000677760000000dd00bbbbb00dd000dd0b67776b0dd000000ddb0bdd000000000000000000000",
        "0000000000000000000000000000000000dddd000ddddd000d080d000d0800d00d000d6666008000000003bb3330000000000bddb660000000000bffb3330000000033bb338330000008300888838000008380066660330000880088008088000ddd00bb00b08dd00d0d00b000b0d0d000000880008800000000000000000000",
        "0000000000000000000000000000000000bddd0000000000000888dd000000000fffff88b0077bf00bbbbbff803f700000ddddddf8377bd0000bbbbbf806660000000dddf8038000000000bbf863300000066767f6666000008378673768000006807070000b000003000b0b0000b00000760000000000000000000000000000",
        "000000000000000000000000000000000000006000ffddd000fd00000fbbbb000fb7b000db7dd0000d0bb37d7bb00000000076868630007000037b0006730360000736b0b676767006006777700676000000673330000000000b83d3d700300000000733300603000000b8877000600000800080700000000000000000000000",
        "00000000000000000000000dfd000000000000b000b0000000bb000777000bb000888070007088800088770d0d077880000677700077760000066007770066000bb700bdbdb007bb00870776b6770780000707066607070000000006760000000000bb07770bb0000000db00700bd00000000000000000000000000000000000",
        "000000000000000000000bbb0000bb000008bbbbb00bffb00088bbdddd0bffb0088880000d00bb0008880f0f0b00080008080f0f08000b0000008000800008000007788870000b000008777770000000008888888800dd000088b88bb800dd00008b88888800000000bbb88bb8000b0000bbbbbbbb0008000000000000000000",
        "0000000000000000080080008b00b000066070086000060000333b08660030000000786767760000000377f777f70b00006007ff7ff73000000b00777776000000000072772700000000072227270000000006222222b00000000682772780000000376b86663300000b677667bb670000660336777077000000000000000000",
        "0000000000000000000008d8d000f0000000b8d8db00ff000008b0000000ff0000b808888000ff0000b088000800dd00008088f0f800dd00000078000700bb00000007707700bb0000880000000000000bb8bb888b0dd0000000b88b880dd0000dd00bbbb00000000dd077777700b000000088808800b0000000000000000000",
        "0000000000000000000000000000000000000000ff0000000ff0000fdd0000000ddff00fd067770000dddf0d067f77000000dd70b77f70000000007d687767000000ddd888670000000b868686760000008768877770300007880677607030000b70bb7300b003000bb0b033000b000000000000000000000000000000000000",
        "00000000000000000000000000000000000b00000b000b00000b07777b0000000d0bb777bb70000000007700077080b0008070f0f0700000000070f0f07000000bb007000770bb000bb006666660bb0000000777777600000000688bb88600000006668886666000000666667777770000bbddddddddbbb00000000000000000",
        "000000000000000000ddbb8dd00000000d2222880000000002f2f2bdd000000002b2b28000000000002222bb7bddd000008b8b867bbdbd000038383667b7b7b00003336676766770000666b777b7b760003336bb7b7b7b6003000b67b76b6b0003003b03b33b0b0006006b06b30d0d0006006b06b30d0d000000000000000000"
    ];
    string[] public name = [
        "Slash the Lightbringer",
        "Gazlittatoo the Wanderer",
        "Villager the Vampire Lord",
        "Dragonblaze the Phoenix",
        "Point the Dwarf Queen",
        "Neptune the Trident Guy",
        "Koiata the Namazu",
        "Firemageddon the Wizard",
        "Psychic the Werewolf",
        "Cobra the Skeleton Warrior",
        "Chickenbutt the Cockatrice",
        "Ghost the Ghost",
        "Tootoo the Harpy",
        "Grimmie the Sleepy Reaper",
        "Lick the Dragon",
        "Slitherwah the Shifty Seahorse",
        "Boat the Siren",
        "Bub the Demon",
        "Fiing the Manticore",
        "Code the Portal Mage",
        "Hydra the Gorgon",
        "Demo the Slayer",
        "Coffee the Ramgoyle",
        "Trumble the Sorceror",
        "Puzzle the Paladin",
        "Ramulade the Mooseataur",
        "Bite the Camzotz",
        "Shake the Big Snake",
        "Superpus the Kraken",
        "Swords the Hunched Goblin",
        "Clamps the Karkinos",
        "Rip the Flying Unicorn",
        "Oracow the Bull Prophet",
        "Hyudra Night the Archer",
        "Attack the Fire Mage",
        "Crumble the Golem Cyclops",
        "Strongosaur the Sasquatch",
        "Kewool the Robot Crab",
        "Whither the Minotaur",
        "Chickenmacaroni the Dodo",
        "Money Spice the Monkey-Cat",
        "Gem the Cultist",
        "Hammerhead the Elf",
        "Gyro the Vulture-Dog",
        "Splotch the Fairy King",
        "Eyeball the Robot Boxer",
        "Kade the Sphinx",
        "Vroomoose the Headless Horseman",
        "Noname the Diviner",
        "Magknow the Flying Alligator",
        "Popuh the Flying Hamster",
        "Butt the Shaman",
        "Arachne the Spider",
        "Nightso the Enchanted Armor",
        "Imposter the Flying Monkey",
        "Mwgawing the Griffin",
        "Nicholas the Abomination",
        "Winger the Fairy Queen",
        "Smack the Sleepy Gnome",
        "Eatchew of the Dark Forest",
        "Pebble the Knight",
        "Rex the Capybara Chimera",
        "Samurai Slug the Wee Demon",
        "Slugzo the Daddy Shortlegs"
    ];

    /// @notice Mints tokens to an address, requires minting to be active and the correct fee to be paid
    /// @param _to The address to mint the token to
    function safeMint(address _to) external payable {
        require(_nextTokenId < 64, "All tokens have been minted");
        if (mintActive) {
            require(msg.value == mintFee, "Insufficient funds");
        } else {
            require(msg.sender == owner(), "Minting is not active");
        }
        _safeMint(_to, _nextTokenId);
        _nextTokenId++;
    }

    /// @notice Claims Mythic Points for a token and restarts the cooldown
    /// @param _tokenId The token ID to claim Mythic Points for
    function claimMythicPoints(uint256 _tokenId) external returns (uint256) {
        require(
            msg.sender == mythicTreasuryContract,
            "Only the point claim contract can call this function"
        );
        uint256 mythicPoints = getMythicPoints(_tokenId);
        if (mythicPoints > 0) {
            totalPointsClaimed[_tokenId] += mythicPoints;
            pointAccrualStartTime[_tokenId] = block.timestamp;
        }
        return mythicPoints;
    }

    /// @notice Checks the cooldown time remaining for a token
    /// @param _tokenId The token ID to check the cooldown for
    function getCooldownTimeRemaining(uint256 _tokenId) public view returns (uint256) {
        uint256 cooldownEnd = getCooldownEnd(_tokenId);
        if (block.timestamp >= cooldownEnd) {
            return 0;
        } else {
            return cooldownEnd - block.timestamp;
        }
    }

    /// @notice Checks the cooldown end time for a token
    /// @param _tokenId The token ID to check the cooldown for
    function getCooldownEnd(uint256 _tokenId) public view returns (uint256) {
        return pointAccrualStartTime[_tokenId] + 7 days;
    }

    /// @notice Checks the Mythic Points claimable for a token by the current owner
    /// @param _tokenId The token ID to check the Mythic Points for
    function getMythicPoints(uint256 _tokenId) public view returns (uint256) {
        require(_tokenId < _nextTokenId, "Token does not exist");
        if (getCooldownTimeRemaining(_tokenId) == 0) {
            return ((block.timestamp - pointAccrualStartTime[_tokenId]) / 3600) * 100; // 100 points per 3600 seconds (1 hour)
        } else {
            return 0;
        }
    }

    /// @notice Assembles the SVG for a token
    /// @param _tokenId The token ID to assemble the SVG for
    function getSVG(uint256 _tokenId) public view returns (string memory) {
        string memory svg = string(
            abi.encodePacked(
                '<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1600">',
                "<desc>Mythics of the Multichain, by Matto",
                ", Token ID: ",
                Strings.toString(_tokenId),
                ", Name: ",
                name[_tokenId],
                " (",
                chainName,
                "), Project Website: ",
                website,
                "</desc>",
                '<defs><filter id="colorTint" x="0" y="0" width="100%" height="100%"><feFlood flood-color="',
                chainColor,
                '" result="floodFill"/><feBlend in="SourceGraphic" in2="floodFill" mode="',
                blendMode,
                '"/></filter></defs>',
                '<g filter="url(#colorTint)">'
            )
        );
        for (uint i = 0; i < 256; i++) {
            uint x = i % 16;
            uint y = i / 16;
            string memory char = _getCharacter(art[_tokenId], i);
            string memory color = string(
                abi.encodePacked("#", char, char, char)
            );
            svg = string(
                abi.encodePacked(
                    svg,
                    '<rect x="',
                    Strings.toString(x * 100),
                    '" y="',
                    Strings.toString(y * 100),
                    '" width="100" height="100" fill="',
                    color,
                    '" stroke="',
                    color,
                    '"/>'
                )
            );
        }
        svg = string(abi.encodePacked(svg, "</g></svg>"));
        return svg;
    }

    /// @notice Lists the chains that tokens have been deployed on
    function listChains() public view returns (string memory) {
        string memory chains = "\\n\\nOfficial Deployments:\\n";
        for (uint i = 0; i < chain.length; i++) {
            chains = string(abi.encodePacked(chains, chain[i], "\\n"));
        }
        return chains;
    }

    /// @notice Lists the tokens owned by an address
    /// @param owner The address to list the tokens for
    function listOwnedTokens(
        address owner
    ) external view returns (uint[] memory) {
        uint256 ownerTokenCount = balanceOf(owner);
        uint[] memory ownedTokens = new uint[](ownerTokenCount);
        uint256 counter = 0;
        for (
            uint256 i = 0;
            i < _nextTokenId && counter < ownerTokenCount;
            i++
        ) {
            if (ownerOf(i) == owner) {
                ownedTokens[counter] = i;
                counter++;
            }
        }
        return ownedTokens;
    }

    /// @notice Token URI function for ERC721
    /// @param _tokenId The token ID to get the URI for
    function tokenURI(
        uint256 _tokenId
    ) public view override returns (string memory) {
        require(
            _tokenId < _nextTokenId,
            "ERC721Metadata: URI query for nonexistent token"
        );
        string memory base64SVG = string(
            abi.encodePacked(
                "data:image/svg+xml;base64,",
                Base64.encode(bytes(getSVG(_tokenId)))
            )
        );
        uint256 cooldown = getCooldownTimeRemaining(_tokenId);
        string memory combinedDescription;
        if (cooldown == 0) {
            combinedDescription = string(
                abi.encodePacked(
                    "\\nClaimable Mythic Points: ",
                    Strings.toString(getMythicPoints(_tokenId))
                )
            );
        } else {
            combinedDescription = string(
                abi.encodePacked(
                    "\\nCooldown time remaining: ",
                    Strings.toString(cooldown),
                    " seconds"
                )
            );
        }
        combinedDescription = string(
            abi.encodePacked(
                description,
                listChains(),
                combinedDescription
            )
        );
        string memory uri = string(
            abi.encodePacked(
                '{"artist": "Matto", "name": "',
                name[_tokenId],
                " (",
                chainName,
                ')", "description": "',
                combinedDescription,
                '", "external_url": "',
                website,
                '", "image": "',
                base64SVG,
                '", "attributes": [{"trait_type": "Chain", "value": "',
                chainName,
                '"}, {"trait_type": "Mythic Points Claimed", "value": ',
                Strings.toString(totalPointsClaimed[_tokenId]),
                '}]}'
            )
        );
        return
            string(
                abi.encodePacked(
                    "data:application/json;base64,",
                    Base64.encode(bytes(uri))
                )
            );
    }

    /// @notice Returns the total supply of tokens
    function totalSupply() external view returns (uint256) {
        return _nextTokenId;
    }

    /// @notice Allows contract owner to add a chain to the list of deployments
    /// @param _chain The chain to add to the list of deployments
    function addChain(string memory _chain) external onlyOwner {
        chain.push(_chain);
    }

    /// @notice Allows contract owner to edit a chain in the list of deployments
    /// @param index The index of the chain to edit
    /// @param _chain The new chain to replace the old chain
    function editChain(uint index, string memory _chain) external onlyOwner {
        chain[index] = _chain;
    }

    /// @notice Allows owner to set the chain details
    /// @param _chainName The name of the chain
    /// @param _chainColor The color of the chain to be applied to the art
    /// @param _blendMode The blend mode to be applied to the art
    function setChainDetails(
        string memory _chainName,
        string memory _chainColor,
        string memory _blendMode
    ) external onlyOwner {
        chainName = _chainName;
        chainColor = _chainColor;
        blendMode = _blendMode;
    }

    /// @notice Allows owner to set the contract details
    /// @param _mintFee The fee to mint a token, in Wei
    /// @param _royaltyBPS The royalty basis points to be applied to the contract
    /// @param _mythicTreasuryContract The address of the Mythic Treasury contract
    function setContractDetails(
        uint256 _mintFee,
        uint96 _royaltyBPS,
        address _mythicTreasuryContract
    ) external onlyOwner {
        mintFee = _mintFee;
        require(
            _royaltyBPS <= 1000,
            "Royalty BPS must be less than or equal to 1000"
        );
        royaltyBPS = _royaltyBPS;
        require(
            _mythicTreasuryContract != address(0),
            "Invalid address for Mythic Claim Contract"
        );
        mythicTreasuryContract = _mythicTreasuryContract;
        _setDefaultRoyalty(mythicTreasuryContract, royaltyBPS);
    }

    /// @notice Allows owner to set the main description
    /// @param _description The new description to be set
    function setDescription(string memory _description) external onlyOwner {
        description = _description;
    }

    /// @notice Allows owner to set the website
    /// @param _website The new website to be set
    function setWebsite(string memory _website) external onlyOwner {
        website = _website;
    }

    /// @notice Allows owner to toggle minting
    function toggleMinting() external onlyOwner {
        mintActive = !mintActive;
    }

    /// @notice Allows owner to withdraw contract balance
    function withdraw() external onlyOwner {
        payable(owner()).transfer(address(this).balance);
    }

    /// @notice Ovveride function to update the points accrual start timestamp on ownership update
    function _update(
        address _to,
        uint256 _tokenId,
        address _auth
    ) internal override returns (address) {
        address from = super._update(_to, _tokenId, _auth);
        pointAccrualStartTime[_tokenId] = block.timestamp;
        return from;
    }

    /// @notice Internal function to return a specific character from a string
    /// @param _str The string to get the character from
    /// @param _index The index of the character to get
    function _getCharacter(
        string memory _str,
        uint _index
    ) internal pure returns (string memory) {
        bytes memory strBytes = bytes(_str);
        bytes memory result = new bytes(1);
        result[0] = strBytes[_index];
        return string(result);
    }
}

/// [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 "";
        uint256 encodedLen = 4 * ((len + 2) / 3);
        bytes memory result = new bytes(encodedLen + 32);
        bytes memory table = TABLE;

        assembly {
            let tablePtr := add(table, 1)
            let resultPtr := add(result, 32)
            for {
                let i := 0
            } lt(i, len) {

            } {
                i := add(i, 3)
                let input := and(mload(add(data, i)), 0xffffff)
                let out := mload(add(tablePtr, and(shr(18, input), 0x3F)))
                out := shl(8, out)
                out := add(
                    out,
                    and(mload(add(tablePtr, and(shr(12, input), 0x3F))), 0xFF)
                )
                out := shl(8, out)
                out := add(
                    out,
                    and(mload(add(tablePtr, and(shr(6, input), 0x3F))), 0xFF)
                )
                out := shl(8, out)
                out := add(
                    out,
                    and(mload(add(tablePtr, and(input, 0x3F))), 0xFF)
                )
                out := shl(224, out)
                mstore(resultPtr, out)
                resultPtr := add(resultPtr, 4)
            }
            switch mod(len, 3)
            case 1 {
                mstore(sub(resultPtr, 2), shl(240, 0x3d3d))
            }
            case 2 {
                mstore(sub(resultPtr, 1), shl(248, 0x3d))
            }
            mstore(result, encodedLen)
        }
        return string(result);
    }
}

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

pragma solidity ^0.8.20;

import {Context} from "../utils/Context.sol";

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

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

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

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

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

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

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

    /**
     * @dev Throws if the sender is not the owner.
     */
    function _checkOwner() internal view virtual {
        if (owner() != _msgSender()) {
            revert OwnableUnauthorizedAccount(_msgSender());
        }
    }

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

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        if (newOwner == address(0)) {
            revert OwnableInvalidOwner(address(0));
        }
        _transferOwnership(newOwner);
    }

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

File 3 of 16 : Strings.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/Strings.sol)

pragma solidity ^0.8.20;

import {Math} from "./math/Math.sol";
import {SignedMath} from "./math/SignedMath.sol";

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

    /**
     * @dev The `value` string doesn't fit in the specified `length`.
     */
    error StringsInsufficientHexLength(uint256 value, uint256 length);

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

    /**
     * @dev Converts a `int256` to its ASCII `string` decimal representation.
     */
    function toStringSigned(int256 value) internal pure returns (string memory) {
        return string.concat(value < 0 ? "-" : "", toString(SignedMath.abs(value)));
    }

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

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
     */
    function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
        uint256 localValue = value;
        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_DIGITS[localValue & 0xf];
            localValue >>= 4;
        }
        if (localValue != 0) {
            revert StringsInsufficientHexLength(value, length);
        }
        return string(buffer);
    }

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

    /**
     * @dev Returns true if the two strings are equal.
     */
    function equal(string memory a, string memory b) internal pure returns (bool) {
        return bytes(a).length == bytes(b).length && keccak256(bytes(a)) == keccak256(bytes(b));
    }
}

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

pragma solidity ^0.8.20;

import {ERC721} from "../ERC721.sol";
import {ERC2981} from "../../common/ERC2981.sol";

/**
 * @dev Extension of ERC721 with the ERC2981 NFT Royalty Standard, a standardized way to retrieve royalty payment
 * information.
 *
 * Royalty information can be specified globally for all token ids via {ERC2981-_setDefaultRoyalty}, and/or individually
 * for specific token ids via {ERC2981-_setTokenRoyalty}. The latter takes precedence over the first.
 *
 * IMPORTANT: ERC-2981 only specifies a way to signal royalty information and does not enforce its payment. See
 * https://eips.ethereum.org/EIPS/eip-2981#optional-royalty-payments[Rationale] in the EIP. Marketplaces are expected to
 * voluntarily pay royalties together with sales, but note that this standard is not yet widely supported.
 */
abstract contract ERC721Royalty is ERC2981, ERC721 {
    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override(ERC721, ERC2981) returns (bool) {
        return super.supportsInterface(interfaceId);
    }
}

File 5 of 16 : SignedMath.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/math/SignedMath.sol)

pragma solidity ^0.8.20;

/**
 * @dev Standard signed math utilities missing in the Solidity language.
 */
library SignedMath {
    /**
     * @dev Returns the largest of two signed numbers.
     */
    function max(int256 a, int256 b) internal pure returns (int256) {
        return a > b ? a : b;
    }

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

    /**
     * @dev Returns the average of two signed numbers without overflow.
     * The result is rounded towards zero.
     */
    function average(int256 a, int256 b) internal pure returns (int256) {
        // Formula from the book "Hacker's Delight"
        int256 x = (a & b) + ((a ^ b) >> 1);
        return x + (int256(uint256(x) >> 255) & (a ^ b));
    }

    /**
     * @dev Returns the absolute unsigned value of a signed value.
     */
    function abs(int256 n) internal pure returns (uint256) {
        unchecked {
            // must be unchecked in order to support `n = type(int256).min`
            return uint256(n >= 0 ? n : -n);
        }
    }
}

File 6 of 16 : Math.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/math/Math.sol)

pragma solidity ^0.8.20;

/**
 * @dev Standard math utilities missing in the Solidity language.
 */
library Math {
    /**
     * @dev Muldiv operation overflow.
     */
    error MathOverflowedMulDiv();

    enum Rounding {
        Floor, // Toward negative infinity
        Ceil, // Toward positive infinity
        Trunc, // Toward zero
        Expand // Away from zero
    }

    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            uint256 c = a + b;
            if (c < a) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, with an overflow flag.
     */
    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b > a) return (false, 0);
            return (true, a - b);
        }
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
            // benefit is lost if 'b' is also tested.
            // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
            if (a == 0) return (true, 0);
            uint256 c = a * b;
            if (c / a != b) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the division of two unsigned integers, with a division by zero flag.
     */
    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a / b);
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
     */
    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a % b);
        }
    }

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

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

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

    /**
     * @dev Returns the ceiling of the division of two numbers.
     *
     * This differs from standard division with `/` in that it rounds towards infinity instead
     * of rounding towards zero.
     */
    function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {
        if (b == 0) {
            // Guarantee the same behavior as in a regular Solidity division.
            return a / b;
        }

        // (a + b - 1) / b can overflow on addition, so we distribute.
        return a == 0 ? 0 : (a - 1) / b + 1;
    }

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

            // Handle non-overflow cases, 256 by 256 division.
            if (prod1 == 0) {
                // Solidity will revert if denominator == 0, unlike the div opcode on its own.
                // The surrounding unchecked block does not change this fact.
                // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.
                return prod0 / denominator;
            }

            // Make sure the result is less than 2^256. Also prevents denominator == 0.
            if (denominator <= prod1) {
                revert MathOverflowedMulDiv();
            }

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

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

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

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

            uint256 twos = denominator & (0 - denominator);
            assembly {
                // Divide denominator by twos.
                denominator := div(denominator, twos)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /**
     * @dev Returns whether a provided rounding mode is considered rounding up for unsigned integers.
     */
    function unsignedRoundsUp(Rounding rounding) internal pure returns (bool) {
        return uint8(rounding) % 2 == 1;
    }
}

File 7 of 16 : ERC2981.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/common/ERC2981.sol)

pragma solidity ^0.8.20;

import {IERC2981} from "../../interfaces/IERC2981.sol";
import {IERC165, ERC165} from "../../utils/introspection/ERC165.sol";

/**
 * @dev Implementation of the NFT Royalty Standard, a standardized way to retrieve royalty payment information.
 *
 * Royalty information can be specified globally for all token ids via {_setDefaultRoyalty}, and/or individually for
 * specific token ids via {_setTokenRoyalty}. The latter takes precedence over the first.
 *
 * Royalty is specified as a fraction of sale price. {_feeDenominator} is overridable but defaults to 10000, meaning the
 * fee is specified in basis points by default.
 *
 * IMPORTANT: ERC-2981 only specifies a way to signal royalty information and does not enforce its payment. See
 * https://eips.ethereum.org/EIPS/eip-2981#optional-royalty-payments[Rationale] in the EIP. Marketplaces are expected to
 * voluntarily pay royalties together with sales, but note that this standard is not yet widely supported.
 */
abstract contract ERC2981 is IERC2981, ERC165 {
    struct RoyaltyInfo {
        address receiver;
        uint96 royaltyFraction;
    }

    RoyaltyInfo private _defaultRoyaltyInfo;
    mapping(uint256 tokenId => RoyaltyInfo) private _tokenRoyaltyInfo;

    /**
     * @dev The default royalty set is invalid (eg. (numerator / denominator) >= 1).
     */
    error ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator);

    /**
     * @dev The default royalty receiver is invalid.
     */
    error ERC2981InvalidDefaultRoyaltyReceiver(address receiver);

    /**
     * @dev The royalty set for an specific `tokenId` is invalid (eg. (numerator / denominator) >= 1).
     */
    error ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator);

    /**
     * @dev The royalty receiver for `tokenId` is invalid.
     */
    error ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver);

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

    /**
     * @inheritdoc IERC2981
     */
    function royaltyInfo(uint256 tokenId, uint256 salePrice) public view virtual returns (address, uint256) {
        RoyaltyInfo memory royalty = _tokenRoyaltyInfo[tokenId];

        if (royalty.receiver == address(0)) {
            royalty = _defaultRoyaltyInfo;
        }

        uint256 royaltyAmount = (salePrice * royalty.royaltyFraction) / _feeDenominator();

        return (royalty.receiver, royaltyAmount);
    }

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

    /**
     * @dev Sets the royalty information that all ids in this contract will default to.
     *
     * Requirements:
     *
     * - `receiver` cannot be the zero address.
     * - `feeNumerator` cannot be greater than the fee denominator.
     */
    function _setDefaultRoyalty(address receiver, uint96 feeNumerator) internal virtual {
        uint256 denominator = _feeDenominator();
        if (feeNumerator > denominator) {
            // Royalty fee will exceed the sale price
            revert ERC2981InvalidDefaultRoyalty(feeNumerator, denominator);
        }
        if (receiver == address(0)) {
            revert ERC2981InvalidDefaultRoyaltyReceiver(address(0));
        }

        _defaultRoyaltyInfo = RoyaltyInfo(receiver, feeNumerator);
    }

    /**
     * @dev Removes default royalty information.
     */
    function _deleteDefaultRoyalty() internal virtual {
        delete _defaultRoyaltyInfo;
    }

    /**
     * @dev Sets the royalty information for a specific token id, overriding the global default.
     *
     * Requirements:
     *
     * - `receiver` cannot be the zero address.
     * - `feeNumerator` cannot be greater than the fee denominator.
     */
    function _setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator) internal virtual {
        uint256 denominator = _feeDenominator();
        if (feeNumerator > denominator) {
            // Royalty fee will exceed the sale price
            revert ERC2981InvalidTokenRoyalty(tokenId, feeNumerator, denominator);
        }
        if (receiver == address(0)) {
            revert ERC2981InvalidTokenRoyaltyReceiver(tokenId, address(0));
        }

        _tokenRoyaltyInfo[tokenId] = RoyaltyInfo(receiver, feeNumerator);
    }

    /**
     * @dev Resets royalty information for the token id back to the global default.
     */
    function _resetTokenRoyalty(uint256 tokenId) internal virtual {
        delete _tokenRoyaltyInfo[tokenId];
    }
}

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

pragma solidity ^0.8.20;

import {IERC721} from "./IERC721.sol";
import {IERC721Receiver} from "./IERC721Receiver.sol";
import {IERC721Metadata} from "./extensions/IERC721Metadata.sol";
import {Context} from "../../utils/Context.sol";
import {Strings} from "../../utils/Strings.sol";
import {IERC165, ERC165} from "../../utils/introspection/ERC165.sol";
import {IERC721Errors} from "../../interfaces/draft-IERC6093.sol";

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

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    mapping(uint256 tokenId => address) private _owners;

    mapping(address owner => uint256) private _balances;

    mapping(uint256 tokenId => address) private _tokenApprovals;

    mapping(address owner => mapping(address operator => 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 returns (uint256) {
        if (owner == address(0)) {
            revert ERC721InvalidOwner(address(0));
        }
        return _balances[owner];
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view virtual returns (address) {
        return _requireOwned(tokenId);
    }

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

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

    /**
     * @dev See {IERC721Metadata-tokenURI}.
     */
    function tokenURI(uint256 tokenId) public view virtual returns (string memory) {
        _requireOwned(tokenId);

        string memory baseURI = _baseURI();
        return bytes(baseURI).length > 0 ? string.concat(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 overridden in child contracts.
     */
    function _baseURI() internal view virtual returns (string memory) {
        return "";
    }

    /**
     * @dev See {IERC721-approve}.
     */
    function approve(address to, uint256 tokenId) public virtual {
        _approve(to, tokenId, _msgSender());
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view virtual returns (address) {
        _requireOwned(tokenId);

        return _getApproved(tokenId);
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual {
        _setApprovalForAll(_msgSender(), operator, approved);
    }

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

    /**
     * @dev See {IERC721-transferFrom}.
     */
    function transferFrom(address from, address to, uint256 tokenId) public virtual {
        if (to == address(0)) {
            revert ERC721InvalidReceiver(address(0));
        }
        // Setting an "auth" arguments enables the `_isAuthorized` check which verifies that the token exists
        // (from != 0). Therefore, it is not needed to verify that the return value is not 0 here.
        address previousOwner = _update(to, tokenId, _msgSender());
        if (previousOwner != from) {
            revert ERC721IncorrectOwner(from, tokenId, previousOwner);
        }
    }

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

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(address from, address to, uint256 tokenId, bytes memory data) public virtual {
        transferFrom(from, to, tokenId);
        _checkOnERC721Received(from, to, tokenId, data);
    }

    /**
     * @dev Returns the owner of the `tokenId`. Does NOT revert if token doesn't exist
     *
     * IMPORTANT: Any overrides to this function that add ownership of tokens not tracked by the
     * core ERC721 logic MUST be matched with the use of {_increaseBalance} to keep balances
     * consistent with ownership. The invariant to preserve is that for any address `a` the value returned by
     * `balanceOf(a)` must be equal to the number of tokens such that `_ownerOf(tokenId)` is `a`.
     */
    function _ownerOf(uint256 tokenId) internal view virtual returns (address) {
        return _owners[tokenId];
    }

    /**
     * @dev Returns the approved address for `tokenId`. Returns 0 if `tokenId` is not minted.
     */
    function _getApproved(uint256 tokenId) internal view virtual returns (address) {
        return _tokenApprovals[tokenId];
    }

    /**
     * @dev Returns whether `spender` is allowed to manage `owner`'s tokens, or `tokenId` in
     * particular (ignoring whether it is owned by `owner`).
     *
     * WARNING: This function assumes that `owner` is the actual owner of `tokenId` and does not verify this
     * assumption.
     */
    function _isAuthorized(address owner, address spender, uint256 tokenId) internal view virtual returns (bool) {
        return
            spender != address(0) &&
            (owner == spender || isApprovedForAll(owner, spender) || _getApproved(tokenId) == spender);
    }

    /**
     * @dev Checks if `spender` can operate on `tokenId`, assuming the provided `owner` is the actual owner.
     * Reverts if `spender` does not have approval from the provided `owner` for the given token or for all its assets
     * the `spender` for the specific `tokenId`.
     *
     * WARNING: This function assumes that `owner` is the actual owner of `tokenId` and does not verify this
     * assumption.
     */
    function _checkAuthorized(address owner, address spender, uint256 tokenId) internal view virtual {
        if (!_isAuthorized(owner, spender, tokenId)) {
            if (owner == address(0)) {
                revert ERC721NonexistentToken(tokenId);
            } else {
                revert ERC721InsufficientApproval(spender, tokenId);
            }
        }
    }

    /**
     * @dev Unsafe write access to the balances, used by extensions that "mint" tokens using an {ownerOf} override.
     *
     * NOTE: the value is limited to type(uint128).max. This protect against _balance overflow. It is unrealistic that
     * a uint256 would ever overflow from increments when these increments are bounded to uint128 values.
     *
     * WARNING: Increasing an account's balance using this function tends to be paired with an override of the
     * {_ownerOf} function to resolve the ownership of the corresponding tokens so that balances and ownership
     * remain consistent with one another.
     */
    function _increaseBalance(address account, uint128 value) internal virtual {
        unchecked {
            _balances[account] += value;
        }
    }

    /**
     * @dev Transfers `tokenId` from its current owner to `to`, or alternatively mints (or burns) if the current owner
     * (or `to`) is the zero address. Returns the owner of the `tokenId` before the update.
     *
     * The `auth` argument is optional. If the value passed is non 0, then this function will check that
     * `auth` is either the owner of the token, or approved to operate on the token (by the owner).
     *
     * Emits a {Transfer} event.
     *
     * NOTE: If overriding this function in a way that tracks balances, see also {_increaseBalance}.
     */
    function _update(address to, uint256 tokenId, address auth) internal virtual returns (address) {
        address from = _ownerOf(tokenId);

        // Perform (optional) operator check
        if (auth != address(0)) {
            _checkAuthorized(from, auth, tokenId);
        }

        // Execute the update
        if (from != address(0)) {
            // Clear approval. No need to re-authorize or emit the Approval event
            _approve(address(0), tokenId, address(0), false);

            unchecked {
                _balances[from] -= 1;
            }
        }

        if (to != address(0)) {
            unchecked {
                _balances[to] += 1;
            }
        }

        _owners[tokenId] = to;

        emit Transfer(from, to, tokenId);

        return from;
    }

    /**
     * @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 {
        if (to == address(0)) {
            revert ERC721InvalidReceiver(address(0));
        }
        address previousOwner = _update(to, tokenId, address(0));
        if (previousOwner != address(0)) {
            revert ERC721InvalidSender(address(0));
        }
    }

    /**
     * @dev Mints `tokenId`, transfers it to `to` and checks for `to` acceptance.
     *
     * 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 {
        _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);
        _checkOnERC721Received(address(0), to, tokenId, data);
    }

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     * This is an internal function that does not check if the sender is authorized to operate on the token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId) internal {
        address previousOwner = _update(address(0), tokenId, address(0));
        if (previousOwner == address(0)) {
            revert ERC721NonexistentToken(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 {
        if (to == address(0)) {
            revert ERC721InvalidReceiver(address(0));
        }
        address previousOwner = _update(to, tokenId, address(0));
        if (previousOwner == address(0)) {
            revert ERC721NonexistentToken(tokenId);
        } else if (previousOwner != from) {
            revert ERC721IncorrectOwner(from, tokenId, previousOwner);
        }
    }

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking that contract recipients
     * are aware of the ERC721 standard 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 like {safeTransferFrom} in the sense that it invokes
     * {IERC721Receiver-onERC721Received} on the receiver, and can be used to e.g.
     * implement alternative mechanisms to perform token transfer, such as signature-based.
     *
     * Requirements:
     *
     * - `tokenId` token must exist and be owned by `from`.
     * - `to` cannot be the zero address.
     * - `from` cannot be the zero address.
     * - 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) internal {
        _safeTransfer(from, to, tokenId, "");
    }

    /**
     * @dev Same as {xref-ERC721-_safeTransfer-address-address-uint256-}[`_safeTransfer`], with an additional `data` parameter which is
     * forwarded in {IERC721Receiver-onERC721Received} to contract recipients.
     */
    function _safeTransfer(address from, address to, uint256 tokenId, bytes memory data) internal virtual {
        _transfer(from, to, tokenId);
        _checkOnERC721Received(from, to, tokenId, data);
    }

    /**
     * @dev Approve `to` to operate on `tokenId`
     *
     * The `auth` argument is optional. If the value passed is non 0, then this function will check that `auth` is
     * either the owner of the token, or approved to operate on all tokens held by this owner.
     *
     * Emits an {Approval} event.
     *
     * Overrides to this logic should be done to the variant with an additional `bool emitEvent` argument.
     */
    function _approve(address to, uint256 tokenId, address auth) internal {
        _approve(to, tokenId, auth, true);
    }

    /**
     * @dev Variant of `_approve` with an optional flag to enable or disable the {Approval} event. The event is not
     * emitted in the context of transfers.
     */
    function _approve(address to, uint256 tokenId, address auth, bool emitEvent) internal virtual {
        // Avoid reading the owner unless necessary
        if (emitEvent || auth != address(0)) {
            address owner = _requireOwned(tokenId);

            // We do not use _isAuthorized because single-token approvals should not be able to call approve
            if (auth != address(0) && owner != auth && !isApprovedForAll(owner, auth)) {
                revert ERC721InvalidApprover(auth);
            }

            if (emitEvent) {
                emit Approval(owner, to, tokenId);
            }
        }

        _tokenApprovals[tokenId] = to;
    }

    /**
     * @dev Approve `operator` to operate on all of `owner` tokens
     *
     * Requirements:
     * - operator can't be the address zero.
     *
     * Emits an {ApprovalForAll} event.
     */
    function _setApprovalForAll(address owner, address operator, bool approved) internal virtual {
        if (operator == address(0)) {
            revert ERC721InvalidOperator(operator);
        }
        _operatorApprovals[owner][operator] = approved;
        emit ApprovalForAll(owner, operator, approved);
    }

    /**
     * @dev Reverts if the `tokenId` doesn't have a current owner (it hasn't been minted, or it has been burned).
     * Returns the owner.
     *
     * Overrides to ownership logic should be done to {_ownerOf}.
     */
    function _requireOwned(uint256 tokenId) internal view returns (address) {
        address owner = _ownerOf(tokenId);
        if (owner == address(0)) {
            revert ERC721NonexistentToken(tokenId);
        }
        return owner;
    }

    /**
     * @dev Private function to invoke {IERC721Receiver-onERC721Received} on a target address. This will revert if the
     * recipient doesn't accept the token transfer. 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
     */
    function _checkOnERC721Received(address from, address to, uint256 tokenId, bytes memory data) private {
        if (to.code.length > 0) {
            try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, data) returns (bytes4 retval) {
                if (retval != IERC721Receiver.onERC721Received.selector) {
                    revert ERC721InvalidReceiver(to);
                }
            } catch (bytes memory reason) {
                if (reason.length == 0) {
                    revert ERC721InvalidReceiver(to);
                } else {
                    /// @solidity memory-safe-assembly
                    assembly {
                        revert(add(32, reason), mload(reason))
                    }
                }
            }
        }
    }
}

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

pragma solidity ^0.8.20;

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

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

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

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

pragma solidity ^0.8.20;

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

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

File 11 of 16 : IERC2981.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/IERC2981.sol)

pragma solidity ^0.8.20;

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

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

File 12 of 16 : draft-IERC6093.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/draft-IERC6093.sol)
pragma solidity ^0.8.20;

/**
 * @dev Standard ERC20 Errors
 * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC20 tokens.
 */
interface IERC20Errors {
    /**
     * @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     * @param balance Current balance for the interacting account.
     * @param needed Minimum amount required to perform a transfer.
     */
    error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed);

    /**
     * @dev Indicates a failure with the token `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     */
    error ERC20InvalidSender(address sender);

    /**
     * @dev Indicates a failure with the token `receiver`. Used in transfers.
     * @param receiver Address to which tokens are being transferred.
     */
    error ERC20InvalidReceiver(address receiver);

    /**
     * @dev Indicates a failure with the `spender`’s `allowance`. Used in transfers.
     * @param spender Address that may be allowed to operate on tokens without being their owner.
     * @param allowance Amount of tokens a `spender` is allowed to operate with.
     * @param needed Minimum amount required to perform a transfer.
     */
    error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed);

    /**
     * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
     * @param approver Address initiating an approval operation.
     */
    error ERC20InvalidApprover(address approver);

    /**
     * @dev Indicates a failure with the `spender` to be approved. Used in approvals.
     * @param spender Address that may be allowed to operate on tokens without being their owner.
     */
    error ERC20InvalidSpender(address spender);
}

/**
 * @dev Standard ERC721 Errors
 * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC721 tokens.
 */
interface IERC721Errors {
    /**
     * @dev Indicates that an address can't be an owner. For example, `address(0)` is a forbidden owner in EIP-20.
     * Used in balance queries.
     * @param owner Address of the current owner of a token.
     */
    error ERC721InvalidOwner(address owner);

    /**
     * @dev Indicates a `tokenId` whose `owner` is the zero address.
     * @param tokenId Identifier number of a token.
     */
    error ERC721NonexistentToken(uint256 tokenId);

    /**
     * @dev Indicates an error related to the ownership over a particular token. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     * @param tokenId Identifier number of a token.
     * @param owner Address of the current owner of a token.
     */
    error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner);

    /**
     * @dev Indicates a failure with the token `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     */
    error ERC721InvalidSender(address sender);

    /**
     * @dev Indicates a failure with the token `receiver`. Used in transfers.
     * @param receiver Address to which tokens are being transferred.
     */
    error ERC721InvalidReceiver(address receiver);

    /**
     * @dev Indicates a failure with the `operator`’s approval. Used in transfers.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     * @param tokenId Identifier number of a token.
     */
    error ERC721InsufficientApproval(address operator, uint256 tokenId);

    /**
     * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
     * @param approver Address initiating an approval operation.
     */
    error ERC721InvalidApprover(address approver);

    /**
     * @dev Indicates a failure with the `operator` to be approved. Used in approvals.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     */
    error ERC721InvalidOperator(address operator);
}

/**
 * @dev Standard ERC1155 Errors
 * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC1155 tokens.
 */
interface IERC1155Errors {
    /**
     * @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     * @param balance Current balance for the interacting account.
     * @param needed Minimum amount required to perform a transfer.
     * @param tokenId Identifier number of a token.
     */
    error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId);

    /**
     * @dev Indicates a failure with the token `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     */
    error ERC1155InvalidSender(address sender);

    /**
     * @dev Indicates a failure with the token `receiver`. Used in transfers.
     * @param receiver Address to which tokens are being transferred.
     */
    error ERC1155InvalidReceiver(address receiver);

    /**
     * @dev Indicates a failure with the `operator`’s approval. Used in transfers.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     * @param owner Address of the current owner of a token.
     */
    error ERC1155MissingApprovalForAll(address operator, address owner);

    /**
     * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
     * @param approver Address initiating an approval operation.
     */
    error ERC1155InvalidApprover(address approver);

    /**
     * @dev Indicates a failure with the `operator` to be approved. Used in approvals.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     */
    error ERC1155InvalidOperator(address operator);

    /**
     * @dev Indicates an array length mismatch between ids and values in a safeBatchTransferFrom operation.
     * Used in batch transfers.
     * @param idsLength Length of the array of token identifiers
     * @param valuesLength Length of the array of token amounts
     */
    error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength);
}

File 13 of 16 : IERC721Metadata.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC721/extensions/IERC721Metadata.sol)

pragma solidity ^0.8.20;

import {IERC721} from "../IERC721.sol";

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

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

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

File 14 of 16 : IERC721Receiver.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC721/IERC721Receiver.sol)

pragma solidity ^0.8.20;

/**
 * @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 `IERC721Receiver.onERC721Received.selector`.
     */
    function onERC721Received(
        address operator,
        address from,
        uint256 tokenId,
        bytes calldata data
    ) external returns (bytes4);
}

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

pragma solidity ^0.8.20;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pragma solidity ^0.8.20;

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

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

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"uint256","name":"numerator","type":"uint256"},{"internalType":"uint256","name":"denominator","type":"uint256"}],"name":"ERC2981InvalidDefaultRoyalty","type":"error"},{"inputs":[{"internalType":"address","name":"receiver","type":"address"}],"name":"ERC2981InvalidDefaultRoyaltyReceiver","type":"error"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"uint256","name":"numerator","type":"uint256"},{"internalType":"uint256","name":"denominator","type":"uint256"}],"name":"ERC2981InvalidTokenRoyalty","type":"error"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"address","name":"receiver","type":"address"}],"name":"ERC2981InvalidTokenRoyaltyReceiver","type":"error"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"address","name":"owner","type":"address"}],"name":"ERC721IncorrectOwner","type":"error"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ERC721InsufficientApproval","type":"error"},{"inputs":[{"internalType":"address","name":"approver","type":"address"}],"name":"ERC721InvalidApprover","type":"error"},{"inputs":[{"internalType":"address","name":"operator","type":"address"}],"name":"ERC721InvalidOperator","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"ERC721InvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"receiver","type":"address"}],"name":"ERC721InvalidReceiver","type":"error"},{"inputs":[{"internalType":"address","name":"sender","type":"address"}],"name":"ERC721InvalidSender","type":"error"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ERC721NonexistentToken","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"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":"string","name":"_chain","type":"string"}],"name":"addChain","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":"uint256","name":"","type":"uint256"}],"name":"art","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"blendMode","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"chain","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"chainColor","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"chainName","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"claimMythicPoints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"description","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"},{"internalType":"string","name":"_chain","type":"string"}],"name":"editChain","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":"getCooldownEnd","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getCooldownTimeRemaining","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getMythicPoints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getSVG","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":"listChains","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"listOwnedTokens","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"mintActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"mintFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"mythicTreasuryContract","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"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":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"pointAccrualStartTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"royaltyBPS","outputs":[{"internalType":"uint96","name":"","type":"uint96"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"uint256","name":"salePrice","type":"uint256"}],"name":"royaltyInfo","outputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"}],"name":"safeMint","outputs":[],"stateMutability":"payable","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":"string","name":"_chainName","type":"string"},{"internalType":"string","name":"_chainColor","type":"string"},{"internalType":"string","name":"_blendMode","type":"string"}],"name":"setChainDetails","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_mintFee","type":"uint256"},{"internalType":"uint96","name":"_royaltyBPS","type":"uint96"},{"internalType":"address","name":"_mythicTreasuryContract","type":"address"}],"name":"setContractDetails","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_description","type":"string"}],"name":"setDescription","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_website","type":"string"}],"name":"setWebsite","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":[],"name":"toggleMinting","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"totalPointsClaimed","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":"website","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60806040526040518061080001604052806040518061012001604052806101008152602001619a09610100913981526020016040518061012001604052806101008152602001618c0961010091398152602001604051806101200160405280610100815260200161860961010091398152602001604051806101200160405280610100815260200161a90961010091398152602001604051806101200160405280610100815260200161a10961010091398152602001604051806101200160405280610100815260200161ac09610100913981526020016040518061012001604052806101008152602001619509610100913981526020016040518061012001604052806101008152602001618a0961010091398152602001604051806101200160405280610100815260200161b00961010091398152602001604051806101200160405280610100815260200161af0961010091398152602001604051806101200160405280610100815260200161a30961010091398152602001604051806101200160405280610100815260200161800961010091398152602001604051806101200160405280610100815260200161760961010091398152602001604051806101200160405280610100815260200161b409610100913981526020016040518061012001604052806101008152602001619b09610100913981526020016040518061012001604052806101008152602001619c0961010091398152602001604051806101200160405280610100815260200161b20961010091398152602001604051806101200160405280610100815260200161a40961010091398152602001604051806101200160405280610100815260200161970961010091398152602001604051806101200160405280610100815260200161a70961010091398152602001604051806101200160405280610100815260200161a50961010091398152602001604051806101200160405280610100815260200161790961010091398152602001604051806101200160405280610100815260200161a609610100913981526020016040518061012001604052806101008152602001618809610100913981526020016040518061012001604052806101008152602001617e09610100913981526020016040518061012001604052806101008152602001618f09610100913981526020016040518061012001604052806101008152602001617b09610100913981526020016040518061012001604052806101008152602001619f09610100913981526020016040518061012001604052806101008152602001618e0961010091398152602001604051806101200160405280610100815260200161aa09610100913981526020016040518061012001604052806101008152602001619e09610100913981526020016040518061012001604052806101008152602001618109610100913981526020016040518061012001604052806101008152602001617f09610100913981526020016040518061012001604052806101008152602001618909610100913981526020016040518061012001604052806101008152602001617a0961010091398152602001604051806101200160405280610100815260200161840961010091398152602001604051806101200160405280610100815260200161ae09610100913981526020016040518061012001604052806101008152602001619409610100913981526020016040518061012001604052806101008152602001618209610100913981526020016040518061012001604052806101008152602001619209610100913981526020016040518061012001604052806101008152602001619309610100913981526020016040518061012001604052806101008152602001618d0961010091398152602001604051806101200160405280610100815260200161900961010091398152602001604051806101200160405280610100815260200161b10961010091398152602001604051806101200160405280610100815260200161780961010091398152602001604051806101200160405280610100815260200161a00961010091398152602001604051806101200160405280610100815260200161850961010091398152602001604051806101200160405280610100815260200161ab09610100913981526020016040518061012001604052806101008152602001617c09610100913981526020016040518061012001604052806101008152602001618b09610100913981526020016040518061012001604052806101008152602001619d0961010091398152602001604051806101200160405280610100815260200161870961010091398152602001604051806101200160405280610100815260200161990961010091398152602001604051806101200160405280610100815260200161960961010091398152602001604051806101200160405280610100815260200161b50961010091398152602001604051806101200160405280610100815260200161b30961010091398152602001604051806101200160405280610100815260200161980961010091398152602001604051806101200160405280610100815260200161830961010091398152602001604051806101200160405280610100815260200161910961010091398152602001604051806101200160405280610100815260200161770961010091398152602001604051806101200160405280610100815260200161ad09610100913981526020016040518061012001604052806101008152602001617d0961010091398152602001604051806101200160405280610100815260200161a20961010091398152602001604051806101200160405280610100815260200161a8096101009139815250601590604061085e92919061191d565b506040518061080001604052806040518060400160405280601681526020017f536c61736820746865204c696768746272696e6765720000000000000000000081525081526020016040518060400160405280601881526020017f47617a6c69747461746f6f207468652057616e6465726572000000000000000081525081526020016040518060400160405280601981526020017f56696c6c61676572207468652056616d70697265204c6f72640000000000000081525081526020016040518060400160405280601781526020017f447261676f6e626c617a65207468652050686f656e697800000000000000000081525081526020016040518060400160405280601581526020017f506f696e742074686520447761726620517565656e000000000000000000000081525081526020016040518060400160405280601781526020017f4e657074756e65207468652054726964656e742047757900000000000000000081525081526020016040518060400160405280601181526020017f4b6f6961746120746865204e616d617a7500000000000000000000000000000081525081526020016040518060400160405280601781526020017f466972656d61676564646f6e207468652057697a61726400000000000000000081525081526020016040518060400160405280601481526020017f50737963686963207468652057657265776f6c6600000000000000000000000081525081526020016040518060400160405280601a81526020017f436f6272612074686520536b656c65746f6e2057617272696f7200000000000081525081526020016040518060400160405280601a81526020017f436869636b656e627574742074686520436f636b61747269636500000000000081525081526020016040518060400160405280600f81526020017f47686f7374207468652047686f7374000000000000000000000000000000000081525081526020016040518060400160405280601081526020017f546f6f746f6f207468652048617270790000000000000000000000000000000081525081526020016040518060400160405280601981526020017f4772696d6d69652074686520536c65657079205265617065720000000000000081525081526020016040518060400160405280600f81526020017f4c69636b2074686520447261676f6e000000000000000000000000000000000081525081526020016040518060400160405280601e81526020017f536c6974686572776168207468652053686966747920536561686f727365000081525081526020016040518060400160405280600e81526020017f426f61742074686520536972656e00000000000000000000000000000000000081525081526020016040518060400160405280600d81526020017f427562207468652044656d6f6e0000000000000000000000000000000000000081525081526020016040518060400160405280601381526020017f4669696e6720746865204d616e7469636f72650000000000000000000000000081525081526020016040518060400160405280601481526020017f436f64652074686520506f7274616c204d61676500000000000000000000000081525081526020016040518060400160405280601081526020017f48796472612074686520476f72676f6e0000000000000000000000000000000081525081526020016040518060400160405280600f81526020017f44656d6f2074686520536c61796572000000000000000000000000000000000081525081526020016040518060400160405280601381526020017f436f66666565207468652052616d676f796c650000000000000000000000000081525081526020016040518060400160405280601481526020017f5472756d626c652074686520536f726365726f7200000000000000000000000081525081526020016040518060400160405280601281526020017f50757a7a6c65207468652050616c6164696e000000000000000000000000000081525081526020016040518060400160405280601781526020017f52616d756c61646520746865204d6f6f7365617461757200000000000000000081525081526020016040518060400160405280601081526020017f42697465207468652043616d7a6f747a0000000000000000000000000000000081525081526020016040518060400160405280601381526020017f5368616b65207468652042696720536e616b650000000000000000000000000081525081526020016040518060400160405280601381526020017f537570657270757320746865204b72616b656e0000000000000000000000000081525081526020016040518060400160405280601981526020017f53776f726473207468652048756e6368656420476f626c696e0000000000000081525081526020016040518060400160405280601381526020017f436c616d707320746865204b61726b696e6f730000000000000000000000000081525081526020016040518060400160405280601681526020017f5269702074686520466c79696e6720556e69636f726e0000000000000000000081525081526020016040518060400160405280601781526020017f4f7261636f77207468652042756c6c2050726f7068657400000000000000000081525081526020016040518060400160405280601781526020017f487975647261204e69676874207468652041726368657200000000000000000081525081526020016040518060400160405280601481526020017f41747461636b207468652046697265204d61676500000000000000000000000081525081526020016040518060400160405280601981526020017f4372756d626c652074686520476f6c656d204379636c6f70730000000000000081525081526020016040518060400160405280601981526020017f5374726f6e676f7361757220746865205361737175617463680000000000000081525081526020016040518060400160405280601581526020017f4b65776f6f6c2074686520526f626f742043726162000000000000000000000081525081526020016040518060400160405280601481526020017f5768697468657220746865204d696e6f7461757200000000000000000000000081525081526020016040518060400160405280601881526020017f436869636b656e6d616361726f6e692074686520446f646f000000000000000081525081526020016040518060400160405280601a81526020017f4d6f6e657920537069636520746865204d6f6e6b65792d43617400000000000081525081526020016040518060400160405280600f81526020017f47656d207468652043756c74697374000000000000000000000000000000000081525081526020016040518060400160405280601281526020017f48616d6d6572686561642074686520456c66000000000000000000000000000081525081526020016040518060400160405280601481526020017f4779726f207468652056756c747572652d446f6700000000000000000000000081525081526020016040518060400160405280601681526020017f53706c6f74636820746865204661697279204b696e670000000000000000000081525081526020016040518060400160405280601781526020017f45796562616c6c2074686520526f626f7420426f78657200000000000000000081525081526020016040518060400160405280600f81526020017f4b6164652074686520537068696e78000000000000000000000000000000000081525081526020016040518060400160405280601f81526020017f56726f6f6d6f6f73652074686520486561646c65737320486f7273656d616e0081525081526020016040518060400160405280601281526020017f4e6f6e616d652074686520446976696e6572000000000000000000000000000081525081526020016040518060400160405280601c81526020017f4d61676b6e6f772074686520466c79696e6720416c6c696761746f720000000081525081526020016040518060400160405280601881526020017f506f7075682074686520466c79696e672048616d73746572000000000000000081525081526020016040518060400160405280600f81526020017f4275747420746865205368616d616e000000000000000000000000000000000081525081526020016040518060400160405280601281526020017f41726163686e652074686520537069646572000000000000000000000000000081525081526020016040518060400160405280601b81526020017f4e69676874736f2074686520456e6368616e7465642041726d6f72000000000081525081526020016040518060400160405280601a81526020017f496d706f737465722074686520466c79696e67204d6f6e6b657900000000000081525081526020016040518060400160405280601481526020017f4d77676177696e6720746865204772696666696e00000000000000000000000081525081526020016040518060400160405280601881526020017f4e6963686f6c6173207468652041626f6d696e6174696f6e000000000000000081525081526020016040518060400160405280601681526020017f57696e6765722074686520466169727920517565656e0000000000000000000081525081526020016040518060400160405280601681526020017f536d61636b2074686520536c6565707920476e6f6d650000000000000000000081525081526020016040518060400160405280601a81526020017f45617463686577206f6620746865204461726b20466f7265737400000000000081525081526020016040518060400160405280601181526020017f506562626c6520746865204b6e6967687400000000000000000000000000000081525081526020016040518060400160405280601881526020017f52657820746865204361707962617261204368696d657261000000000000000081525081526020016040518060400160405280601a81526020017f53616d7572616920536c756720746865205765652044656d6f6e00000000000081525081526020016040518060400160405280601a81526020017f536c75677a6f207468652044616464792053686f72746c656773000000000000815250815250601690604061173992919061191d565b50348015611745575f80fd5b50336040518060400160405280601981526020017f4d797468696373206f6620746865204d756c7469636861696e000000000000008152506040518060400160405280600781526020017f4d5954484943530000000000000000000000000000000000000000000000000081525081600290816117c29190611c29565b5080600390816117d29190611c29565b5050505f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611845575f6040517f1e4fbdf700000000000000000000000000000000000000000000000000000000815260040161183c9190611d37565b60405180910390fd5b6118548161185a60201b60201c565b50611d50565b5f60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160085f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b828054828255905f5260205f20908101928215611963579160200282015b828111156119625782518290816119529190611c29565b509160200191906001019061193b565b5b5090506119709190611974565b5090565b5b80821115611993575f818161198a9190611997565b50600101611975565b5090565b5080546119a390611a53565b5f825580601f106119b457506119d1565b601f0160209004905f5260205f20908101906119d091906119d4565b5b50565b5b808211156119eb575f815f9055506001016119d5565b5090565b5f81519050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f6002820490506001821680611a6a57607f821691505b602082108103611a7d57611a7c611a26565b5b50919050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f60088302611adf7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82611aa4565b611ae98683611aa4565b95508019841693508086168417925050509392505050565b5f819050919050565b5f819050919050565b5f611b2d611b28611b2384611b01565b611b0a565b611b01565b9050919050565b5f819050919050565b611b4683611b13565b611b5a611b5282611b34565b848454611ab0565b825550505050565b5f90565b611b6e611b62565b611b79818484611b3d565b505050565b5b81811015611b9c57611b915f82611b66565b600181019050611b7f565b5050565b601f821115611be157611bb281611a83565b611bbb84611a95565b81016020851015611bca578190505b611bde611bd685611a95565b830182611b7e565b50505b505050565b5f82821c905092915050565b5f611c015f1984600802611be6565b1980831691505092915050565b5f611c198383611bf2565b9150826002028217905092915050565b611c32826119ef565b67ffffffffffffffff811115611c4b57611c4a6119f9565b5b611c558254611a53565b611c60828285611ba0565b5f60209050601f831160018114611c91575f8415611c7f578287015190505b611c898582611c0e565b865550611cf0565b601f198416611c9f86611a83565b5f5b82811015611cc657848901518255600182019150602085019450602081019050611ca1565b86831015611ce35784890151611cdf601f891682611bf2565b8355505b6001600288020188555050505b505050505050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f611d2182611cf8565b9050919050565b611d3181611d17565b82525050565b5f602082019050611d4a5f830184611d28565b92915050565b6158ac80611d5d5f395ff3fe608060405260043610610291575f3560e01c806370a0823111610159578063b9c9d93a116100c0578063d2a3f9ab11610079578063d2a3f9ab14610a2c578063e6dbfc1114610a68578063e985e9c514610aa4578063f2fde38b14610ae0578063f87f44b914610b08578063fd11475314610b3057610291565b8063b9c9d93a1461090e578063bc24f8df14610938578063bdeea6d114610962578063be985ac91461098a578063beb0a416146109c6578063c87b56dd146109f057610291565b806390c3f38f1161011257806390c3f38f146107f457806394af83881461081c57806395d89b4114610858578063a22cb46514610882578063a85cd889146108aa578063b88d4fde146108e657610291565b806370a08231146106fc578063715018a6146107385780637284e4161461074e5780637d23c6a4146107785780637d55094d146107b45780638da5cb5b146107ca57610291565b80632a55205a116101fd57806347189634116101b657806347189634146105e05780635852cc0c1461060a5780635c08bc821461064657806361c2a0f31461066e5780636352211e146106965780636e5ed9e1146106d257610291565b80632a55205a146104e35780632abfe9321461052057806335fbb0f31461054a5780633ccfd60b1461058657806340d097c31461059c57806342842e0e146105b857610291565b806313966db51161024f57806313966db5146103d757806318160ddd146104015780631c93b03a1461042b57806323b872dd1461045557806325fd90f31461047d5780632802e893146104a757610291565b8062ad800c1461029557806301ffc9a7146102d157806306fdde031461030d578063081812fc14610337578063095ea7b314610373578063126d94e01461039b575b5f80fd5b3480156102a0575f80fd5b506102bb60048036038101906102b691906136b6565b610b58565b6040516102c89190613751565b60405180910390f35b3480156102dc575f80fd5b506102f760048036038101906102f291906137c6565b610bfe565b604051610304919061380b565b60405180910390f35b348015610318575f80fd5b50610321610c0f565b60405161032e9190613751565b60405180910390f35b348015610342575f80fd5b5061035d600480360381019061035891906136b6565b610c9f565b60405161036a9190613863565b60405180910390f35b34801561037e575f80fd5b50610399600480360381019061039491906138a6565b610cba565b005b3480156103a6575f80fd5b506103c160048036038101906103bc91906136b6565b610cd0565b6040516103ce91906138f3565b60405180910390f35b3480156103e2575f80fd5b506103eb610ce5565b6040516103f891906138f3565b60405180910390f35b34801561040c575f80fd5b50610415610ceb565b60405161042291906138f3565b60405180910390f35b348015610436575f80fd5b5061043f610cf4565b60405161044c9190613751565b60405180910390f35b348015610460575f80fd5b5061047b6004803603810190610476919061390c565b610d80565b005b348015610488575f80fd5b50610491610e7f565b60405161049e919061380b565b60405180910390f35b3480156104b2575f80fd5b506104cd60048036038101906104c891906136b6565b610e91565b6040516104da91906138f3565b60405180910390f35b3480156104ee575f80fd5b506105096004803603810190610504919061395c565b610ec3565b60405161051792919061399a565b60405180910390f35b34801561052b575f80fd5b5061053461109e565b6040516105419190613751565b60405180910390f35b348015610555575f80fd5b50610570600480360381019061056b91906136b6565b61112a565b60405161057d91906138f3565b60405180910390f35b348015610591575f80fd5b5061059a611152565b005b6105b660048036038101906105b191906139c1565b6111a7565b005b3480156105c3575f80fd5b506105de60048036038101906105d9919061390c565b6112e5565b005b3480156105eb575f80fd5b506105f4611304565b6040516106019190613751565b60405180910390f35b348015610615575f80fd5b50610630600480360381019061062b91906136b6565b6113a2565b60405161063d9190613751565b60405180910390f35b348015610651575f80fd5b5061066c60048036038101906106679190613a2d565b611448565b005b348015610679575f80fd5b50610694600480360381019061068f9190613ba9565b6115d3565b005b3480156106a1575f80fd5b506106bc60048036038101906106b791906136b6565b611610565b6040516106c99190613863565b60405180910390f35b3480156106dd575f80fd5b506106e6611621565b6040516106f39190613863565b60405180910390f35b348015610707575f80fd5b50610722600480360381019061071d91906139c1565b611646565b60405161072f91906138f3565b60405180910390f35b348015610743575f80fd5b5061074c6116fc565b005b348015610759575f80fd5b5061076261170f565b60405161076f9190613751565b60405180910390f35b348015610783575f80fd5b5061079e600480360381019061079991906136b6565b61179b565b6040516107ab91906138f3565b60405180910390f35b3480156107bf575f80fd5b506107c8611886565b005b3480156107d5575f80fd5b506107de6118b8565b6040516107eb9190613863565b60405180910390f35b3480156107ff575f80fd5b5061081a60048036038101906108159190613c4d565b6118e0565b005b348015610827575f80fd5b50610842600480360381019061083d91906136b6565b6118fb565b60405161084f91906138f3565b60405180910390f35b348015610863575f80fd5b5061086c611910565b6040516108799190613751565b60405180910390f35b34801561088d575f80fd5b506108a860048036038101906108a39190613cbe565b6119a0565b005b3480156108b5575f80fd5b506108d060048036038101906108cb91906136b6565b6119b6565b6040516108dd9190613751565b60405180910390f35b3480156108f1575f80fd5b5061090c60048036038101906109079190613d9a565b611a5c565b005b348015610919575f80fd5b50610922611a79565b60405161092f9190613e29565b60405180910390f35b348015610943575f80fd5b5061094c611a97565b6040516109599190613751565b60405180910390f35b34801561096d575f80fd5b5061098860048036038101906109839190613e42565b611b23565b005b348015610995575f80fd5b506109b060048036038101906109ab91906136b6565b611b59565b6040516109bd9190613751565b60405180910390f35b3480156109d1575f80fd5b506109da611d40565b6040516109e79190613751565b60405180910390f35b3480156109fb575f80fd5b50610a166004803603810190610a1191906136b6565b611dcc565b604051610a239190613751565b60405180910390f35b348015610a37575f80fd5b50610a526004803603810190610a4d91906139c1565b611f83565b604051610a5f9190613f53565b60405180910390f35b348015610a73575f80fd5b50610a8e6004803603810190610a8991906136b6565b61207e565b604051610a9b91906138f3565b60405180910390f35b348015610aaf575f80fd5b50610aca6004803603810190610ac59190613f73565b612118565b604051610ad7919061380b565b60405180910390f35b348015610aeb575f80fd5b50610b066004803603810190610b0191906139c1565b6121a6565b005b348015610b13575f80fd5b50610b2e6004803603810190610b299190613c4d565b61222a565b005b348015610b3b575f80fd5b50610b566004803603810190610b519190613c4d565b612245565b005b60168181548110610b67575f80fd5b905f5260205f20015f915090508054610b7f90613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054610bab90613fde565b8015610bf65780601f10610bcd57610100808354040283529160200191610bf6565b820191905f5260205f20905b815481529060010190602001808311610bd957829003601f168201915b505050505081565b5f610c0882612282565b9050919050565b606060028054610c1e90613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054610c4a90613fde565b8015610c955780601f10610c6c57610100808354040283529160200191610c95565b820191905f5260205f20905b815481529060010190602001808311610c7857829003601f168201915b5050505050905090565b5f610ca982612363565b50610cb3826123e9565b9050919050565b610ccc8282610cc7612422565b612429565b5050565b600d602052805f5260405f205f915090505481565b600b5481565b5f600954905090565b60108054610d0190613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054610d2d90613fde565b8015610d785780601f10610d4f57610100808354040283529160200191610d78565b820191905f5260205f20905b815481529060010190602001808311610d5b57829003601f168201915b505050505081565b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610df0575f6040517f64a0ae92000000000000000000000000000000000000000000000000000000008152600401610de79190613863565b60405180910390fd5b5f610e038383610dfe612422565b61243b565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610e79578382826040517f64283d7b000000000000000000000000000000000000000000000000000000008152600401610e709392919061400e565b60405180910390fd5b50505050565b600a5f9054906101000a900460ff1681565b5f80610e9c8361112a565b9050804210610eae575f915050610ebe565b4281610eba9190614070565b9150505b919050565b5f805f60015f8681526020019081526020015f206040518060400160405290815f82015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020015f820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff168152505090505f73ffffffffffffffffffffffffffffffffffffffff16815f015173ffffffffffffffffffffffffffffffffffffffff160361104b575f6040518060400160405290815f82015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020015f820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff168152505090505b5f61105461246b565b6bffffffffffffffffffffffff1682602001516bffffffffffffffffffffffff168661108091906140a3565b61108a9190614111565b9050815f0151819350935050509250929050565b601180546110ab90613fde565b80601f01602080910402602001604051908101604052809291908181526020018280546110d790613fde565b80156111225780601f106110f957610100808354040283529160200191611122565b820191905f5260205f20905b81548152906001019060200180831161110557829003601f168201915b505050505081565b5f62093a80600d5f8481526020019081526020015f205461114b9190614141565b9050919050565b61115a612474565b6111626118b8565b73ffffffffffffffffffffffffffffffffffffffff166108fc4790811502906040515f60405180830381858888f193505050501580156111a4573d5f803e3d5ffd5b50565b6040600954106111ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111e3906141be565b60405180910390fd5b600a5f9054906101000a900460ff161561124957600b543414611244576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161123b90614226565b60405180910390fd5b6112bf565b6112516118b8565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146112be576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112b59061428e565b60405180910390fd5b5b6112cb816009546124fb565b60095f8154809291906112dd906142ac565b919050555050565b6112ff83838360405180602001604052805f815250611a5c565b505050565b60605f6040518060400160405280601b81526020017f5c6e5c6e4f6666696369616c204465706c6f796d656e74733a5c6e000000000081525090505f5b60148054905081101561139a578160148281548110611363576113626142f3565b5b905f5260205f200160405160200161137c929190614436565b60405160208183030381529060405291508080600101915050611341565b508091505090565b601481815481106113b1575f80fd5b905f5260205f20015f9150905080546113c990613fde565b80601f01602080910402602001604051908101604052809291908181526020018280546113f590613fde565b80156114405780601f1061141757610100808354040283529160200191611440565b820191905f5260205f20905b81548152906001019060200180831161142357829003601f168201915b505050505081565b611450612474565b82600b819055506103e8826bffffffffffffffffffffffff1611156114aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114a1906144d4565b60405180910390fd5b81600a60016101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055505f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611549576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161154090614562565b60405180910390fd5b80600c5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506115ce600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600a60019054906101000a90046bffffffffffffffffffffffff16612518565b505050565b6115db612474565b82601090816115ea919061470b565b5081601190816115fa919061470b565b50806012908161160a919061470b565b50505050565b5f61161a82612363565b9050919050565b600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5f8073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036116b7575f6040517f89c62b640000000000000000000000000000000000000000000000000000000081526004016116ae9190613863565b60405180910390fd5b60055f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b611704612474565b61170d5f6126b2565b565b600f805461171c90613fde565b80601f016020809104026020016040519081016040528092919081815260200182805461174890613fde565b80156117935780601f1061176a57610100808354040283529160200191611793565b820191905f5260205f20905b81548152906001019060200180831161177657829003601f168201915b505050505081565b5f600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461182b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118229061484a565b60405180910390fd5b5f6118358361207e565b90505f81111561187d5780600e5f8581526020019081526020015f205f82825461185f9190614141565b9250508190555042600d5f8581526020019081526020015f20819055505b80915050919050565b61188e612474565b600a5f9054906101000a900460ff1615600a5f6101000a81548160ff021916908315150217905550565b5f60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6118e8612474565b80600f90816118f7919061470b565b5050565b600e602052805f5260405f205f915090505481565b60606003805461191f90613fde565b80601f016020809104026020016040519081016040528092919081815260200182805461194b90613fde565b80156119965780601f1061196d57610100808354040283529160200191611996565b820191905f5260205f20905b81548152906001019060200180831161197957829003601f168201915b5050505050905090565b6119b26119ab612422565b8383612775565b5050565b601581815481106119c5575f80fd5b905f5260205f20015f9150905080546119dd90613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054611a0990613fde565b8015611a545780601f10611a2b57610100808354040283529160200191611a54565b820191905f5260205f20905b815481529060010190602001808311611a3757829003601f168201915b505050505081565b611a67848484610d80565b611a73848484846128de565b50505050565b600a60019054906101000a90046bffffffffffffffffffffffff1681565b60128054611aa490613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054611ad090613fde565b8015611b1b5780601f10611af257610100808354040283529160200191611b1b565b820191905f5260205f20905b815481529060010190602001808311611afe57829003601f168201915b505050505081565b611b2b612474565b8060148381548110611b4057611b3f6142f3565b5b905f5260205f20019081611b54919061470b565b505050565b60605f611b6583612a90565b60168481548110611b7957611b786142f3565b5b905f5260205f20016010601360116012604051602001611b9e96959493929190614cc6565b60405160208183030381529060405290505f5b610100811015611d14575f601082611bc99190614d96565b90505f601083611bd99190614111565b90505f611c8860158881548110611bf357611bf26142f3565b5b905f5260205f20018054611c0690613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054611c3290613fde565b8015611c7d5780601f10611c5457610100808354040283529160200191611c7d565b820191905f5260205f20905b815481529060010190602001808311611c6057829003601f168201915b505050505085612b5a565b90505f818283604051602001611ca093929190614e10565b604051602081830303815290604052905085611cc7606486611cc291906140a3565b612a90565b611cdc606486611cd791906140a3565b612a90565b8384604051602001611cf2959493929190614fe3565b6040516020818303038152906040529550505050508080600101915050611bb1565b5080604051602001611d2691906150ae565b604051602081830303815290604052905080915050919050565b60138054611d4d90613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054611d7990613fde565b8015611dc45780601f10611d9b57610100808354040283529160200191611dc4565b820191905f5260205f20905b815481529060010190602001808311611da757829003601f168201915b505050505081565b60606009548210611e12576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e099061513f565b60405180910390fd5b5f611e24611e1f84611b59565b612c1b565b604051602001611e3491906151a7565b60405160208183030381529060405290505f611e4f84610e91565b905060605f8203611e9157611e6b611e668661207e565b612a90565b604051602001611e7b9190615212565b6040516020818303038152906040529050611ebc565b611e9a82612a90565b604051602001611eaa91906152c7565b60405160208183030381529060405290505b600f611ec6611304565b82604051602001611ed9939291906152f3565b60405160208183030381529060405290505f60168681548110611eff57611efe6142f3565b5b905f5260205f20016010836013876010611f29600e5f8e81526020019081526020015f2054612a90565b604051602001611f3f9796959493929190615575565b6040516020818303038152906040529050611f5981612c1b565b604051602001611f69919061567b565b604051602081830303815290604052945050505050919050565b60605f611f8f83611646565b90505f8167ffffffffffffffff811115611fac57611fab613a85565b5b604051908082528060200260200182016040528015611fda5781602001602082028036833780820191505090505b5090505f805b60095481108015611ff057508382105b15612072578573ffffffffffffffffffffffffffffffffffffffff1661201582611610565b73ffffffffffffffffffffffffffffffffffffffff160361205f5780838381518110612044576120436142f3565b5b602002602001018181525050818061205b906142ac565b9250505b808061206a906142ac565b915050611fe0565b50819350505050919050565b5f60095482106120c3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120ba906156e6565b60405180910390fd5b5f6120cd83610e91565b0361210f576064610e10600d5f8581526020019081526020015f2054426120f49190614070565b6120fe9190614111565b61210891906140a3565b9050612113565b5f90505b919050565b5f60075f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16905092915050565b6121ae612474565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361221e575f6040517f1e4fbdf70000000000000000000000000000000000000000000000000000000081526004016122159190613863565b60405180910390fd5b612227816126b2565b50565b612232612474565b8060139081612241919061470b565b5050565b61224d612474565b601481908060018154018082558091505060019003905f5260205f20015f90919091909150908161227e919061470b565b5050565b5f7f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061234c57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061235c575061235b82612dab565b5b9050919050565b5f8061236e83612e24565b90505f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036123e057826040517f7e2732890000000000000000000000000000000000000000000000000000000081526004016123d791906138f3565b60405180910390fd5b80915050919050565b5f60065f8381526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b5f33905090565b6124368383836001612e5d565b505050565b5f8061244885858561301c565b905042600d5f8681526020019081526020015f2081905550809150509392505050565b5f612710905090565b61247c612422565b73ffffffffffffffffffffffffffffffffffffffff1661249a6118b8565b73ffffffffffffffffffffffffffffffffffffffff16146124f9576124bd612422565b6040517f118cdaa70000000000000000000000000000000000000000000000000000000081526004016124f09190613863565b60405180910390fd5b565b612514828260405180602001604052805f815250613227565b5050565b5f61252161246b565b6bffffffffffffffffffffffff16905080826bffffffffffffffffffffffff1611156125865781816040517f6f483d0900000000000000000000000000000000000000000000000000000000815260040161257d929190615734565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036125f6575f6040517fb6d9900a0000000000000000000000000000000000000000000000000000000081526004016125ed9190613863565b60405180910390fd5b60405180604001604052808473ffffffffffffffffffffffffffffffffffffffff168152602001836bffffffffffffffffffffffff168152505f80820151815f015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506020820151815f0160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550905050505050565b5f60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160085f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036127e557816040517f5b08ba180000000000000000000000000000000000000000000000000000000081526004016127dc9190613863565b60405180910390fd5b8060075f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516128d1919061380b565b60405180910390a3505050565b5f8373ffffffffffffffffffffffffffffffffffffffff163b1115612a8a578273ffffffffffffffffffffffffffffffffffffffff1663150b7a02612921612422565b8685856040518563ffffffff1660e01b815260040161294394939291906157ad565b6020604051808303815f875af192505050801561297e57506040513d601f19601f8201168201806040525081019061297b919061580b565b60015b6129ff573d805f81146129ac576040519150601f19603f3d011682016040523d82523d5f602084013e6129b1565b606091505b505f8151036129f757836040517f64a0ae920000000000000000000000000000000000000000000000000000000081526004016129ee9190613863565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614612a8857836040517f64a0ae92000000000000000000000000000000000000000000000000000000008152600401612a7f9190613863565b60405180910390fd5b505b50505050565b60605f6001612a9e84613242565b0190505f8167ffffffffffffffff811115612abc57612abb613a85565b5b6040519080825280601f01601f191660200182016040528015612aee5781602001600182028036833780820191505090505b5090505f82602001820190505b600115612b4f578080600190039150507f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a8581612b4457612b436140e4565b5b0494505f8503612afb575b819350505050919050565b60605f8390505f600167ffffffffffffffff811115612b7c57612b7b613a85565b5b6040519080825280601f01601f191660200182016040528015612bae5781602001600182028036833780820191505090505b509050818481518110612bc457612bc36142f3565b5b602001015160f81c60f81b815f81518110612be257612be16142f3565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191690815f1a905350809250505092915050565b60605f825190505f8103612c405760405180602001604052805f815250915050612da6565b5f6003600283612c509190614141565b612c5a9190614111565b6004612c6691906140a3565b90505f602082612c769190614141565b67ffffffffffffffff811115612c8f57612c8e613a85565b5b6040519080825280601f01601f191660200182016040528015612cc15781602001600182028036833780820191505090505b5090505f60405180606001604052806040815260200161583760409139905060018101602083015f5b86811015612d635760038101905062ffffff818a015116603f8160121c168401518060081b905060ff603f83600c1c1686015116810190508060081b905060ff603f8360061c1686015116810190508060081b905060ff603f831686015116810190508060e01b90508084526004840193505050612cea565b506003860660018114612d7d5760028114612d8d57612d98565b613d3d60f01b6002830352612d98565b603d60f81b60018303525b508484525050819450505050505b919050565b5f7f2a55205a000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480612e1d5750612e1c82613393565b5b9050919050565b5f60045f8381526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b8080612e9557505f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b15612fc7575f612ea484612363565b90505f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614158015612f0e57508273ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614155b8015612f215750612f1f8184612118565b155b15612f6357826040517fa9fbf51f000000000000000000000000000000000000000000000000000000008152600401612f5a9190613863565b60405180910390fd5b8115612fc557838573ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45b505b8360065f8581526020019081526020015f205f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050505050565b5f8061302784612e24565b90505f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614613068576130678184866133fc565b5b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16146130f3576130a75f855f80612e5d565b600160055f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825403925050819055505b5f73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161461317257600160055f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055505b8460045f8681526020019081526020015f205f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550838573ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4809150509392505050565b61323183836134bf565b61323d5f8484846128de565b505050565b5f805f90507a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000831061329e577a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008381613294576132936140e4565b5b0492506040810190505b6d04ee2d6d415b85acef810000000083106132db576d04ee2d6d415b85acef810000000083816132d1576132d06140e4565b5b0492506020810190505b662386f26fc10000831061330a57662386f26fc100008381613300576132ff6140e4565b5b0492506010810190505b6305f5e1008310613333576305f5e1008381613329576133286140e4565b5b0492506008810190505b612710831061335857612710838161334e5761334d6140e4565b5b0492506004810190505b6064831061337b5760648381613371576133706140e4565b5b0492506002810190505b600a831061338a576001810190505b80915050919050565b5f7f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b6134078383836135b2565b6134ba575f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361347b57806040517f7e27328900000000000000000000000000000000000000000000000000000000815260040161347291906138f3565b60405180910390fd5b81816040517f177e802f0000000000000000000000000000000000000000000000000000000081526004016134b192919061399a565b60405180910390fd5b505050565b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361352f575f6040517f64a0ae920000000000000000000000000000000000000000000000000000000081526004016135269190613863565b60405180910390fd5b5f61353b83835f61243b565b90505f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16146135ad575f6040517f73c6ac6e0000000000000000000000000000000000000000000000000000000081526004016135a49190613863565b60405180910390fd5b505050565b5f8073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801561366957508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061362a57506136298484612118565b5b8061366857508273ffffffffffffffffffffffffffffffffffffffff16613650836123e9565b73ffffffffffffffffffffffffffffffffffffffff16145b5b90509392505050565b5f604051905090565b5f80fd5b5f80fd5b5f819050919050565b61369581613683565b811461369f575f80fd5b50565b5f813590506136b08161368c565b92915050565b5f602082840312156136cb576136ca61367b565b5b5f6136d8848285016136a2565b91505092915050565b5f81519050919050565b5f82825260208201905092915050565b8281835e5f83830152505050565b5f601f19601f8301169050919050565b5f613723826136e1565b61372d81856136eb565b935061373d8185602086016136fb565b61374681613709565b840191505092915050565b5f6020820190508181035f8301526137698184613719565b905092915050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6137a581613771565b81146137af575f80fd5b50565b5f813590506137c08161379c565b92915050565b5f602082840312156137db576137da61367b565b5b5f6137e8848285016137b2565b91505092915050565b5f8115159050919050565b613805816137f1565b82525050565b5f60208201905061381e5f8301846137fc565b92915050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61384d82613824565b9050919050565b61385d81613843565b82525050565b5f6020820190506138765f830184613854565b92915050565b61388581613843565b811461388f575f80fd5b50565b5f813590506138a08161387c565b92915050565b5f80604083850312156138bc576138bb61367b565b5b5f6138c985828601613892565b92505060206138da858286016136a2565b9150509250929050565b6138ed81613683565b82525050565b5f6020820190506139065f8301846138e4565b92915050565b5f805f606084860312156139235761392261367b565b5b5f61393086828701613892565b935050602061394186828701613892565b9250506040613952868287016136a2565b9150509250925092565b5f80604083850312156139725761397161367b565b5b5f61397f858286016136a2565b9250506020613990858286016136a2565b9150509250929050565b5f6040820190506139ad5f830185613854565b6139ba60208301846138e4565b9392505050565b5f602082840312156139d6576139d561367b565b5b5f6139e384828501613892565b91505092915050565b5f6bffffffffffffffffffffffff82169050919050565b613a0c816139ec565b8114613a16575f80fd5b50565b5f81359050613a2781613a03565b92915050565b5f805f60608486031215613a4457613a4361367b565b5b5f613a51868287016136a2565b9350506020613a6286828701613a19565b9250506040613a7386828701613892565b9150509250925092565b5f80fd5b5f80fd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b613abb82613709565b810181811067ffffffffffffffff82111715613ada57613ad9613a85565b5b80604052505050565b5f613aec613672565b9050613af88282613ab2565b919050565b5f67ffffffffffffffff821115613b1757613b16613a85565b5b613b2082613709565b9050602081019050919050565b828183375f83830152505050565b5f613b4d613b4884613afd565b613ae3565b905082815260208101848484011115613b6957613b68613a81565b5b613b74848285613b2d565b509392505050565b5f82601f830112613b9057613b8f613a7d565b5b8135613ba0848260208601613b3b565b91505092915050565b5f805f60608486031215613bc057613bbf61367b565b5b5f84013567ffffffffffffffff811115613bdd57613bdc61367f565b5b613be986828701613b7c565b935050602084013567ffffffffffffffff811115613c0a57613c0961367f565b5b613c1686828701613b7c565b925050604084013567ffffffffffffffff811115613c3757613c3661367f565b5b613c4386828701613b7c565b9150509250925092565b5f60208284031215613c6257613c6161367b565b5b5f82013567ffffffffffffffff811115613c7f57613c7e61367f565b5b613c8b84828501613b7c565b91505092915050565b613c9d816137f1565b8114613ca7575f80fd5b50565b5f81359050613cb881613c94565b92915050565b5f8060408385031215613cd457613cd361367b565b5b5f613ce185828601613892565b9250506020613cf285828601613caa565b9150509250929050565b5f67ffffffffffffffff821115613d1657613d15613a85565b5b613d1f82613709565b9050602081019050919050565b5f613d3e613d3984613cfc565b613ae3565b905082815260208101848484011115613d5a57613d59613a81565b5b613d65848285613b2d565b509392505050565b5f82601f830112613d8157613d80613a7d565b5b8135613d91848260208601613d2c565b91505092915050565b5f805f8060808587031215613db257613db161367b565b5b5f613dbf87828801613892565b9450506020613dd087828801613892565b9350506040613de1878288016136a2565b925050606085013567ffffffffffffffff811115613e0257613e0161367f565b5b613e0e87828801613d6d565b91505092959194509250565b613e23816139ec565b82525050565b5f602082019050613e3c5f830184613e1a565b92915050565b5f8060408385031215613e5857613e5761367b565b5b5f613e65858286016136a2565b925050602083013567ffffffffffffffff811115613e8657613e8561367f565b5b613e9285828601613b7c565b9150509250929050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b613ece81613683565b82525050565b5f613edf8383613ec5565b60208301905092915050565b5f602082019050919050565b5f613f0182613e9c565b613f0b8185613ea6565b9350613f1683613eb6565b805f5b83811015613f46578151613f2d8882613ed4565b9750613f3883613eeb565b925050600181019050613f19565b5085935050505092915050565b5f6020820190508181035f830152613f6b8184613ef7565b905092915050565b5f8060408385031215613f8957613f8861367b565b5b5f613f9685828601613892565b9250506020613fa785828601613892565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f6002820490506001821680613ff557607f821691505b60208210810361400857614007613fb1565b5b50919050565b5f6060820190506140215f830186613854565b61402e60208301856138e4565b61403b6040830184613854565b949350505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61407a82613683565b915061408583613683565b925082820390508181111561409d5761409c614043565b5b92915050565b5f6140ad82613683565b91506140b883613683565b92508282026140c681613683565b915082820484148315176140dd576140dc614043565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f61411b82613683565b915061412683613683565b925082614136576141356140e4565b5b828204905092915050565b5f61414b82613683565b915061415683613683565b925082820190508082111561416e5761416d614043565b5b92915050565b7f416c6c20746f6b656e732068617665206265656e206d696e74656400000000005f82015250565b5f6141a8601b836136eb565b91506141b382614174565b602082019050919050565b5f6020820190508181035f8301526141d58161419c565b9050919050565b7f496e73756666696369656e742066756e647300000000000000000000000000005f82015250565b5f6142106012836136eb565b915061421b826141dc565b602082019050919050565b5f6020820190508181035f83015261423d81614204565b9050919050565b7f4d696e74696e67206973206e6f742061637469766500000000000000000000005f82015250565b5f6142786015836136eb565b915061428382614244565b602082019050919050565b5f6020820190508181035f8301526142a58161426c565b9050919050565b5f6142b682613683565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036142e8576142e7614043565b5b600182019050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f81905092915050565b5f614334826136e1565b61433e8185614320565b935061434e8185602086016136fb565b80840191505092915050565b5f819050815f5260205f209050919050565b5f815461437881613fde565b6143828186614320565b9450600182165f811461439c57600181146143b1576143e3565b60ff19831686528115158202860193506143e3565b6143ba8561435a565b5f5b838110156143db578154818901526001820191506020810190506143bc565b838801955050505b50505092915050565b7f5c6e0000000000000000000000000000000000000000000000000000000000005f82015250565b5f614420600283614320565b915061442b826143ec565b600282019050919050565b5f614441828561432a565b915061444d828461436c565b915061445882614414565b91508190509392505050565b7f526f79616c747920425053206d757374206265206c657373207468616e206f725f8201527f20657175616c20746f2031303030000000000000000000000000000000000000602082015250565b5f6144be602e836136eb565b91506144c982614464565b604082019050919050565b5f6020820190508181035f8301526144eb816144b2565b9050919050565b7f496e76616c6964206164647265737320666f72204d797468696320436c61696d5f8201527f20436f6e74726163740000000000000000000000000000000000000000000000602082015250565b5f61454c6029836136eb565b9150614557826144f2565b604082019050919050565b5f6020820190508181035f83015261457981614540565b9050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f600883026145ca7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8261458f565b6145d4868361458f565b95508019841693508086168417925050509392505050565b5f819050919050565b5f61460f61460a61460584613683565b6145ec565b613683565b9050919050565b5f819050919050565b614628836145f5565b61463c61463482614616565b84845461459b565b825550505050565b5f90565b614650614644565b61465b81848461461f565b505050565b5b8181101561467e576146735f82614648565b600181019050614661565b5050565b601f8211156146c3576146948161435a565b61469d84614580565b810160208510156146ac578190505b6146c06146b885614580565b830182614660565b50505b505050565b5f82821c905092915050565b5f6146e35f19846008026146c8565b1980831691505092915050565b5f6146fb83836146d4565b9150826002028217905092915050565b614714826136e1565b67ffffffffffffffff81111561472d5761472c613a85565b5b6147378254613fde565b614742828285614682565b5f60209050601f831160018114614773575f8415614761578287015190505b61476b85826146f0565b8655506147d2565b601f1984166147818661435a565b5f5b828110156147a857848901518255600182019150602085019450602081019050614783565b868310156147c557848901516147c1601f8916826146d4565b8355505b6001600288020188555050505b505050505050565b7f4f6e6c792074686520706f696e7420636c61696d20636f6e74726163742063615f8201527f6e2063616c6c20746869732066756e6374696f6e000000000000000000000000602082015250565b5f6148346034836136eb565b915061483f826147da565b604082019050919050565b5f6020820190508181035f83015261486181614828565b9050919050565b7f3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d2275745f8201527f662d38223f3e3c73766720786d6c6e733d22687474703a2f2f7777772e77332e60208201527f6f72672f323030302f737667222076696577426f783d2230203020313630302060408201527f31363030223e0000000000000000000000000000000000000000000000000000606082015250565b5f61490e606683614320565b915061491982614868565b606682019050919050565b7f3c646573633e4d797468696373206f6620746865204d756c7469636861696e2c5f8201527f206279204d6174746f0000000000000000000000000000000000000000000000602082015250565b5f61497e602983614320565b915061498982614924565b602982019050919050565b7f2c20546f6b656e2049443a2000000000000000000000000000000000000000005f82015250565b5f6149c8600c83614320565b91506149d382614994565b600c82019050919050565b7f2c204e616d653a200000000000000000000000000000000000000000000000005f82015250565b5f614a12600883614320565b9150614a1d826149de565b600882019050919050565b7f20280000000000000000000000000000000000000000000000000000000000005f82015250565b5f614a5c600283614320565b9150614a6782614a28565b600282019050919050565b7f292c2050726f6a65637420576562736974653a200000000000000000000000005f82015250565b5f614aa6601483614320565b9150614ab182614a72565b601482019050919050565b7f3c2f646573633e000000000000000000000000000000000000000000000000005f82015250565b5f614af0600783614320565b9150614afb82614abc565b600782019050919050565b7f3c646566733e3c66696c7465722069643d22636f6c6f7254696e742220783d225f8201527f302220793d2230222077696474683d223130302522206865696768743d22313060208201527f3025223e3c6665466c6f6f6420666c6f6f642d636f6c6f723d22000000000000604082015250565b5f614b86605a83614320565b9150614b9182614b06565b605a82019050919050565b7f2220726573756c743d22666c6f6f6446696c6c222f3e3c6665426c656e6420695f8201527f6e3d22536f75726365477261706869632220696e323d22666c6f6f6446696c6c60208201527f22206d6f64653d22000000000000000000000000000000000000000000000000604082015250565b5f614c1c604883614320565b9150614c2782614b9c565b604882019050919050565b7f222f3e3c2f66696c7465723e3c2f646566733e000000000000000000000000005f82015250565b5f614c66601383614320565b9150614c7182614c32565b601382019050919050565b7f3c672066696c7465723d2275726c2823636f6c6f7254696e7429223e000000005f82015250565b5f614cb0601c83614320565b9150614cbb82614c7c565b601c82019050919050565b5f614cd082614902565b9150614cdb82614972565b9150614ce6826149bc565b9150614cf2828961432a565b9150614cfd82614a06565b9150614d09828861436c565b9150614d1482614a50565b9150614d20828761436c565b9150614d2b82614a9a565b9150614d37828661436c565b9150614d4282614ae4565b9150614d4d82614b7a565b9150614d59828561436c565b9150614d6482614c10565b9150614d70828461436c565b9150614d7b82614c5a565b9150614d8682614ca4565b9150819050979650505050505050565b5f614da082613683565b9150614dab83613683565b925082614dbb57614dba6140e4565b5b828206905092915050565b7f23000000000000000000000000000000000000000000000000000000000000005f82015250565b5f614dfa600183614320565b9150614e0582614dc6565b600182019050919050565b5f614e1a82614dee565b9150614e26828661432a565b9150614e32828561432a565b9150614e3e828461432a565b9150819050949350505050565b7f3c7265637420783d2200000000000000000000000000000000000000000000005f82015250565b5f614e7f600983614320565b9150614e8a82614e4b565b600982019050919050565b7f2220793d220000000000000000000000000000000000000000000000000000005f82015250565b5f614ec9600583614320565b9150614ed482614e95565b600582019050919050565b7f222077696474683d2231303022206865696768743d22313030222066696c6c3d5f8201527f2200000000000000000000000000000000000000000000000000000000000000602082015250565b5f614f39602183614320565b9150614f4482614edf565b602182019050919050565b7f22207374726f6b653d22000000000000000000000000000000000000000000005f82015250565b5f614f83600a83614320565b9150614f8e82614f4f565b600a82019050919050565b7f222f3e00000000000000000000000000000000000000000000000000000000005f82015250565b5f614fcd600383614320565b9150614fd882614f99565b600382019050919050565b5f614fee828861432a565b9150614ff982614e73565b9150615005828761432a565b915061501082614ebd565b915061501c828661432a565b915061502782614f2d565b9150615033828561432a565b915061503e82614f77565b915061504a828461432a565b915061505582614fc1565b91508190509695505050505050565b7f3c2f673e3c2f7376673e000000000000000000000000000000000000000000005f82015250565b5f615098600a83614320565b91506150a382615064565b600a82019050919050565b5f6150b9828461432a565b91506150c48261508c565b915081905092915050565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f5f8201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b5f615129602f836136eb565b9150615134826150cf565b604082019050919050565b5f6020820190508181035f8301526151568161511d565b9050919050565b7f646174613a696d6167652f7376672b786d6c3b6261736536342c0000000000005f82015250565b5f615191601a83614320565b915061519c8261515d565b601a82019050919050565b5f6151b182615185565b91506151bd828461432a565b915081905092915050565b7f5c6e436c61696d61626c65204d797468696320506f696e74733a2000000000005f82015250565b5f6151fc601b83614320565b9150615207826151c8565b601b82019050919050565b5f61521c826151f0565b9150615228828461432a565b915081905092915050565b7f5c6e436f6f6c646f776e2074696d652072656d61696e696e673a2000000000005f82015250565b5f615267601b83614320565b915061527282615233565b601b82019050919050565b7f207365636f6e64730000000000000000000000000000000000000000000000005f82015250565b5f6152b1600883614320565b91506152bc8261527d565b600882019050919050565b5f6152d18261525b565b91506152dd828461432a565b91506152e8826152a5565b915081905092915050565b5f6152fe828661436c565b915061530a828561432a565b9150615316828461432a565b9150819050949350505050565b7f7b22617274697374223a20224d6174746f222c20226e616d65223a20220000005f82015250565b5f615357601d83614320565b915061536282615323565b601d82019050919050565b7f29222c20226465736372697074696f6e223a20220000000000000000000000005f82015250565b5f6153a1601483614320565b91506153ac8261536d565b601482019050919050565b7f222c202265787465726e616c5f75726c223a20220000000000000000000000005f82015250565b5f6153eb601483614320565b91506153f6826153b7565b601482019050919050565b7f222c2022696d616765223a2022000000000000000000000000000000000000005f82015250565b5f615435600d83614320565b915061544082615401565b600d82019050919050565b7f222c202261747472696275746573223a205b7b2274726169745f74797065223a5f8201527f2022436861696e222c202276616c7565223a2022000000000000000000000000602082015250565b5f6154a5603483614320565b91506154b08261544b565b603482019050919050565b7f227d2c207b2274726169745f74797065223a20224d797468696320506f696e745f8201527f7320436c61696d6564222c202276616c7565223a200000000000000000000000602082015250565b5f615515603583614320565b9150615520826154bb565b603582019050919050565b7f7d5d7d00000000000000000000000000000000000000000000000000000000005f82015250565b5f61555f600383614320565b915061556a8261552b565b600382019050919050565b5f61557f8261534b565b915061558b828a61436c565b915061559682614a50565b91506155a2828961436c565b91506155ad82615395565b91506155b9828861432a565b91506155c4826153df565b91506155d0828761436c565b91506155db82615429565b91506155e7828661432a565b91506155f282615499565b91506155fe828561436c565b915061560982615509565b9150615615828461432a565b915061562082615553565b915081905098975050505050505050565b7f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c0000005f82015250565b5f615665601d83614320565b915061567082615631565b601d82019050919050565b5f61568582615659565b9150615691828461432a565b915081905092915050565b7f546f6b656e20646f6573206e6f742065786973740000000000000000000000005f82015250565b5f6156d06014836136eb565b91506156db8261569c565b602082019050919050565b5f6020820190508181035f8301526156fd816156c4565b9050919050565b5f61571e615719615714846139ec565b6145ec565b613683565b9050919050565b61572e81615704565b82525050565b5f6040820190506157475f830185615725565b61575460208301846138e4565b9392505050565b5f81519050919050565b5f82825260208201905092915050565b5f61577f8261575b565b6157898185615765565b93506157998185602086016136fb565b6157a281613709565b840191505092915050565b5f6080820190506157c05f830187613854565b6157cd6020830186613854565b6157da60408301856138e4565b81810360608301526157ec8184615775565b905095945050505050565b5f815190506158058161379c565b92915050565b5f602082840312156158205761581f61367b565b5b5f61582d848285016157f7565b9150509291505056fe4142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2fa264697066735822122028ec512c25b22d077af6fc07a5612e65e379f90d1d6e26403fb9bb483f8eacee64736f6c6343000819003330303030303030303030303030303030306262623030303030303030626262303038383862303033303030623838383030303038383830303030383838303030306262373030383833363037376262303030373730626262623336303737303030303730306264646233363330373030303030303062646462333833303030303030303030306262333338333030303030306464303030333338383030646430303064643030303636363630306464303030303030303838303038303030303030333030303038383030383830303330303030303030303838303038383030303030303037303030303030303030303030303030303030303030303030303030303030303030303030303030303030303038303038303030386230306230303030363630373030383630303030363030303033333362303836363030333030303030303037383637363737363030303030303033373766373737663730623030303036303037666637666637333030303030306230303737373737363030303030303030303037323737323730303030303030303037323232373237303030303030303030363232323232326230303030303030303638323737323738303030303030303337366238363636333330303030306236373736363762623637303030303636303333363737373037373030303030303030303030303030303030303030303030303030303030303030303030303030303030626262303730303030306666303064303030303030306666303064646630303038383830306664643030646464663030626262306664646430303064646630306262623066646430303066666464663333336666646466663030303064643336363636646464303030303066646433363838366464646630303030303064333636363664303030303030303030303336383830303030303730303064303030333636303030643030303030303030303038383030373064303030303030303030363030303037303030303030373030383030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303638646430303030373030303030383862626264643030303730303030303036376262626430303030303030303038383830303064303030646430303030303730663066303038306464303030303630303030303038383030303030303030303636363638333630373730303030303832333333333630303838303030303838383636363630303062623030303838363232333333303030626230303030303036383838363030303862303030646430626466646238303038383030306464303838303038383030373730303030303636303030363630303730303030303030303030303030303030303030303030303030303030303030303030303030303066646462623030303030303030303066666630306262303030643030303030646430303030623066303030303030306464306630663030663066303030303062623030303062306664643730303030626237303030623064306262303030303062373737623030646430643030303037623837373730303062663030303030373737383837303030303030303064643037383838383030646464303030646430626464646230306464303030303030363636363636303030303030303030363636363636363630303030303030303737373737373737373030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303066303030663030303030666630303030623030306230303066666264643030306238383862303066626462646430303030663866383366646264623064303030303838383833376462643030303030303030363636333637363030306230303030303033333736373637303030303030303066646237363736373630303030303066626462303030373636303030303066646230303062303037363030303030666430303030306236363030303030303064643062303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303062303030303737373030363030303030303030303732323237303030303030303030303032663266323030306630303030303830326632663230306230663030303030303732323237303030623030303030303333373737333330303030303036303333333030363633333030303030303036363066663036373730303830303062623066666664306262303030303030626230666666643062623030303030303036363064643036363636303030303030646262303036363762646430303030626262623736363737626262303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030306666303030303030306666303030306664643030303030303064646666303066643036373737303030306464646630643036376637373030303030306464373062373766373030303030303030303764363837373637303030303030646464383838363730303030303030623836383638363736303030303030383736383837373737303330303030373838303637373630373033303030306237306262373330306230303330303062623062303333303030623030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303038303030303030303030303030303038383830303030303030303030303036333333363030303030303030303030383838383830303030303030303030623030383030623030303030303030306230663066306230303030303030303038303030303038303030303030303030303636303636303737386262303030306430303030306438303030623030306436383862383836383064303830303030386262626262303830663037303064643036376237363038306430373030646430383836383830383030303730303030303830383038303037373730303030303030303030303030303030303030303030303030303030303030303030303030303062303030306230303030303030303062303038383730623030303030303030623837373738386230303030303033333030663766373730303030303033666433303737373838303030303030336462333030383737383330303030303033333030333737333733333030303030303030333633383333363333303030306230623336383337363830333030303062626230623662366236303330303030303030303637363836373862623030303030303033363736333038306230303030303030333330333330303030303030303030303636303636303030303030303030303030303030303030303030303030303030303030303030303030303030303030646262373030303030303030303730363737373637303030303030303030303366336633363030373030303030303033663366333630303030303030623030383636373738303030646430303030303038383838623030386264303030303030303362623730303830643030646430303362623636363030303030306462383038363633623630303033303064303830363633626237366230303030303030303737366237363633383030303030306262363837333730363030303030303837333637303637303037303030303038303036303036303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303066666664646430306230303030303066626262626230303064643030303030643838383830303030306237373030306462626262623030303037383837303030643838383830303066336637363030646262626230303030373737363337646238383830303030303636303037383762626236363030303030303033363737363737373638303030303033333636363636373838363830303033303037303030333636363637303030363630373030303033303037373030303030303630303030333030303630303030303636303030363630303636303030303030303030303030303030303030303030303030303030303030303030306262306262303030303030303030303030623037623638303030303030303030303037373736336430303030303030303066336637333633373030303030303030373737373633333337623030303030303333333033363637363662303030303033333030303337373737363730303030303030303362623636306262303030303030333333383838363062623030306464623333303737373730303030303030303030303062383733333030303030303030303037373730333636303030303030303030623830303036373730303030303030306238303030303737303030303030303030303030303030303030303030303030303030303030303030303030303030303064666430303030303030303030303062303030623030303030303062623030303737373030306262303030383838303730303037303838383030303838373730643064303737383830303030363737373030303737373630303030303636303037373730303636303030626237303062646264623030376262303038373037373662363737303738303030303730373036363630373037303030303030303030363736303030303030303030306262303737373062623030303030303064623030373030626430303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303232323232303030303030303030303336363636363633303030303030303737363636363636373730303030306236373730303037373736303030306262383630666666303736386230303038626238363030303637386262623030383838383636363636373838383830303638383830333333333038383636303037333330303633333330333337373030373737303030363636303737373730303030303030333333333037303030303064646430303636363630306464643030646464306236303036623064646430306464643064623030626430646464303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030646230303030303030303030303030646462623030303030303030303030306430303730303030303030303030303030303037303030306262626464303030303037303030306464646237373030303033303030303062626233663366303033303030303064646464363737303030336264646238366262626236363030306438383638383636646462623030303038363336363636363662626430303030363333383638363836363864303030303033333333383633333036383830303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303830623030306230383030383838303030623030303030623030383737373830303030303030303030303730303037303030303030303030303030663066303030303630303036303030373030303730303030303030303038303037373730303830303030303030626230303030306262303030303030303062383730373862303030303062303830303337303733303030303030303830303033333333333030333030303030303030373733373730303030303030303030623636373736623030303030303030626464646262626262303030303030303030303030303030303030303030303030303030303030303030303030386230306264626262646230303030303838303062646266626462303030303037373730626462626264623030303030303737306264626662646230303030303033303030626262626230303030303030373030373030303030373030303030303030303730663066303730303030303062623030373030303730303030303030626230303037373730303030303030303030303738383838373030626230303037303037373738386237306262303030373030303838373737383030303030303730306262383837386262303030303037306262626238383862623030303030303030303030303030303030303030303030303030303030303030303030303030303030386438303030303030303030303030383864383830303030303030303030303730303037303030303030303030303030663066303030666430303030303030373030303730663733663030303030306233623362306437336630303030303030376237303030646630303030303062643030306462303030303030303037306264666462303730303730303062303037373337373030623730303030303030333862363630303030303030303030303333386237303030303030303030306238363636363730303030303030306262383838373737373030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303037373030303030333030626262646430303762303030303033363636363636303030626430303033303762303030643030303064303030303037306630663030303030643030303030373730303030303030306430303030303062626262383066663064303030386238326233623030666630646630303862626236363630303030306430303030303632323333303030303064303030303030363838383630303030643030303030303232323232303030626430303030303038383030383030376230303030303030363030303630373730303030303030303030303030303030303030303030303030303030303030303030303030303064303030303062623030303030303030643030303036373030303030303030623030643030303737303030303030306262623030303636363630303030303062303030303737373636303030303030373030303730303037303030303030303030303030663066303030303030306464303030383030303830306464303064643030306262306237303064643030303030303038623838373330303030303037303033373338373336363030303030363030363833373338383030303030303630383836363336363636303030303036303838383736363737623030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030646430303030303030303030303030303064626230303030306666666630306430306266623030306662626262303064643030626233306662373737303030306262626233363662376262303030303030306237363637623030303030303030303030363662623637303030303030303030373738333638383637303030303030303030303738623662366230303030303030303737303638363833303030303030303030303030303033363630303030303030303030623030303737303030303030303030303062623838303030303030303030303030303030303030303030303030303030303030303030303030303030386264303030303738373030303038383838626262303030333030303037373737373737373730373837303030303030303030303030303033303030303033306630663033303030363030303030333630303037333030303630303030303036363762623030303036303030303030303030303030303030363030303030373636363636373030303030303030363633383838333636306262303030303838333737373333363062623030303036363333333333303030303030303030303062646464623030303036303030303030363630363630303030363030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030306430306262303064303030303064643064306262626230643064643030306262643062666662306462623030303738626430626666623064623837303030373062303064643030623037303030303030626230303030626230303030303030303037373737373730303030303064643030306262626230303064643030646430373030626230303730646430303030363630303737303036363030303030303636303737373730363630303030303030303036363636303030303030303030303038626464623830303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303838386230303062303030333030303837383864643030303036303030303036363737386464303030303030303030363737383838626230303636303030303036373738383862303030303630306230363637663366383030303036303030303036373838383830386236303030303630303737383830303030623030303630333030303737373636623030303036303033333838383838623033303030303630626238303330303030303330303030623030303033303630363033303030303062623830303636303636303030303030303030303030303030303030303030303030303030303030303030303030306430623030363630623030303030306664306237373762626230303030303066663030663766373730303030303030646430363637373333303030303030306262303636363338383830303030303030623030303062623862333030303030303630303033626238623336303030303030303036333838383830303030303064646430363033383833306464303030306464303030363636363064643030303030303030303333333330306430303030333030303636363636363030303030303630303038383030383830303030303036303030626230306262303030303030303030303030303030303030303030303030303030303030303030303030303730303030626262623030303030303033303030373737373762303030303030623030303366336633373030303030303330303033663366333737303030303037303030303737373030373030303030333030303030303030303030303030306230303037373862623030373030303030303033333862626238303030303064643038623336626236373730303030646430306237363636333330303030303030303030373762333330306464303030333030303033366230303064643030303730303030373636363030303030303033303030373737373737303030303030303030303030303030303030303030303030303030303030303030303030303030303062626230303030626230303030303862626262623030626666623030303838626264646464306266666230303838383830303030643030626230303038383830663066306230303038303030383038306630663038303030623030303030303830303038303030303830303030303737383838373030303062303030303038373737373730303030303030303038383838383838383030646430303030383862383862623830306464303030303862383838383838303030303030303062626238386262383030306230303030626262626262626230303038303030303030303030303030303030303030303030303030303030303030303030303030303037373030303030303030303030303037663737303030646464643030303062373737333030643862623030303030626230333330643864646464303030306230303636643862626230303030303030303036366438646430373030303030303036376264386438373730303030303062373737646437363837303030303030623837363636366237373030303030303737363862626236373030303030303030383736363636373030303030303030303062383864373030303030303030303030306430643064643030303030303030303030303037306430303030303030303030303030303030303030303030303030303030303030303030303030303838383830303030303030303030303833333336626230303030303030303033303030336238303030306462303030306430643038626230306464303830303030623062383030303064643030303036626262623030303030306262303030303362333336303030303030626230303030333336363838373837373836303030363636383836383638363838333030303030303336383338363838363030306262303033383338363838363330303062623030303030303337373830303030303030306262303030623062623030303030303062623030626230306230303030303030303030303030303030303030303030303030303030303030303030306230303030306262303030303062303062303062303764643730623030623030386230623066373766306230623830306262373830376464373038376262303030383737303062623030373738303030303333303030383830303033333030303036363030626464623030363630303030363630303838383830303636303030303737303062646462303037373030303037383036383838383630383730303030386238376264646237386238303030626238623837626237386238626230306262386264373333376462386262303062623738373333333337383762623030303030303030303030303030303030303030303030303030303030303030303030303030303030303630303030303030303030303066303030303062303030303062303066306230303030306230303030303030303630303030303062303030303030303030303036363630363030303737303062303037373762626230303030373630623062363762366636663030303636383637363836623666366630303036373662366236363862626262303030363336333638366236373737373030303030303337336233383330303030303030306262373338333030303030303030306262626262303030303066303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303038303330626262303330383030303030626230666666666630626230303030303062303030303030306230303030303030303066663066663030303030303030303330386630663830333030303030303036306238303862303630303030303062623730623062303762623030303030376237373030303737623730303030363637646666666666643736363030303030303036373737363030303030303064643030626262626230306464303030646430623637373736623064643030303030306464623062646430303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303636626430303030373037303030303630306264643033333736373630303330303030303030373337373633303033303030303030333337663766363330303330626262623736373733373636303030623838383833333637373736333030623838373838383336333633333030303838373637383837363336303330303037373633363637373737333030303030383830333330303038383330303030303738303330303030383833333030303030626233333030303062623333303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303036303030666664646430303066643030303030666262626230303066623762303030646237646430303030643062623337643762623030303030303030303736383638363330303037303030303337623030303637333033363030303037333662306236373637363730303630303637373737303036373630303030303036373333333030303030303030303062383364336437303033303030303030303037333333303036303330303030303062383837373030303630303030303830303038303730303030303030303030303030303030303030303030303030303030303030303030303030303030303030303062626262303030303030303030303036373737373630303030303066663030623030303062303066663030666630303766303066373030666630303838303037306262303730303838303030363630303762623730303636303030303038383030303030303838303030303030303030383838383030303030303066663838303336363330383866663030303030303038383838303030303030303030383830373636373038383030303030383830303338383330303838303030666630303038363638303030666630306666303038383030383830306666303030303030303030303030303030303030303030303030303030303030303030303030623030306238383830303030303030646464306464626238383030303030306466643064646262623837303030303064666430646230303037373030303030306430306230663066303730303030303033303038383030303730303030303030383030303737373737303030303030303030303738373737383030303030306464303037383838383730303030303064643030303838383830306464303030303030303064666666303064643030303036303037373737373730303030303030383030383838383838303030303030303830383838383838383030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030306430303030333030303030303030303030303030303030363637373730303030303030303030373636333766373030303030333030303737643037373730303030303030303030376230303062303036303030303737303037643062303030303030303337373737376230303030303062303033336462646264303030303062303030366230306462303030643030383330303037643030303030303030303036333637376262303030303830303030306462646264303030363030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030306430303030643030303030303030303064303737306430306664303030303030303338383830306633336430303030303366336633373064333362306230303038383738373830306262303030303062626238383837303030303030303030303030373737303030306262303730303030383838383030306462626230303030303838373330306464306238303030303033363838383030303038383030303030383838373330303038373830303037303033363838373837383738303030303030303838363836383836303030303062303030363836383833303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030666262303030303030303030303030666262306666663030303062306230306262306664643030303030303837383362306664643030303030623837373333336664643030303030383764373836333737373836303030303337373736383837373737383630303037373730373737373737373762303030303030333736373838363737363030303030333337363036363637373630303030303330373630303033363736303030303030333062303030333036303030303030303030306230303330626230303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030663030303030303030303030303066306666303030663030303030303030666662623030626630663030303030306262626230306266666230303030303062626262303062626262303030303030626237373030626262623066306630303737373030303762626230303838383836303330303030373737303838383836363633303030303033303030363636363833303030303030303336363038303830383333303030303030303330363036303630333030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030373737303030303030303030303030373766376630303030303030303030363737373737303030303030303030303636623737363030303030303030303036646464643630303030303030303030336262626233306230303030303030303364646433303030623030303030303033626233303030306230303030303033626464333030303838303030303037376462623633333636303030303036373764643636373333303030303030383636363633333838303030303030303037383738373837303030303030303030303030303030303030303030303030303030303030303030303030303030303030303037373737303030303030303030303037323232333730303030303030306230336632663233303062623030306237303732323233373037376262303037333630373737373036323737373030363636363030303030363633373730303236363033333333303336363636303032333330383833383830333332323030373736303636333636333036363730303730303033363336333330303030303030303030333333333333303030303030646464303036363636303064646430306464643030303030303030646464303064646430373736303637306464643030303030303030303030303030303030303030303030303030303030303030303030303030303064646430303030303030303066303064303030643030303030303030663064306262623064303030303030646630306262626262306430303030643030643062303030626230303030306230306230376630666262303030303030626430303730303062623030303030303066303030373737623030303030303030303030303636366230303030303030626230303062623837306262303030306262303030383838383062623030303030303030373737373737303030303030306230373737373838373730303030303062303030303030303030303030303030623030386230386230303030303030303030303030303030303030303030303030303030303030303030303030303030623030303030623030306230303030306230373737376230303030303030643062623737376262373030303030303030303737303030373730383062303030383037306630663037303030303030303030373066306630373030303030306262303037303030373730626230303062623030363636363636306262303030303030303737373737373630303030303030303638386262383836303030303030303636363838383636363630303030303036363636363737373737373030303062626464646464646464626262303030303030303030303030303030303030303030303030303030303030303030303030303030303062303030303030303030303064643030303030666430303030303036363764303030666464623030303036376637306430646430303062303064363737373030306464306430303030303033333333303030626430663030303030303333363638363062306430303030303033363736623636623030303030303030383836623637363730303030303030303036373638363836363030303030623030303038363737626262303030373062303030303033303030303030303037303030303030363030303037303030303030303064646464303030303030303030303030303030303030303030303030303030303030303030303030303030303064303030303064303030663030303064303030303030306430666630303030646430383862306464306666303030303064643738386464303064643030303030363737373737363030363030303030303733663266333730306230303030303037316631663137303062303030303033323637373736323330303030303032333332363636323333306464303030333030333333333333303064643030303030303638626238363030303030306464303033303030333030306230303064643030303330333330303062303030303030383636303036363030363030303030303030303030303030303030303030303030303030303030303030303030303030623030626230306230303030306262306262303038303862306262303062303030623730383730303030623030306237373837383737303837623030303030303830373030303830303030303030306238303066306630303030303030303030303038303030383030303030303030303030303838383030303030303030303030303838623030306464303030303064643038386464303064643030303030646430303838626230303030303038303030303030383864643030303030383830303030383838626230303030303038383862646264626464303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303838303030383830303030303030303033363330333633303030303030666630333037373730336666303030663862663030663766306662386630306230386266303737376662383062303064303830623633373362303830643030303030303636363336363030303030303030303362383636366233303030303030303333363833333336333330303030303032333636323236333332303030303030303230623030623032303030303030303032303830303830323030303030303030303030303030303030303030303030303030303030303030303030303030303030646666666664303030303030363030643838383838386430303630306262303838303030303838306262303036363038306630306630383036363030626230383066303066303830626230303636303838303030303838303636303030303030383838383838303030303030363030303737373737373030303630306262303030373636373030306262303062623030303636363630303062623030303030303038383838303030303030303830303038383838383830303038303036303030363838383836303030363030383030363636363636363630303830303030303030303030303030303030303030303030303030303030303030303030306464626238646430303030303030306432323232383830303030303030303032663266326264643030303030303030326232623238303030303030303030303032323232626237626464643030303030386238623836376262646264303030303338333833363637623762376230303030333333363637363736363737303030303636366237373762376237363030303333333662623762376237623630303330303062363762373662366230303033303033623033623333623062303030363030366230366233306430643030303630303662303662333064306430303030303030303030303030303030303030303030303030303030303030303030303030643030303737373336373030303030643664306464376637303030303030303064303030306437373330306630303330303030646437373730306664303030303030303030373838666664663030663030666666663636363664666430306466666464646464383838666430303030646466666666666436363630303030303066646464643030383837303030303030303030303030303636363030303030303030643030303838383030303030303830303030303636363030303630303030363830373637373030303030303033303030303030303030306430303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303037303030303030306262643030303030366230303030306238383864303030623730303030303837383736376230303036623030303737373737363636363062373030303036373737363664643630303662303030363637363662626262306236303030303636363636626662663030366230303036333633363338383330303330303030303333333333333333303030303030626230363662623630303062623030306262303033333330303030626230303030303033303030333030303030303030303036363030303636303030333030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030623030306264646262303030303030623030303730373737306230383830303730306430306264643037383830303033303030306262626237373838303030303362383862623738336437643030303062383737643738383337373730303030373737646437373733333862303030363637373737373737363333303030303636363730303333303636303030303030363633303333303037363030303030303636323032303037373030303030303030363030303030623030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303862626430303030303030303030303838386264623066303030663030303038383030306230643066306430303030383066306630306430643064303030303030303030303062626262623030303030626262626230303038303030303030363362623862303030383030303030303633386238333630303030303030303838383338333838383064643030303036363636333636363630646430303030303062646664623030303030303030303030383630363830303038303030303030303636303636303030383030303030303030303030303030303030303030303030303030303030303030303030303030303030386438643030306630303030303030623864386462303066663030303030386230303030303030666630303030623830383838383030306666303030306230383830303038303064643030303038303838663066383030646430303030303037383030303730306262303030303030303737303737303062623030303038383030303030303030303030303062623862623838386230646430303030303030623838623838306464303030306464303062626262303030303030303064643037373737373730306230303030303030383838303838303062303030303030303030303030303030303030303030303030303030303030303030303030303030303030373730303030303030303030303030373737373030303030303030303030306633663630303030303030303030303066336636303730303030303030303037303636303030303030303030303030303030303064303730303030303038373064306230303737383030303036363730303030363730363630303030373636306236363733303637373030306238303033646433333030386230303037373030363333363330303037303030303030303636333636303030303030306464303736363636363030646430303064643064626230626264306464303030303030303030303030303030303030303030303030303030303030303030303030646430303636363030303030303030666464303266326632303030303030306666303032663266323030303030303066663030363232323630303030303030646630303036363630303838383030306464303037303030373064646430303030303030306264623030646664303030646430303730373037306666663030306464303030626462303064666430303030303030303037303030646464303030303830303062306230303638363030303064303037303030373030363030303030303030623030306230303030303030303030303730303030373030303030303030303030303030303030303030303030303030303030303030303030303030303730373030306437373030303030303337333730303664643737303030303733303030303737373333333330303030306238333330363632663266323030303838383333303636363737373730303636363636333330363630303062303030303033363633333030376230303030626230303036363333333030303030306238623030363638383830626230303066386630303836333336306638623030303030303838383833363030386630303030306262383636386262303030303030303062626230303662646430303030303066646430303062646466303030303030303030303030303030303030303030303030303030303030303030303030306462303030303030303030303030306262626230303030383838383830303062306236383030383864646464643030303036383830383864626262626230303030383837383864626464646430303030623837646464626462626230303030303737373664626462646430303030303062363637373662643030306230303030303737626238383736303030623030303062363636383838373630303830303030363730626238383837333630303030303333303036363838373030303030303036363030303336363730303030303037373030303737373730303030303030303030303030303030303030303030303030303030303030303030303030303030303064646464643030306230303030303064303030646462303330373030306230306630663062626230333030303730333066306630623862303030303030333038303030383838623830623030303030303838383038303036303030303030303036363630303630303030303033303038383636363030306630663030303064646238363630303064306430303036363638383630303030626262303030646462623836363036363062303030303636363838383636363862303030303030646462623838383862303030303030303036363838646238303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030306264646430303030303030303030303030383838646430303030303030303066666666663838623030373762663030626262626266663830336637303030303064646464646466383337376264303030306262626262663830363636303030303030306464646638303338303030303030303030626266383633333030303030303636373637663636363630303030303833373836373337363830303030303638303730373030303062303030303033303030623062303030306230303030303736303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030626230303030303030303330303030386262623030303030303030363030383838626262303030303030303036303638303030383830303030303030303036306630663038303030303030303036363030303030363030303030303030363336303030363030303030303030303833333636363030303030303030303038383333333036303030303030303030363838363836303630306230303030363636383838383030333064303030303636363638383830306666643030333030363838383830306666663030303033363636363030646666663030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030646464643030306464646464303030643038306430303064303830306430306430303064363636363030383030303030303030336262333333303030303030303030306264646236363030303030303030303062666662333333303030303030303033336262333338333330303030303038333030383838383338303030303038333830303636363630333330303030383830303838303038303838303030646464303062623030623038646430306430643030623030306230643064303030303030383830303038383030303030303030303030303030303030303030

Deployed Bytecode

0x608060405260043610610291575f3560e01c806370a0823111610159578063b9c9d93a116100c0578063d2a3f9ab11610079578063d2a3f9ab14610a2c578063e6dbfc1114610a68578063e985e9c514610aa4578063f2fde38b14610ae0578063f87f44b914610b08578063fd11475314610b3057610291565b8063b9c9d93a1461090e578063bc24f8df14610938578063bdeea6d114610962578063be985ac91461098a578063beb0a416146109c6578063c87b56dd146109f057610291565b806390c3f38f1161011257806390c3f38f146107f457806394af83881461081c57806395d89b4114610858578063a22cb46514610882578063a85cd889146108aa578063b88d4fde146108e657610291565b806370a08231146106fc578063715018a6146107385780637284e4161461074e5780637d23c6a4146107785780637d55094d146107b45780638da5cb5b146107ca57610291565b80632a55205a116101fd57806347189634116101b657806347189634146105e05780635852cc0c1461060a5780635c08bc821461064657806361c2a0f31461066e5780636352211e146106965780636e5ed9e1146106d257610291565b80632a55205a146104e35780632abfe9321461052057806335fbb0f31461054a5780633ccfd60b1461058657806340d097c31461059c57806342842e0e146105b857610291565b806313966db51161024f57806313966db5146103d757806318160ddd146104015780631c93b03a1461042b57806323b872dd1461045557806325fd90f31461047d5780632802e893146104a757610291565b8062ad800c1461029557806301ffc9a7146102d157806306fdde031461030d578063081812fc14610337578063095ea7b314610373578063126d94e01461039b575b5f80fd5b3480156102a0575f80fd5b506102bb60048036038101906102b691906136b6565b610b58565b6040516102c89190613751565b60405180910390f35b3480156102dc575f80fd5b506102f760048036038101906102f291906137c6565b610bfe565b604051610304919061380b565b60405180910390f35b348015610318575f80fd5b50610321610c0f565b60405161032e9190613751565b60405180910390f35b348015610342575f80fd5b5061035d600480360381019061035891906136b6565b610c9f565b60405161036a9190613863565b60405180910390f35b34801561037e575f80fd5b50610399600480360381019061039491906138a6565b610cba565b005b3480156103a6575f80fd5b506103c160048036038101906103bc91906136b6565b610cd0565b6040516103ce91906138f3565b60405180910390f35b3480156103e2575f80fd5b506103eb610ce5565b6040516103f891906138f3565b60405180910390f35b34801561040c575f80fd5b50610415610ceb565b60405161042291906138f3565b60405180910390f35b348015610436575f80fd5b5061043f610cf4565b60405161044c9190613751565b60405180910390f35b348015610460575f80fd5b5061047b6004803603810190610476919061390c565b610d80565b005b348015610488575f80fd5b50610491610e7f565b60405161049e919061380b565b60405180910390f35b3480156104b2575f80fd5b506104cd60048036038101906104c891906136b6565b610e91565b6040516104da91906138f3565b60405180910390f35b3480156104ee575f80fd5b506105096004803603810190610504919061395c565b610ec3565b60405161051792919061399a565b60405180910390f35b34801561052b575f80fd5b5061053461109e565b6040516105419190613751565b60405180910390f35b348015610555575f80fd5b50610570600480360381019061056b91906136b6565b61112a565b60405161057d91906138f3565b60405180910390f35b348015610591575f80fd5b5061059a611152565b005b6105b660048036038101906105b191906139c1565b6111a7565b005b3480156105c3575f80fd5b506105de60048036038101906105d9919061390c565b6112e5565b005b3480156105eb575f80fd5b506105f4611304565b6040516106019190613751565b60405180910390f35b348015610615575f80fd5b50610630600480360381019061062b91906136b6565b6113a2565b60405161063d9190613751565b60405180910390f35b348015610651575f80fd5b5061066c60048036038101906106679190613a2d565b611448565b005b348015610679575f80fd5b50610694600480360381019061068f9190613ba9565b6115d3565b005b3480156106a1575f80fd5b506106bc60048036038101906106b791906136b6565b611610565b6040516106c99190613863565b60405180910390f35b3480156106dd575f80fd5b506106e6611621565b6040516106f39190613863565b60405180910390f35b348015610707575f80fd5b50610722600480360381019061071d91906139c1565b611646565b60405161072f91906138f3565b60405180910390f35b348015610743575f80fd5b5061074c6116fc565b005b348015610759575f80fd5b5061076261170f565b60405161076f9190613751565b60405180910390f35b348015610783575f80fd5b5061079e600480360381019061079991906136b6565b61179b565b6040516107ab91906138f3565b60405180910390f35b3480156107bf575f80fd5b506107c8611886565b005b3480156107d5575f80fd5b506107de6118b8565b6040516107eb9190613863565b60405180910390f35b3480156107ff575f80fd5b5061081a60048036038101906108159190613c4d565b6118e0565b005b348015610827575f80fd5b50610842600480360381019061083d91906136b6565b6118fb565b60405161084f91906138f3565b60405180910390f35b348015610863575f80fd5b5061086c611910565b6040516108799190613751565b60405180910390f35b34801561088d575f80fd5b506108a860048036038101906108a39190613cbe565b6119a0565b005b3480156108b5575f80fd5b506108d060048036038101906108cb91906136b6565b6119b6565b6040516108dd9190613751565b60405180910390f35b3480156108f1575f80fd5b5061090c60048036038101906109079190613d9a565b611a5c565b005b348015610919575f80fd5b50610922611a79565b60405161092f9190613e29565b60405180910390f35b348015610943575f80fd5b5061094c611a97565b6040516109599190613751565b60405180910390f35b34801561096d575f80fd5b5061098860048036038101906109839190613e42565b611b23565b005b348015610995575f80fd5b506109b060048036038101906109ab91906136b6565b611b59565b6040516109bd9190613751565b60405180910390f35b3480156109d1575f80fd5b506109da611d40565b6040516109e79190613751565b60405180910390f35b3480156109fb575f80fd5b50610a166004803603810190610a1191906136b6565b611dcc565b604051610a239190613751565b60405180910390f35b348015610a37575f80fd5b50610a526004803603810190610a4d91906139c1565b611f83565b604051610a5f9190613f53565b60405180910390f35b348015610a73575f80fd5b50610a8e6004803603810190610a8991906136b6565b61207e565b604051610a9b91906138f3565b60405180910390f35b348015610aaf575f80fd5b50610aca6004803603810190610ac59190613f73565b612118565b604051610ad7919061380b565b60405180910390f35b348015610aeb575f80fd5b50610b066004803603810190610b0191906139c1565b6121a6565b005b348015610b13575f80fd5b50610b2e6004803603810190610b299190613c4d565b61222a565b005b348015610b3b575f80fd5b50610b566004803603810190610b519190613c4d565b612245565b005b60168181548110610b67575f80fd5b905f5260205f20015f915090508054610b7f90613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054610bab90613fde565b8015610bf65780601f10610bcd57610100808354040283529160200191610bf6565b820191905f5260205f20905b815481529060010190602001808311610bd957829003601f168201915b505050505081565b5f610c0882612282565b9050919050565b606060028054610c1e90613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054610c4a90613fde565b8015610c955780601f10610c6c57610100808354040283529160200191610c95565b820191905f5260205f20905b815481529060010190602001808311610c7857829003601f168201915b5050505050905090565b5f610ca982612363565b50610cb3826123e9565b9050919050565b610ccc8282610cc7612422565b612429565b5050565b600d602052805f5260405f205f915090505481565b600b5481565b5f600954905090565b60108054610d0190613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054610d2d90613fde565b8015610d785780601f10610d4f57610100808354040283529160200191610d78565b820191905f5260205f20905b815481529060010190602001808311610d5b57829003601f168201915b505050505081565b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610df0575f6040517f64a0ae92000000000000000000000000000000000000000000000000000000008152600401610de79190613863565b60405180910390fd5b5f610e038383610dfe612422565b61243b565b90508373ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610e79578382826040517f64283d7b000000000000000000000000000000000000000000000000000000008152600401610e709392919061400e565b60405180910390fd5b50505050565b600a5f9054906101000a900460ff1681565b5f80610e9c8361112a565b9050804210610eae575f915050610ebe565b4281610eba9190614070565b9150505b919050565b5f805f60015f8681526020019081526020015f206040518060400160405290815f82015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020015f820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff168152505090505f73ffffffffffffffffffffffffffffffffffffffff16815f015173ffffffffffffffffffffffffffffffffffffffff160361104b575f6040518060400160405290815f82015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020015f820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff168152505090505b5f61105461246b565b6bffffffffffffffffffffffff1682602001516bffffffffffffffffffffffff168661108091906140a3565b61108a9190614111565b9050815f0151819350935050509250929050565b601180546110ab90613fde565b80601f01602080910402602001604051908101604052809291908181526020018280546110d790613fde565b80156111225780601f106110f957610100808354040283529160200191611122565b820191905f5260205f20905b81548152906001019060200180831161110557829003601f168201915b505050505081565b5f62093a80600d5f8481526020019081526020015f205461114b9190614141565b9050919050565b61115a612474565b6111626118b8565b73ffffffffffffffffffffffffffffffffffffffff166108fc4790811502906040515f60405180830381858888f193505050501580156111a4573d5f803e3d5ffd5b50565b6040600954106111ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111e3906141be565b60405180910390fd5b600a5f9054906101000a900460ff161561124957600b543414611244576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161123b90614226565b60405180910390fd5b6112bf565b6112516118b8565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146112be576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112b59061428e565b60405180910390fd5b5b6112cb816009546124fb565b60095f8154809291906112dd906142ac565b919050555050565b6112ff83838360405180602001604052805f815250611a5c565b505050565b60605f6040518060400160405280601b81526020017f5c6e5c6e4f6666696369616c204465706c6f796d656e74733a5c6e000000000081525090505f5b60148054905081101561139a578160148281548110611363576113626142f3565b5b905f5260205f200160405160200161137c929190614436565b60405160208183030381529060405291508080600101915050611341565b508091505090565b601481815481106113b1575f80fd5b905f5260205f20015f9150905080546113c990613fde565b80601f01602080910402602001604051908101604052809291908181526020018280546113f590613fde565b80156114405780601f1061141757610100808354040283529160200191611440565b820191905f5260205f20905b81548152906001019060200180831161142357829003601f168201915b505050505081565b611450612474565b82600b819055506103e8826bffffffffffffffffffffffff1611156114aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114a1906144d4565b60405180910390fd5b81600a60016101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055505f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611549576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161154090614562565b60405180910390fd5b80600c5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506115ce600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600a60019054906101000a90046bffffffffffffffffffffffff16612518565b505050565b6115db612474565b82601090816115ea919061470b565b5081601190816115fa919061470b565b50806012908161160a919061470b565b50505050565b5f61161a82612363565b9050919050565b600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5f8073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036116b7575f6040517f89c62b640000000000000000000000000000000000000000000000000000000081526004016116ae9190613863565b60405180910390fd5b60055f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b611704612474565b61170d5f6126b2565b565b600f805461171c90613fde565b80601f016020809104026020016040519081016040528092919081815260200182805461174890613fde565b80156117935780601f1061176a57610100808354040283529160200191611793565b820191905f5260205f20905b81548152906001019060200180831161177657829003601f168201915b505050505081565b5f600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461182b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118229061484a565b60405180910390fd5b5f6118358361207e565b90505f81111561187d5780600e5f8581526020019081526020015f205f82825461185f9190614141565b9250508190555042600d5f8581526020019081526020015f20819055505b80915050919050565b61188e612474565b600a5f9054906101000a900460ff1615600a5f6101000a81548160ff021916908315150217905550565b5f60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6118e8612474565b80600f90816118f7919061470b565b5050565b600e602052805f5260405f205f915090505481565b60606003805461191f90613fde565b80601f016020809104026020016040519081016040528092919081815260200182805461194b90613fde565b80156119965780601f1061196d57610100808354040283529160200191611996565b820191905f5260205f20905b81548152906001019060200180831161197957829003601f168201915b5050505050905090565b6119b26119ab612422565b8383612775565b5050565b601581815481106119c5575f80fd5b905f5260205f20015f9150905080546119dd90613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054611a0990613fde565b8015611a545780601f10611a2b57610100808354040283529160200191611a54565b820191905f5260205f20905b815481529060010190602001808311611a3757829003601f168201915b505050505081565b611a67848484610d80565b611a73848484846128de565b50505050565b600a60019054906101000a90046bffffffffffffffffffffffff1681565b60128054611aa490613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054611ad090613fde565b8015611b1b5780601f10611af257610100808354040283529160200191611b1b565b820191905f5260205f20905b815481529060010190602001808311611afe57829003601f168201915b505050505081565b611b2b612474565b8060148381548110611b4057611b3f6142f3565b5b905f5260205f20019081611b54919061470b565b505050565b60605f611b6583612a90565b60168481548110611b7957611b786142f3565b5b905f5260205f20016010601360116012604051602001611b9e96959493929190614cc6565b60405160208183030381529060405290505f5b610100811015611d14575f601082611bc99190614d96565b90505f601083611bd99190614111565b90505f611c8860158881548110611bf357611bf26142f3565b5b905f5260205f20018054611c0690613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054611c3290613fde565b8015611c7d5780601f10611c5457610100808354040283529160200191611c7d565b820191905f5260205f20905b815481529060010190602001808311611c6057829003601f168201915b505050505085612b5a565b90505f818283604051602001611ca093929190614e10565b604051602081830303815290604052905085611cc7606486611cc291906140a3565b612a90565b611cdc606486611cd791906140a3565b612a90565b8384604051602001611cf2959493929190614fe3565b6040516020818303038152906040529550505050508080600101915050611bb1565b5080604051602001611d2691906150ae565b604051602081830303815290604052905080915050919050565b60138054611d4d90613fde565b80601f0160208091040260200160405190810160405280929190818152602001828054611d7990613fde565b8015611dc45780601f10611d9b57610100808354040283529160200191611dc4565b820191905f5260205f20905b815481529060010190602001808311611da757829003601f168201915b505050505081565b60606009548210611e12576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e099061513f565b60405180910390fd5b5f611e24611e1f84611b59565b612c1b565b604051602001611e3491906151a7565b60405160208183030381529060405290505f611e4f84610e91565b905060605f8203611e9157611e6b611e668661207e565b612a90565b604051602001611e7b9190615212565b6040516020818303038152906040529050611ebc565b611e9a82612a90565b604051602001611eaa91906152c7565b60405160208183030381529060405290505b600f611ec6611304565b82604051602001611ed9939291906152f3565b60405160208183030381529060405290505f60168681548110611eff57611efe6142f3565b5b905f5260205f20016010836013876010611f29600e5f8e81526020019081526020015f2054612a90565b604051602001611f3f9796959493929190615575565b6040516020818303038152906040529050611f5981612c1b565b604051602001611f69919061567b565b604051602081830303815290604052945050505050919050565b60605f611f8f83611646565b90505f8167ffffffffffffffff811115611fac57611fab613a85565b5b604051908082528060200260200182016040528015611fda5781602001602082028036833780820191505090505b5090505f805b60095481108015611ff057508382105b15612072578573ffffffffffffffffffffffffffffffffffffffff1661201582611610565b73ffffffffffffffffffffffffffffffffffffffff160361205f5780838381518110612044576120436142f3565b5b602002602001018181525050818061205b906142ac565b9250505b808061206a906142ac565b915050611fe0565b50819350505050919050565b5f60095482106120c3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120ba906156e6565b60405180910390fd5b5f6120cd83610e91565b0361210f576064610e10600d5f8581526020019081526020015f2054426120f49190614070565b6120fe9190614111565b61210891906140a3565b9050612113565b5f90505b919050565b5f60075f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16905092915050565b6121ae612474565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361221e575f6040517f1e4fbdf70000000000000000000000000000000000000000000000000000000081526004016122159190613863565b60405180910390fd5b612227816126b2565b50565b612232612474565b8060139081612241919061470b565b5050565b61224d612474565b601481908060018154018082558091505060019003905f5260205f20015f90919091909150908161227e919061470b565b5050565b5f7f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061234c57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061235c575061235b82612dab565b5b9050919050565b5f8061236e83612e24565b90505f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036123e057826040517f7e2732890000000000000000000000000000000000000000000000000000000081526004016123d791906138f3565b60405180910390fd5b80915050919050565b5f60065f8381526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b5f33905090565b6124368383836001612e5d565b505050565b5f8061244885858561301c565b905042600d5f8681526020019081526020015f2081905550809150509392505050565b5f612710905090565b61247c612422565b73ffffffffffffffffffffffffffffffffffffffff1661249a6118b8565b73ffffffffffffffffffffffffffffffffffffffff16146124f9576124bd612422565b6040517f118cdaa70000000000000000000000000000000000000000000000000000000081526004016124f09190613863565b60405180910390fd5b565b612514828260405180602001604052805f815250613227565b5050565b5f61252161246b565b6bffffffffffffffffffffffff16905080826bffffffffffffffffffffffff1611156125865781816040517f6f483d0900000000000000000000000000000000000000000000000000000000815260040161257d929190615734565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036125f6575f6040517fb6d9900a0000000000000000000000000000000000000000000000000000000081526004016125ed9190613863565b60405180910390fd5b60405180604001604052808473ffffffffffffffffffffffffffffffffffffffff168152602001836bffffffffffffffffffffffff168152505f80820151815f015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506020820151815f0160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550905050505050565b5f60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160085f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036127e557816040517f5b08ba180000000000000000000000000000000000000000000000000000000081526004016127dc9190613863565b60405180910390fd5b8060075f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516128d1919061380b565b60405180910390a3505050565b5f8373ffffffffffffffffffffffffffffffffffffffff163b1115612a8a578273ffffffffffffffffffffffffffffffffffffffff1663150b7a02612921612422565b8685856040518563ffffffff1660e01b815260040161294394939291906157ad565b6020604051808303815f875af192505050801561297e57506040513d601f19601f8201168201806040525081019061297b919061580b565b60015b6129ff573d805f81146129ac576040519150601f19603f3d011682016040523d82523d5f602084013e6129b1565b606091505b505f8151036129f757836040517f64a0ae920000000000000000000000000000000000000000000000000000000081526004016129ee9190613863565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614612a8857836040517f64a0ae92000000000000000000000000000000000000000000000000000000008152600401612a7f9190613863565b60405180910390fd5b505b50505050565b60605f6001612a9e84613242565b0190505f8167ffffffffffffffff811115612abc57612abb613a85565b5b6040519080825280601f01601f191660200182016040528015612aee5781602001600182028036833780820191505090505b5090505f82602001820190505b600115612b4f578080600190039150507f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a8581612b4457612b436140e4565b5b0494505f8503612afb575b819350505050919050565b60605f8390505f600167ffffffffffffffff811115612b7c57612b7b613a85565b5b6040519080825280601f01601f191660200182016040528015612bae5781602001600182028036833780820191505090505b509050818481518110612bc457612bc36142f3565b5b602001015160f81c60f81b815f81518110612be257612be16142f3565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191690815f1a905350809250505092915050565b60605f825190505f8103612c405760405180602001604052805f815250915050612da6565b5f6003600283612c509190614141565b612c5a9190614111565b6004612c6691906140a3565b90505f602082612c769190614141565b67ffffffffffffffff811115612c8f57612c8e613a85565b5b6040519080825280601f01601f191660200182016040528015612cc15781602001600182028036833780820191505090505b5090505f60405180606001604052806040815260200161583760409139905060018101602083015f5b86811015612d635760038101905062ffffff818a015116603f8160121c168401518060081b905060ff603f83600c1c1686015116810190508060081b905060ff603f8360061c1686015116810190508060081b905060ff603f831686015116810190508060e01b90508084526004840193505050612cea565b506003860660018114612d7d5760028114612d8d57612d98565b613d3d60f01b6002830352612d98565b603d60f81b60018303525b508484525050819450505050505b919050565b5f7f2a55205a000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480612e1d5750612e1c82613393565b5b9050919050565b5f60045f8381526020019081526020015f205f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b8080612e9557505f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b15612fc7575f612ea484612363565b90505f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614158015612f0e57508273ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614155b8015612f215750612f1f8184612118565b155b15612f6357826040517fa9fbf51f000000000000000000000000000000000000000000000000000000008152600401612f5a9190613863565b60405180910390fd5b8115612fc557838573ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45b505b8360065f8581526020019081526020015f205f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050505050565b5f8061302784612e24565b90505f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614613068576130678184866133fc565b5b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16146130f3576130a75f855f80612e5d565b600160055f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825403925050819055505b5f73ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff161461317257600160055f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055505b8460045f8681526020019081526020015f205f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550838573ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4809150509392505050565b61323183836134bf565b61323d5f8484846128de565b505050565b5f805f90507a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000831061329e577a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008381613294576132936140e4565b5b0492506040810190505b6d04ee2d6d415b85acef810000000083106132db576d04ee2d6d415b85acef810000000083816132d1576132d06140e4565b5b0492506020810190505b662386f26fc10000831061330a57662386f26fc100008381613300576132ff6140e4565b5b0492506010810190505b6305f5e1008310613333576305f5e1008381613329576133286140e4565b5b0492506008810190505b612710831061335857612710838161334e5761334d6140e4565b5b0492506004810190505b6064831061337b5760648381613371576133706140e4565b5b0492506002810190505b600a831061338a576001810190505b80915050919050565b5f7f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b6134078383836135b2565b6134ba575f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361347b57806040517f7e27328900000000000000000000000000000000000000000000000000000000815260040161347291906138f3565b60405180910390fd5b81816040517f177e802f0000000000000000000000000000000000000000000000000000000081526004016134b192919061399a565b60405180910390fd5b505050565b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361352f575f6040517f64a0ae920000000000000000000000000000000000000000000000000000000081526004016135269190613863565b60405180910390fd5b5f61353b83835f61243b565b90505f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16146135ad575f6040517f73c6ac6e0000000000000000000000000000000000000000000000000000000081526004016135a49190613863565b60405180910390fd5b505050565b5f8073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801561366957508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061362a57506136298484612118565b5b8061366857508273ffffffffffffffffffffffffffffffffffffffff16613650836123e9565b73ffffffffffffffffffffffffffffffffffffffff16145b5b90509392505050565b5f604051905090565b5f80fd5b5f80fd5b5f819050919050565b61369581613683565b811461369f575f80fd5b50565b5f813590506136b08161368c565b92915050565b5f602082840312156136cb576136ca61367b565b5b5f6136d8848285016136a2565b91505092915050565b5f81519050919050565b5f82825260208201905092915050565b8281835e5f83830152505050565b5f601f19601f8301169050919050565b5f613723826136e1565b61372d81856136eb565b935061373d8185602086016136fb565b61374681613709565b840191505092915050565b5f6020820190508181035f8301526137698184613719565b905092915050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6137a581613771565b81146137af575f80fd5b50565b5f813590506137c08161379c565b92915050565b5f602082840312156137db576137da61367b565b5b5f6137e8848285016137b2565b91505092915050565b5f8115159050919050565b613805816137f1565b82525050565b5f60208201905061381e5f8301846137fc565b92915050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61384d82613824565b9050919050565b61385d81613843565b82525050565b5f6020820190506138765f830184613854565b92915050565b61388581613843565b811461388f575f80fd5b50565b5f813590506138a08161387c565b92915050565b5f80604083850312156138bc576138bb61367b565b5b5f6138c985828601613892565b92505060206138da858286016136a2565b9150509250929050565b6138ed81613683565b82525050565b5f6020820190506139065f8301846138e4565b92915050565b5f805f606084860312156139235761392261367b565b5b5f61393086828701613892565b935050602061394186828701613892565b9250506040613952868287016136a2565b9150509250925092565b5f80604083850312156139725761397161367b565b5b5f61397f858286016136a2565b9250506020613990858286016136a2565b9150509250929050565b5f6040820190506139ad5f830185613854565b6139ba60208301846138e4565b9392505050565b5f602082840312156139d6576139d561367b565b5b5f6139e384828501613892565b91505092915050565b5f6bffffffffffffffffffffffff82169050919050565b613a0c816139ec565b8114613a16575f80fd5b50565b5f81359050613a2781613a03565b92915050565b5f805f60608486031215613a4457613a4361367b565b5b5f613a51868287016136a2565b9350506020613a6286828701613a19565b9250506040613a7386828701613892565b9150509250925092565b5f80fd5b5f80fd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b613abb82613709565b810181811067ffffffffffffffff82111715613ada57613ad9613a85565b5b80604052505050565b5f613aec613672565b9050613af88282613ab2565b919050565b5f67ffffffffffffffff821115613b1757613b16613a85565b5b613b2082613709565b9050602081019050919050565b828183375f83830152505050565b5f613b4d613b4884613afd565b613ae3565b905082815260208101848484011115613b6957613b68613a81565b5b613b74848285613b2d565b509392505050565b5f82601f830112613b9057613b8f613a7d565b5b8135613ba0848260208601613b3b565b91505092915050565b5f805f60608486031215613bc057613bbf61367b565b5b5f84013567ffffffffffffffff811115613bdd57613bdc61367f565b5b613be986828701613b7c565b935050602084013567ffffffffffffffff811115613c0a57613c0961367f565b5b613c1686828701613b7c565b925050604084013567ffffffffffffffff811115613c3757613c3661367f565b5b613c4386828701613b7c565b9150509250925092565b5f60208284031215613c6257613c6161367b565b5b5f82013567ffffffffffffffff811115613c7f57613c7e61367f565b5b613c8b84828501613b7c565b91505092915050565b613c9d816137f1565b8114613ca7575f80fd5b50565b5f81359050613cb881613c94565b92915050565b5f8060408385031215613cd457613cd361367b565b5b5f613ce185828601613892565b9250506020613cf285828601613caa565b9150509250929050565b5f67ffffffffffffffff821115613d1657613d15613a85565b5b613d1f82613709565b9050602081019050919050565b5f613d3e613d3984613cfc565b613ae3565b905082815260208101848484011115613d5a57613d59613a81565b5b613d65848285613b2d565b509392505050565b5f82601f830112613d8157613d80613a7d565b5b8135613d91848260208601613d2c565b91505092915050565b5f805f8060808587031215613db257613db161367b565b5b5f613dbf87828801613892565b9450506020613dd087828801613892565b9350506040613de1878288016136a2565b925050606085013567ffffffffffffffff811115613e0257613e0161367f565b5b613e0e87828801613d6d565b91505092959194509250565b613e23816139ec565b82525050565b5f602082019050613e3c5f830184613e1a565b92915050565b5f8060408385031215613e5857613e5761367b565b5b5f613e65858286016136a2565b925050602083013567ffffffffffffffff811115613e8657613e8561367f565b5b613e9285828601613b7c565b9150509250929050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b613ece81613683565b82525050565b5f613edf8383613ec5565b60208301905092915050565b5f602082019050919050565b5f613f0182613e9c565b613f0b8185613ea6565b9350613f1683613eb6565b805f5b83811015613f46578151613f2d8882613ed4565b9750613f3883613eeb565b925050600181019050613f19565b5085935050505092915050565b5f6020820190508181035f830152613f6b8184613ef7565b905092915050565b5f8060408385031215613f8957613f8861367b565b5b5f613f9685828601613892565b9250506020613fa785828601613892565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f6002820490506001821680613ff557607f821691505b60208210810361400857614007613fb1565b5b50919050565b5f6060820190506140215f830186613854565b61402e60208301856138e4565b61403b6040830184613854565b949350505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61407a82613683565b915061408583613683565b925082820390508181111561409d5761409c614043565b5b92915050565b5f6140ad82613683565b91506140b883613683565b92508282026140c681613683565b915082820484148315176140dd576140dc614043565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f61411b82613683565b915061412683613683565b925082614136576141356140e4565b5b828204905092915050565b5f61414b82613683565b915061415683613683565b925082820190508082111561416e5761416d614043565b5b92915050565b7f416c6c20746f6b656e732068617665206265656e206d696e74656400000000005f82015250565b5f6141a8601b836136eb565b91506141b382614174565b602082019050919050565b5f6020820190508181035f8301526141d58161419c565b9050919050565b7f496e73756666696369656e742066756e647300000000000000000000000000005f82015250565b5f6142106012836136eb565b915061421b826141dc565b602082019050919050565b5f6020820190508181035f83015261423d81614204565b9050919050565b7f4d696e74696e67206973206e6f742061637469766500000000000000000000005f82015250565b5f6142786015836136eb565b915061428382614244565b602082019050919050565b5f6020820190508181035f8301526142a58161426c565b9050919050565b5f6142b682613683565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036142e8576142e7614043565b5b600182019050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f81905092915050565b5f614334826136e1565b61433e8185614320565b935061434e8185602086016136fb565b80840191505092915050565b5f819050815f5260205f209050919050565b5f815461437881613fde565b6143828186614320565b9450600182165f811461439c57600181146143b1576143e3565b60ff19831686528115158202860193506143e3565b6143ba8561435a565b5f5b838110156143db578154818901526001820191506020810190506143bc565b838801955050505b50505092915050565b7f5c6e0000000000000000000000000000000000000000000000000000000000005f82015250565b5f614420600283614320565b915061442b826143ec565b600282019050919050565b5f614441828561432a565b915061444d828461436c565b915061445882614414565b91508190509392505050565b7f526f79616c747920425053206d757374206265206c657373207468616e206f725f8201527f20657175616c20746f2031303030000000000000000000000000000000000000602082015250565b5f6144be602e836136eb565b91506144c982614464565b604082019050919050565b5f6020820190508181035f8301526144eb816144b2565b9050919050565b7f496e76616c6964206164647265737320666f72204d797468696320436c61696d5f8201527f20436f6e74726163740000000000000000000000000000000000000000000000602082015250565b5f61454c6029836136eb565b9150614557826144f2565b604082019050919050565b5f6020820190508181035f83015261457981614540565b9050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f600883026145ca7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8261458f565b6145d4868361458f565b95508019841693508086168417925050509392505050565b5f819050919050565b5f61460f61460a61460584613683565b6145ec565b613683565b9050919050565b5f819050919050565b614628836145f5565b61463c61463482614616565b84845461459b565b825550505050565b5f90565b614650614644565b61465b81848461461f565b505050565b5b8181101561467e576146735f82614648565b600181019050614661565b5050565b601f8211156146c3576146948161435a565b61469d84614580565b810160208510156146ac578190505b6146c06146b885614580565b830182614660565b50505b505050565b5f82821c905092915050565b5f6146e35f19846008026146c8565b1980831691505092915050565b5f6146fb83836146d4565b9150826002028217905092915050565b614714826136e1565b67ffffffffffffffff81111561472d5761472c613a85565b5b6147378254613fde565b614742828285614682565b5f60209050601f831160018114614773575f8415614761578287015190505b61476b85826146f0565b8655506147d2565b601f1984166147818661435a565b5f5b828110156147a857848901518255600182019150602085019450602081019050614783565b868310156147c557848901516147c1601f8916826146d4565b8355505b6001600288020188555050505b505050505050565b7f4f6e6c792074686520706f696e7420636c61696d20636f6e74726163742063615f8201527f6e2063616c6c20746869732066756e6374696f6e000000000000000000000000602082015250565b5f6148346034836136eb565b915061483f826147da565b604082019050919050565b5f6020820190508181035f83015261486181614828565b9050919050565b7f3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d2275745f8201527f662d38223f3e3c73766720786d6c6e733d22687474703a2f2f7777772e77332e60208201527f6f72672f323030302f737667222076696577426f783d2230203020313630302060408201527f31363030223e0000000000000000000000000000000000000000000000000000606082015250565b5f61490e606683614320565b915061491982614868565b606682019050919050565b7f3c646573633e4d797468696373206f6620746865204d756c7469636861696e2c5f8201527f206279204d6174746f0000000000000000000000000000000000000000000000602082015250565b5f61497e602983614320565b915061498982614924565b602982019050919050565b7f2c20546f6b656e2049443a2000000000000000000000000000000000000000005f82015250565b5f6149c8600c83614320565b91506149d382614994565b600c82019050919050565b7f2c204e616d653a200000000000000000000000000000000000000000000000005f82015250565b5f614a12600883614320565b9150614a1d826149de565b600882019050919050565b7f20280000000000000000000000000000000000000000000000000000000000005f82015250565b5f614a5c600283614320565b9150614a6782614a28565b600282019050919050565b7f292c2050726f6a65637420576562736974653a200000000000000000000000005f82015250565b5f614aa6601483614320565b9150614ab182614a72565b601482019050919050565b7f3c2f646573633e000000000000000000000000000000000000000000000000005f82015250565b5f614af0600783614320565b9150614afb82614abc565b600782019050919050565b7f3c646566733e3c66696c7465722069643d22636f6c6f7254696e742220783d225f8201527f302220793d2230222077696474683d223130302522206865696768743d22313060208201527f3025223e3c6665466c6f6f6420666c6f6f642d636f6c6f723d22000000000000604082015250565b5f614b86605a83614320565b9150614b9182614b06565b605a82019050919050565b7f2220726573756c743d22666c6f6f6446696c6c222f3e3c6665426c656e6420695f8201527f6e3d22536f75726365477261706869632220696e323d22666c6f6f6446696c6c60208201527f22206d6f64653d22000000000000000000000000000000000000000000000000604082015250565b5f614c1c604883614320565b9150614c2782614b9c565b604882019050919050565b7f222f3e3c2f66696c7465723e3c2f646566733e000000000000000000000000005f82015250565b5f614c66601383614320565b9150614c7182614c32565b601382019050919050565b7f3c672066696c7465723d2275726c2823636f6c6f7254696e7429223e000000005f82015250565b5f614cb0601c83614320565b9150614cbb82614c7c565b601c82019050919050565b5f614cd082614902565b9150614cdb82614972565b9150614ce6826149bc565b9150614cf2828961432a565b9150614cfd82614a06565b9150614d09828861436c565b9150614d1482614a50565b9150614d20828761436c565b9150614d2b82614a9a565b9150614d37828661436c565b9150614d4282614ae4565b9150614d4d82614b7a565b9150614d59828561436c565b9150614d6482614c10565b9150614d70828461436c565b9150614d7b82614c5a565b9150614d8682614ca4565b9150819050979650505050505050565b5f614da082613683565b9150614dab83613683565b925082614dbb57614dba6140e4565b5b828206905092915050565b7f23000000000000000000000000000000000000000000000000000000000000005f82015250565b5f614dfa600183614320565b9150614e0582614dc6565b600182019050919050565b5f614e1a82614dee565b9150614e26828661432a565b9150614e32828561432a565b9150614e3e828461432a565b9150819050949350505050565b7f3c7265637420783d2200000000000000000000000000000000000000000000005f82015250565b5f614e7f600983614320565b9150614e8a82614e4b565b600982019050919050565b7f2220793d220000000000000000000000000000000000000000000000000000005f82015250565b5f614ec9600583614320565b9150614ed482614e95565b600582019050919050565b7f222077696474683d2231303022206865696768743d22313030222066696c6c3d5f8201527f2200000000000000000000000000000000000000000000000000000000000000602082015250565b5f614f39602183614320565b9150614f4482614edf565b602182019050919050565b7f22207374726f6b653d22000000000000000000000000000000000000000000005f82015250565b5f614f83600a83614320565b9150614f8e82614f4f565b600a82019050919050565b7f222f3e00000000000000000000000000000000000000000000000000000000005f82015250565b5f614fcd600383614320565b9150614fd882614f99565b600382019050919050565b5f614fee828861432a565b9150614ff982614e73565b9150615005828761432a565b915061501082614ebd565b915061501c828661432a565b915061502782614f2d565b9150615033828561432a565b915061503e82614f77565b915061504a828461432a565b915061505582614fc1565b91508190509695505050505050565b7f3c2f673e3c2f7376673e000000000000000000000000000000000000000000005f82015250565b5f615098600a83614320565b91506150a382615064565b600a82019050919050565b5f6150b9828461432a565b91506150c48261508c565b915081905092915050565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f5f8201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b5f615129602f836136eb565b9150615134826150cf565b604082019050919050565b5f6020820190508181035f8301526151568161511d565b9050919050565b7f646174613a696d6167652f7376672b786d6c3b6261736536342c0000000000005f82015250565b5f615191601a83614320565b915061519c8261515d565b601a82019050919050565b5f6151b182615185565b91506151bd828461432a565b915081905092915050565b7f5c6e436c61696d61626c65204d797468696320506f696e74733a2000000000005f82015250565b5f6151fc601b83614320565b9150615207826151c8565b601b82019050919050565b5f61521c826151f0565b9150615228828461432a565b915081905092915050565b7f5c6e436f6f6c646f776e2074696d652072656d61696e696e673a2000000000005f82015250565b5f615267601b83614320565b915061527282615233565b601b82019050919050565b7f207365636f6e64730000000000000000000000000000000000000000000000005f82015250565b5f6152b1600883614320565b91506152bc8261527d565b600882019050919050565b5f6152d18261525b565b91506152dd828461432a565b91506152e8826152a5565b915081905092915050565b5f6152fe828661436c565b915061530a828561432a565b9150615316828461432a565b9150819050949350505050565b7f7b22617274697374223a20224d6174746f222c20226e616d65223a20220000005f82015250565b5f615357601d83614320565b915061536282615323565b601d82019050919050565b7f29222c20226465736372697074696f6e223a20220000000000000000000000005f82015250565b5f6153a1601483614320565b91506153ac8261536d565b601482019050919050565b7f222c202265787465726e616c5f75726c223a20220000000000000000000000005f82015250565b5f6153eb601483614320565b91506153f6826153b7565b601482019050919050565b7f222c2022696d616765223a2022000000000000000000000000000000000000005f82015250565b5f615435600d83614320565b915061544082615401565b600d82019050919050565b7f222c202261747472696275746573223a205b7b2274726169745f74797065223a5f8201527f2022436861696e222c202276616c7565223a2022000000000000000000000000602082015250565b5f6154a5603483614320565b91506154b08261544b565b603482019050919050565b7f227d2c207b2274726169745f74797065223a20224d797468696320506f696e745f8201527f7320436c61696d6564222c202276616c7565223a200000000000000000000000602082015250565b5f615515603583614320565b9150615520826154bb565b603582019050919050565b7f7d5d7d00000000000000000000000000000000000000000000000000000000005f82015250565b5f61555f600383614320565b915061556a8261552b565b600382019050919050565b5f61557f8261534b565b915061558b828a61436c565b915061559682614a50565b91506155a2828961436c565b91506155ad82615395565b91506155b9828861432a565b91506155c4826153df565b91506155d0828761436c565b91506155db82615429565b91506155e7828661432a565b91506155f282615499565b91506155fe828561436c565b915061560982615509565b9150615615828461432a565b915061562082615553565b915081905098975050505050505050565b7f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c0000005f82015250565b5f615665601d83614320565b915061567082615631565b601d82019050919050565b5f61568582615659565b9150615691828461432a565b915081905092915050565b7f546f6b656e20646f6573206e6f742065786973740000000000000000000000005f82015250565b5f6156d06014836136eb565b91506156db8261569c565b602082019050919050565b5f6020820190508181035f8301526156fd816156c4565b9050919050565b5f61571e615719615714846139ec565b6145ec565b613683565b9050919050565b61572e81615704565b82525050565b5f6040820190506157475f830185615725565b61575460208301846138e4565b9392505050565b5f81519050919050565b5f82825260208201905092915050565b5f61577f8261575b565b6157898185615765565b93506157998185602086016136fb565b6157a281613709565b840191505092915050565b5f6080820190506157c05f830187613854565b6157cd6020830186613854565b6157da60408301856138e4565b81810360608301526157ec8184615775565b905095945050505050565b5f815190506158058161379c565b92915050565b5f602082840312156158205761581f61367b565b5b5f61582d848285016157f7565b9150509291505056fe4142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2fa264697066735822122028ec512c25b22d077af6fc07a5612e65e379f90d1d6e26403fb9bb483f8eacee64736f6c63430008190033

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.