Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 11 from a total of 11 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Issue Me ID | 18152670 | 490 days ago | IN | 0 ETH | 0.00025474 | ||||
Issue Me ID | 18152636 | 490 days ago | IN | 0 ETH | 0.00022066 | ||||
Transfer From | 18148530 | 491 days ago | IN | 0 ETH | 0.00098813 | ||||
Transfer From | 18148508 | 491 days ago | IN | 0 ETH | 0.00071867 | ||||
Renounce Ownersh... | 18113328 | 496 days ago | IN | 0 ETH | 0.00056687 | ||||
Transfer | 18104400 | 497 days ago | IN | 0.02 ETH | 0.00475525 | ||||
Transfer | 18101006 | 498 days ago | IN | 0.02 ETH | 0.00499502 | ||||
Transfer | 18100512 | 498 days ago | IN | 0.02 ETH | 0.00523209 | ||||
Set Stogie | 18095055 | 499 days ago | IN | 0 ETH | 0.00042363 | ||||
Complete Initial... | 18094939 | 499 days ago | IN | 0 ETH | 0.07263046 | ||||
Complete Initial... | 18094936 | 499 days ago | IN | 0 ETH | 0.02665381 |
Loading...
Loading
Contract Name:
EmployeeIDBadges
Compiler Version
v0.8.19+commit.7dd6d404
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2023-09-08 */ // SPDX-License-Identifier: MIT // 🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬 // Author: tycoon.eth // Project: Cigarette Token // About: ERC721 for Employee ID badges // 🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬🚬 pragma solidity ^0.8.19; // compile contract with 10 optimization runs //import "hardhat/console.sol"; /* _____ _ ___ ____ | ____|_ __ ___ _ __ | | ___ _ _ ___ ___ |_ _| _ \ | _| | '_ ` _ \| '_ \| |/ _ \| | | |/ _ \/ _ \ | || | | | | |___| | | | | | |_) | | (_) | |_| | __/ __/ | || |_| | |_____|_| |_| |_| .__/|_|\___/ \__, |\___|\___| |___|____/ ____ |_| |___/ | __ ) __ _ __| | __ _ ___ ___ | _ \ / _` |/ _` |/ _` |/ _ \/ __| | |_) | (_| | (_| | (_| | __/\__ \ |____/ \__,_|\__,_|\__, |\___||___/ |___/ Employee ID badges are NFTs that are issued for those who have deposited Stogies into the Cigarette Factory. Each NFT has a unique Employee ID that you can put on to your Twitter / Discord profile. Badges are 100% onchain, and combine the following contracts to generate and render their metadata: - 0xe91eb909203c8c8cad61f86fc44edee9023bda4d "Punk Blocks". A contract for storing PNG files of individual punk traits onchain. Categorized in layers, and rendering the layers according to a configuration. - 0xc55C7913BE9E9748FF10a4A7af86A5Af25C46047 "Punk Identicons". A contract that contains a "punk picking function". it picks the traits from a pool of "Punk Blocks" based on an Ethereum address, and configurable probabilities. - 0x4872BC4a6B29E8141868C3Fe0d4aeE70E9eA6735 "Barcode in Solidity". A contract that can generate Code-128C barcodes from a number and output as SVG. The "Punk Blocks" and "Punk Identicons" contracts are used to draw a custom punk picture based on an Ethereum address. The "Barcode in Solidity" contract is used to draw a barcode at the bottom of the picture, and this is a real barcode that stores the Employee ID. The badge artwork was designed and drawn piv.eth. Additional "Factory Employee" punk attributes were drawn by Mr.1/Employee 20, a community member of the Cig Token project. In all, there are 51 new attributes, which includes 34 new types. The probabilities of the new types are fairly evenly distributed, which ensures that punks will be picked with a higher count of traits on average. Therefore, there might be be some very weird punk pictures generated, and it was impossible to check all the possible combinations before deploying this contract. TERMINOLOGY Stogies: An ERC20 token that wraps the CIG/ETH SushiSwap Liquidity Pool (SLP) token, for meme-ability and ease of use. Each Stogie represents a share of the ETH & CIG reserves stored at 0x22b15c7ee1186a7c7cffb2d942e20fc228f6e4ed. To work out how much is a Stogie worth, add the values of ETH and CIG in the pool, and divide them by the total supply of the SLP token. For example, if there are $100 worth of CIG and $100 worth of ETH in the pool, and the total supply of the SLP token is 1000, then each token would be worth (100+100)/1000 = 0.2, or 20 cents. Note that the SLP tokens do not have a capped supply and new tokens can be minted by anyone, by adding more CIG & ETH to the pool. This means that Stogies are not capped, only limited by the amount of ETH and CIG that can practically be added to the pool. Minimum Stogie Deposit: The minimum amount of Stogies required to be deposited in the Cig Factory to mint a badge. This value can be changed by the CEO of CryptoPunks, and is recorded for each badge. The recorded value is used to calculate the "Total Minimum Stogie Deposit" for an account. Total Minimum Stogie Deposit: The amount of Stogies the account is required to deposit in the Cigarette Factory, depending on the badges they own. For all badges owned by an account, a sum is calculated using the Minimum Stogie Deposit value of each badge. This sum is the Total Minimum Stogie Deposit. Primary Badge: In case the address holds multiple badges, a primary badge can be chosen. The primary badge will be the one that the holder chooses to be always associated with their account. If the address has no primary badge set, then the first badge held by the address will be chosen as the primary. RULES 1. Each account can mint a badge once. With the exceptions: (a) if their badge expired, once their expired badge gets reclaimed, then they can mint again. (b) The badge gets transferred to a fresh account and the "snapshot" function is executed from the fresh account to change the picture. 2. To mint a badge, a minimum amount of stogie deposit in the Cigarette Factory is required. 3. Badges can expire! If you have not deposited a minimum amount of Stogies into the Cigarette Factory, then anybody can call the `expire` function. So, you will need to make sure to always keep a "Total Minimum Stogie Deposit" in the Cigarette Factory, or else badges owned by your account can be expired one-by-one, until the deposit amount is satisfied. 4. Expiration can be initiated by anyone at any time, if the expiration rule (4) is met. If an expiry initiation transaction is successful, the token will be placed in the `PendingExpiry` state, and moved to the "Expired" account. Your "Total Minimum Stogie Deposit" will also decrease by the "Minimum Stogie Deposit" value of that badge. 5. Expiration grace period: After transferring a badge, it cannot be expired for 72 hours. The new owner will have 72 hours to put up a Minimum Stogie Deposit onto the account holding the badges. 6. Reactivating: Badges that are in `PendingExpiry` state for less than 90 days can still be reactivated. Their owner would need to place a minimum amount of stogies to the Cigarette Factory, and then call the reactivate method. Only the owner can reactivate. 7. Reclaiming: If the NFT has been expired in `PendingExpiry` for more than 90 days, then it can be reclaimed by a fresh account, by calling the `reclaim` function. The caller must hold a minimum amount of Stogies to reclaim. "Fresh account" here means that the address reclaiming must not have minted a badge before. Note that the picture on the badge will change, but the ID won't change. 8. The supply of the NFT is unlimited. However, since Stogies are required for minting and holding the NFT, there is an economic scarcity to the NFT. This means it cannot be minted forever, since CIG and ETH is needed to create Stogies, and both may have limited availability, if demand for any of these is high. 9. Each unique address can only mint a maximum of 1 badge. However, they can hold an unlimited number of badges, minted by other accounts, as long as they have deposited the minimum Stogies into the Cigarette Factory. 10. CEO can change the Global Minimum Value. %2.5 up or down, every 30 days. With the limit that the result of the change must be not higher than 0.01% of Stogies staked supply, and never less than 1 Stogie. The change will not affect existing badges, only new mints or reactivations. 11. The punk picture is chosen randomly based on the address that minted it. There is also a special feature: Addresses starting with 5 or more zeros get a rare type. The more 0's, the rarer the type! The list is like this: zeros = name 5 = Alien 3 6 = Alienette 3 7 = Killer Bot 8 = Killer Botina 9 = Green Alien 10 = Green Alienette 11 = Alien 4 12 = Alienette 4 13 = Alien 5 14 = Alienette 5 15 = Alien 6 16 = Blue Ape 17 = Alienette 6 The more zeros, the harder it is to get. It should be very difficult to get the last few, but maybe impossible to get 16 and 17. Some "back of the napkin" estimations if you have a GPU: 17 = 26,722 years 16 = 1,670 years 15 = 104 years 14 = 6.5 years 13 = 0.4 years 12 = 1.3 weeks 11 = 14 hours 10 = 0.9 hours 12. Changing the punk picture: It is possible to change the punk picture by transferring the punk to a fresh address that has never minted an ID before, and then calling the `snapshot` method. This method can only be called once per address. END 🚬 */ contract EmployeeIDBadges { using DynamicBufferLib for DynamicBufferLib.DynamicBuffer; enum State { Uninitialized, Active, PendingExpiry, Expired } struct Badge { address identiconSeed; // address of identicon (the minter) address owner; // address of current owner uint256 minStog; // minimum stogies deposit needed address approval; // address approved for uint64 transferAt; // block id of when was the last transfer uint64 index; // sequential index in the wallet State state; // NFT's state } struct Attribute { bool isType; bytes value; } IStogie public stogie; ICigToken private immutable cig; // 0xCB56b52316041A62B6b5D0583DcE4A8AE7a3C629 IPunkIdenticons private immutable identicons; // 0xc55C7913BE9E9748FF10a4A7af86A5Af25C46047; IPunkBlocks private immutable pblocks; // 0xe91eb909203c8c8cad61f86fc44edee9023bda4d; IBarcode private immutable barcode; // 0x4872BC4a6B29E8141868C3Fe0d4aeE70E9eA6735 uint32 private immutable orderConfigId; mapping(bytes32 => Attribute) internal atts; // punk-block to attribute name lookup table mapping(address => uint256) private balances; // counts of ownership mapping(address => mapping(uint256 => uint256)) private ownedBadges;// track enumeration mapping(address => uint256) public minStogSum; // sum of min Stogies required per account mapping(uint256 => address) public expiredOwners; // keep track of last owner of expired token mapping(uint256 => Badge) public badges; // all of the badges uint256 public employeeHeight; // the next available employee id mapping(address => mapping(address => bool)) private approvalAll; // operator approvals bytes4 private constant RECEIVED = 0x150b7a02; // bytes4(keccak256("onERC721Received(address,address,uint256,bytes)")) mapping(address => uint64) public minters; // ensures each badge has a unique identiconSeed value, address => timestamp mapping(address => uint256) private pID; // store the primary id for the address address private curator; uint256 public minSTOG = 20 ether; // minimum STOG required to mint uint64 public minSTOGUpdatedAt; // block number of last change uint32 private immutable DURATION_MIN_CHANGE; // 30 days, or 216000 blocks (7200 * 30) uint32 private immutable DURATION_STATE_CHANGE; // 90 days, or 648000 blocks (7200 * 90) uint16 private immutable GRACE_PERIOD; // Number of blocks to wait after transfer before it can be cancelled (21600) uint64 private constant SCALE = 1e10; address private constant EXPIRED = 0x0000000000000000000000000000000000000E0F; // expired NFTs go here event StateChanged(uint256 indexed id, address indexed caller, State s0, State s1); event MinSTOGChanged(uint256 minSTOG, uint256 amt); event Snapshot(uint256 indexed id, address indexed caller); event MetadataUpdate(uint256); // ERC-4906 constructor( address _cig, // 0xCB56b52316041A62B6b5D0583DcE4A8AE7a3C629 uint32 _duration_min_change, // 216000 uint32 _duration_state_change,// 648000 uint16 _gracePeriod, // 21600 address _identicons, // 0xc55C7913BE9E9748FF10a4A7af86A5Af25C46047 address _pblocks, // 0xe91eb909203c8c8cad61f86fc44edee9023bda4d address _barcode, // 0x4872BC4a6B29E8141868C3Fe0d4aeE70E9eA6735 uint32 _configId ) { _transferOwnership(msg.sender); cig = ICigToken(_cig); DURATION_MIN_CHANGE = _duration_min_change; DURATION_STATE_CHANGE = _duration_state_change; GRACE_PERIOD = _gracePeriod; identicons = IPunkIdenticons(_identicons); // punk picking function for the punk picture pblocks = IPunkBlocks(_pblocks); // stores the images of the punk traits barcode = IBarcode(_barcode); // onchain barcode generator orderConfigId = _configId; atts[0x9039da071f773e85254cbd0f99efa70230c4c11d63fce84323db9eca8e8ef283] = Attribute(true, "Male 1"); // 0 atts[0xdfcbad4edd134a08c17026fc7af40e146af242a3412600cee7c0719d0ac42d53] = Attribute(true, "Male 2"); // 0 atts[0xed94d667f893279240c415151388f335b32027819fa6a4661afaacce342f4c54] = Attribute(true, "Male 3"); // 0 atts[0x1323f587f8837b162082b8d221e381c5e015d390305ce6be8ade3ff70e70446e] = Attribute(true, "Male 4"); // 0 atts[0x1bb61a688fea4953cb586baa1eadb220020829a1e284be38d2ea8fb996dd7286] = Attribute(true, "Female 1"); // 0 atts[0x47cc6a8e17679da04a479e5d29625d737670c27b21f8ccfb334e6af61bf6885a] = Attribute(true, "Female 2"); // 0 atts[0x80547b534287b04dc7e9afb751db65a7515fde92b8c2394ae341e3ae0955d519] = Attribute(true, "Female 3"); // 0 atts[0xc0c9e42e9d271c94b57d055fc963197e4c62d5933e371a7449ef5d59f26be00a] = Attribute(true, "Female 4"); // 0 atts[0xf41cb73ce9ba5c1f594bcdfd56e2d14e42d2ecc23f0a4863835bdd4baacd8b72] = Attribute(true, "Zombie"); // 0 atts[0xb1ea1507d58429e4dfa3f444cd2e584ba8909c931969bbfb5f1e21e2ac8b758d] = Attribute(true, "Ape"); // 0 atts[0x62223f0b03d25507f52a69efbbdbcfdc7579756a7a08a95a2f0e72ada31e32b8] = Attribute(true, "Alien"); // 0 atts[0x047228ad95cec16eb926f7cd21ac9cc9a3288d911a6c2917a24555eac7a2c0e2] = Attribute(false, "Rosy Cheeks"); // 2 atts[0xce1f93a7afe9aad7ebb13c0add89c79d42b5e9b1272fdd1573aac99fe5d860d0] = Attribute(false, "Luxurious Beard"); // 6 atts[0xbfac272e71cad64427175cd77d774a7884f98c7901ebc4909ada29d464c8981e] = Attribute(false, "Clown Hair Green"); // 8 atts[0xa71068a671b554f75b7cc31ce4f8d63c377f276333d11989e77bc4a9205b5e42] = Attribute(false, "Mohawk Dark"); // 8 atts[0x9a132de8409f80845eaec43154ff43d7bd61df75e52d96b4ded0b64626e4c88a] = Attribute(false, "Cowboy Hat"); // 8 atts[0xfca4c5f86ef326916536dfdae74031d6960e41e10d38c624294334c3833974e2] = Attribute(false, "Mustache"); // 6 atts[0x4483a654781ca58fa6ba3590c74c005bce612263e17c70445d6cd167e55e900b] = Attribute(false, "Clown Nose"); // 12 atts[0x1885fe71e225eade934ab7040d533bd49efc5d66e8f2d4b5aa42477ae9892ec9] = Attribute(false, "Cigarette"); // 11 atts[0x7411db1fe7a50d41767858710dc8b8432ac0c4fd26503ba78d2ed17789ce4f72] = Attribute(false, "Nerd Glasses"); // 10 atts[0xdd7231e98344a83b64e1ac7a07b39d2ecc2b21128681123a9030e17a12422527] = Attribute(false, "Regular Shades"); // 10 atts[0x24dd0364c2b2d0e6540c7deb5a0acf9177d47737a2bf41ca29b553eb69558ef9] = Attribute(false, "Knitted Cap"); // 8 atts[0xea5efa009543229e434689349c866e4d254811928ae8a1320abb82a36d3be53f] = Attribute(false, "Shadow Beard"); // 6 atts[0x2df03e79022dc10f7539f01da354ffe10da3ef91f1e18bc7fd096db00c381de8] = Attribute(false, "Frown"); // 1 atts[0xf0ac7cf8c022008e16b983f22d22dae3a15b9b5abcc635bc5c20beb4d7c91800] = Attribute(false, "Cap Forward"); // 8 atts[0x8580e735d58252637afd6fef159c826c5e7e6a5dcf1fe2d8398b3bf92c376d42] = Attribute(false, "Goat"); // 6 atts[0x041bf83549434251cc54c0632896c8d3176b48d06150048c1bce6b6102c4e90c] = Attribute(false, "Mole"); // 3 atts[0x591f84c8a41edd0013624b89d5e6b96cd3b0c6f1e214d4ea13a35639412f07e6] = Attribute(false, "Purple Hair"); // 8 atts[0x54917cb8cff2411930ac1b1d36a674f855c6b16c8662806266734b5f718a9890] = Attribute(false, "Small Shades"); // 10 atts[0x274ae610f9d7dec1e425c54ad990e7d265ba95c4f84683be4333542088ecb8e7] = Attribute(false, "Shaved Head"); // 8 atts[0x6a400b1508bfd84ab2f4cb067d6d74dc46f74cdae7efd8b2a2d990c9f037e426] = Attribute(false, "Classic Shades"); // 10 atts[0x3e6bc8fc06a569840c9490f8122e6b7f08a7598486649b64477b548602362516] = Attribute(false, "Vape"); // 11 atts[0x2c382a7f1f32a6a2d0e9b0d378cb95e3dad70fe6909ff13888fe2a250bd10bb0] = Attribute(false, "Silver Chain"); // 5 atts[0x8968ce85cb55abb5d9f6f678baeeb565638b6bad5d9be0ea2e703a34f4593566] = Attribute(false, "Smile"); // 1 atts[0xc3075202748482832362d1b854d8274a38bf56c5ad38d418e590f46113ff10b1] = Attribute(false, "Big Shades"); // 10 atts[0x971f7c3d5d14436a3b5ef2d658445ea527464a6409bd5f9a44f3d72e30d1eba8] = Attribute(false, "Mohawk Thin"); // 8 atts[0x1f7b5107846b1e32944ccf8aedeaa871fc859506f51e7d12d6e9ad594a4d7619] = Attribute(false, "Beanie"); // 8 atts[0xd35b2735e5fcc86991c8501996742b3b8c35772d92b69859de58ddd3559be46c] = Attribute(false, "Cap"); // 8 atts[0x2004722753f61acb2cefde9b14d2c01c6bcb589d749b4ea616b4e47d83fdb056] = Attribute(false, "Clown Eyes Green"); // 4 atts[0x05a5afe13f23e20e6cebabae910a492c91f4b862c2e1a5822914be79ab519bd8] = Attribute(false, "Normal Beard Black"); // 6 atts[0xac5194b2986dd9939aedf83029a6e0a1d7d482eb00a5dafa05fc0aaa9b616582] = Attribute(false, "Medical Mask"); // 11 atts[0xf94798c1aedb2dce1990e0dae94c15178ddd4229aff8031c9a5b7a77743a34d4] = Attribute(false, "Normal Beard"); // 6 atts[0x15854f7a2b735373aa76722c01e2f289d8b18cb1a70575796be435e4ce55e57a] = Attribute(false, "VR"); // 10 atts[0xd91f640608a7c1b2b750276d97d603512a02f4b84ca13c875a585b12a24320c2] = Attribute(false, "Eye Patch"); // 10 atts[0x6bb15b5e619a28950bae0eb6a03f13daea1b430ef5ded0c5606b335f5b077cda] = Attribute(false, "Wild Hair"); // 8 atts[0x7a8b4abb14bfe7b505902c23a9c4e59e5a70c7daf6e28a5f83049c13142cde5e] = Attribute(false, "Top Hat"); // 8 atts[0x72efa89c7645580b2d0d03f51f1a2b64a425844a5cd69f1b3bb6609a4a06e47f] = Attribute(false, "Bandana"); // 8 atts[0xfc1c0134d4441a1d7c81368f23d7dfcdeab3776687073c12af9d268e00d6c0a8] = Attribute(false, "Handlebars"); // 6 atts[0x6ced067c29d04b367c1f3cb5e7721ad5a662f5e338ee3e10c7d64d9d109ed606] = Attribute(false, "Frumpy Hair"); // 8 atts[0x66a6c35fd6db8b93449f29befe26e2e4bcb09799d56216ada0ef901c53cf439f] = Attribute(false, "Crazy Hair"); // 8 atts[0x85c5daead3bc85feb0d62d1f185f82fdc2627bdbc7f1f2ffed1c721c6fcc4b4d] = Attribute(false, "Police Cap"); // 8 atts[0x3d1f5637dfc56d4147818053fdcc0c0a35886121b7e4fc1a7cff584e4bb6414f] = Attribute(false, "Buck Teeth"); // 1 atts[0x64b53b34ebe074820dbda2f80085c52f209d5eba6c783abdae0a19950f0787ec] = Attribute(false, "Do-rag"); // 8 atts[0x833ca1b7f8f2ce28f7003fb78b72e259d5a484b13477ad8212edb844217225ac] = Attribute(false, "Front Beard"); // 6 atts[0x44c2482a71c9d39dac1cf9a7daf6de80db79735c0042846cb9d47f85ccc3ba9b] = Attribute(false, "Spots"); // 3 atts[0x4acd7797c5821ccc56add3739a55bcfd4e4cfd72b30274ec6c156b6c1d9185eb] = Attribute(false, "Big Beard"); // 6 atts[0xc0ac7bb45040825a6d9a997dc99a6ec94027d27133145018c0561b880ecdb389] = Attribute(false, "Vampire Hair"); // 8 atts[0xa756817780c8e400f79cdd974270d70e0cd172aa662d7cf7c9fe0b63a4a71d95] = Attribute(false, "Peak Spike"); // 8 atts[0x71c5ce05a579f7a6bbc9fb7517851ae9394c8cb6e4fcad99245ce296b6a3c541] = Attribute(false, "Chinstrap"); // 6 atts[0x283597377fbec1d21fb9d58af5fa0c43990b1f7c2fc6168412ceb4837d9bf86c] = Attribute(false, "Fedora"); // 8 atts[0xbb1f372f67259011c2e9e7346c8a03a11f260853a1fe248ddd29540219788747] = Attribute(false, "Earring"); // 7 atts[0xd5de5c20969a9e22f93842ca4d65bac0c0387225cee45a944a14f03f9221fd4a] = Attribute(false, "Horned Rim Glasses"); // 10 atts[0xb040fea53c68833d052aa3e7c8552b04390371501b9976c938d3bd8ec66e4734] = Attribute(false, "Headband"); // 8 atts[0x74ca947c09f7b62348c4f3c81b91973356ec81529d6220ff891012154ce517c7] = Attribute(false, "Pipe"); // 11 atts[0x30146eda149865d57c6ae9dac707d809120563fadb039d7bca3231041bea6b2e] = Attribute(false, "Messy Hair"); // 8 atts[0x8394d1b7af0d52a25908dc9123cc00aa0670debcac95a76c3e9a20dd6c7e7c23] = Attribute(false, "Front Beard Dark"); // 6 atts[0xeb787e7727b2d8d912a02d9ad4c30c964b40f4cebe754bb4d3bfb09959565c91] = Attribute(false, "Hoodie"); // 8 atts[0x6a36bcf4268827203e8a3f374b49c1ff69b62623e234e96858ff0f2d32fbf268] = Attribute(false, "Gold Chain"); // 5 atts[0x2f237bd68c6e318a6d0aa26172032a8a73a5e0e968ad3d74ef1178e64d209b48] = Attribute(false, "Muttonchops"); // 6 atts[0xad07511765ae4becdc5300c486c7806cd661840b0670d0f6670e8c4014de37b0] = Attribute(false, "Stringy Hair"); // 8 atts[0x49e0947b696384a658eeca7f5746ffbdd90a5f5526f8d15e6396056b7a0dc8af] = Attribute(false, "Eye Mask"); // 10 atts[0xc1695b389d89c71dc7afd5111f17f6540b3a28261e4d2bf5631c1484f322fc68] = Attribute(false, "3D Glasses"); // 10 atts[0x09c36cad1064f6107d2e3bef439f87a16c8ef2e95905a827b2ce7f111dd801d7] = Attribute(false, "Clown Eyes Blue"); // 4 atts[0xeb92e34266f6fa01c275db8379f6a521f15ab6f96297fe3266df2fe6b0e1422e] = Attribute(false, "Mohawk"); // 8 atts[0x1892c4c9cf47baf2c613f184114519fe8208c2bebabb732405aeac1c3031dc2b] = Attribute(false, "Pilot Helmet"); // 8 atts[0x250be814c80d8ca10bbef531b679392db8221a6fab289a6b5e637df663f48699] = Attribute(false, "Tassle Hat"); // 8 atts[0xcd87356aa78c4fcb95e51f57578570d377440e347e0869cf1b4749d5a26340b5] = Attribute(false, "Hot Lipstick"); // 1 atts[0x4fa682c6066fcc513a0511418aa85a0037ac59a899e9491c512b63e253697a8c] = Attribute(false, "Blue Eye Shadow"); // 4 atts[0x36f07f03014f047728880d9f390629140a5e7c44477290695c4c1ddda356d365] = Attribute(false, "Straight Hair Dark"); // 8 atts[0x68107f52c261820bd73e4046eb3fb5d5a1e0926611562c07054a3b89334cef34] = Attribute(false, "Choker"); // 5 atts[0xd395cf4acda004fbc9963f85c65bf3f190c2aceb0744a535d543bc261caf6ff0] = Attribute(false, "Wild Blonde"); // 8 atts[0xbad0fc475e9d35de67c426fc37eebb7fa38141bc2135fabd5504a911e1b05540] = Attribute(false, "Wild White Hair"); // 8 atts[0xd10bc0475e2a0eea9f6aca91e6e82c6416f894f27fc26bb0735f29b84c54a3e6] = Attribute(false, "Tiara"); // 8 atts[0xa0a2010e841ab7b343263c98f47a16b88656913e1353d96914f5fe492511893f] = Attribute(false, "Orange Side"); // 8 atts[0x0e6769a10f786458ca82b57684746fe8899e35f7772543acb6a8869c4ac780cd] = Attribute(false, "Red Mohawk"); // 8 atts[0x1004d2d00ccf8794739c7b7cbbe6048841f4c8af046b37d59e9a801a167544e2] = Attribute(false, "Purple Eye Shadow"); // 4 atts[0x629e82a55845ea763431647fcaecfb232e275a36d8427f2568377864193801cb] = Attribute(false, "Dark Hair"); // 8 atts[0xcd3633a5e96d615b834e90e67029f7f9f507b832e1cb263a29685b8e25f678cf] = Attribute(false, "Blonde Short"); // 8 atts[0xe81a9c78c0ec4339dc6772f1b9bbf406b53063f8408a91fe29f63ba1c2bc7b5a] = Attribute(false, "Purple Lipstick"); // 1 atts[0xe11278d6c191c8199a5b8bb49be7f806b837a9811195c903d844a74c4c4a704e] = Attribute(false, "Pigtails"); // 8 atts[0x411ec1566affa22bd67b13a7c49ac060c018e1c806cd314cd2186118dd55e129] = Attribute(false, "Straight Hair Blonde"); // 8 atts[0x1868a04ecae06e10c5b6dcbbed4befac1ed03dda2cf86ddbd855466cc588809f] = Attribute(false, "Welding Goggles"); // 10 atts[0x3511b04ac6a3d46305172269904dc469a40f380a4e7afa8742ce6e6a44825c4a] = Attribute(false, "Pink With Hat"); // 8 atts[0x2857e47dcac3b744dd7d41617ce362f1dd3ae8eb836685cc18338714205b036c] = Attribute(false, "Blonde Bob"); // 8 atts[0x2e9a5434da70e5ea2ed439b3a33aac60bd252c92698c1ba37e9ed77f975c6cab] = Attribute(false, "Green Eye Shadow"); // 4 atts[0x8c0e60b85ff0f8be1a87b28ae066a63dcc3c02589a213b0856321a73882515f9] = Attribute(false, "Straight Hair"); // 8 atts[0xe651be5dd43261e6e9c1098ec114ab5c44e7cb07377dc674336f1b3d34428fe4] = Attribute(false, "Half Shaved"); // 8 atts[0x1cd064e6db4e7c5180ccf5f2afe1370c6539b525fe3bea9c358f24a7cbdb50ad] = Attribute(false, "Black Lipstick"); // 1 } // AttInit is used to pass data to completeInitialization1 struct AttInit { bytes32 k; bool isType; string value; } /** * completeInitialization1 sets up the CIG factory worker traits */ function completeInitialization1(AttInit[] calldata _atts) external { /** // new traits atts[0x398534927262d4f6993396751323ddd3e8326784a8e9a4808f17b99e6693835e] = Attribute(false, "Stogie"); // 11 atts[0x27dfd5e48f41fe8c82fecc41af933800fe5a5af6d9315a88932b9fb36d94a138] = Attribute(false, "Headset"); // 7 atts[0x550aa6da33a6eca427f83a70c2510cbc3c8bdb8a1ce5e5c3a32b2262f97c4aa1] = Attribute(false, "Employee Cap"); // 9 atts[0xd3ce42d23c6ec3bb95bfdee3de4e8d42889817871544fc9a07f05e4a2d21123e] = Attribute(false, "Earbuds"); // 9 atts[0x975e45b489dc6726c2a27eb784068ec791a22cf46fb780ced5e6b2083f32ebc3] = Attribute(false, "Headphones Red"); // 9 atts[0x421c9c08478a3dfb8a098fbef56342e7e0b53239aaa40dd2d56951cc6c178d35] = Attribute(false, "Headphones Yellow"); // 9 atts[0xaffb8a29fc5ed315e2a1103abc528d4f689c8365b54b17538f96e6bcae365633] = Attribute(false, "Gas Mask"); // 11 atts[0x314ff09b8866e566e22c7bf1fe4227185bc37e1167a84aaf299f5e016ca2ea7b] = Attribute(false, "Goggles"); // 10 atts[0xe5fd4286f4fc4347131889d24238df4b5ba8d8d4985cbd9cb30d447ec14cbb2f] = Attribute(false, "Pen"); // 7 atts[0xaeae7be74009ff61e63109240ea8e00b3bd6d166bf8a7f6584f64ff75e783f09] = Attribute(false, "Pencil"); // 10 atts[0x1cc630fd6d4fff8ca66aacb5acdba26a0a14ce5fd8f9cb60b002a153d1582b4e] = Attribute(false, "Red Hat"); // 8 atts[0xbbb91da98e74857ed34286d7efaf04751ac3f4d7081d62a0aa3b09278b5ee55a] = Attribute(false, "Yellow Hat"); // 8 atts[0x3fbda43b0bda236b4f6f6dba8b7052381641b3d92ce4b49b4a2e9be390980019] = Attribute(false, "White Hat"); // 8 atts[0x10214dd24c8822f95b3061229664e567e7da89d1f8a408179e12bf38be2c1430] = Attribute(false, "Suit"); // 5 atts[0xb52fd5c8112bb81b2c05dd854ac28867bf72fd52124cb27aee3de68a19c87812] = Attribute(false, "Suit Black"); // 5 atts[0xd7a861eff7c9242c2fc79148cdb44128460adae80afe1ba79c2d1eae290fb883] = Attribute(true, "Bot"); // 0 atts[0x7d3615eb6acf9ca19e31084888916f38df240bce4009857da690e4681bf8d4b0] = Attribute(true, "Botina"); // 0 atts[0x18a26173165d296055f2dfd8a12afc0a3e85434dd9d3f9c3ddd1eabc37ff56bc] = Attribute(true, "Killer Bot"); // 0 atts[0xb93c33f3b6e2e6aef9bd03b9ed7a064ed00f8306c06dfc93c76ae30db7a3f2b4] = Attribute(true, "Killer Botina"); // 0 atts[0x9242f3766d6363a612c9e88734e9c5667f4c82e07d00b794481f5b41b97047e8] = Attribute(true, "Green Alien"); // 0 atts[0x0c924a70f72135432a52769f20962602647a5b6528675c14bb318eaf4cbb2753] = Attribute(true, "Green Alienette"); // 0 atts[0xcd6f6379578617fc2da9c1d778e731bebaa21e9be1ed7265963ec43076d17a10] = Attribute(true, "Blue Ape"); // 0 atts[0x53f8bd0b36b2d3d9abc80e02d6fe9ed6a07068216cd737604c0c36ac60f458dc] = Attribute(true, "Alien 2"); // 0 atts[0xeca5ecd41019c8240974e9473044bf1a01598e7c650939425f53f561e959ec46] = Attribute(true, "Alien 3"); // 0 atts[0x061c5772160bfea6296a0317f6eff655398285ab18dbe89497436563445eeddc] = Attribute(true, "Alien 4"); // 0 atts[0x224b0f8059a7c50a19036c71e7500fd115adfd3af915c8d6d6639248c6e41283] = Attribute(true, "Alien 5"); // 0 atts[0xfb3556140e6f92df2d04796b8d8c5f6732abf43c07eb7034a90672cd4f9af372] = Attribute(true, "Alien 6"); // 0 atts[0xe9986a150e097f2cadc995279f34846ae9786b8ce35070b152f819d7a18d7760] = Attribute(true, "Alienette 2"); // 0 atts[0x0a215113c1e36c8cf69812b89dd912e3e2f1d70ab8c7691e0439a002d772f56d] = Attribute(true, "Alienette 3"); // 0 atts[0xac4fc861f4029388de1fa709cb865f504fb3198a6bf4dad71ff705a436c406c2] = Attribute(true, "Alienette 4"); // 0 atts[0xbefcd0e4ecf58c1d5e2a435bef572fca90d5fcedf6e2e3c1eb2f12b664d555a4] = Attribute(true, "Alienette 5"); // 0 atts[0x54526cc56c302d9d091979753406975ad06ca6a58c7bea1395ae25350268ab36] = Attribute(true, "Alienette 6"); // 0 atts[0xffa2b3215eb937dd3ebe2fc73a7dd3baa1f18b9906d0f69acb3ae76b99130ff7] = Attribute(true, "Pink Ape"); // 0 atts[0x46151bb75270ac0d6c45f21c75823f7da7a0c0281ddede44d207e1242e0a83f6] = Attribute(true, "Male 5"); // 0 atts[0xef8998f2252b6977b3cc239953db2f5fbcd066a5d454652f5107c59239265884] = Attribute(true, "Male 6"); // 0 atts[0x606da1a8306113f266975d1d05f6deed98d3b6bf84674cc69c7b1963cdc3ea86] = Attribute(true, "Male 7"); // 0 atts[0x804b2e3828825fc709d6d2db6078f393eafdcdedceae3bdb9b36e3c81630dd5e] = Attribute(true, "Apette"); // 0 atts[0x54354de4503fcf83c4214caefd1d4814c0eaf0ce462d1783be54ff9f952ec542] = Attribute(true, "Female 5"); // 0 atts[0x8a643536421eae5a22ba595625c8ba151b3cc48f2a4f86f9671f5c186b027ceb] = Attribute(true, "Female 6"); // 0 atts[0x4426d573f2858ebb8043f7fa39e34d1441d9b4fa4a8a8aa2c0ec0c78e755df0e] = Attribute(true, "Female 7"); // 0 atts[0x1908d72c46a0440b2cc449de243a20ac8ab3ab9a11c096f9c5abcb6de42c99e7] = Attribute(true, "Alientina"); // 0 atts[0xcedf32c147815fdc0d5f7e785f41a33dfc773e45bbd1a9a3b5d86c264e1b8ac5] = Attribute(true, "Zombina"); // 0 atts[0x691d9c552cd5457793c084f8bfce824df33aa7bcff69bb398b1c50c5283700ab] = Attribute(true, "ZombieApe"); // 0 atts[0x44cc2bd937a1ba84d91aa4ad1c68a4019d7441276f158686ca21113d9b58c736] = Attribute(true, "Cigarina"); // 0 atts[0x6ad96c1daca4b1c9f05d375a8cc7561b56dc9f8e0c47de6294d0b56e99baba9f] = Attribute(true, "Cyborghina 1"); // 0 atts[0x630cf72f7f662f0e4ad0e59518468203238cfd411fb9c5b474e65247043ff6ff] = Attribute(true, "Cyborghina 2"); // 0 atts[0x9c4d52ffba9e3fe6a536e1420a71503203fde6d50cc7dfd6dcffb18520ea92ac] = Attribute(true, "Cyborghina 3"); // 0 atts[0xa85374c4f65c797073c8536e4d19c56b86127fd476a9b5a4b3fbf026a0a631e9] = Attribute(true, "Cyborghina 4"); // 0 atts[0x53c4266e345ac07f4b1871310600f58edbc34ac584f94a14b301b73dab6f3eb7] = Attribute(true, "Apexus 1"); // 0 atts[0x6528e7d7c1f35ff1569dd65b8801909e5792c388e4c77a81c2861b7dba7d3800] = Attribute(true, "Apexus 2"); // 0 atts[0xbfaced9f8b3c58cbea8869f267e8c39500da9c86b500a8207a4f31667d37e9a4] = Attribute(true, "Apexus 3"); // 0 atts[0xb9c52250f5eef12475dec466c74c2d2eab10a1010f3a86073b1d92086882fb9a] = Attribute(true, "Apexus 4"); // 0 */ require(msg.sender == curator, "only curator"); for (uint256 i = 0; i < _atts.length; i++) { atts[_atts[i].k] = Attribute(_atts[i].isType, bytes(_atts[i].value)); } } /* * issue initial ids to whitelist */ function completeInitialization2(address[] calldata _list) external { require(msg.sender == curator, "only curator"); /* address[27] memory list = [ address(0xc43473fA66237e9AF3B2d886Ee1205b81B14b2C8), 0xa80be8CAC8333330106585ee210C3F245D4f98Df, 0x713282ECe7b1e34Bcb88c8f1922561A4EE369772, 0x21077c224B7178b1Bb46af8dcd73F1EBAd869B0B, 0xC088B1eEf1C08CE01A2aBF73531a61270481Fb0B, 0x53B182152c57E37dde0E67675946169d44F3c005, 0x614A61a3b7F2fd8750AcAAD63b2a0CFe8B8524F1, 0xf20dC15A36D4E1Fdb3A767C6aB4A7e972574573d, 0x0000000704dd12B781af73e9D7ac1f6BE3B46423, 0x910E4220e1EDd15D4f5A6450521d0Cd06D275c00, 0x64CB2f44AE5c5D4592920D49e57e9b3F005Da5dc, 0x8C48b40dBa656187896147089545439E4fF4A01c, 0xaf016eC2AfD326126d7f43498645A33a4aCf51F2, 0x7539Eb7d68e49D4Ad65067577c47DfC92f5Fc1Ce, 0xc50A0b4F31Cd5580c7a629178ff78CFF5973edB6, 0xEE8dBE16568254450d890C1CB98180A770e82724, 0x3E5a90F582d45Cf83e0446D53B3069E86162003b, 0xB9CDEB51bD53fAF41Ea92c94526f40f15460c088, 0x1CBa69a71c1D17a69Fc0cb9eD0945F9E7DeD702a, 0x96aCe5Dc0404f2613ebCc5b04cD455b35b6Bf7c7, 0x5B5b487aEd7D18ac677C73859270b0F6CF5bB69C, 0xeb26E394da8d8AD5bEDDE97a281a9a9b63b3Eef3, 0xACe239D889b5aceffC6F4ea7fF6DdCAFD3900936, 0x17476d0Ed31f81d95b5ba8960b2D0b4dE4675e64, 0x81c247e7923eb96Aeb908228A50eDec0dB8Ba09e, 0x2A8bE03A5D65dE287648Ec176B74745ee9c164D2, 0x1E0591255AdC9Cfb2cFbBfFF5AE48b7BeE6E253d ]; */ uint256 min = minSTOG; uint id = employeeHeight; for (uint256 i = 0; i < _list.length; i++) { _issueID(_list[i], min); _transfer(address(0), _list[i], id, min); id++; } } /** * Sending ETH to this contract will automatically issue Stogies and stake them * it will also issue a badge to the user. Can only be used by addresses that * have not minted. Limited yp 1 ETH or less. */ receive() external payable { bool mintID = (minters[msg.sender] == 0); require(mintID == true, "id already minted"); uint256 minAmount = stogie.getMinETHDeposit(); require(msg.value >= minAmount, "not enough ETH"); stogie.onboard{value:minAmount}(msg.sender, 1, true, mintID); if (msg.value > minAmount) { (bool sent, ) = msg.sender.call{value: msg.value - minAmount}(""); require(sent, "failed to send change"); } } /** * getStats gets the information about the current user */ function getStats( address _holder ) view external returns ( uint256[] memory, // different stats, including balances, etc Badge[] memory inventory, // badges string[] memory uris, // uris uint256[] memory ids, // ids Badge[] memory expInventory,// expired badges string[] memory expUris, // uris of expired tokens uint256[] memory expIds // expired ids ) { uint[] memory ret = new uint[](13); ret[0] = minSTOG; // Minimum stogies required ret[1] = minters[_holder]; // timestamp of when account minted an id ret[2] = minStogSum[_holder]; // minimum STOG required for that _holder ret[3] = balanceOf(_holder); // holder's balance of ids ret[4] = balanceOf(EXPIRED); // Balance of expired ids ret[5] = employeeHeight; // that's also the totalSupply(); (ret[6], ret[7]) = stogie.farmers(_holder); // (deposit, rewardDebt) ret[8] = GRACE_PERIOD; ret[9] = DURATION_STATE_CHANGE; ret[10] = DURATION_MIN_CHANGE; ret[11] = primaryId(_holder); // the primary id (inventory, , // don't need balance uris, ids) = getBadges(_holder, 0, 10); (expInventory,, expUris, expIds) = getBadges(EXPIRED, 0, uint16(20)); ret[12] = stogie.getMinETHDeposit(); return (ret, inventory, uris, ids, expInventory, expUris, expIds); } /** * avgMinSTOG is the public getter, to get the average minSTOG * @param _a address of holder * @return uint256 the average value. */ function avgMinSTOG(address _a) view public returns (uint256) { uint256 v = minStogSum[_a]; if (v == 0) { return 0; } return _avg(v, balanceOf(_a)); } /** * _avg computes the average given sum and count * @param _sum the total * @param _count the count */ function _avg(uint256 _sum, uint256 _count) internal pure returns (uint256 r) { if (_count == 0) { return 0; } else if (_count == 1) { return _sum; } r = _sum * 1e13 / _count / 1e13; } /** * @dev getBadges get badges of a holder with pagination. It will dynamically * adjust the resulting array to match the amount of results returned. So, * if you start from page 0 with 30 items per page, and there are only 5 * badges, it will return and array with 5 entries only. * Return an empty array if balance is 0 * Throws if a non-existent page is requested. * @param _holder address of account * @param _page number starting from 0 for the first page * @param _perPage how many tokens per gape * @return inventory Badge[] memory result of badges. * @return balance uint32 the total balance of all badges * @return uris string[] of the tokenURI for each token * @return ids uint256[] list of the token ids */ function getBadges(address _holder, uint16 _page, uint16 _perPage) view public returns ( Badge[] memory, // inventory uint32 balance, string[] memory, // uris uint256[] memory // ids ) { balance = uint32(balanceOf(_holder)); if (balance == 0) { return (new Badge[](0), 0, new string[](0), new uint256[](0)); } uint256 offset = _page * _perPage; require(offset < balance, "page over"); uint256 len = balance - offset; if (len >= _perPage) { len = _perPage; } Badge[] memory inventory = new Badge[](len); string[] memory uris = new string[](len); uint256[] memory ids = new uint256[](len); uint256 id; for (uint256 i = 0; i < len; i++) { id = tokenOfOwnerByIndex(_holder, offset + i); inventory[i] = badges[id]; ids[i] = id; uris[i] = tokenURI(id); } return (inventory, balance, uris, ids); } // for testing function setMin(uint256 _m) external { require(msg.sender == curator, "only curator"); minSTOG = _m; } /** * @dev setStogie can only be called once */ function setStogie(address _s) public { require(msg.sender == curator, "not curator"); require(address(stogie) == address(0), "stogie already set"); stogie = IStogie(_s); } /** * @dev issueID mints a new ID badge. The account must be an active stogie * staker. Can only be called by the Stogies contract. */ function issueID(address _to) external { require(msg.sender == address(stogie), "you need to be stogie"); uint256 min = minSTOG; uint256 id = _issueID(_to, min); (uint256 deposit,) = stogie.farmers(_to); uint256 newSum = _transfer(address(0), _to, id, min); require( deposit >= newSum, "need to stake more STOG"); } /** * @dev issueID mints a new NFT. Caller needs to be holding enough STOG */ function issueMeID() external { uint256 min = minSTOG; uint256 id = _issueID(msg.sender, min); (uint256 deposit,) = stogie.farmers(msg.sender); uint256 newSum = _transfer(address(0), msg.sender, id, min); require( deposit >= newSum, "need to stake more STOG"); } function _issueID(address _to, uint256 min) internal returns (uint256 id) { require(minters[_to] == 0, "_to has already minted this pic"); id = employeeHeight; Badge storage c = badges[id]; c.state = State.Active; c.minStog = min; // record the minSTOG c.identiconSeed = _to; // save seed, used for the identicon emit StateChanged( id, msg.sender, State.Uninitialized, State.Active ); unchecked {employeeHeight = id + 1;} minters[_to] = uint64(block.timestamp);// mark address as a minter } /** * @dev expire a token. * Initiate s.PendingExpiry if account does not possess minimal stake. * Transfers the NFT to EXPIRED account. * @param _tokenId the token to expire */ function expire(uint256 _tokenId) external returns (State) { Badge storage c = badges[_tokenId]; State s = c.state; require(s == State.Active, "invalid state"); // must be Active require(c.transferAt < block.number - uint256(GRACE_PERIOD), "during grace period"); // A 72 hour grace period is granted to recently transferred tokens address o = c.owner; uint256 bal = balanceOf(o); (uint256 deposit,) = stogie.farmers(o); uint256 min = (minStogSum[c.owner] * 1e13 / bal) / 1e13 * bal; // assuming owner has at least 1 require(deposit < min, "rule not satisfied"); // deposit below the min? expiredOwners[_tokenId] = o; _transfer(c.owner, EXPIRED, _tokenId, c.minStog);// transfer to the expired address c.state = State.PendingExpiry; // change state after transfer emit StateChanged( _tokenId, msg.sender, s, State.PendingExpiry ); return State.PendingExpiry; } /** * @dev reactivate a token. Must be in State.PendingExpiry state. * At least a minimum of Stogies are needed to reactivate. * Can be called by expired owner. * @param _tokenId the token to reactivate * @return State the State.Active state if successful */ function reactivate(uint256 _tokenId) external returns (State) { Badge storage c = badges[_tokenId]; State s = c.state; require(s == State.PendingExpiry, "invalid state"); address o = expiredOwners[_tokenId]; require(o == msg.sender, "not your token"); require( block.number - c.transferAt >= DURATION_STATE_CHANGE, "time is up"); // expiration must be under the deadline uint256 newSum = _transfer(EXPIRED, o, _tokenId, minSTOG);// return token to owner (uint256 deposit,) = stogie.farmers(o); require( deposit >= newSum, "insert more STOG"); // must have Stogies or staking Stogies c.state = State.Active; emit StateChanged( _tokenId, msg.sender, State.PendingExpiry, State.Active ); expiredOwners[_tokenId] = address(0); c.minStog = minSTOG; // reset to current value return State.Active; } /** * @dev respawn an expired token. Can only be respawned by an address that * hasn't minted. This is because respawn changes the badge picture. * in other words, the c.identiconSeed is updated. The minimum Stogies * value of the NFT will be reset to the current minSTOG value. * @param _tokenId the token id to respawn */ function reclaim(uint256 _tokenId) external { require(minters[msg.sender] == 0, "_to has minted a badge already"); // cannot mint more than one Badge storage c = badges[_tokenId]; require(c.state == State.PendingExpiry, "must be PendingExpiry"); require( c.transferAt < block.number - DURATION_STATE_CHANGE, "time is not up"); // must be over the deadline c.minStog = minSTOG; // reset minStog uint256 newSum = _transfer(EXPIRED, msg.sender, _tokenId, minSTOG); (uint256 deposit,) = stogie.farmers(msg.sender); // check caller's deposit require( deposit >= newSum, "insert more STOG"); // caller must have Stogies or staking Stogies emit StateChanged( _tokenId, msg.sender, State.PendingExpiry, State.Expired ); emit StateChanged( _tokenId, msg.sender, State.Expired, State.Active ); expiredOwners[_tokenId] = address(0); c.state = State.Active; c.identiconSeed = msg.sender; // change the identicon to reclaiming address emit MetadataUpdate(_tokenId); minters[c.identiconSeed] = 0; // allow original owner to mint again minters[msg.sender] = uint64(block.timestamp); } /** * @notice allows the holder of the NFT to change the identiconSeed used to * generate the picture on the badge. Holder must not be on the minters * list. Can only be called once per address. See the rules for more details. * * @param _tokenId the token id to change the picture for */ function snapshot(uint256 _tokenId) external { Badge storage c = badges[_tokenId]; require(c.state == State.Active, "state must be Active"); require(c.owner == msg.sender, "you must be the owner"); require( minters[msg.sender] == 0, "id with this pic already minted"); // must be a fresh address minters[c.identiconSeed] = 0; // allow original minter user to mint again c.identiconSeed = msg.sender; // change to a new picture, destroying the old emit MetadataUpdate(_tokenId); minters[msg.sender] = uint64(block.number); emit Snapshot(_tokenId, msg.sender); } /** * minSTOGChange allows the CEO of CryptoPunks to change the minSTOG * either increasing or decreasing by %2.5. Cannot be below 1 STOG, or * above 0.01% of staked SLP supply. * @param _up increase by %2.5 if true, decrease otherwise. */ function minSTOGChange(bool _up) external {unchecked { require(msg.sender == cig.The_CEO(), "need to be CEO"); require(block.number > cig.taxBurnBlock() - 20, "need to be CEO longer"); require(block.number > minSTOGUpdatedAt + DURATION_MIN_CHANGE, "wait more blocks"); minSTOGUpdatedAt = uint64(block.number); uint256 amt = minSTOG / 10000 * 250; // %2.5 uint256 newMin; if (_up) { newMin = minSTOG + amt; require(newMin <= cig.stakedlpSupply() / 10000 * 1, "too big");// must be eq or less than 0.01% of staked supply } else { newMin = minSTOG - amt; require(newMin > 1 ether, "min too small"); } minSTOG = newMin; // write emit MinSTOGChanged(minSTOG, amt); }} /** * @dev called after an erc721 token transfer, after the counts have been updated */ function _addEnumeration(address _to, uint256 _tokenId) internal { uint256 last = balances[_to] - 1; // the index of the last position ownedBadges[_to][last] = _tokenId; // add a new entry badges[_tokenId].index = uint64(last); } function _removeEnumeration(address _from, uint256 _tokenId) internal { uint256 height = balances[_from] - 1; // last index uint256 i = badges[_tokenId].index; // index if (i != height) { // If not last, move the last token to the slot of the token to be deleted uint256 lastTokenId = ownedBadges[_from][height]; ownedBadges[_from][i] = lastTokenId; // move the last token to the slot of the to-delete token badges[lastTokenId].index = uint64(i); // update the moved token's index } badges[_tokenId].index = 0; // delete from index delete ownedBadges[_from][height]; // delete last slot } /*** * ERC721 functionality. */ event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId); event ApprovalForAll(address indexed owner, address indexed operator, bool approved); /// @notice Count NFTs tracked by this contract /// @return A count of valid NFTs tracked by this contract, where each one of /// them has an assigned and queryable owner not equal to the zero address function totalSupply() external view returns (uint256) { return employeeHeight; } /// @notice Enumerate valid NFTs /// @dev Throws if `_index` >= `employeeHeight`. /// @param _index A counter less than `employeeHeight` /// @return The token identifier for the `_index`th NFT, /// (sort order not specified) function tokenByIndex(uint256 _index) external view returns (uint256) { require(_index < employeeHeight, "index out of range"); return _index; // index starts from 0 } /// @notice Enumerate NFTs assigned to an owner /// @dev Throws if `_index` >= `balanceOf(_owner)` or if /// `_owner` is the zero address, representing invalid NFTs. /// @param _owner An address where we are interested in NFTs owned by them /// @param _index A counter less than `balanceOf(_owner)` /// @return The token identifier for the `_index`th NFT assigned to `_owner`, /// (sort order not specified) function tokenOfOwnerByIndex(address _owner, uint256 _index) public view returns (uint256) { require(_index < balances[_owner], "index out of range"); require(_owner != address(0), "invalid _owner"); uint256 id = ownedBadges[_owner][_index]; require(badges[id].owner != address(0), "token at _index not found"); return id; } /** * @dev Returns the number of tokens in ``owner``'s account. */ function balanceOf(address _holder) public view returns (uint256) { require(_holder != address(0), "invalid _owner"); return balances[_holder]; } function name() public pure returns (string memory) { return "Employee ID Badges"; } function symbol() public pure returns (string memory) { return "EMPLOYEE"; } bytes constant badgeStart = '<svg xmlns="http://www.w3.org/2000/svg" width="600" height="500" shape-rendering="crispEdges"><defs><style>.g2,.g4,.g5{stroke:#000;fill:#a8a9a8;stroke-width:0}.g4,.g5{fill:#dcdddc}.g5{fill:#696a69}.g7{fill:#dedede}.g9{fill:#a0a0a0}.g10{fill:#7c7b7e}.w{fill:#fff}.boxb{fill:#38535e}</style></defs><path d="M30 100h230v10H30zM20 110h10v10H20zM10 120h10v360H10zM20 480h10v10H20zM30 490h540v10H30zM570 480h10v10h-10zM580 120h10v360h-10zM570 110h10v10h-10zM340 100h230v10H340z"/><path d="M320 120h260v340H320z" style="fill:#ebebeb"/><path d="M20 130h300v340H20zM20 120h550v10H20z" class="g7"/><path d="M20 120h10v10H20zM20 460h10v10H20zM30 110h540v10H30zM570 120h10v10h-10z" class="w"/><path d="M570 130h10v10h-10zM570 450h10v10h-10z" class="g7"/><path d="M570 460h10v10h-10z" class="w"/><path d="M320 460h250v10H320z" class="g4"/><path d="M30 470h540v10H30z" class="w"/><path d="M30 480h540v10H30zM20 470h10v10H20zM570 470h10v10h-10z" class="g9"/><path d="M330 0h10v130h-10z"/><path d="M260 0h80v10h-80zM260 120h80v10h-80z"/><path d="M260 0h10v130h-10z"/><path d="M270 10h20v60h-20z" class="g2"/><path d="M290 10h40v60h-40z" style="stroke:#000;fill:#ccc;stroke-width:0"/><path d="M270 70h60v20h-60z" class="g4"/><path d="M290 50h20v10h-20zM290 70h20v10h-20zM280 60h10v10h-10zM310 60h10v10h-10zM280 90h40v10h-40z"/><path d="M280 70h10v10h-10zM310 70h10v10h-10zM320 60h10v10h-10z" class="g2"/><path d="M270 80h10v10h-10zM320 80h10v10h-10z"/><path d="M270 100h60v20h-60z" style="stroke:#000;fill:#7a7a7a;stroke-width:0"/><path d="M280 100h40v10h-40zM270 90h10v10h-10zM320 90h10v10h-10z" class="g5"/><path d="M260 130h80v10h-80z" style="fill:#bebfbe;stroke-width:0"/><path d="M40 160h240v250H40z" style="stroke:#38535e;fill:#598495;stroke-width:0;stroke-alignment:inner"/><path d="M40 160h240v10H40z" class="boxb"/><path d="M40 160h10v250H40z" class="boxb"/><path d="M40 400h240v10H40z" class="boxb"/><path d="M270 160h10v250h-10z" class="boxb"/><path d="M310 380h240v20H310zM310 340h60v20h-60zM380 340h60v20h-60zM450 340h30v20h-30zM490 340h20v20h-20zM520 340h30v20h-30z" class="g10"/>'; bytes constant badgeText = '<svg><defs><style>@font-face {font-family: "C64";src: url(data:font/woff2;base64,d09GMgABAAAAAAVgAA0AAAAAFlgAAAUJAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGhgGYACCWhEICpsEkngLgRwAATYCJAOBbgQgBYQZB4NcG8oQIxGmjE4A4K+TJ0Osoz0yHHiUIkeu8JnCS5uIH1YhT02PLEKlTJ7cqgZVF/5IPHyugb2f7G5SAkXAGljj+Hr2gK6WSeiyg3PnT0iMUWvb91CYfvgbZppEPEaGUigFhE0YA/WRi3POTSggSRRs2fnJ2yeodbZZS3aT5NqzSb5BVxKj6QrdHMN9vERqLCweg+Eon8X6+uo2ar9f/XKLyXSxG1KhEc0iIT+B+6KChSLq0RKhkhiaSi2eIqURK5lMKJlF3GQEMrhGtO1N/74I+LMvU4FPHryBP75yAIXRGA8SOiTkMiVu6qk6hE6HTsjqyBRDN6RUIxAAcGSFcSOOGBYNRZgFcRm9ArNQyMiYhgJHMQLTsDaBqkqYK2DYGmaxS7RG+9l+oAIy6IiBAERCAgAEmQ4A+qH8VNQgwLhXk+wdpp+fVqc3GE1mEeRfRojWAPsAd7Ee0kfyaYhVENsAkGjkSLKQBEUiwcczH8tj/BlZjPR4gciOhukMmG/KPkMmmc0uuWmX7vPFjZQCTKpgN+4z58WghjLNctLuw6qV7mzQFaQCKPjwbOxyRrRqww5jG54lgTpsLi3QH/iqrBWMoFWcTDY6QmOfrVTozOCl7F1evHrv9iAMzShgDTA/KkFTbR4xVisj1YDKNcsYXonRTZiFGJc9rPsYza7KqMo4bBzqMTNDzNQ1l47OjQ3lXd26BA7vUdPRU4hvGaPT8ywb8swsskD+EsahHh1dPpzz9uUMix8UdUNi2YAfuxDlzC5gWqqmqWsjrK2laIRALSvnilvXRppxJ1ePi1aV47jqbJ9eQbiH7Sbfs48oewX3cKofdLojr+rLGjEyjpQIm+VOY/cJG3eK5DX7sJzeFFVHRuvep641aKXl+UL1ma56eRh9ldT9GDGyPCdL85UU+LA+qiN/zrHa2uGPJ/TIKHqeop5Ha3NLFHFspGdLghd6AgUoRpTdTSHLT9TqwVwc6y3IIatqwjAogOmjn+dVGgrzNfQLN34S35USopfAxoYuaOwykhOkB/bkWAKk6ZxgRWuw1nh5KkHiENHImzSY6+xKj3sC9taEpeknfdBVklDE0Id1GE8pKXVxSjU70sggixzyKKCIEsqgIUGGAhUWWGFLs/+lOf7hhAtueOCFD34EEEQIYUQQRQxxeeK4k+TuSfDjjeRcRgoqARYybCjfYTh8p25MpS0FFKifGgFi/c9/+De//W3YHHrPm8V/gagSCIqGEaASAIAlFVCFihEovLkrylL0tWavtplBK5dEecQJAvsQDJQEPCwkjPVSABZp6jQUV6QJ92g22Z92ir9pb2psuXgwxBmM6EbgIOg0jHVOmnCHZot8aWesv2hvQ6SHDEbHcR+zONk52Fnw5gEqouXmbWfOihCt3GjBSZDNcI041cvN6uhiSYIn3xCptvwCJPFfW9GJn3gTPyQ0b5DPWEQWF9ibnk3Ug0fY62T/XvjFcNjc0t3O2AV+pe2oOU8P6pq7uFo7OiAcrJwc1XRbPuF9MLQ6HS3H99AeknDy8qjeoYVnZdgqzUADbejzGxb0fHZFF+g3HMXT9PSmrAx+wX0gIskGk2hcqtQarU5vMJrMFqvN7nC63B4vgAgTyrAcL4iSHCCk0nTDtGzH9XyECWUcL4iSrKiabpiW7bhe/bf/7yORMBGixBBLXKovbQhnIAgMgcLAwhGfTgAEgSFQGFg44tMZgCAwBAoDq3Y=);}.t {fill: #ff04b4; stroke: none; font-size: 26px; font-family: \'C64\',monospace; text-anchor: end}</style></defs><text x="550px" y="190px" class="t">CIG FACTORY</text><text x="550px" y="232px" class="t">EMPLOYEE</text><text x="550px" y="274px" class="t">#'; bytes constant badgeEnd = '</text><text x="550px" y="320px" style="font-family: \'C64\',monospace; text-anchor: end; font-size: 16.5px; fill: #a7a7a7;">CONFIDIMUS IN CEO</text></svg></svg>'; function _generateBadge(uint256 _tokenId, address _seed) internal view returns (bytes memory, bytes32[] memory traits) { DynamicBufferLib.DynamicBuffer memory result; string memory bars = barcode.draw(_tokenId, "40", "408", "ebebeb", 52, 6); traits = identicons.pick(_seed, 0); string memory punk = pblocks.svgFromKeys(traits, 40, 160, 240, orderConfigId); result.append(badgeStart, bytes(bars), bytes(punk)); result.append(badgeText, bytes(_intToString(_tokenId)), badgeEnd); return (result.data, traits); } /** * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token. */ function tokenURI(uint256 _tokenId) public view returns (string memory) { DynamicBufferLib.DynamicBuffer memory result; require(_tokenId < employeeHeight, "index out of range"); Badge storage c = badges[_tokenId]; (bytes memory badge, bytes32[] memory traits) = _generateBadge(_tokenId, c.identiconSeed); result.append('{\n"description": "Employee ID Badges for the Cigarette Factory",', "\n", '"external_url": "https://cigtoken.eth.limo/#badge-'); result.append(bytes(_intToString(_tokenId)), '",', "\n"); result.append('"image": "data:image/svg+xml;base64,'); result.append(bytes(Base64.encode(badge)), '",', "\n"); result.append('"attributes": [ ', _getAttributes(traits), "]\n}"); return string(abi.encodePacked("data:application/json;base64,", Base64.encode( result.data ) )); } function _getAttributes(bytes32[] memory traits) internal view returns (bytes memory) { DynamicBufferLib.DynamicBuffer memory result; bytes memory comma = ""; for (uint256 i = 0; i < traits.length; i++) { if (comma.length > 0) { result.append(comma); } else { comma = ",\n"; } Attribute memory a = atts[traits[i]]; if (a.isType) { result.append('{"trait_type": "Type", "value": "', a.value, '"}'); } else { result.append('{"trait_type": "Accessory", "value": "', a.value, '"}'); } } return result.data; } /** * @dev Returns the owner of the `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function ownerOf(uint256 _tokenId) public view returns (address) { require(_tokenId < employeeHeight, "index out of range"); Badge storage c = badges[_tokenId]; address o = c.owner; require(o != address(0), "not minted."); return o; } /** * @dev Throws unless `msg.sender` is the current owner, an authorized * operator, or the approved address for this NFT. Throws if `_from` is * not the current owner. Throws if `_to` is the zero address. Throws if * `_tokenId` is not a valid NFT. * @param _from The current owner of the NFT * @param _to The new owner * @param _tokenId The NFT to transfer */ function safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes memory _data) external { require(_to != EXPIRED, "cannot transfer there"); _validateTransfer(_from, _tokenId); _transfer(_from, _to, _tokenId, badges[_tokenId].minStog); require(_checkOnERC721Received(_from, _to, _tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer"); } /** * @dev Throws unless `msg.sender` is the current owner, an authorized * operator, or the approved address for this NFT. Throws if `_from` is * not the current owner. Throws if `_to` is the zero address. Throws if * `_tokenId` is not a valid NFT. * @param _from The current owner of the NFT * @param _to The new owner * @param _tokenId The NFT to transfer */ function safeTransferFrom(address _from, address _to, uint256 _tokenId) external { require(_to != EXPIRED, "cannot transfer there"); bytes memory data = new bytes(0); _validateTransfer(_from, _tokenId); _transfer(_from, _to, _tokenId, badges[_tokenId].minStog); require(_checkOnERC721Received(_from, _to, _tokenId, data), "ERC721: transfer to non ERC721Receiver implementer"); } function transferFrom(address _from, address _to, uint256 _tokenId) external { require(_to != EXPIRED, "cannot transfer there"); _validateTransfer(_from, _tokenId); _transfer(_from, _to, _tokenId, badges[_tokenId].minStog); } /** * @dev _validateTransfer does a check to see if the _tokenId id an existing * id, and _form is the owner of the token. It then checks the approval. */ function _validateTransfer(address _from, uint256 _tokenId) internal { address a; address o = badges[_tokenId].owner; // assuming o can never be address(0) require(o == _from, "_from must be owner"); // also ensures that the badge exists & owner is not 0x0 a = badges[_tokenId].approval; // a is an address that has approval require( msg.sender == address(stogie) || // is executed by the Stogies contract o == msg.sender || // or executed by owner a == msg.sender || // or owner approved the sender (approvalAll[o][msg.sender]), "not permitted"); // or owner approved the operator, who's the sender if (a != address(0)) { badges[_tokenId].approval = address(0); // clear previous approval emit Approval(msg.sender, address(0), _tokenId); } } /** * @dev _transfer is a low-level token transfer between addresses without * checking approvals. It can mint if _from is 0x0. It can send Active * tokens to the EXPIRED account, or tokens that are PendingExpiry out * of the EXPIRED account. On each transfer, the function will recalculate * the sum minSTOG (minimum STOG required) for both parties * The function also records the time of transfer and updates enumeration. * @param _from address transferring from * @param _to address transferring to * @param _tokenId, the token identifier * @param _min, the minimum stogie required for that token * @return toSum the sum of minSTOG for the receiver */ function _transfer( address _from, address _to, uint256 _tokenId, uint256 _min) internal returns (uint256 toSum) { if (_from != address(0)) { //require(_tokenId < employeeHeight, "index out of range"); require(_from != _to, "cannot send to self"); require(_to != address(0), "_to is zero"); if (_from == EXPIRED) { require(badges[_tokenId].state == State.PendingExpiry, "state must be PendingExpiry"); } else { require(badges[_tokenId].state == State.Active, "state must be Active"); } _removeEnumeration(_from, _tokenId); --balances[_from]; minStogSum[_from] -= _min; } uint256 toBal; unchecked {toBal = ++balances[_to];} toSum = minStogSum[_to]; toSum += _min; minStogSum[_to] = toSum; badges[_tokenId].owner = _to; // set new owner badges[_tokenId].transferAt = uint64(block.number); _addEnumeration(_to, _tokenId); emit Transfer(_from, _to, _tokenId); } /** * @dev approve can be set by the owner or operator * @param _to The new approved NFT controller * @param _tokenId The NFT to approve */ function approve(address _to, uint256 _tokenId) external { require(_tokenId < employeeHeight, "index out of range"); address o = badges[_tokenId].owner; require(o == msg.sender || isApprovedForAll(o, msg.sender), "action on token not permitted"); badges[_tokenId].approval = _to; emit Approval(msg.sender, _to, _tokenId); } /** * @dev approve can be set by the owner or operator * @param _operator Address to add to the set of authorized operators * @param _approved True if the operator is approved, false to revoke approval */ function setApprovalForAll(address _operator, bool _approved) external { approvalAll[msg.sender][_operator] = _approved; emit ApprovalForAll(msg.sender, _operator, _approved); } /** * @notice Get the approved address for a single NFT * @dev Throws if `_tokenId` is not a valid NFT. * @param _tokenId The NFT to find the approved address for * @return Will always return address(this) */ function getApproved(uint256 _tokenId) public view returns (address) { return badges[_tokenId].approval; } /** * @param _owner The address that owns the NFTs * @param _operator The address that acts on behalf of the owner * @return Will always return false */ function isApprovedForAll(address _owner, address _operator) public view returns (bool) { return approvalAll[_owner][_operator]; } /** * @notice Query if a contract implements an interface * @param interfaceId The interface identifier, as specified in ERC-165 * @dev Interface identification is specified in ERC-165. This function * uses less than 30,000 gas. * @return `true` if the contract implements `interfaceID` and * `interfaceID` is not 0xffffffff, `false` otherwise */ function supportsInterface(bytes4 interfaceId) public pure returns (bool) { return interfaceId == type(IERC721).interfaceId || interfaceId == type(IERC721Metadata).interfaceId || interfaceId == type(IERC165).interfaceId || interfaceId == type(IERC721Enumerable).interfaceId || interfaceId == type(IERC721TokenReceiver).interfaceId; } // we do not allow NFTs to be send to this contract, except internally function onERC721Received( address /*_operator*/, address /*_from*/, uint256 /*_tokenId*/, bytes memory /*_data*/) external view returns (bytes4) { if (msg.sender == address(this)) { return RECEIVED; } revert("nope"); } /** * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address. * The call is not executed if the target address is not a contract. * * @param from address representing the previous owner of the given token ID * @param to target address that will receive the tokens * @param tokenId uint256 ID of the token to be transferred * @param _data bytes optional data to send along with the call * @return bool whether the call correctly returned the expected magic value * * credits https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol */ function _checkOnERC721Received( address from, address to, uint256 tokenId, bytes memory _data ) private returns (bool) { if (isContract(to)) { try IERC721Receiver(to).onERC721Received(msg.sender, from, tokenId, _data) returns (bytes4 retval) { return retval == IERC721Receiver.onERC721Received.selector; } catch (bytes memory reason) { if (reason.length == 0) { revert("ERC721: transfer to non ERC721Receiver implementer"); } else { assembly { revert(add(32, reason), mload(reason)) } } } return false; // not needed, but the ide complains that there's "no return statement" } else { return true; } } event OwnershipTransferred(address previousOwner, address newOwner); /** * owner is part of the Ownable interface */ function owner() external view returns (address) { return curator; } /** * renounceOwnership is part of the Ownable interface */ function renounceOwnership() external { require(msg.sender == curator); _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address _newOwner) internal { address oldOwner = curator; curator = _newOwner; emit OwnershipTransferred(oldOwner, _newOwner); } /** * @dev return the primary id for the user. If none is set, return the first * token of owner with the index of 0. * @return uin256 id chosen by the user as the primary */ function primaryId(address _a) view public returns (uint256) { uint256 id = pID[_a]; if (id == 0) { if (balances[_a] == 0) { return 0; // no primary set, and address has no badges } id = tokenOfOwnerByIndex(_a, 0); // no primary set } return id; } function setPrimaryId(uint256 _tokenId) external { Badge storage c = badges[_tokenId]; require(msg.sender == c.owner, "must be owner"); pID[msg.sender] = _tokenId; } /** * @dev Returns true if `account` is a contract. * * credits https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Address.sol */ function isContract(address account) internal view returns (bool) { uint256 size; assembly { size := extcodesize(account) } return size > 0; } function _intToString(uint256 value) public pure returns (string memory) { // Inspired by openzeppelin's implementation - MIT licence // https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Strings.sol#L15 // this version removes the decimals counting uint8 count; if (value == 0) { return "0"; } uint256 digits = 31; // bytes and strings are big endian, so working on the buffer from right to left // this means we won't need to reverse the string later bytes memory buffer = new bytes(32); while (value != 0) { buffer[digits] = bytes1(uint8(48 + uint256(value % 10))); value /= 10; digits -= 1; count++; } uint256 temp; assembly { temp := mload(add(buffer, 32)) temp := shl(mul(sub(32, count), 8), temp) mstore(add(buffer, 32), temp) mstore(buffer, count) } return string(buffer); } } /** * DynamicBufferLib adapted from * https://github.com/Vectorized/solady/blob/main/src/utils/DynamicBufferLib.sol */ library DynamicBufferLib { /// @dev Type to represent a dynamic buffer in memory. /// You can directly assign to `data`, and the `append` function will /// take care of the memory allocation. struct DynamicBuffer { bytes data; } /// @dev Appends `data` to `buffer`. /// Returns the same buffer, so that it can be used for function chaining. function append(DynamicBuffer memory buffer, bytes memory data) internal pure returns (DynamicBuffer memory) { /// @solidity memory-safe-assembly assembly { if mload(data) { let w := not(31) let bufferData := mload(buffer) let bufferDataLength := mload(bufferData) let newBufferDataLength := add(mload(data), bufferDataLength) // Some random prime number to multiply `capacity`, so that // we know that the `capacity` is for a dynamic buffer. // Selected to be larger than any memory pointer realistically. let prime := 1621250193422201 let capacity := mload(add(bufferData, w)) // Extract `capacity`, and set it to 0, if it is not a multiple of `prime`. capacity := mul(div(capacity, prime), iszero(mod(capacity, prime))) // Expand / Reallocate memory if required. // Note that we need to allocate an exta word for the length, and // and another extra word as a safety word (giving a total of 0x40 bytes). // Without the safety word, the data at the next free memory word can be overwritten, // because the backwards copying can exceed the buffer space used for storage. for {} iszero(lt(newBufferDataLength, capacity)) {} { // Approximately double the memory with a heuristic, // ensuring more than enough space for the combined data, // rounding up to the next multiple of 32. let newCapacity := and(add(capacity, add(or(capacity, newBufferDataLength), 32)), w) // If next word after current buffer is not eligible for use. if iszero(eq(mload(0x40), add(bufferData, add(0x40, capacity)))) { // Set the `newBufferData` to point to the word after capacity. let newBufferData := add(mload(0x40), 0x20) // Reallocate the memory. mstore(0x40, add(newBufferData, add(0x40, newCapacity))) // Store the `newBufferData`. mstore(buffer, newBufferData) // Copy `bufferData` one word at a time, backwards. for {let o := and(add(bufferDataLength, 32), w)} 1 {} { mstore(add(newBufferData, o), mload(add(bufferData, o))) o := add(o, w) // `sub(o, 0x20)`. if iszero(o) {break} } // Store the `capacity` multiplied by `prime` in the word before the `length`. mstore(add(newBufferData, w), mul(prime, newCapacity)) // Assign `newBufferData` to `bufferData`. bufferData := newBufferData break } // Expand the memory. mstore(0x40, add(bufferData, add(0x40, newCapacity))) // Store the `capacity` multiplied by `prime` in the word before the `length`. mstore(add(bufferData, w), mul(prime, newCapacity)) break } // Initalize `output` to the next empty position in `bufferData`. let output := add(bufferData, bufferDataLength) // Copy `data` one word at a time, backwards. for {let o := and(add(mload(data), 32), w)} 1 {} { mstore(add(output, o), mload(add(data, o))) o := add(o, w) // `sub(o, 0x20)`. if iszero(o) {break} } // Zeroize the word after the buffer. mstore(add(add(bufferData, 0x20), newBufferDataLength), 0) // Store the `newBufferDataLength`. mstore(bufferData, newBufferDataLength) } } return buffer; } /* /// @dev Appends `data0`, `data1` to `buffer`. /// Returns the same buffer, so that it can be used for function chaining. function append(DynamicBuffer memory buffer, bytes memory data0, bytes memory data1) internal pure returns (DynamicBuffer memory) { return append(append(buffer, data0), data1); } */ /// @dev Appends `data0`, `data1`, `data2` to `buffer`. /// Returns the same buffer, so that it can be used for function chaining. function append( DynamicBuffer memory buffer, bytes memory data0, bytes memory data1, bytes memory data2 ) internal pure returns (DynamicBuffer memory) { return append(append(append(buffer, data0), data1), data2); } /* /// @dev Appends `data0`, `data1`, `data2`, `data3` to `buffer`. /// Returns the same buffer, so that it can be used for function chaining. function append( DynamicBuffer memory buffer, bytes memory data0, bytes memory data1, bytes memory data2, bytes memory data3 ) internal pure returns (DynamicBuffer memory) { return append(append(append(append(buffer, data0), data1), data2), data3); } /// @dev Appends `data0`, `data1`, `data2`, `data3`, `data4` to `buffer`. /// Returns the same buffer, so that it can be used for function chaining. function append( DynamicBuffer memory buffer, bytes memory data0, bytes memory data1, bytes memory data2, bytes memory data3, bytes memory data4 ) internal pure returns (DynamicBuffer memory) { append(append(append(append(buffer, data0), data1), data2), data3); return append(buffer, data4); } /// @dev Appends `data0`, `data1`, `data2`, `data3`, `data4`, `data5` to `buffer`. /// Returns the same buffer, so that it can be used for function chaining. function append( DynamicBuffer memory buffer, bytes memory data0, bytes memory data1, bytes memory data2, bytes memory data3, bytes memory data4, bytes memory data5 ) internal pure returns (DynamicBuffer memory) { append(append(append(append(buffer, data0), data1), data2), data3); return append(append(buffer, data4), data5); } /// @dev Appends `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6` to `buffer`. /// Returns the same buffer, so that it can be used for function chaining. function append( DynamicBuffer memory buffer, bytes memory data0, bytes memory data1, bytes memory data2, bytes memory data3, bytes memory data4, bytes memory data5, bytes memory data6 ) internal pure returns (DynamicBuffer memory) { append(append(append(append(buffer, data0), data1), data2), data3); return append(append(append(buffer, data4), data5), data6); } */ } /** * @dev Provides a set of functions to operate with Base64 strings. * * _Available since v4.5._ */ library Base64 { /** * @dev Base64 Encoding/Decoding Table */ string internal constant _TABLE = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; /** * @dev Converts a `bytes` to its Bytes64 `string` representation. */ function encode(bytes memory data) internal pure returns (string memory) { /** * Inspired by Brecht Devos (Brechtpd) implementation - MIT licence * https://github.com/Brechtpd/base64/blob/e78d9fd951e7b0977ddca77d92dc85183770daf4/base64.sol */ if (data.length == 0) return ""; // Loads the table into memory string memory table = _TABLE; // Encoding takes 3 bytes chunks of binary data from `bytes` data parameter // and split into 4 numbers of 6 bits. // The final Base64 length should be `bytes` data length multiplied by 4/3 rounded up // - `data.length + 2` -> Round up // - `/ 3` -> Number of 3-bytes chunks // - `4 *` -> 4 characters for each chunk string memory result = new string(4 * ((data.length + 2) / 3)); /// @solidity memory-safe-assembly assembly { // Prepare the lookup table (skip the first "length" byte) let tablePtr := add(table, 1) // Prepare result pointer, jump over length let resultPtr := add(result, 32) // Run over the input, 3 bytes at a time for { let dataPtr := data let endPtr := add(data, mload(data)) } lt(dataPtr, endPtr) { } { // Advance 3 bytes dataPtr := add(dataPtr, 3) let input := mload(dataPtr) // To write each character, shift the 3 bytes (18 bits) chunk // 4 times in blocks of 6 bits for each character (18, 12, 6, 0) // and apply logical AND with 0x3F which is the number of // the previous character in the ASCII table prior to the Base64 Table // The result is then added to the table to get the character to write, // and finally write it in the result pointer but with a left shift // of 256 (1 byte) - 8 (1 ASCII char) = 248 bits mstore8(resultPtr, mload(add(tablePtr, and(shr(18, input), 0x3F)))) resultPtr := add(resultPtr, 1) // Advance mstore8(resultPtr, mload(add(tablePtr, and(shr(12, input), 0x3F)))) resultPtr := add(resultPtr, 1) // Advance mstore8(resultPtr, mload(add(tablePtr, and(shr(6, input), 0x3F)))) resultPtr := add(resultPtr, 1) // Advance mstore8(resultPtr, mload(add(tablePtr, and(input, 0x3F)))) resultPtr := add(resultPtr, 1) // Advance } // When data `bytes` is not exactly 3 bytes long // it is padded with `=` characters at the end switch mod(mload(data), 3) case 1 { mstore8(sub(resultPtr, 1), 0x3d) mstore8(sub(resultPtr, 2), 0x3d) } case 2 { mstore8(sub(resultPtr, 1), 0x3d) } } return result; } } interface IStogie { function farmers(address _user) external view returns (uint256 deposit, uint256 rewardDept); function balanceOf(address account) external view returns (uint256); function getMinETHDeposit() view external returns (uint256 r); function onboard( address _to, uint256 _amountOutMin, bool _depositIt, bool _mintID ) external payable returns( uint[] memory swpAmt, uint addedA, uint addedB, uint liquidity ); } /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. */ interface IERC165 { function supportsInterface(bytes4 interfaceId) external view returns (bool); } /** * @title ERC-721 Non-Fungible Token Standard, optional metadata extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ interface IERC721Metadata { function name() external view returns (string memory); function symbol() external view returns (string memory); function tokenURI(uint256 tokenId) external view returns (string memory); } interface IERC721TokenReceiver { function onERC721Received(address _operator, address _from, uint256 _tokenId, bytes memory _data) external returns (bytes4); } /// @title ERC-721 Non-Fungible Token Standard, optional enumeration extension /// @dev See https://eips.ethereum.org/EIPS/eip-721 /// Note: the ERC-165 identifier for this interface is 0x780e9d63. interface IERC721Enumerable { function totalSupply() external view returns (uint256); function tokenByIndex(uint256 _index) external view returns (uint256); function tokenOfOwnerByIndex(address _owner, uint256 _index) external view returns (uint256); } /** * @dev Required interface of an ERC721 compliant contract. */ interface IERC721 is IERC165, IERC721Metadata, IERC721Enumerable, IERC721TokenReceiver { event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId); event ApprovalForAll(address indexed owner, address indexed operator, bool approved); function balanceOf(address owner) external view returns (uint256 balance); function ownerOf(uint256 tokenId) external view returns (address owner); function safeTransferFrom( address from, address to, uint256 tokenId ) external; function transferFrom( address from, address to, uint256 tokenId ) external; function approve(address to, uint256 tokenId) external; function getApproved(uint256 tokenId) external view returns (address operator); function setApprovalForAll(address operator, bool _approved) external; function isApprovedForAll(address owner, address operator) external view returns (bool); function safeTransferFrom( address from, address to, uint256 tokenId, bytes calldata data ) external; } /** * @title ERC721 token receiver interface * @dev Interface for any contract that wants to support safeTransfers * from ERC721 asset contracts. */ interface IERC721Receiver { function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); } interface ICigToken { function stakedlpSupply() external view returns (uint256); function taxBurnBlock() external view returns (uint256); function The_CEO() external view returns (address); } interface IPunkIdenticons { function pick( address _a, uint64 _cid) view external returns (bytes32[] memory); } interface IPunkBlocks { function svgFromKeys( bytes32[] calldata _attributeKeys, uint16 _x, uint16 _y, uint16 _size, uint32 _orderID) external view returns (string memory); } interface IBarcode { function draw( uint256 _in, string memory _x, string memory _y, string memory _color, uint16 _height, uint8 _barWidth) view external returns (string memory); }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_cig","type":"address"},{"internalType":"uint32","name":"_duration_min_change","type":"uint32"},{"internalType":"uint32","name":"_duration_state_change","type":"uint32"},{"internalType":"uint16","name":"_gracePeriod","type":"uint16"},{"internalType":"address","name":"_identicons","type":"address"},{"internalType":"address","name":"_pblocks","type":"address"},{"internalType":"address","name":"_barcode","type":"address"},{"internalType":"uint32","name":"_configId","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"","type":"uint256"}],"name":"MetadataUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"minSTOG","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amt","type":"uint256"}],"name":"MinSTOGChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":false,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":true,"internalType":"address","name":"caller","type":"address"}],"name":"Snapshot","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":true,"internalType":"address","name":"caller","type":"address"},{"indexed":false,"internalType":"enum EmployeeIDBadges.State","name":"s0","type":"uint8"},{"indexed":false,"internalType":"enum EmployeeIDBadges.State","name":"s1","type":"uint8"}],"name":"StateChanged","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":"uint256","name":"value","type":"uint256"}],"name":"_intToString","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_a","type":"address"}],"name":"avgMinSTOG","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"badges","outputs":[{"internalType":"address","name":"identiconSeed","type":"address"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"minStog","type":"uint256"},{"internalType":"address","name":"approval","type":"address"},{"internalType":"uint64","name":"transferAt","type":"uint64"},{"internalType":"uint64","name":"index","type":"uint64"},{"internalType":"enum EmployeeIDBadges.State","name":"state","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_holder","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"bytes32","name":"k","type":"bytes32"},{"internalType":"bool","name":"isType","type":"bool"},{"internalType":"string","name":"value","type":"string"}],"internalType":"struct EmployeeIDBadges.AttInit[]","name":"_atts","type":"tuple[]"}],"name":"completeInitialization1","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_list","type":"address[]"}],"name":"completeInitialization2","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"employeeHeight","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"expire","outputs":[{"internalType":"enum EmployeeIDBadges.State","name":"","type":"uint8"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"expiredOwners","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_holder","type":"address"},{"internalType":"uint16","name":"_page","type":"uint16"},{"internalType":"uint16","name":"_perPage","type":"uint16"}],"name":"getBadges","outputs":[{"components":[{"internalType":"address","name":"identiconSeed","type":"address"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"minStog","type":"uint256"},{"internalType":"address","name":"approval","type":"address"},{"internalType":"uint64","name":"transferAt","type":"uint64"},{"internalType":"uint64","name":"index","type":"uint64"},{"internalType":"enum EmployeeIDBadges.State","name":"state","type":"uint8"}],"internalType":"struct EmployeeIDBadges.Badge[]","name":"","type":"tuple[]"},{"internalType":"uint32","name":"balance","type":"uint32"},{"internalType":"string[]","name":"","type":"string[]"},{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_holder","type":"address"}],"name":"getStats","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"},{"components":[{"internalType":"address","name":"identiconSeed","type":"address"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"minStog","type":"uint256"},{"internalType":"address","name":"approval","type":"address"},{"internalType":"uint64","name":"transferAt","type":"uint64"},{"internalType":"uint64","name":"index","type":"uint64"},{"internalType":"enum EmployeeIDBadges.State","name":"state","type":"uint8"}],"internalType":"struct EmployeeIDBadges.Badge[]","name":"inventory","type":"tuple[]"},{"internalType":"string[]","name":"uris","type":"string[]"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"components":[{"internalType":"address","name":"identiconSeed","type":"address"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"minStog","type":"uint256"},{"internalType":"address","name":"approval","type":"address"},{"internalType":"uint64","name":"transferAt","type":"uint64"},{"internalType":"uint64","name":"index","type":"uint64"},{"internalType":"enum EmployeeIDBadges.State","name":"state","type":"uint8"}],"internalType":"struct EmployeeIDBadges.Badge[]","name":"expInventory","type":"tuple[]"},{"internalType":"string[]","name":"expUris","type":"string[]"},{"internalType":"uint256[]","name":"expIds","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"address","name":"_operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"}],"name":"issueID","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"issueMeID","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"minSTOG","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bool","name":"_up","type":"bool"}],"name":"minSTOGChange","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"minSTOGUpdatedAt","outputs":[{"internalType":"uint64","name":"","type":"uint64"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"minStogSum","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"minters","outputs":[{"internalType":"uint64","name":"","type":"uint64"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"onERC721Received","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"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":"address","name":"_a","type":"address"}],"name":"primaryId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"reactivate","outputs":[{"internalType":"enum EmployeeIDBadges.State","name":"","type":"uint8"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"reclaim","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"bool","name":"_approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_m","type":"uint256"}],"name":"setMin","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"setPrimaryId","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_s","type":"address"}],"name":"setStogie","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"snapshot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"stogie","outputs":[{"internalType":"contract IStogie","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"_index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
6101806040526801158e460913d00000600c553480156200001f57600080fd5b506040516200ae493803806200ae49833981016040819052620000429162004ce8565b6200004d3362004c55565b6001600160a01b0388811660805263ffffffff888116610120528781166101405261ffff87166101605285821660a05284821660c05290831660e0528116610100526040805180820182526001808252825180840190935260068352654d616c65203160d01b6020848101919091528281019384527f9039da071f773e85254cbd0f99efa70230c4c11d63fce84323db9eca8e8ef2836000525280517f7685b71bed30cb0225a07136faa99d80097646fdaf1aa66a4afb56b825612263805460ff191691151591909117815591519091907f7685b71bed30cb0225a07136faa99d80097646fdaf1aa66a4afb56b825612264906200014c908262004e3d565b505060408051808201825260018082528251808401909352600683526526b0b632901960d11b6020808501919091528083019384527fdfcbad4edd134a08c17026fc7af40e146af242a3412600cee7c0719d0ac42d536000525280517f49bfb234cbeba0ce0d89eaa259fb4bf4bf064a623d74fef7b6cbb57b24e7feb7805460ff191691151591909117815591519092507f49bfb234cbeba0ce0d89eaa259fb4bf4bf064a623d74fef7b6cbb57b24e7feb8906200020b908262004e3d565b50506040805180820182526001808252825180840190935260068352654d616c65203360d01b6020808501919091528083019384527fed94d667f893279240c415151388f335b32027819fa6a4661afaacce342f4c546000525280517f79ddcd69c54b79e9c043baa6b6bb1c73a66e9d0e511e466eb9487a60120535ac805460ff191691151591909117815591519092507f79ddcd69c54b79e9c043baa6b6bb1c73a66e9d0e511e466eb9487a60120535ad90620002ca908262004e3d565b505060408051808201825260018082528251808401909352600683526513585b19480d60d21b6020808501919091528083019384527f1323f587f8837b162082b8d221e381c5e015d390305ce6be8ade3ff70e70446e6000525280517f05d900943f49fcbcf75e2a58dbe9e95a2bf940e985c7801d7a2cf85ca186adec805460ff191691151591909117815591519092507f05d900943f49fcbcf75e2a58dbe9e95a2bf940e985c7801d7a2cf85ca186aded9062000389908262004e3d565b505060408051808201825260018082528251808401909352600883526746656d616c65203160c01b6020808501919091528083019384527f1bb61a688fea4953cb586baa1eadb220020829a1e284be38d2ea8fb996dd72866000525280517f740e078e4c536e7b1ed93d4b5a0419684dd21356a0847e670b8468685fde4c4c805460ff191691151591909117815591519092507f740e078e4c536e7b1ed93d4b5a0419684dd21356a0847e670b8468685fde4c4d906200044a908262004e3d565b50506040805180820182526001808252825180840190935260088352672332b6b0b632901960c11b6020808501919091528083019384527f47cc6a8e17679da04a479e5d29625d737670c27b21f8ccfb334e6af61bf6885a6000525280517f5bb15f23948a6b07c4479cfe169763b9c3580915e65cfaccfa5a7dec9074a7a7805460ff191691151591909117815591519092507f5bb15f23948a6b07c4479cfe169763b9c3580915e65cfaccfa5a7dec9074a7a8906200050b908262004e3d565b505060408051808201825260018082528251808401909352600883526746656d616c65203360c01b6020808501919091528083019384527f80547b534287b04dc7e9afb751db65a7515fde92b8c2394ae341e3ae0955d5196000525280517fa87ebe2b66dfb1b9e37ff3c5cea699de1f6e008b8e6c4363be73d13de78cb1d0805460ff191691151591909117815591519092507fa87ebe2b66dfb1b9e37ff3c5cea699de1f6e008b8e6c4363be73d13de78cb1d190620005cc908262004e3d565b505060408051808201825260018082528251808401909352600883526711995b585b19480d60c21b6020808501919091528083019384527fc0c9e42e9d271c94b57d055fc963197e4c62d5933e371a7449ef5d59f26be00a6000525280517f194bdfacea7a7d1c7f58102d1cd5072796b0ab6f5fd701c29c4056e182fd9c00805460ff191691151591909117815591519092507f194bdfacea7a7d1c7f58102d1cd5072796b0ab6f5fd701c29c4056e182fd9c01906200068d908262004e3d565b50506040805180820182526001808252825180840190935260068352655a6f6d62696560d01b6020808501919091528083019384527ff41cb73ce9ba5c1f594bcdfd56e2d14e42d2ecc23f0a4863835bdd4baacd8b726000525280517ff3e5e91bccbdaf4235aefcbd13b2924f12b0156d67007575f19bf653310284f4805460ff191691151591909117815591519092507ff3e5e91bccbdaf4235aefcbd13b2924f12b0156d67007575f19bf653310284f5906200074c908262004e3d565b505060408051808201825260018082528251808401909352600383526241706560e81b6020808501919091528083019384527fb1ea1507d58429e4dfa3f444cd2e584ba8909c931969bbfb5f1e21e2ac8b758d6000525280517fbb0bb7ca03c8acbef45a70b85d2f8a6d78699c05b1d9233d3abcaa02e880e9bc805460ff191691151591909117815591519092507fbb0bb7ca03c8acbef45a70b85d2f8a6d78699c05b1d9233d3abcaa02e880e9bd9062000808908262004e3d565b505060408051808201825260018082528251808401909352600583526420b634b2b760d91b6020808501919091528083019384527f62223f0b03d25507f52a69efbbdbcfdc7579756a7a08a95a2f0e72ada31e32b86000525280517f58a71f4af499d3ecf50a1ee46c235b791e401b55b8901f858a47da47d85e0b1a805460ff191691151591909117815591519092507f58a71f4af499d3ecf50a1ee46c235b791e401b55b8901f858a47da47d85e0b1b90620008c6908262004e3d565b505060408051808201825260008082528251808401909352600b83526a526f737920436865656b7360a81b6020808501919091528083019384527f047228ad95cec16eb926f7cd21ac9cc9a3288d911a6c2917a24555eac7a2c0e29091526001905280517f10cd63f63f6382fc4b62a646bc4f6dc8cd9a1696625e1b7b74a398cf8a4b46b2805460ff191691151591909117815591519092507f10cd63f63f6382fc4b62a646bc4f6dc8cd9a1696625e1b7b74a398cf8a4b46b3906200098d908262004e3d565b505060408051808201825260008082528251808401909352600f83526e131d5e1d5c9a5bdd5cc81099585c99608a1b6020808501919091528083019384527fce1f93a7afe9aad7ebb13c0add89c79d42b5e9b1272fdd1573aac99fe5d860d09091526001905280517fb6d09ded37f767933b90a18374e612ec0e797965af8de18d2b6a0ebc742462a3805460ff191691151591909117815591519092507fb6d09ded37f767933b90a18374e612ec0e797965af8de18d2b6a0ebc742462a49062000a58908262004e3d565b505060408051808201825260008082528251808401909352601083526f21b637bbb7102430b4b91023b932b2b760811b6020808501919091528083019384527fbfac272e71cad64427175cd77d774a7884f98c7901ebc4909ada29d464c8981e9091526001905280517fda1907a4bf91cb3e4e1dea51fa269fa45a3405ff2fd3540fbc0b3a467c5b2174805460ff191691151591909117815591519092507fda1907a4bf91cb3e4e1dea51fa269fa45a3405ff2fd3540fbc0b3a467c5b21759062000b24908262004e3d565b505060408051808201825260008082528251808401909352600b83526a4d6f6861776b204461726b60a81b6020808501919091528083019384527fa71068a671b554f75b7cc31ce4f8d63c377f276333d11989e77bc4a9205b5e429091526001905280517fbba95adb09ef0fead066b8e087f283123c704b6c730a018d4b27e8962f21ffb3805460ff191691151591909117815591519092507fbba95adb09ef0fead066b8e087f283123c704b6c730a018d4b27e8962f21ffb49062000beb908262004e3d565b505060408051808201825260008082528251808401909352600a83526910dbddd89bde4812185d60b21b6020808501919091528083019384527f9a132de8409f80845eaec43154ff43d7bd61df75e52d96b4ded0b64626e4c88a9091526001905280517fffb38d35dc955066fbfd15e554659c6dc2d740b5ab2f94cf093e562a238ce012805460ff191691151591909117815591519092507fffb38d35dc955066fbfd15e554659c6dc2d740b5ab2f94cf093e562a238ce0139062000cb1908262004e3d565b50506040805180820182526000808252825180840190935260088352674d7573746163686560c01b6020808501919091528083019384527ffca4c5f86ef326916536dfdae74031d6960e41e10d38c624294334c3833974e29091526001905280517ff6d787478e42a510c6fe729a3f1d443e59797bda4fc41676c9804b9d43fdc7dd805460ff191691151591909117815591519092507ff6d787478e42a510c6fe729a3f1d443e59797bda4fc41676c9804b9d43fdc7de9062000d75908262004e3d565b505060408051808201825260008082528251808401909352600a835269436c6f776e204e6f736560b01b6020808501919091528083019384527f4483a654781ca58fa6ba3590c74c005bce612263e17c70445d6cd167e55e900b9091526001905280517f1d7a90aab1be5bbac1365ccae41bdb6af7b7213ed6e8226de24dbfa31bccbaa1805460ff191691151591909117815591519092507f1d7a90aab1be5bbac1365ccae41bdb6af7b7213ed6e8226de24dbfa31bccbaa29062000e3b908262004e3d565b505060408051808201825260008082528251808401909352600983526843696761726574746560b81b6020808501919091528083019384527f1885fe71e225eade934ab7040d533bd49efc5d66e8f2d4b5aa42477ae9892ec99091526001905280517f2625248bf9f830acc4bd9a329bf44731fc43633a3a95030d5baf2def044a3bde805460ff191691151591909117815591519092507f2625248bf9f830acc4bd9a329bf44731fc43633a3a95030d5baf2def044a3bdf9062000f00908262004e3d565b505060408051808201825260008082528251808401909352600c83526b4e65726420476c617373657360a01b6020808501919091528083019384527f7411db1fe7a50d41767858710dc8b8432ac0c4fd26503ba78d2ed17789ce4f729091526001905280517fca121a651ec784667ef3c7c9b307624fd208ddae151c7f0e22684506c37c0386805460ff191691151591909117815591519092507fca121a651ec784667ef3c7c9b307624fd208ddae151c7f0e22684506c37c03879062000fc8908262004e3d565b505060408051808201825260008082528251808401909352600e83526d526567756c61722053686164657360901b6020808501919091528083019384527fdd7231e98344a83b64e1ac7a07b39d2ecc2b21128681123a9030e17a124225279091526001905280517f0e23b21330c8f9995e55b2b0b4e77b9ad97c31959a43daf89b8e731f3c2accd2805460ff191691151591909117815591519092507f0e23b21330c8f9995e55b2b0b4e77b9ad97c31959a43daf89b8e731f3c2accd39062001092908262004e3d565b505060408051808201825260008082528251808401909352600b83526a04b6e6974746564204361760ac1b6020808501919091528083019384527f24dd0364c2b2d0e6540c7deb5a0acf9177d47737a2bf41ca29b553eb69558ef99091526001905280517ffe632e3c16b90654a7fa125ab264e09db1a71523c25a1aecec26dc0c2d1229b8805460ff191691151591909117815591519092507ffe632e3c16b90654a7fa125ab264e09db1a71523c25a1aecec26dc0c2d1229b99062001159908262004e3d565b505060408051808201825260008082528251808401909352600c83526b14da18591bddc81099585c9960a21b6020808501919091528083019384527fea5efa009543229e434689349c866e4d254811928ae8a1320abb82a36d3be53f9091526001905280517fb074608604e2459136bdeb1292e20ae3bfd924bea20cdfa89f8d45d661f82a12805460ff191691151591909117815591519092507fb074608604e2459136bdeb1292e20ae3bfd924bea20cdfa89f8d45d661f82a139062001221908262004e3d565b5050604080518082018252600080825282518084019093526005835264233937bbb760d91b6020808501919091528083019384527f2df03e79022dc10f7539f01da354ffe10da3ef91f1e18bc7fd096db00c381de89091526001905280517f2c9432136c2d994f11c2351e364560d5fbe78babfbc9efca6811ef8718905f14805460ff191691151591909117815591519092507f2c9432136c2d994f11c2351e364560d5fbe78babfbc9efca6811ef8718905f1590620012e2908262004e3d565b505060408051808201825260008082528251808401909352600b83526a10d85c08119bdc9dd85c9960aa1b6020808501919091528083019384527ff0ac7cf8c022008e16b983f22d22dae3a15b9b5abcc635bc5c20beb4d7c918009091526001905280517f7db00755bf2a9e2ce8dfa30fa7eba594b5133b470127d6fc5c6a0513d61f83d2805460ff191691151591909117815591519092507f7db00755bf2a9e2ce8dfa30fa7eba594b5133b470127d6fc5c6a0513d61f83d390620013a9908262004e3d565b505060408051808201825260008082528251808401909352600483526311dbd85d60e21b6020808501919091528083019384527f8580e735d58252637afd6fef159c826c5e7e6a5dcf1fe2d8398b3bf92c376d429091526001905280517f431d857a24541d24da367d11da37352ba2654c447bf9016f758bee9cec5ae035805460ff191691151591909117815591519092507f431d857a24541d24da367d11da37352ba2654c447bf9016f758bee9cec5ae0369062001469908262004e3d565b50506040805180820182526000808252825180840190935260048352634d6f6c6560e01b6020808501919091528083019384527f041bf83549434251cc54c0632896c8d3176b48d06150048c1bce6b6102c4e90c9091526001905280517fd21a7e0bc8c5a71bd88d4dd92440c229acdfcd54c5b7cc304f3a270434e78589805460ff191691151591909117815591519092507fd21a7e0bc8c5a71bd88d4dd92440c229acdfcd54c5b7cc304f3a270434e7858a9062001529908262004e3d565b505060408051808201825260008082528251808401909352600b83526a283ab9383632902430b4b960a91b6020808501919091528083019384527f591f84c8a41edd0013624b89d5e6b96cd3b0c6f1e214d4ea13a35639412f07e69091526001905280517f4a96d328f8aee3d4f4678fc9fd9830a395294a5299f4310a25dbbbe549011080805460ff191691151591909117815591519092507f4a96d328f8aee3d4f4678fc9fd9830a395294a5299f4310a25dbbbe54901108190620015f0908262004e3d565b505060408051808201825260008082528251808401909352600c83526b536d616c6c2053686164657360a01b6020808501919091528083019384527f54917cb8cff2411930ac1b1d36a674f855c6b16c8662806266734b5f718a98909091526001905280517f8e47ae1b21ef9dfdf8e969525f71d67693ae9e823a8a413d30147c74f73d4cdc805460ff191691151591909117815591519092507f8e47ae1b21ef9dfdf8e969525f71d67693ae9e823a8a413d30147c74f73d4cdd90620016b8908262004e3d565b505060408051808201825260008082528251808401909352600b83526a14da185d9959081219585960aa1b6020808501919091528083019384527f274ae610f9d7dec1e425c54ad990e7d265ba95c4f84683be4333542088ecb8e79091526001905280517fd1dded0dc99bc05e1110dfefbc8b236850110c7ca8811b5f799ed689d0acecbc805460ff191691151591909117815591519092507fd1dded0dc99bc05e1110dfefbc8b236850110c7ca8811b5f799ed689d0acecbd906200177f908262004e3d565b505060408051808201825260008082528251808401909352600e83526d436c61737369632053686164657360901b6020808501919091528083019384527f6a400b1508bfd84ab2f4cb067d6d74dc46f74cdae7efd8b2a2d990c9f037e4269091526001905280517fb4f333bc24849140e33a22c3c3547f41b866b04ac70c9847b6ef5537012e27c9805460ff191691151591909117815591519092507fb4f333bc24849140e33a22c3c3547f41b866b04ac70c9847b6ef5537012e27ca9062001849908262004e3d565b50506040805180820182526000808252825180840190935260048352635661706560e01b6020808501919091528083019384527f3e6bc8fc06a569840c9490f8122e6b7f08a7598486649b64477b5486023625169091526001905280517fb568486cb2fa7f7337ef0a4f72bdc73157c1042c72165630f64502b3c6b38cfd805460ff191691151591909117815591519092507fb568486cb2fa7f7337ef0a4f72bdc73157c1042c72165630f64502b3c6b38cfe9062001909908262004e3d565b505060408051808201825260008082528251808401909352600c83526b29b4b63b32b91021b430b4b760a11b6020808501919091528083019384527f2c382a7f1f32a6a2d0e9b0d378cb95e3dad70fe6909ff13888fe2a250bd10bb09091526001905280517f1d2cb5147ee6fc39351ffd3baa9c9b11dada9680c3fae4effaf20d71ea588ebd805460ff191691151591909117815591519092507f1d2cb5147ee6fc39351ffd3baa9c9b11dada9680c3fae4effaf20d71ea588ebe90620019d1908262004e3d565b5050604080518082018252600080825282518084019093526005835264536d696c6560d81b6020808501919091528083019384527f8968ce85cb55abb5d9f6f678baeeb565638b6bad5d9be0ea2e703a34f45935669091526001905280517f738ce4e244d143ab094c67dfebec0635c2e07d0f19107c0a4e5bb0abf8164ceb805460ff191691151591909117815591519092507f738ce4e244d143ab094c67dfebec0635c2e07d0f19107c0a4e5bb0abf8164cec9062001a92908262004e3d565b505060408051808201825260008082528251808401909352600a8352694269672053686164657360b01b6020808501919091528083019384527fc3075202748482832362d1b854d8274a38bf56c5ad38d418e590f46113ff10b19091526001905280517f9e1d3e415f1daff46663525191abd0251a3d1d132e395b2af20c7cb2a4a49de7805460ff191691151591909117815591519092507f9e1d3e415f1daff46663525191abd0251a3d1d132e395b2af20c7cb2a4a49de89062001b58908262004e3d565b505060408051808201825260008082528251808401909352600b83526a26b7b430bbb5902a3434b760a91b6020808501919091528083019384527f971f7c3d5d14436a3b5ef2d658445ea527464a6409bd5f9a44f3d72e30d1eba89091526001905280517f1dd80fddd1c3695ae1b60ceae24fa2f4f1c20ed58779d26a5f4f8de6ec2e7d69805460ff191691151591909117815591519092507f1dd80fddd1c3695ae1b60ceae24fa2f4f1c20ed58779d26a5f4f8de6ec2e7d6a9062001c1f908262004e3d565b50506040805180820182526000808252825180840190935260068352654265616e696560d01b6020808501919091528083019384527f1f7b5107846b1e32944ccf8aedeaa871fc859506f51e7d12d6e9ad594a4d76199091526001905280517f44d24117a6248c1fb4120679abf0e875d02d353b44fe50c077c479822e39fe6b805460ff191691151591909117815591519092507f44d24117a6248c1fb4120679abf0e875d02d353b44fe50c077c479822e39fe6c9062001ce1908262004e3d565b505060408051808201825260008082528251808401909352600383526204361760ec1b6020808501919091528083019384527fd35b2735e5fcc86991c8501996742b3b8c35772d92b69859de58ddd3559be46c9091526001905280517f3478e5f163db43b456caa7fd760dbcf46c126f1c79cbc6f0434e2ea7fbc5f3df805460ff191691151591909117815591519092507f3478e5f163db43b456caa7fd760dbcf46c126f1c79cbc6f0434e2ea7fbc5f3e09062001da0908262004e3d565b505060408051808201825260008082528251808401909352601083526f21b637bbb71022bcb2b99023b932b2b760811b6020808501919091528083019384527f2004722753f61acb2cefde9b14d2c01c6bcb589d749b4ea616b4e47d83fdb0569091526001905280517fa626a83c54a4025528f56eb0280da1abb123476d7e46b3c79fa2cc6941536290805460ff191691151591909117815591519092507fa626a83c54a4025528f56eb0280da1abb123476d7e46b3c79fa2cc69415362919062001e6c908262004e3d565b50506040805180820182526000808252825180840190935260128352714e6f726d616c20426561726420426c61636b60701b6020808501919091528083019384527f05a5afe13f23e20e6cebabae910a492c91f4b862c2e1a5822914be79ab519bd89091526001905280517f17b8c171b70774dfdc1e05a259fd5d2a1e41bd99b31bc4978f9ac0f6ad335891805460ff191691151591909117815591519092507f17b8c171b70774dfdc1e05a259fd5d2a1e41bd99b31bc4978f9ac0f6ad3358929062001f3a908262004e3d565b505060408051808201825260008082528251808401909352600c83526b4d65646963616c204d61736b60a01b6020808501919091528083019384527fac5194b2986dd9939aedf83029a6e0a1d7d482eb00a5dafa05fc0aaa9b6165829091526001905280517f1d83040542d7b60f2cb5333f872c6d000af90b404bd99318ec729b3b2a9504b5805460ff191691151591909117815591519092507f1d83040542d7b60f2cb5333f872c6d000af90b404bd99318ec729b3b2a9504b69062002002908262004e3d565b505060408051808201825260008082528251808401909352600c83526b139bdc9b585b081099585c9960a21b6020808501919091528083019384527ff94798c1aedb2dce1990e0dae94c15178ddd4229aff8031c9a5b7a77743a34d49091526001905280517f2ed4c5f7e31f65b73ace57dbf65dfcce3c429c2929d1b03621744007d1fee1c9805460ff191691151591909117815591519092507f2ed4c5f7e31f65b73ace57dbf65dfcce3c429c2929d1b03621744007d1fee1ca90620020ca908262004e3d565b50506040805180820182526000808252825180840190935260028352612b2960f11b6020808501919091528083019384527f15854f7a2b735373aa76722c01e2f289d8b18cb1a70575796be435e4ce55e57a9091526001905280517f4cc547f733c34b47943a881dc58434957c5ad92491330ab7d117702eb537d58b805460ff191691151591909117815591519092507f4cc547f733c34b47943a881dc58434957c5ad92491330ab7d117702eb537d58c9062002188908262004e3d565b505060408051808201825260008082528251808401909352600983526808af2ca40a0c2e8c6d60bb1b6020808501919091528083019384527fd91f640608a7c1b2b750276d97d603512a02f4b84ca13c875a585b12a24320c29091526001905280517fe5657b236eddaaa60eb7bb566ed4e4073a4eb19b5033d96d439d00de034749c5805460ff191691151591909117815591519092507fe5657b236eddaaa60eb7bb566ed4e4073a4eb19b5033d96d439d00de034749c6906200224d908262004e3d565b50506040805180820182526000808252825180840190935260098352682bb4b632102430b4b960b91b6020808501919091528083019384527f6bb15b5e619a28950bae0eb6a03f13daea1b430ef5ded0c5606b335f5b077cda9091526001905280517f3e91ce7953017ed78602d4aa6bc7a1a62eeb152a99c5ac9205476c2dd30ca8b8805460ff191691151591909117815591519092507f3e91ce7953017ed78602d4aa6bc7a1a62eeb152a99c5ac9205476c2dd30ca8b99062002312908262004e3d565b5050604080518082018252600080825282518084019093526007835266151bdc0812185d60ca1b6020808501919091528083019384527f7a8b4abb14bfe7b505902c23a9c4e59e5a70c7daf6e28a5f83049c13142cde5e9091526001905280517f66bc9a45e2827fe9352597fdb0f6b3c653494a1585660575db655bff57f04d8d805460ff191691151591909117815591519092507f66bc9a45e2827fe9352597fdb0f6b3c653494a1585660575db655bff57f04d8e90620023d5908262004e3d565b505060408051808201825260008082528251808401909352600783526642616e64616e6160c81b6020808501919091528083019384527f72efa89c7645580b2d0d03f51f1a2b64a425844a5cd69f1b3bb6609a4a06e47f9091526001905280517f58196c23bb88d6532cbc5199a5a74e47d6bae6be73099ca3c942a32fd9a2012d805460ff191691151591909117815591519092507f58196c23bb88d6532cbc5199a5a74e47d6bae6be73099ca3c942a32fd9a2012e9062002498908262004e3d565b505060408051808201825260008082528251808401909352600a83526948616e646c656261727360b01b6020808501919091528083019384527ffc1c0134d4441a1d7c81368f23d7dfcdeab3776687073c12af9d268e00d6c0a89091526001905280517f82a6ffe119ba3e4fd4bda856a7bc21b6b0cc8d4276b12800e1fe81571e679800805460ff191691151591909117815591519092507f82a6ffe119ba3e4fd4bda856a7bc21b6b0cc8d4276b12800e1fe81571e679801906200255e908262004e3d565b505060408051808201825260008082528251808401909352600b83526a23393ab6b83c902430b4b960a91b6020808501919091528083019384527f6ced067c29d04b367c1f3cb5e7721ad5a662f5e338ee3e10c7d64d9d109ed6069091526001905280517fb6118bac9bc70bce8560b66dd28ae8e610f2c7fe50f6d7b63cc4f3493d73c594805460ff191691151591909117815591519092507fb6118bac9bc70bce8560b66dd28ae8e610f2c7fe50f6d7b63cc4f3493d73c5959062002625908262004e3d565b505060408051808201825260008082528251808401909352600a83526921b930bd3c902430b4b960b11b6020808501919091528083019384527f66a6c35fd6db8b93449f29befe26e2e4bcb09799d56216ada0ef901c53cf439f9091526001905280517f306d87b884e051c1631bb5f0d8e7c08a346c95dde04c2da7093f7acec634581a805460ff191691151591909117815591519092507f306d87b884e051c1631bb5f0d8e7c08a346c95dde04c2da7093f7acec634581b90620026eb908262004e3d565b505060408051808201825260008082528251808401909352600a8352690506f6c696365204361760b41b6020808501919091528083019384527f85c5daead3bc85feb0d62d1f185f82fdc2627bdbc7f1f2ffed1c721c6fcc4b4d9091526001905280517f0e0a87ed6e985ba7ef6c3f18a4acaadf82bfe6e1d2ff45312f22b21b6e7f8a46805460ff191691151591909117815591519092507f0e0a87ed6e985ba7ef6c3f18a4acaadf82bfe6e1d2ff45312f22b21b6e7f8a4790620027b1908262004e3d565b505060408051808201825260008082528251808401909352600a835269084eac6d640a8cacae8d60b31b6020808501919091528083019384527f3d1f5637dfc56d4147818053fdcc0c0a35886121b7e4fc1a7cff584e4bb6414f9091526001905280517f7538bd8c1d18d79c20b98907674d188d0aa20da41a77605cec00c5e4c650acfa805460ff191691151591909117815591519092507f7538bd8c1d18d79c20b98907674d188d0aa20da41a77605cec00c5e4c650acfb9062002877908262004e3d565b5050604080518082018252600080825282518084019093526006835265446f2d72616760d01b6020808501919091528083019384527f64b53b34ebe074820dbda2f80085c52f209d5eba6c783abdae0a19950f0787ec9091526001905280517fb39b85ca9a4036b36e5177c9814f663d2fc0222c80759afbe93ddeb5d784a5f0805460ff191691151591909117815591519092507fb39b85ca9a4036b36e5177c9814f663d2fc0222c80759afbe93ddeb5d784a5f19062002939908262004e3d565b505060408051808201825260008082528251808401909352600b83526a119c9bdb9d081099585c9960aa1b6020808501919091528083019384527f833ca1b7f8f2ce28f7003fb78b72e259d5a484b13477ad8212edb844217225ac9091526001905280517f84ff49c06a5e7c22b3770b33efd3a896af5b1575e4b869bd654eed85494f533d805460ff191691151591909117815591519092507f84ff49c06a5e7c22b3770b33efd3a896af5b1575e4b869bd654eed85494f533e9062002a00908262004e3d565b505060408051808201825260008082528251808401909352600583526453706f747360d81b6020808501919091528083019384527f44c2482a71c9d39dac1cf9a7daf6de80db79735c0042846cb9d47f85ccc3ba9b9091526001905280517f791f225cadcb59014635f0869ebd8e86b1b1a0632cd0032c6ae1105c03609d53805460ff191691151591909117815591519092507f791f225cadcb59014635f0869ebd8e86b1b1a0632cd0032c6ae1105c03609d549062002ac1908262004e3d565b5050604080518082018252600080825282518084019093526009835268109a59c81099585c9960ba1b6020808501919091528083019384527f4acd7797c5821ccc56add3739a55bcfd4e4cfd72b30274ec6c156b6c1d9185eb9091526001905280517fe76a167e78310a885f7c9394c55866c6e3a3d5a3da47f051444abbc6eaead8ee805460ff191691151591909117815591519092507fe76a167e78310a885f7c9394c55866c6e3a3d5a3da47f051444abbc6eaead8ef9062002b86908262004e3d565b505060408051808201825260008082528251808401909352600c83526b2b30b6b834b932902430b4b960a11b6020808501919091528083019384527fc0ac7bb45040825a6d9a997dc99a6ec94027d27133145018c0561b880ecdb3899091526001905280517f5fe7b81784c7be478577890b28348de683fe66b287ebc429befa1a2c67f8d130805460ff191691151591909117815591519092507f5fe7b81784c7be478577890b28348de683fe66b287ebc429befa1a2c67f8d1319062002c4e908262004e3d565b505060408051808201825260008082528251808401909352600a8352695065616b205370696b6560b01b6020808501919091528083019384527fa756817780c8e400f79cdd974270d70e0cd172aa662d7cf7c9fe0b63a4a71d959091526001905280517f3c4ab7b4102fa8c0a1e02bb92b8301c0674ad8a0126be36d0ceed806dacddc7e805460ff191691151591909117815591519092507f3c4ab7b4102fa8c0a1e02bb92b8301c0674ad8a0126be36d0ceed806dacddc7f9062002d14908262004e3d565b505060408051808201825260008082528251808401909352600983526804368696e73747261760bc1b6020808501919091528083019384527f71c5ce05a579f7a6bbc9fb7517851ae9394c8cb6e4fcad99245ce296b6a3c5419091526001905280517f43de9c68892cc3417a26d90ca205dedf0871b841cddf58c6cbc47592c9d744c9805460ff191691151591909117815591519092507f43de9c68892cc3417a26d90ca205dedf0871b841cddf58c6cbc47592c9d744ca9062002dd9908262004e3d565b50506040805180820182526000808252825180840190935260068352654665646f726160d01b6020808501919091528083019384527f283597377fbec1d21fb9d58af5fa0c43990b1f7c2fc6168412ceb4837d9bf86c9091526001905280517f813f3390623b00a585afc435dcfbc0a0e6d6911ad4677393765bf5ae4e04e350805460ff191691151591909117815591519092507f813f3390623b00a585afc435dcfbc0a0e6d6911ad4677393765bf5ae4e04e3519062002e9b908262004e3d565b505060408051808201825260008082528251808401909352600783526645617272696e6760c81b6020808501919091528083019384527fbb1f372f67259011c2e9e7346c8a03a11f260853a1fe248ddd295402197887479091526001905280517f44b69d30144826404282acceb8fa65f00edd7ddb7ff6cc22794c4fa2d4a03da3805460ff191691151591909117815591519092507f44b69d30144826404282acceb8fa65f00edd7ddb7ff6cc22794c4fa2d4a03da49062002f5e908262004e3d565b5050604080518082018252600080825282518084019093526012835271486f726e65642052696d20476c617373657360701b6020808501919091528083019384527fd5de5c20969a9e22f93842ca4d65bac0c0387225cee45a944a14f03f9221fd4a9091526001905280517facc73ba8a2183d40afb90a04df38f30dbd32964d0317c16090b537315c37d99f805460ff191691151591909117815591519092507facc73ba8a2183d40afb90a04df38f30dbd32964d0317c16090b537315c37d9a0906200302c908262004e3d565b50506040805180820182526000808252825180840190935260088352671219585918985b9960c21b6020808501919091528083019384527fb040fea53c68833d052aa3e7c8552b04390371501b9976c938d3bd8ec66e47349091526001905280517f5fc04cb7902dc6178455601f9dd65e224c797d35a8889f18665494eeedb73c78805460ff191691151591909117815591519092507f5fc04cb7902dc6178455601f9dd65e224c797d35a8889f18665494eeedb73c7990620030f0908262004e3d565b50506040805180820182526000808252825180840190935260048352635069706560e01b6020808501919091528083019384527f74ca947c09f7b62348c4f3c81b91973356ec81529d6220ff891012154ce517c79091526001905280517f47a13cedc107224838bf4e87b16719f3844a2e632ae5872a7d627d5b5d773497805460ff191691151591909117815591519092507f47a13cedc107224838bf4e87b16719f3844a2e632ae5872a7d627d5b5d77349890620031b0908262004e3d565b505060408051808201825260008082528251808401909352600a83526926b2b9b9bc902430b4b960b11b6020808501919091528083019384527f30146eda149865d57c6ae9dac707d809120563fadb039d7bca3231041bea6b2e9091526001905280517fa33b0159152d605d99005b62d0c8554d7421831e4d28cee57310423d1ca51ec0805460ff191691151591909117815591519092507fa33b0159152d605d99005b62d0c8554d7421831e4d28cee57310423d1ca51ec19062003276908262004e3d565b505060408051808201825260008082528251808401909352601083526f46726f6e74204265617264204461726b60801b6020808501919091528083019384527f8394d1b7af0d52a25908dc9123cc00aa0670debcac95a76c3e9a20dd6c7e7c239091526001905280517f914d10ad227f697963f5a81a8f3103511640da342e73737a10c1b900ded92b3e805460ff191691151591909117815591519092507f914d10ad227f697963f5a81a8f3103511640da342e73737a10c1b900ded92b3f9062003342908262004e3d565b5050604080518082018252600080825282518084019093526006835265486f6f64696560d01b6020808501919091528083019384527feb787e7727b2d8d912a02d9ad4c30c964b40f4cebe754bb4d3bfb09959565c919091526001905280517f1e16f8afaaab81e6c6f6b8085957921fdd86e9099d4935bfb86de138cfbd496b805460ff191691151591909117815591519092507f1e16f8afaaab81e6c6f6b8085957921fdd86e9099d4935bfb86de138cfbd496c9062003404908262004e3d565b505060408051808201825260008082528251808401909352600a83526923b7b6321021b430b4b760b11b6020808501919091528083019384527f6a36bcf4268827203e8a3f374b49c1ff69b62623e234e96858ff0f2d32fbf2689091526001905280517f7d6a2fcaba9e8003b97a80311c9f4a20c2c299917e9cf2c46cbe99f56206942d805460ff191691151591909117815591519092507f7d6a2fcaba9e8003b97a80311c9f4a20c2c299917e9cf2c46cbe99f56206942e90620034ca908262004e3d565b505060408051808201825260008082528251808401909352600b83526a4d7574746f6e63686f707360a81b6020808501919091528083019384527f2f237bd68c6e318a6d0aa26172032a8a73a5e0e968ad3d74ef1178e64d209b489091526001905280517f65b6a0897313f3067cc7bcc25ade1a38efd3422841ffbe94f5c8cbae894e115e805460ff191691151591909117815591519092507f65b6a0897313f3067cc7bcc25ade1a38efd3422841ffbe94f5c8cbae894e115f9062003591908262004e3d565b505060408051808201825260008082528251808401909352600c83526b29ba3934b733bc902430b4b960a11b6020808501919091528083019384527fad07511765ae4becdc5300c486c7806cd661840b0670d0f6670e8c4014de37b09091526001905280517f61506493a2fd672775cbbaf33d2f90dd28f599c4565134d810e42cb40a2e8851805460ff191691151591909117815591519092507f61506493a2fd672775cbbaf33d2f90dd28f599c4565134d810e42cb40a2e88529062003659908262004e3d565b5050604080518082018252600080825282518084019093526008835267457965204d61736b60c01b6020808501919091528083019384527f49e0947b696384a658eeca7f5746ffbdd90a5f5526f8d15e6396056b7a0dc8af9091526001905280517fae72cff2f919e5d34d89685fd7eb7ff6bf461ba57781ad1798be3ae1f397b1e8805460ff191691151591909117815591519092507fae72cff2f919e5d34d89685fd7eb7ff6bf461ba57781ad1798be3ae1f397b1e9906200371d908262004e3d565b505060408051808201825260008082528251808401909352600a835269334420476c617373657360b01b6020808501919091528083019384527fc1695b389d89c71dc7afd5111f17f6540b3a28261e4d2bf5631c1484f322fc689091526001905280517f9541aadfa6443955168165c976fc019f36141ca96b029afb41854a777a984a5f805460ff191691151591909117815591519092507f9541aadfa6443955168165c976fc019f36141ca96b029afb41854a777a984a6090620037e3908262004e3d565b505060408051808201825260008082528251808401909352600f83526e436c6f776e204579657320426c756560881b6020808501919091528083019384527f09c36cad1064f6107d2e3bef439f87a16c8ef2e95905a827b2ce7f111dd801d79091526001905280517faf42e0238b7e264c65ba853693771ba770d31045fb47bc5e5be90343c6a1e674805460ff191691151591909117815591519092507faf42e0238b7e264c65ba853693771ba770d31045fb47bc5e5be90343c6a1e67590620038ae908262004e3d565b50506040805180820182526000808252825180840190935260068352654d6f6861776b60d01b6020808501919091528083019384527feb92e34266f6fa01c275db8379f6a521f15ab6f96297fe3266df2fe6b0e1422e9091526001905280517fe7831b6c1f085ea032e78a1dbf3d5580fd6ba8bc78cd398847d4e56399eeb08d805460ff191691151591909117815591519092507fe7831b6c1f085ea032e78a1dbf3d5580fd6ba8bc78cd398847d4e56399eeb08e9062003970908262004e3d565b505060408051808201825260008082528251808401909352600c83526b141a5b1bdd0812195b1b595d60a21b6020808501919091528083019384527f1892c4c9cf47baf2c613f184114519fe8208c2bebabb732405aeac1c3031dc2b9091526001905280517f16e260437b8700a8962966da203bfd53e6119c1a17299bde392148e50d648838805460ff191691151591909117815591519092507f16e260437b8700a8962966da203bfd53e6119c1a17299bde392148e50d6488399062003a38908262004e3d565b505060408051808201825260008082528251808401909352600a83526915185cdcdb194812185d60b21b6020808501919091528083019384527f250be814c80d8ca10bbef531b679392db8221a6fab289a6b5e637df663f486999091526001905280517f468ba0280a1937bf95d3337195bb4be3643b9ef514399d2cfe039d7886a4a79b805460ff191691151591909117815591519092507f468ba0280a1937bf95d3337195bb4be3643b9ef514399d2cfe039d7886a4a79c9062003afe908262004e3d565b505060408051808201825260008082528251808401909352600c83526b486f74204c6970737469636b60a01b6020808501919091528083019384527fcd87356aa78c4fcb95e51f57578570d377440e347e0869cf1b4749d5a26340b59091526001905280517f1ddf676977bda21e7d24ebd3efd1160fba23660da3509541bbd7a3d2c6401d2c805460ff191691151591909117815591519092507f1ddf676977bda21e7d24ebd3efd1160fba23660da3509541bbd7a3d2c6401d2d9062003bc6908262004e3d565b505060408051808201825260008082528251808401909352600f83526e426c75652045796520536861646f7760881b6020808501919091528083019384527f4fa682c6066fcc513a0511418aa85a0037ac59a899e9491c512b63e253697a8c9091526001905280517ff25422b55777d7aad7d42fb1c073b8e30bffd6433eec9f937e523a1ca13f2d55805460ff191691151591909117815591519092507ff25422b55777d7aad7d42fb1c073b8e30bffd6433eec9f937e523a1ca13f2d569062003c91908262004e3d565b505060408051808201825260008082528251808401909352601283527153747261696768742048616972204461726b60701b6020808501919091528083019384527f36f07f03014f047728880d9f390629140a5e7c44477290695c4c1ddda356d3659091526001905280517fb4803bde8b8dbcf4e54b72e0fbcecf8810390bbe912dc0a3a68d2a0c6cce5238805460ff191691151591909117815591519092507fb4803bde8b8dbcf4e54b72e0fbcecf8810390bbe912dc0a3a68d2a0c6cce52399062003d5f908262004e3d565b505060408051808201825260008082528251808401909352600683526521b437b5b2b960d11b6020808501919091528083019384527f68107f52c261820bd73e4046eb3fb5d5a1e0926611562c07054a3b89334cef349091526001905280517f49cc5a3e7c0c2158b0ac3d7dffd0b9c5011f67d35d624ad020b423e8ec6ad22f805460ff191691151591909117815591519092507f49cc5a3e7c0c2158b0ac3d7dffd0b9c5011f67d35d624ad020b423e8ec6ad2309062003e21908262004e3d565b505060408051808201825260008082528251808401909352600b83526a57696c6420426c6f6e646560a81b6020808501919091528083019384527fd395cf4acda004fbc9963f85c65bf3f190c2aceb0744a535d543bc261caf6ff09091526001905280517fa36dac118478a403d506cc647fc94b5926a63a57c4048abf4c78dd30d4ed7109805460ff191691151591909117815591519092507fa36dac118478a403d506cc647fc94b5926a63a57c4048abf4c78dd30d4ed710a9062003ee8908262004e3d565b505060408051808201825260008082528251808401909352600f83526e2bb4b632102bb434ba32902430b4b960891b6020808501919091528083019384527fbad0fc475e9d35de67c426fc37eebb7fa38141bc2135fabd5504a911e1b055409091526001905280517fc34d1765aa01831f300c8daae70d6ebc47ac5f600d6846abbc6b7740bf71c025805460ff191691151591909117815591519092507fc34d1765aa01831f300c8daae70d6ebc47ac5f600d6846abbc6b7740bf71c0269062003fb3908262004e3d565b5050604080518082018252600080825282518084019093526005835264546961726160d81b6020808501919091528083019384527fd10bc0475e2a0eea9f6aca91e6e82c6416f894f27fc26bb0735f29b84c54a3e69091526001905280517f329f8ff9c65236ad1bec5f49280d3fb8657bbe54728381ad10c91359b2b182e6805460ff191691151591909117815591519092507f329f8ff9c65236ad1bec5f49280d3fb8657bbe54728381ad10c91359b2b182e79062004074908262004e3d565b505060408051808201825260008082528251808401909352600b83526a4f72616e6765205369646560a81b6020808501919091528083019384527fa0a2010e841ab7b343263c98f47a16b88656913e1353d96914f5fe492511893f9091526001905280517ff5ba78f724c97049324148eca3a531372d3b1fb9f5fb604730a924645fa6f6a9805460ff191691151591909117815591519092507ff5ba78f724c97049324148eca3a531372d3b1fb9f5fb604730a924645fa6f6aa906200413b908262004e3d565b505060408051808201825260008082528251808401909352600a835269526564204d6f6861776b60b01b6020808501919091528083019384527f0e6769a10f786458ca82b57684746fe8899e35f7772543acb6a8869c4ac780cd9091526001905280517f658bd3d8bbb4777c0d1dd0d9d9712ad6efa25dfbf73e47f73e3ecf6818a55dff805460ff191691151591909117815591519092507f658bd3d8bbb4777c0d1dd0d9d9712ad6efa25dfbf73e47f73e3ecf6818a55e009062004201908262004e3d565b5050604080518082018252600080825282518084019093526011835270507572706c652045796520536861646f7760781b6020808501919091528083019384527f1004d2d00ccf8794739c7b7cbbe6048841f4c8af046b37d59e9a801a167544e29091526001905280517f4ba9f82c43e33caab5951edb0237373a501de45e1a67c85e40465559d34ee9df805460ff191691151591909117815591519092507f4ba9f82c43e33caab5951edb0237373a501de45e1a67c85e40465559d34ee9e090620042ce908262004e3d565b50506040805180820182526000808252825180840190935260098352682230b935902430b4b960b91b6020808501919091528083019384527f629e82a55845ea763431647fcaecfb232e275a36d8427f2568377864193801cb9091526001905280517f87c81960e1c60acb4135aef1f7ff694f17183debd7ca70932a82e3ff17099df4805460ff191691151591909117815591519092507f87c81960e1c60acb4135aef1f7ff694f17183debd7ca70932a82e3ff17099df59062004393908262004e3d565b505060408051808201825260008082528251808401909352600c83526b109b1bdb99194814da1bdc9d60a21b6020808501919091528083019384527fcd3633a5e96d615b834e90e67029f7f9f507b832e1cb263a29685b8e25f678cf9091526001905280517ff14f247f697f4b3cc98618f9a85fe72f26f0cbe98131e83bbfe3153b8e1cebab805460ff191691151591909117815591519092507ff14f247f697f4b3cc98618f9a85fe72f26f0cbe98131e83bbfe3153b8e1cebac906200445b908262004e3d565b505060408051808201825260008082528251808401909352600f83526e507572706c65204c6970737469636b60881b6020808501919091528083019384527fe81a9c78c0ec4339dc6772f1b9bbf406b53063f8408a91fe29f63ba1c2bc7b5a9091526001905280517f7c9501106a3341d932f8821bbaac55628f01435b699b9d85f491c3f2ac8ed1ef805460ff191691151591909117815591519092507f7c9501106a3341d932f8821bbaac55628f01435b699b9d85f491c3f2ac8ed1f09062004526908262004e3d565b50506040805180820182526000808252825180840190935260088352675069677461696c7360c01b6020808501919091528083019384527fe11278d6c191c8199a5b8bb49be7f806b837a9811195c903d844a74c4c4a704e9091526001905280517f8f7e3db44bf8cae5959c62ec3d342f3d21aa897d4be226d90ffa62e2d57b46d4805460ff191691151591909117815591519092507f8f7e3db44bf8cae5959c62ec3d342f3d21aa897d4be226d90ffa62e2d57b46d590620045ea908262004e3d565b505060408051808201825260008082528251808401909352601483527f5374726169676874204861697220426c6f6e64650000000000000000000000006020808501919091528083019384527f411ec1566affa22bd67b13a7c49ac060c018e1c806cd314cd2186118dd55e1299091526001905280517f45d6987756c2735a882da76a4d0affade1e9c5ec538df2182a718675b3836a80805460ff191691151591909117815591519092507f45d6987756c2735a882da76a4d0affade1e9c5ec538df2182a718675b3836a8190620046c3908262004e3d565b505060408051808201825260008082528251808401909352600f83526e57656c64696e6720476f67676c657360881b6020808501919091528083019384527f1868a04ecae06e10c5b6dcbbed4befac1ed03dda2cf86ddbd855466cc588809f9091526001905280517f140aafc41148037f46f583c7bd5bba25613ff5ea50e5ac8987fefb424dc36535805460ff191691151591909117815591519092507f140aafc41148037f46f583c7bd5bba25613ff5ea50e5ac8987fefb424dc36536906200478e908262004e3d565b505060408051808201825260008082528251808401909352600d83526c141a5b9ac815da5d1a0812185d609a1b6020808501919091528083019384527f3511b04ac6a3d46305172269904dc469a40f380a4e7afa8742ce6e6a44825c4a9091526001905280517f639bf13f93931f249d20aa8de167f273c2f2a061e1ee405b85a072a136de2563805460ff191691151591909117815591519092507f639bf13f93931f249d20aa8de167f273c2f2a061e1ee405b85a072a136de25649062004857908262004e3d565b505060408051808201825260008082528251808401909352600a835269213637b73232902137b160b11b6020808501919091528083019384527f2857e47dcac3b744dd7d41617ce362f1dd3ae8eb836685cc18338714205b036c9091526001905280517fb60b227926a7352582c13a53fc8d42c92626a95d1a989c6d38bc0aebebb9c1a9805460ff191691151591909117815591519092507fb60b227926a7352582c13a53fc8d42c92626a95d1a989c6d38bc0aebebb9c1aa906200491d908262004e3d565b505060408051808201825260008082528251808401909352601083526f477265656e2045796520536861646f7760801b6020808501919091528083019384527f2e9a5434da70e5ea2ed439b3a33aac60bd252c92698c1ba37e9ed77f975c6cab9091526001905280517f82dbd8c335a9a76b5cc236a847db4cad861b735a8d43b0f40f5d2658cab0a0ac805460ff191691151591909117815591519092507f82dbd8c335a9a76b5cc236a847db4cad861b735a8d43b0f40f5d2658cab0a0ad90620049e9908262004e3d565b505060408051808201825260008082528251808401909352600d83526c29ba3930b4b3b43a102430b4b960991b6020808501919091528083019384527f8c0e60b85ff0f8be1a87b28ae066a63dcc3c02589a213b0856321a73882515f99091526001905280517f7b9936330552510d2795fbd5152e94605e10ae8d9b23fbcb6cb48e7fab7e54cd805460ff191691151591909117815591519092507f7b9936330552510d2795fbd5152e94605e10ae8d9b23fbcb6cb48e7fab7e54ce9062004ab2908262004e3d565b505060408051808201825260008082528251808401909352600b83526a12185b198814da185d995960aa1b6020808501919091528083019384527fe651be5dd43261e6e9c1098ec114ab5c44e7cb07377dc674336f1b3d34428fe49091526001905280517fad4f125a2329736c9a9d2c931d52eea85362eb428ac557da633f89aa86124929805460ff191691151591909117815591519092507fad4f125a2329736c9a9d2c931d52eea85362eb428ac557da633f89aa8612492a9062004b79908262004e3d565b505060408051808201825260008082528251808401909352600e83526d426c61636b204c6970737469636b60901b6020808501919091528083019384527f1cd064e6db4e7c5180ccf5f2afe1370c6539b525fe3bea9c358f24a7cbdb50ad9091526001905280517fae0b3f3f14e69a06dd7289372fc01958a8a33b62d639a885c7c7576da1e465a7805460ff191691151591909117815591519092507fae0b3f3f14e69a06dd7289372fc01958a8a33b62d639a885c7c7576da1e465a89062004c43908262004e3d565b50905050505050505050505062004f09565b600b80546001600160a01b038381166001600160a01b031983168117909355604080519190921680825260208201939093527f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0910160405180910390a15050565b80516001600160a01b038116811462004cce57600080fd5b919050565b805163ffffffff8116811462004cce57600080fd5b600080600080600080600080610100898b03121562004d0657600080fd5b62004d118962004cb6565b975062004d2160208a0162004cd3565b965062004d3160408a0162004cd3565b9550606089015161ffff8116811462004d4957600080fd5b945062004d5960808a0162004cb6565b935062004d6960a08a0162004cb6565b925062004d7960c08a0162004cb6565b915062004d8960e08a0162004cd3565b90509295985092959890939650565b634e487b7160e01b600052604160045260246000fd5b600181811c9082168062004dc357607f821691505b60208210810362004de457634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111562004e3857600081815260208120601f850160051c8101602086101562004e135750805b601f850160051c820191505b8181101562004e345782815560010162004e1f565b5050505b505050565b81516001600160401b0381111562004e595762004e5962004d98565b62004e718162004e6a845462004dae565b8462004dea565b602080601f83116001811462004ea9576000841562004e905750858301515b600019600386901b1c1916600185901b17855562004e34565b600085815260208120601f198616915b8281101562004eda5788860151825594840194600190910190840162004eb9565b508582101562004ef95787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60805160a05160c05160e05161010051610120516101405161016051615eb062004f99600039600081816124310152612880015260008181610d3d015281816115ee01526128c4015260008181611089015261290a0152600061365d0152600061350f01526000613627015260006135b0015260008181610ed801528181610fad01526111260152615eb06000f3fe6080604052600436106101fb5760003560e01c806301ffc9a7146104545780630473cc371461048957806306fdde03146104c4578063081812fc14610508578063095ea7b31461054e57806309df30ec1461056e5780630aab882e1461059b5780630e76141f146105bb5780630eb4d8e6146105db578063150b7a02146105fb57806318160ddd14610634578063237c31d31461064957806323b872dd146106695780632a870d54146106895780632dabbeed146106a95780632f745c59146106c957806342842e0e146106e957806345dc3dd814610709578063489a971b146107295780634f6ccce71461073f5780635409ac9a1461075f578063573b5ea0146107975780635ec0e2f5146107ac5780636352211e146107cc578063686601ec146107ec578063708a03021461080c57806370a082311461082c578063715018a61461084c57806372c8e210146108615780638da5cb5b146108915780638f1dd809146108af57806395d89b41146108cf57806398e36d8b14610900578063a22cb4651461098d578063ae2fcf80146109ad578063b88d4fde146109cd578063bf81bf43146109ed578063c23f85d614610a0d578063c4dc94e914610a40578063c87b56dd14610a60578063d45f10f214610a80578063e985e9c514610ab6578063eed4ed3914610ad6578063f46eccc414610aec57600080fd5b3661044f57336000908152600960205260409020546001600160401b031615600181146102635760405162461bcd60e51b81526020600482015260116024820152701a5908185b1c9958591e481b5a5b9d1959607a1b60448201526064015b60405180910390fd5b60008060009054906101000a90046001600160a01b03166001600160a01b031663b82a4d5c6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102db9190613d60565b90508034101561031e5760405162461bcd60e51b815260206004820152600e60248201526d0dcdee840cadcdeeaced0408aa8960931b604482015260640161025a565b60005460405163ef5909cb60e01b8152336004820152600160248201819052604482015283151560648201526001600160a01b039091169063ef5909cb90839060840160006040518083038185885af115801561037f573d6000803e3d6000fd5b50505050506040513d6000823e601f3d908101601f191682016040526103a89190810190613de2565b505050508034111561044d576000336103c18334613ea8565b604051600081818185875af1925050503d80600081146103fd576040519150601f19603f3d011682016040523d82523d6000602084013e610402565b606091505b505090508061044b5760405162461bcd60e51b81526020600482015260156024820152746661696c656420746f2073656e64206368616e676560581b604482015260640161025a565b505b005b600080fd5b34801561046057600080fd5b5061047461046f366004613ed4565b610b22565b60405190151581526020015b60405180910390f35b34801561049557600080fd5b506104b66104a4366004613f06565b60046020526000908152604090205481565b604051908152602001610480565b3480156104d057600080fd5b50604080518082019091526012815271456d706c6f7965652049442042616467657360701b60208201525b6040516104809190613f73565b34801561051457600080fd5b50610541610523366004613f86565b6000908152600660205260409020600301546001600160a01b031690565b6040516104809190613f9f565b34801561055a57600080fd5b5061044d610569366004613fb3565b610baa565b34801561057a57600080fd5b5061058e610589366004613f86565b610c90565b6040516104809190614017565b3480156105a757600080fd5b5061044d6105b636600461403a565b610ed6565b3480156105c757600080fd5b5061044d6105d6366004613f86565b611283565b3480156105e757600080fd5b506104b66105f6366004613f06565b6112f0565b34801561060757600080fd5b5061061b61061636600461407c565b61134a565b6040516001600160e01b03199091168152602001610480565b34801561064057600080fd5b506007546104b6565b34801561065557600080fd5b5061044d610664366004613f06565b61139a565b34801561067557600080fd5b5061044d610684366004614125565b6114ac565b34801561069557600080fd5b50600054610541906001600160a01b031681565b3480156106b557600080fd5b5061044d6106c4366004613f86565b611509565b3480156106d557600080fd5b506104b66106e4366004613fb3565b61183b565b3480156106f557600080fd5b5061044d610704366004614125565b611917565b34801561071557600080fd5b5061044d610724366004613f86565b6119a6565b34801561073557600080fd5b506104b660075481565b34801561074b57600080fd5b506104b661075a366004613f86565b6119d5565b34801561076b57600080fd5b50600d5461077f906001600160401b031681565b6040516001600160401b039091168152602001610480565b3480156107a357600080fd5b5061044d6119fc565b3480156107b857600080fd5b506104fb6107c7366004613f86565b611ab5565b3480156107d857600080fd5b506105416107e7366004613f86565b611b98565b3480156107f857600080fd5b506104b6610807366004613f06565b611c12565b34801561081857600080fd5b5061044d610827366004613f06565b611c4d565b34801561083857600080fd5b506104b6610847366004613f06565b611d05565b34801561085857600080fd5b5061044d611d49565b34801561086d57600080fd5b5061088161087c366004614178565b611d6c565b60405161048094939291906142e8565b34801561089d57600080fd5b50600b546001600160a01b0316610541565b3480156108bb57600080fd5b5061044d6108ca366004613f86565b6120c1565b3480156108db57600080fd5b50604080518082019091526008815267454d504c4f59454560c01b60208201526104fb565b34801561090c57600080fd5b5061097a61091b366004613f86565b600660205260009081526040902080546001820154600283015460038401546004909401546001600160a01b039384169492841693919291821691600160a01b90046001600160401b039081169190811690600160401b900460ff1687565b6040516104809796959493929190614338565b34801561099957600080fd5b5061044d6109a836600461438f565b61227a565b3480156109b957600080fd5b5061044d6109c8366004614408565b6122e6565b3480156109d957600080fd5b5061044d6109e836600461407c565b6123a6565b3480156109f957600080fd5b5061058e610a08366004613f86565b6123db565b348015610a1957600080fd5b50610a2d610a28366004613f06565b612675565b6040516104809796959493929190614449565b348015610a4c57600080fd5b5061044d610a5b366004614408565b612a3c565b348015610a6c57600080fd5b506104fb610a7b366004613f86565b612b98565b348015610a8c57600080fd5b50610541610a9b366004613f86565b6005602052600090815260409020546001600160a01b031681565b348015610ac257600080fd5b50610474610ad13660046144e0565b612d4e565b348015610ae257600080fd5b506104b6600c5481565b348015610af857600080fd5b5061077f610b07366004613f06565b6009602052600090815260409020546001600160401b031681565b60006001600160e01b031982166380ac58cd60e01b1480610b5357506001600160e01b03198216635b5e139f60e01b145b80610b6e57506001600160e01b031982166301ffc9a760e01b145b80610b8957506001600160e01b0319821663780e9d6360e01b145b80610ba457506001600160e01b03198216630a85bd0160e11b145b92915050565b6007548110610bcb5760405162461bcd60e51b815260040161025a90614519565b6000818152600660205260409020600101546001600160a01b031633811480610bf95750610bf98133612d4e565b610c455760405162461bcd60e51b815260206004820152601d60248201527f616374696f6e206f6e20746f6b656e206e6f74207065726d6974746564000000604482015260640161025a565b60008281526006602052604080822060030180546001600160a01b0319166001600160a01b038716908117909155905184923391600080516020615dd58339815191529190a4505050565b60008181526006602052604081206004810154600160401b900460ff166002816003811115610cc157610cc1613fdf565b14610cde5760405162461bcd60e51b815260040161025a90614545565b6000848152600560205260409020546001600160a01b0316338114610d365760405162461bcd60e51b815260206004820152600e60248201526d3737ba103cb7bab9103a37b5b2b760911b604482015260640161025a565b60038301547f000000000000000000000000000000000000000000000000000000000000000063ffffffff1690610d7d90600160a01b90046001600160401b031643613ea8565b1015610db85760405162461bcd60e51b815260206004820152600a602482015269074696d652069732075760b41b604482015260640161025a565b6000610dca610e0f8388600c54612d7c565b60008054604051630803642d60e31b815292935090916001600160a01b039091169063401b216890610e00908690600401613f9f565b6040805180830381865afa158015610e1c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e40919061456c565b50905081811015610e635760405162461bcd60e51b815260040161025a90614590565b60048501805460ff60401b1916600160401b17905560405133908890600080516020615cf583398151915290610e9e906002906001906145ba565b60405180910390a35050506000938452506005602052604090922080546001600160a01b031916905550600c54600290910155600190565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166319ad317d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f5891906145d5565b6001600160a01b0316336001600160a01b031614610fa95760405162461bcd60e51b815260206004820152600e60248201526d6e65656420746f2062652043454f60901b604482015260640161025a565b60147f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316633fd2c5856040518163ffffffff1660e01b8152600401602060405180830381865afa158015611009573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061102d9190613d60565b0343116110745760405162461bcd60e51b81526020600482015260156024820152743732b2b2103a379031329021a2a7903637b733b2b960591b604482015260640161025a565b600d546001600160401b0390811663ffffffff7f000000000000000000000000000000000000000000000000000000000000000016011643116110ec5760405162461bcd60e51b815260206004820152601060248201526f77616974206d6f726520626c6f636b7360801b604482015260640161025a565b600d80546001600160401b031916436001600160401b0316179055600c54612710900460fa02600082156111f25781600c540190506127107f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316635e266fbe6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611182573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111a69190613d60565b816111b3576111b36145f2565b048111156111ed5760405162461bcd60e51b8152602060048201526007602482015266746f6f2062696760c81b604482015260640161025a565b611240565b81600c54039050670de0b6b3a764000081116112405760405162461bcd60e51b815260206004820152600d60248201526c1b5a5b881d1bdbc81cdb585b1b609a1b604482015260640161025a565b600c81905560408051828152602081018490527f389ecfca54c5eb7fb82832b846ed5ff315f1443f493bd22d1a0db5e58bda79fe910160405180910390a1505050565b600081815260066020526040902060018101546001600160a01b031633146112dd5760405162461bcd60e51b815260206004820152600d60248201526c36bab9ba1031329037bbb732b960991b604482015260640161025a565b50336000908152600a6020526040902055565b6001600160a01b0381166000908152600a6020526040812054808203610ba4576001600160a01b03831660009081526002602052604081205490036113385750600092915050565b61134383600061183b565b9392505050565b60003033036113615750630a85bd0160e11b611392565b60405162461bcd60e51b815260040161025a906020808252600490820152636e6f706560e01b604082015260600190565b949350505050565b6000546001600160a01b031633146113ec5760405162461bcd60e51b8152602060048201526015602482015274796f75206e65656420746f2062652073746f67696560581b604482015260640161025a565b600c5460006113fb838361305a565b60008054604051630803642d60e31b815292935090916001600160a01b039091169063401b216890611431908790600401613f9f565b6040805180830381865afa15801561144d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611471919061456c565b50905060006114836000868587612d7c565b9050808210156114a55760405162461bcd60e51b815260040161025a90614608565b5050505050565b610e0e196001600160a01b038316016114d75760405162461bcd60e51b815260040161025a90614639565b6114e18382613184565b6115038383836006600086815260200190815260200160002060020154612d7c565b50505050565b336000908152600960205260409020546001600160401b03161561156f5760405162461bcd60e51b815260206004820152601e60248201527f5f746f20686173206d696e746564206120626164676520616c72656164790000604482015260640161025a565b600081815260066020526040902060026004820154600160401b900460ff16600381111561159f5761159f613fdf565b146115e45760405162461bcd60e51b81526020600482015260156024820152746d7573742062652050656e64696e6745787069727960581b604482015260640161025a565b61161463ffffffff7f00000000000000000000000000000000000000000000000000000000000000001643613ea8565b6003820154600160a01b90046001600160401b0316106116675760405162461bcd60e51b815260206004820152600e60248201526d074696d65206973206e6f742075760941b604482015260640161025a565b600c5481600201819055506000611684610e0f3385600c54612d7c565b60008054604051630803642d60e31b815292935090916001600160a01b039091169063401b2168906116ba903390600401613f9f565b6040805180830381865afa1580156116d6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116fa919061456c565b5090508181101561171d5760405162461bcd60e51b815260040161025a90614590565b336001600160a01b031684600080516020615cf5833981519152600260036040516117499291906145ba565b60405180910390a3336001600160a01b031684600080516020615cf58339815191526003600160405161177d9291906145ba565b60405180910390a3600084815260056020526040902080546001600160a01b03191690556004830180546001919060ff60401b1916600160401b83021790555082546001600160a01b03191633178355604051600080516020615e35833981519152906117ed9086815260200190565b60405180910390a15050546001600160a01b031660009081526009602052604080822080546001600160401b0319908116909155338352912080549091166001600160401b03421617905550565b6001600160a01b03821660009081526002602052604081205482106118725760405162461bcd60e51b815260040161025a90614519565b6001600160a01b0383166118985760405162461bcd60e51b815260040161025a90614668565b6001600160a01b0380841660009081526003602090815260408083208684528252808320548084526006909252909120600101549091166113435760405162461bcd60e51b81526020600482015260196024820152781d1bdad95b88185d0817da5b99195e081b9bdd08199bdd5b99603a1b604482015260640161025a565b610e0e196001600160a01b038316016119425760405162461bcd60e51b815260040161025a90614639565b60408051600081526020810190915261195b8483613184565b61197d8484846006600087815260200190815260200160002060020154612d7c565b5061198a848484846132ea565b6115035760405162461bcd60e51b815260040161025a90614690565b600b546001600160a01b031633146119d05760405162461bcd60e51b815260040161025a906146e2565b600c55565b600060075482106119f85760405162461bcd60e51b815260040161025a90614519565b5090565b600c546000611a0b338361305a565b60008054604051630803642d60e31b815292935090916001600160a01b039091169063401b216890611a41903390600401613f9f565b6040805180830381865afa158015611a5d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a81919061456c565b5090506000611a936000338587612d7c565b9050808210156115035760405162461bcd60e51b815260040161025a90614608565b6060600082600003611ae05750506040805180820190915260018152600360fc1b6020820152919050565b604080516020808252818301909252601f91600091906020820181803683370190505090505b8415611b7a57611b17600a86614708565b611b2290603061471c565b60f81b818381518110611b3757611b3761472f565b60200101906001600160f81b031916908160001a905350611b59600a86614745565b9450611b66600183613ea8565b915082611b7281614759565b935050611b06565b60208181018051918590036008029190911b90529182525092915050565b60006007548210611bbb5760405162461bcd60e51b815260040161025a90614519565b600082815260066020526040902060018101546001600160a01b0316806113435760405162461bcd60e51b815260206004820152600b60248201526a3737ba1036b4b73a32b21760a91b604482015260640161025a565b6001600160a01b038116600090815260046020526040812054808203611c3b5750600092915050565b61134381611c4885611d05565b6133df565b600b546001600160a01b03163314611c955760405162461bcd60e51b815260206004820152600b60248201526a3737ba1031bab930ba37b960a91b604482015260640161025a565b6000546001600160a01b031615611ce35760405162461bcd60e51b81526020600482015260126024820152711cdd1bd9da5948185b1c9958591e481cd95d60721b604482015260640161025a565b600080546001600160a01b0319166001600160a01b0392909216919091179055565b60006001600160a01b038216611d2d5760405162461bcd60e51b815260040161025a90614668565b506001600160a01b031660009081526002602052604090205490565b600b546001600160a01b03163314611d6057600080fd5b611d6a6000613426565b565b60606000606080611d7c87611d05565b92508263ffffffff16600003611e08576040805160008082526020820190925290611dbd565b611daa613d13565b815260200190600190039081611da25790505b506040805160008082526020820190925281611de9565b6060815260200190600190039081611dd45790505b50604080516000815260208101909152929650909450925090506120b8565b6000611e148688614778565b61ffff1690508363ffffffff168110611e5b5760405162461bcd60e51b81526020600482015260096024820152683830b3b29037bb32b960b91b604482015260640161025a565b6000611e6d8263ffffffff8716613ea8565b90508661ffff168110611e81575061ffff86165b6000816001600160401b03811115611e9b57611e9b613d79565b604051908082528060200260200182016040528015611ed457816020015b611ec1613d13565b815260200190600190039081611eb95790505b5090506000826001600160401b03811115611ef157611ef1613d79565b604051908082528060200260200182016040528015611f2457816020015b6060815260200190600190039081611f0f5790505b5090506000836001600160401b03811115611f4157611f41613d79565b604051908082528060200260200182016040528015611f6a578160200160208202803683370190505b5090506000805b858110156120ab57611f878e6106e4838a61471c565b600081815260066020908152604091829020825160e08101845281546001600160a01b039081168252600183015481169382019390935260028201549381019390935260038082015492831660608501526001600160401b03600160a01b90930483166080850152600482015492831660a0850152939550919260c084019160ff600160401b909104169081111561202157612021613fdf565b600381111561203257612032613fdf565b815250508582815181106120485761204861472f565b6020026020010181905250818382815181106120665761206661472f565b60200260200101818152505061207b82612b98565b84828151811061208d5761208d61472f565b602002602001018190525080806120a39061479e565b915050611f71565b5092985090955093505050505b93509350935093565b600081815260066020526040902060016004820154600160401b900460ff1660038111156120f1576120f1613fdf565b1461210e5760405162461bcd60e51b815260040161025a906147b7565b60018101546001600160a01b031633146121625760405162461bcd60e51b81526020600482015260156024820152743cb7ba9036bab9ba103132903a34329037bbb732b960591b604482015260640161025a565b336000908152600960205260409020546001600160401b0316156121c85760405162461bcd60e51b815260206004820152601f60248201527f6964207769746820746869732070696320616c7265616479206d696e74656400604482015260640161025a565b80546001600160a01b03166000908152600960205260409081902080546001600160401b031916905581546001600160a01b0319163317825551600080516020615e358339815191529061221f9084815260200190565b60405180910390a13360008181526009602052604080822080546001600160401b031916436001600160401b03161790555184917f69d75037a6bbac8220dd4f901b2b20315ab514b9bbc6bafa83cedfab127822e891a35050565b3360008181526008602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b600b546001600160a01b031633146123105760405162461bcd60e51b815260040161025a906146e2565b600c5460075460005b838110156114a5576123518585838181106123365761233661472f565b905060200201602081019061234b9190613f06565b8461305a565b5061238560008686848181106123695761236961472f565b905060200201602081019061237e9190613f06565b8486612d7c565b50816123908161479e565b925050808061239e9061479e565b915050612319565b610e0e196001600160a01b038416016123d15760405162461bcd60e51b815260040161025a90614639565b61195b8483613184565b60008181526006602052604081206004810154600160401b900460ff16600181600381111561240c5761240c613fdf565b146124295760405162461bcd60e51b815260040161025a90614545565b61245761ffff7f00000000000000000000000000000000000000000000000000000000000000001643613ea8565b6003830154600160a01b90046001600160401b0316106124af5760405162461bcd60e51b8152602060048201526013602482015272191d5c9a5b99c819dc9858d9481c195c9a5bd9606a1b604482015260640161025a565b60018201546001600160a01b031660006124c882611d05565b60008054604051630803642d60e31b815292935090916001600160a01b039091169063401b2168906124fe908690600401613f9f565b6040805180830381865afa15801561251a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061253e919061456c565b5060018601546001600160a01b03166000908152600460205260408120549192509083906509184e72a00090829061257690836147e5565b6125809190614745565b61258a9190614745565b61259491906147e5565b90508082106125da5760405162461bcd60e51b81526020600482015260126024820152711c9d5b19481b9bdd081cd85d1a5cd99a595960721b604482015260640161025a565b600088815260056020526040902080546001600160a01b0319166001600160a01b038681169190911790915560018701546002880154612624929190911690610e0f908b90612d7c565b5060048601805460ff60401b1916600160411b17905560405133908990600080516020615cf58339815191529061265f9089906002906145ba565b60405180910390a3506002979650505050505050565b60608080808080806000600d6040519080825280602002602001820160405280156126aa578160200160208202803683370190505b509050600c54816000815181106126c3576126c361472f565b6020908102919091018101919091526001600160a01b038a1660009081526009909152604090205481516001600160401b03909116908290600190811061270c5761270c61472f565b602002602001018181525050600460008a6001600160a01b03166001600160a01b0316815260200190815260200160002054816002815181106127515761275161472f565b60200260200101818152505061276689611d05565b816003815181106127795761277961472f565b602002602001018181525050612790610e0f611d05565b816004815181106127a3576127a361472f565b602002602001018181525050600754816005815181106127c5576127c561472f565b6020908102919091010152600054604051630803642d60e31b81526001600160a01b039091169063401b216890612800908c90600401613f9f565b6040805180830381865afa15801561281c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612840919061456c565b826006815181106128535761285361472f565b602002602001018360078151811061286d5761286d61472f565b60200260200101828152508281525050507f000000000000000000000000000000000000000000000000000000000000000061ffff16816008815181106128b6576128b661472f565b6020026020010181815250507f000000000000000000000000000000000000000000000000000000000000000063ffffffff16816009815181106128fc576128fc61472f565b6020026020010181815250507f000000000000000000000000000000000000000000000000000000000000000063ffffffff1681600a815181106129425761294261472f565b602002602001018181525050612957896112f0565b81600b8151811061296a5761296a61472f565b602002602001018181525050612983896000600a611d6c565b929950975090955061299c9050610e0f60006014611d6c565b60005460408051632e0a935760e21b815290519599509297509095506001600160a01b03169263b82a4d5c925060048083019260209291908290030181865afa1580156129ed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a119190613d60565b81600c81518110612a2457612a2461472f565b60209081029190910101529650919395979092949650565b600b546001600160a01b03163314612a665760405162461bcd60e51b815260040161025a906146e2565b60005b81811015612b93576040518060400160405280848484818110612a8e57612a8e61472f565b9050602002810190612aa091906147fc565b612ab190604081019060200161403a565b15158152602001848484818110612aca57612aca61472f565b9050602002810190612adc91906147fc565b612aea90604081019061481c565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509390945250600192508690508585818110612b3757612b3761472f565b9050602002810190612b4991906147fc565b3581526020808201929092526040016000208251815460ff1916901515178155908201516001820190612b7c90826148ea565b509050508080612b8b9061479e565b915050612a69565b505050565b6060612ba2613d4d565b6007548310612bc35760405162461bcd60e51b815260040161025a90614519565b600083815260066020526040812080549091908190612bec9087906001600160a01b0316613487565b91509150612c48604051806060016040528060408152602001615df560409139604051806040016040528060018152602001600560f91b8152506040518060600160405280603281526020016153e16032913987929190613765565b50612c8e612c5587611ab5565b6040805180820182526002815261088b60f21b602080830191909152825180840190935260018352600560f91b90830152879291613765565b50612cb2604051806060016040528060248152602001615c91602491398590613792565b50612cbf612c558361385e565b50612d186040518060400160405280601081526020016f01130ba3a3934b13aba32b9911d102d960851b815250612cf5836139b0565b6040805180820190915260038152625d0a7d60e81b602082015287929190613765565b508351612d249061385e565b604051602001612d3491906149a9565b604051602081830303815290604052945050505050919050565b6001600160a01b03918216600090815260086020908152604080832093909416825291909152205460ff1690565b60006001600160a01b03851615612f6857836001600160a01b0316856001600160a01b031603612de45760405162461bcd60e51b815260206004820152601360248201527231b0b73737ba1039b2b732103a379039b2b63360691b604482015260640161025a565b6001600160a01b038416612e285760405162461bcd60e51b815260206004820152600b60248201526a5f746f206973207a65726f60a81b604482015260640161025a565b610e0e196001600160a01b03861601612eba576002600084815260066020526040902060040154600160401b900460ff166003811115612e6a57612e6a613fdf565b14612eb55760405162461bcd60e51b815260206004820152601b60248201527a7374617465206d7573742062652050656e64696e6745787069727960281b604482015260640161025a565b612f06565b6001600084815260066020526040902060040154600160401b900460ff166003811115612ee957612ee9613fdf565b14612f065760405162461bcd60e51b815260040161025a906147b7565b612f108584613bb9565b6001600160a01b03851660009081526002602052604081208054909190612f36906149ee565b909155506001600160a01b03851660009081526004602052604081208054849290612f62908490613ea8565b90915550505b506001600160a01b038316600090815260026020908152604080832080546001019081905560049092529091205490612fa1838361471c565b6001600160a01b0386166000818152600460209081526040808320859055888352600690915290206001810180546001600160a01b0319169092179091556003018054600160a01b600160e01b031916600160a01b436001600160401b03160217905591506130108585613c97565b83856001600160a01b0316876001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a450949350505050565b6001600160a01b0382166000908152600960205260408120546001600160401b0316156130c95760405162461bcd60e51b815260206004820152601f60248201527f5f746f2068617320616c7265616479206d696e74656420746869732070696300604482015260640161025a565b5060075460008181526006602052604090206004810180546001919060ff60401b1916600160401b8302179055506002810183905580546001600160a01b0319166001600160a01b03851617815560405133908390600080516020615cf58339815191529061313d906000906001906145ba565b60405180910390a350600181016007556001600160a01b0392909216600090815260096020526040902080546001600160401b031916426001600160401b03161790555090565b6000818152600660205260408120600101546001600160a01b0390811690841681146131e85760405162461bcd60e51b81526020600482015260136024820152722fb33937b69036bab9ba1031329037bbb732b960691b604482015260640161025a565b60008381526006602052604081206003015490546001600160a01b0391821693501633148061321f57506001600160a01b03811633145b8061323257506001600160a01b03821633145b8061326057506001600160a01b038116600090815260086020908152604080832033845290915290205460ff165b61329c5760405162461bcd60e51b815260206004820152600d60248201526c1b9bdd081c195c9b5a5d1d1959609a1b604482015260640161025a565b6001600160a01b038216156115035760008381526006602052604080822060030180546001600160a01b0319169055518491903390600080516020615dd5833981519152908390a450505050565b6000833b156133d757604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290613325903390899088908890600401614a05565b6020604051808303816000875af1925050508015613360575060408051601f3d908101601f1916820190925261335d91810190614a42565b60015b6133bd573d80801561338e576040519150601f19603f3d011682016040523d82523d6000602084013e613393565b606091505b5080516000036133b55760405162461bcd60e51b815260040161025a90614690565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050611392565b506001611392565b6000816000036133f157506000610ba4565b81600103613400575081610ba4565b6509184e72a0008261341285836147e5565b61341c9190614745565b6113439190614745565b600b80546001600160a01b038381166001600160a01b031983168117909355604080519190921680825260208201939093527f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0910160405180910390a15050565b606080613492613d4d565b604051639b0ab25160e01b81526004810186905260c06024820152600260c482015261034360f41b60e4820152610100604482015260036101048201526206860760eb1b6101248201526101406064820152600661014482018190526532b132b132b160d11b6101648301526034608483015260a48201526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690639b0ab2519061018401600060405180830381865afa15801561355f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526135879190810190614a5f565b60405163529d87ef60e11b81526001600160a01b038781166004830152600060248301529192507f00000000000000000000000000000000000000000000000000000000000000009091169063a53b0fde90604401600060405180830381865afa1580156135f9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526136219190810190614acc565b925060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663c03701a385602860a060f07f00000000000000000000000000000000000000000000000000000000000000006040518663ffffffff1660e01b815260040161369c959493929190614b51565b600060405180830381865afa1580156136b9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526136e19190810190614a5f565b905061370b60405180610840016040528061081d8152602001614bc461081d913984908484613765565b50613756604051806108a0016040528061087e815260200161541361087e913961373489611ab5565b6040518060c00160405280609f8152602001615d15609f913986929190613765565b505090519250505b9250929050565b61376d613d4d565b61378961378361377d8787613792565b85613792565b83613792565b95945050505050565b61379a613d4d565b81511561385757601f1983518051808551016605c284b9def779848401518181061582820402905080831061382a57856020848317018201168160400186016040511461381857602060405101816040018101604052808b528760208701165b87810151828201528801806137fa575090830281880152945061382a565b80604001860160405280830287870152505b505085519183019160200184165b8681015183820152840180613838575060008382016020015290915250505b5090919050565b6060815160000361387d57505060408051602081019091526000815290565b6000604051806060016040528060408152602001615cb560409139905060006003845160026138ac919061471c565b6138b69190614745565b6138c19060046147e5565b6001600160401b038111156138d8576138d8613d79565b6040519080825280601f01601f191660200182016040528015613902576020820181803683370190505b509050600182016020820185865187015b8082101561396e576003820191508151603f8160121c168501518453600184019350603f81600c1c168501518453600184019350603f8160061c168501518453600184019350603f8116850151845350600183019250613913565b505060038651066001811461398a576002811461399d576139a5565b603d6001830353603d60028303536139a5565b603d60018303535b509195945050505050565b60606139ba613d4d565b604080516020810190915260008082525b8451811015613bb0578151156139eb576139e58383613792565b50613a09565b60405180604001604052806002815260200161160560f11b81525091505b600060016000878481518110613a2157613a2161472f565b602002602001015181526020019081526020016000206040518060400160405290816000820160009054906101000a900460ff16151515158152602001600182018054613a6d90614862565b80601f0160208091040260200160405190810160405280929190818152602001828054613a9990614862565b8015613ae65780601f10613abb57610100808354040283529160200191613ae6565b820191906000526020600020905b815481529060010190602001808311613ac957829003601f168201915b5050505050815250509050806000015115613b4e57613b48604051806060016040528060218152602001615db460219139826020015160405180604001604052806002815260200161227d60f01b81525087613765909392919063ffffffff16565b50613b9d565b613b9b604051806060016040528060268152602001615e5560269139826020015160405180604001604052806002815260200161227d60f01b81525087613765909392919063ffffffff16565b505b5080613ba88161479e565b9150506139cb565b50505192915050565b6001600160a01b038216600090815260026020526040812054613bde90600190613ea8565b6000838152600660205260409020600401549091506001600160401b0316808214613c56576001600160a01b038416600090815260036020908152604080832085845282528083205484845281842081905583526006909152902060040180546001600160401b0319166001600160401b0383161790555b50600091825260066020908152604080842060040180546001600160401b03191690556001600160a01b039094168352600381528383209183525290812055565b6001600160a01b038216600090815260026020526040812054613cbc90600190613ea8565b6001600160a01b039390931660009081526003602090815260408083208684528252808320859055938252600690529190912060040180546001600160401b0319166001600160401b039093169290921790915550565b6040805160e081018252600080825260208201819052918101829052606081018290526080810182905260a081018290529060c082015290565b6040518060200160405280606081525090565b600060208284031215613d7257600080fd5b5051919050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715613db757613db7613d79565b604052919050565b60006001600160401b03821115613dd857613dd8613d79565b5060051b60200190565b60008060008060808587031215613df857600080fd5b84516001600160401b03811115613e0e57600080fd5b8501601f81018713613e1f57600080fd5b80516020613e34613e2f83613dbf565b613d8f565b82815260059290921b8301810191818101908a841115613e5357600080fd5b938201935b83851015613e7157845182529382019390820190613e58565b9189015160408a01516060909a0151929b909a509197509095505050505050565b634e487b7160e01b600052601160045260246000fd5b81810381811115610ba457610ba4613e92565b6001600160e01b031981168114613ed157600080fd5b50565b600060208284031215613ee657600080fd5b813561134381613ebb565b6001600160a01b0381168114613ed157600080fd5b600060208284031215613f1857600080fd5b813561134381613ef1565b60005b83811015613f3e578181015183820152602001613f26565b50506000910152565b60008151808452613f5f816020860160208601613f23565b601f01601f19169290920160200192915050565b6020815260006113436020830184613f47565b600060208284031215613f9857600080fd5b5035919050565b6001600160a01b0391909116815260200190565b60008060408385031215613fc657600080fd5b8235613fd181613ef1565b946020939093013593505050565b634e487b7160e01b600052602160045260246000fd5b6004811061401357634e487b7160e01b600052602160045260246000fd5b9052565b60208101610ba48284613ff5565b8035801515811461403557600080fd5b919050565b60006020828403121561404c57600080fd5b61134382614025565b60006001600160401b0382111561406e5761406e613d79565b50601f01601f191660200190565b6000806000806080858703121561409257600080fd5b843561409d81613ef1565b935060208501356140ad81613ef1565b92506040850135915060608501356001600160401b038111156140cf57600080fd5b8501601f810187136140e057600080fd5b80356140ee613e2f82614055565b81815288602083850101111561410357600080fd5b8160208401602083013760006020838301015280935050505092959194509250565b60008060006060848603121561413a57600080fd5b833561414581613ef1565b9250602084013561415581613ef1565b929592945050506040919091013590565b803561ffff8116811461403557600080fd5b60008060006060848603121561418d57600080fd5b833561419881613ef1565b92506141a660208501614166565b91506141b460408501614166565b90509250925092565b600081518084526020808501945080840160005b8381101561425857815180516001600160a01b039081168952848201518116858a0152604080830151908a0152606080830151909116908901526080808201516001600160401b03908116918a019190915260a0808301519091169089015260c09081015190614243818a0183613ff5565b505060e09690960195908201906001016141d1565b509495945050505050565b600081518084526020808501808196508360051b8101915082860160005b858110156142ab578284038952614299848351613f47565b98850198935090840190600101614281565b5091979650505050505050565b600081518084526020808501945080840160005b83811015614258578151875295820195908201906001016142cc565b6080815260006142fb60808301876141bd565b63ffffffff8616602084015282810360408401526143198186614263565b9050828103606084015261432d81856142b8565b979650505050505050565b6001600160a01b038881168252878116602083015260408201879052851660608201526001600160401b038481166080830152831660a082015260e0810161438360c0830184613ff5565b98975050505050505050565b600080604083850312156143a257600080fd5b82356143ad81613ef1565b91506143bb60208401614025565b90509250929050565b60008083601f8401126143d657600080fd5b5081356001600160401b038111156143ed57600080fd5b6020830191508360208260051b850101111561375e57600080fd5b6000806020838503121561441b57600080fd5b82356001600160401b0381111561443157600080fd5b61443d858286016143c4565b90969095509350505050565b60e08152600061445c60e083018a6142b8565b828103602084015261446e818a6141bd565b905082810360408401526144828189614263565b9050828103606084015261449681886142b8565b905082810360808401526144aa81876141bd565b905082810360a08401526144be8186614263565b905082810360c08401526144d281856142b8565b9a9950505050505050505050565b600080604083850312156144f357600080fd5b82356144fe81613ef1565b9150602083013561450e81613ef1565b809150509250929050565b602080825260129082015271696e646578206f7574206f662072616e676560701b604082015260600190565b6020808252600d908201526c696e76616c696420737461746560981b604082015260600190565b6000806040838503121561457f57600080fd5b505080516020909101519092909150565b60208082526010908201526f696e73657274206d6f72652053544f4760801b604082015260600190565b604081016145c88285613ff5565b6113436020830184613ff5565b6000602082840312156145e757600080fd5b815161134381613ef1565b634e487b7160e01b600052601260045260246000fd5b6020808252601790820152766e65656420746f207374616b65206d6f72652053544f4760481b604082015260600190565b60208082526015908201527463616e6e6f74207472616e7366657220746865726560581b604082015260600190565b6020808252600e908201526d34b73b30b634b2102fb7bbb732b960911b604082015260600190565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b6020808252600c908201526b37b7363c9031bab930ba37b960a11b604082015260600190565b600082614717576147176145f2565b500690565b80820180821115610ba457610ba4613e92565b634e487b7160e01b600052603260045260246000fd5b600082614754576147546145f2565b500490565b600060ff821660ff810361476f5761476f613e92565b60010192915050565b61ffff81811683821602808216919082811461479657614796613e92565b505092915050565b6000600182016147b0576147b0613e92565b5060010190565b6020808252601490820152737374617465206d7573742062652041637469766560601b604082015260600190565b8082028115828204841417610ba457610ba4613e92565b60008235605e1983360301811261481257600080fd5b9190910192915050565b6000808335601e1984360301811261483357600080fd5b8301803591506001600160401b0382111561484d57600080fd5b60200191503681900382131561375e57600080fd5b600181811c9082168061487657607f821691505b60208210810361489657634e487b7160e01b600052602260045260246000fd5b50919050565b601f821115612b9357600081815260208120601f850160051c810160208610156148c35750805b601f850160051c820191505b818110156148e2578281556001016148cf565b505050505050565b81516001600160401b0381111561490357614903613d79565b614917816149118454614862565b8461489c565b602080601f83116001811461494c57600084156149345750858301515b600019600386901b1c1916600185901b1785556148e2565b600085815260208120601f198616915b8281101561497b5788860151825594840194600190910190840161495c565b50858210156149995787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b7f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c0000008152600082516149e181601d850160208701613f23565b91909101601d0192915050565b6000816149fd576149fd613e92565b506000190190565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090614a3890830184613f47565b9695505050505050565b600060208284031215614a5457600080fd5b815161134381613ebb565b600060208284031215614a7157600080fd5b81516001600160401b03811115614a8757600080fd5b8201601f81018413614a9857600080fd5b8051614aa6613e2f82614055565b818152856020838501011115614abb57600080fd5b613789826020830160208601613f23565b60006020808385031215614adf57600080fd5b82516001600160401b03811115614af557600080fd5b8301601f81018513614b0657600080fd5b8051614b14613e2f82613dbf565b81815260059190911b82018301908381019087831115614b3357600080fd5b928401925b8284101561432d57835182529284019290840190614b38565b60a0808252865190820181905260009060209060c0840190828a01845b82811015614b8a57815184529284019290840190600101614b6e565b5050508092505061ffff8088168285015280871660408501528086166060850152505063ffffffff83166080830152969550505050505056fe3c73766720786d6c6e733d22687474703a2f2f7777772e77332e6f72672f323030302f737667222077696474683d2236303022206865696768743d22353030222073686170652d72656e646572696e673d2263726973704564676573223e3c646566733e3c7374796c653e2e67322c2e67342c2e67357b7374726f6b653a233030303b66696c6c3a236138613961383b7374726f6b652d77696474683a307d2e67342c2e67357b66696c6c3a236463646464637d2e67357b66696c6c3a233639366136397d2e67377b66696c6c3a236465646564657d2e67397b66696c6c3a236130613061307d2e6731307b66696c6c3a233763376237657d2e777b66696c6c3a236666667d2e626f78627b66696c6c3a233338353335657d3c2f7374796c653e3c2f646566733e3c7061746820643d224d333020313030683233307631304833307a4d3230203131306831307631304832307a4d313020313230683130763336304831307a4d3230203438306831307631304832307a4d333020343930683534307631304833307a4d35373020343830683130763130682d31307a4d3538302031323068313076333630682d31307a4d35373020313130683130763130682d31307a4d3334302031303068323330763130483334307a222f3e3c7061746820643d224d333230203132306832363076333430483332307a22207374796c653d2266696c6c3a23656265626562222f3e3c7061746820643d224d32302031333068333030763334304832307a4d323020313230683535307631304832307a2220636c6173733d226737222f3e3c7061746820643d224d3230203132306831307631304832307a4d3230203436306831307631304832307a4d333020313130683534307631304833307a4d35373020313230683130763130682d31307a2220636c6173733d2277222f3e3c7061746820643d224d35373020313330683130763130682d31307a4d35373020343530683130763130682d31307a2220636c6173733d226737222f3e3c7061746820643d224d35373020343630683130763130682d31307a2220636c6173733d2277222f3e3c7061746820643d224d3332302034363068323530763130483332307a2220636c6173733d226734222f3e3c7061746820643d224d333020343730683534307631304833307a2220636c6173733d2277222f3e3c7061746820643d224d333020343830683534307631304833307a4d3230203437306831307631304832307a4d35373020343730683130763130682d31307a2220636c6173733d226739222f3e3c7061746820643d224d333330203068313076313330682d31307a222f3e3c7061746820643d224d3236302030683830763130682d38307a4d32363020313230683830763130682d38307a222f3e3c7061746820643d224d323630203068313076313330682d31307a222f3e3c7061746820643d224d323730203130683230763630682d32307a2220636c6173733d226732222f3e3c7061746820643d224d323930203130683430763630682d34307a22207374796c653d227374726f6b653a233030303b66696c6c3a236363633b7374726f6b652d77696474683a30222f3e3c7061746820643d224d323730203730683630763230682d36307a2220636c6173733d226734222f3e3c7061746820643d224d323930203530683230763130682d32307a4d323930203730683230763130682d32307a4d323830203630683130763130682d31307a4d333130203630683130763130682d31307a4d323830203930683430763130682d34307a222f3e3c7061746820643d224d323830203730683130763130682d31307a4d333130203730683130763130682d31307a4d333230203630683130763130682d31307a2220636c6173733d226732222f3e3c7061746820643d224d323730203830683130763130682d31307a4d333230203830683130763130682d31307a222f3e3c7061746820643d224d32373020313030683630763230682d36307a22207374796c653d227374726f6b653a233030303b66696c6c3a233761376137613b7374726f6b652d77696474683a30222f3e3c7061746820643d224d32383020313030683430763130682d34307a4d323730203930683130763130682d31307a4d333230203930683130763130682d31307a2220636c6173733d226735222f3e3c7061746820643d224d32363020313330683830763130682d38307a22207374796c653d2266696c6c3a236265626662653b7374726f6b652d77696474683a30222f3e3c7061746820643d224d34302031363068323430763235304834307a22207374796c653d227374726f6b653a233338353335653b66696c6c3a233539383439353b7374726f6b652d77696474683a303b7374726f6b652d616c69676e6d656e743a696e6e6572222f3e3c7061746820643d224d343020313630683234307631304834307a2220636c6173733d22626f7862222f3e3c7061746820643d224d343020313630683130763235304834307a2220636c6173733d22626f7862222f3e3c7061746820643d224d343020343030683234307631304834307a2220636c6173733d22626f7862222f3e3c7061746820643d224d3237302031363068313076323530682d31307a2220636c6173733d22626f7862222f3e3c7061746820643d224d3331302033383068323430763230483331307a4d33313020333430683630763230682d36307a4d33383020333430683630763230682d36307a4d34353020333430683330763230682d33307a4d34393020333430683230763230682d32307a4d35323020333430683330763230682d33307a2220636c6173733d22673130222f3e2265787465726e616c5f75726c223a202268747470733a2f2f636967746f6b656e2e6574682e6c696d6f2f2362616467652d3c7376673e3c646566733e3c7374796c653e40666f6e742d66616365207b666f6e742d66616d696c793a2022433634223b7372633a2075726c28646174613a666f6e742f776f6666323b6261736536342c643039474d67414241414141414156674141304141414141466c67414141554a414145414141414141414141414141414141414141414141414141414141414150305a4756453063476867475941434357684549437073456b6e674c67527741415459434a414f42626751674259515a42344e6347386f514978476d6a453441344b2b544a304f736f7a307948486955496b6575384a6e435335754948315968543032504c454b6c544a376371675a56462f3549504879756762326637473553416b5841476c6a6a2b487232674b3657536569796733506e5430694d5557766239314359667667625a707045504561475569674668453059412f57526933504f545367675352527332666e4a3279656f64625a5a53336154354e717a5362354256784b6a36517264484d4e39764552714c437765672b456f6e3858362b756f32617239662f584b4c7958537847314b684563306949542b422b364b4368534c7130524b686b68696153693265497155524b356c4d4b4a6c46334751454d726847744f314e2f3734492b4c4d7655344650487279425037357941495852474138534f69546b4d69567536716b366845364854736a71794252444e365255497841416347534663534f4f4742594e525a674663526d3941724e51794d695968674a484d514c5473446142716b71594b324459476d6178533752472b396c2b6f4149793649694241455243416741456d5134412b714838564e5167774c68586b2b776470702b66567163334745316d45655266526f6a574150734164374565306b667961596856454e73416b476a6b534c4b51424555697763637a4838746a2f426c5a6a5052346763694f68756b4d6d472f4b506b4d6d6d63307575576d58377650466a5a5143544b70674e2b347a35385767686a4c4e63744c7577367156376d7a51466151434b506a77624f7879527252717777356a4735346c675470734c693351482f69717242574d6f46576354445936516d4f667256546f7a4f436c37463165764872763969414d7a5368674454412f4b6b4654625234785669736a3159444b4e637359586f6e52545a6946474a6339725073597a61374b714d6f3462427a714d544e447a4e51316c34374f6a51336c58643236424137765564505255346876476150543879776238737773736b442b457361684868316450707a7a3975554d6978385564554e69325941667578446c7a4335675771716d7157736a724b326c614952414c53766e696c7658527070784a3165506931615634376a71624a396551626948375362667334386f65775833634b6f66644c6f6a722b724c476a45796a7051496d2b564f592f634a4733654b35445837734a7a65464656485275766570363431614b586c2b554c316d613536655268396c645439474447795043644c383555552b4c412b71694e2f7a724861327547504a2f54494b4871656f70354861334e4c464846737047644c676864364167556f527054645453484c54395471775677633679334949617471776a416f674f6d6a6e2b64564767727a4e66514c4e333453333555536f706641786f5975614f77796b684f6b422f626b57414b6b365a786752577577316e68354b6b4869454e48496d7a5359362b784b6a3373433974614570656b6e666442566b6c444530496431474538704b585678536a55373073676769787a794b4b43494573716749554747416855575747464c732f2b6c4f66376868417475654f43464433344545455149595551515251787865654b346b2b54755366446a6a65526352676f714152597962436a66595468387032354d70533046464b6966476746692f63392f2b44652f2f573359484872506d38562f6761675343497147456141534149416c465643466968456f764c6b72796c4c307457617674706c424b3564456563514a41767351444a51455043776b6a50565341425a70366a51555636514a39326732325a393269723970623270737558677778426d4d36456267494f67306a48564f6d6e43485a6f74386157657376326876513653484445624863522b7a4f4e6b3532466e77356745716f75586d6257664f6968437433476a42535a444e634930343163764e367568695359496e33784370747677434a5046665739474a6e336754507951306235445057455157463969626e6b3355673066593632542f58766a46634e6a633074334f3241562b7065326f4f5538503670713775466f374f694163724a776331585262507546394d4c513648533348393941656b6e447938716a656f59566e5a6467717a55414462656a7a4778623066485a46462b6733484d58543950536d7241782b7758306749736b476b32686371745161725535764d4a724d4671764e376e43363342347667416754797241634c3469534843436b306e544474477a4839587945435755634c346953724b696162706957376268652f62662f37794f524d4247697842424c584b6f766251686e4941674d67634c417768476654674145675346514746673434744d5a6743417742416f447133593d293b7d2e74207b66696c6c3a20236666303462343b207374726f6b653a206e6f6e653b20666f6e742d73697a653a20323670783b20666f6e742d66616d696c793a2027433634272c6d6f6e6f73706163653b20746578742d616e63686f723a20656e647d3c2f7374796c653e3c2f646566733e3c7465787420783d2235353070782220793d2231393070782220636c6173733d2274223e43494720464143544f52593c2f746578743e3c7465787420783d2235353070782220793d2232333270782220636c6173733d2274223e454d504c4f5945453c2f746578743e3c7465787420783d2235353070782220793d2232373470782220636c6173733d2274223e2322696d616765223a2022646174613a696d6167652f7376672b786d6c3b6261736536342c4142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2f54827dbe0b4a5cb7136592813ea4fc7fb9dd5ffb011f0eb5182cea11259e17ac3c2f746578743e3c7465787420783d2235353070782220793d22333230707822207374796c653d22666f6e742d66616d696c793a2027433634272c6d6f6e6f73706163653b20746578742d616e63686f723a20656e643b20666f6e742d73697a653a2031362e3570783b2066696c6c3a20236137613761373b223e434f4e464944494d555320494e2043454f3c2f746578743e3c2f7376673e3c2f7376673e7b2274726169745f74797065223a202254797065222c202276616c7565223a20228c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9257b0a226465736372697074696f6e223a2022456d706c6f7965652049442042616467657320666f72207468652043696761726574746520466163746f7279222cf8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce77b2274726169745f74797065223a20224163636573736f7279222c202276616c7565223a2022a2646970667358221220cebcd633788c0a062d0a324630e76433ba567f5644a56160fa9fd27d81aea83d64736f6c63430008130033000000000000000000000000cb56b52316041a62b6b5d0583dce4a8ae7a3c6290000000000000000000000000000000000000000000000000000000000034bc0000000000000000000000000000000000000000000000000000000000009e3400000000000000000000000000000000000000000000000000000000000005460000000000000000000000000c55c7913be9e9748ff10a4a7af86a5af25c46047000000000000000000000000e91eb909203c8c8cad61f86fc44edee9023bda4d0000000000000000000000004872bc4a6b29e8141868c3fe0d4aee70e9ea67350000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x6080604052600436106101fb5760003560e01c806301ffc9a7146104545780630473cc371461048957806306fdde03146104c4578063081812fc14610508578063095ea7b31461054e57806309df30ec1461056e5780630aab882e1461059b5780630e76141f146105bb5780630eb4d8e6146105db578063150b7a02146105fb57806318160ddd14610634578063237c31d31461064957806323b872dd146106695780632a870d54146106895780632dabbeed146106a95780632f745c59146106c957806342842e0e146106e957806345dc3dd814610709578063489a971b146107295780634f6ccce71461073f5780635409ac9a1461075f578063573b5ea0146107975780635ec0e2f5146107ac5780636352211e146107cc578063686601ec146107ec578063708a03021461080c57806370a082311461082c578063715018a61461084c57806372c8e210146108615780638da5cb5b146108915780638f1dd809146108af57806395d89b41146108cf57806398e36d8b14610900578063a22cb4651461098d578063ae2fcf80146109ad578063b88d4fde146109cd578063bf81bf43146109ed578063c23f85d614610a0d578063c4dc94e914610a40578063c87b56dd14610a60578063d45f10f214610a80578063e985e9c514610ab6578063eed4ed3914610ad6578063f46eccc414610aec57600080fd5b3661044f57336000908152600960205260409020546001600160401b031615600181146102635760405162461bcd60e51b81526020600482015260116024820152701a5908185b1c9958591e481b5a5b9d1959607a1b60448201526064015b60405180910390fd5b60008060009054906101000a90046001600160a01b03166001600160a01b031663b82a4d5c6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102db9190613d60565b90508034101561031e5760405162461bcd60e51b815260206004820152600e60248201526d0dcdee840cadcdeeaced0408aa8960931b604482015260640161025a565b60005460405163ef5909cb60e01b8152336004820152600160248201819052604482015283151560648201526001600160a01b039091169063ef5909cb90839060840160006040518083038185885af115801561037f573d6000803e3d6000fd5b50505050506040513d6000823e601f3d908101601f191682016040526103a89190810190613de2565b505050508034111561044d576000336103c18334613ea8565b604051600081818185875af1925050503d80600081146103fd576040519150601f19603f3d011682016040523d82523d6000602084013e610402565b606091505b505090508061044b5760405162461bcd60e51b81526020600482015260156024820152746661696c656420746f2073656e64206368616e676560581b604482015260640161025a565b505b005b600080fd5b34801561046057600080fd5b5061047461046f366004613ed4565b610b22565b60405190151581526020015b60405180910390f35b34801561049557600080fd5b506104b66104a4366004613f06565b60046020526000908152604090205481565b604051908152602001610480565b3480156104d057600080fd5b50604080518082019091526012815271456d706c6f7965652049442042616467657360701b60208201525b6040516104809190613f73565b34801561051457600080fd5b50610541610523366004613f86565b6000908152600660205260409020600301546001600160a01b031690565b6040516104809190613f9f565b34801561055a57600080fd5b5061044d610569366004613fb3565b610baa565b34801561057a57600080fd5b5061058e610589366004613f86565b610c90565b6040516104809190614017565b3480156105a757600080fd5b5061044d6105b636600461403a565b610ed6565b3480156105c757600080fd5b5061044d6105d6366004613f86565b611283565b3480156105e757600080fd5b506104b66105f6366004613f06565b6112f0565b34801561060757600080fd5b5061061b61061636600461407c565b61134a565b6040516001600160e01b03199091168152602001610480565b34801561064057600080fd5b506007546104b6565b34801561065557600080fd5b5061044d610664366004613f06565b61139a565b34801561067557600080fd5b5061044d610684366004614125565b6114ac565b34801561069557600080fd5b50600054610541906001600160a01b031681565b3480156106b557600080fd5b5061044d6106c4366004613f86565b611509565b3480156106d557600080fd5b506104b66106e4366004613fb3565b61183b565b3480156106f557600080fd5b5061044d610704366004614125565b611917565b34801561071557600080fd5b5061044d610724366004613f86565b6119a6565b34801561073557600080fd5b506104b660075481565b34801561074b57600080fd5b506104b661075a366004613f86565b6119d5565b34801561076b57600080fd5b50600d5461077f906001600160401b031681565b6040516001600160401b039091168152602001610480565b3480156107a357600080fd5b5061044d6119fc565b3480156107b857600080fd5b506104fb6107c7366004613f86565b611ab5565b3480156107d857600080fd5b506105416107e7366004613f86565b611b98565b3480156107f857600080fd5b506104b6610807366004613f06565b611c12565b34801561081857600080fd5b5061044d610827366004613f06565b611c4d565b34801561083857600080fd5b506104b6610847366004613f06565b611d05565b34801561085857600080fd5b5061044d611d49565b34801561086d57600080fd5b5061088161087c366004614178565b611d6c565b60405161048094939291906142e8565b34801561089d57600080fd5b50600b546001600160a01b0316610541565b3480156108bb57600080fd5b5061044d6108ca366004613f86565b6120c1565b3480156108db57600080fd5b50604080518082019091526008815267454d504c4f59454560c01b60208201526104fb565b34801561090c57600080fd5b5061097a61091b366004613f86565b600660205260009081526040902080546001820154600283015460038401546004909401546001600160a01b039384169492841693919291821691600160a01b90046001600160401b039081169190811690600160401b900460ff1687565b6040516104809796959493929190614338565b34801561099957600080fd5b5061044d6109a836600461438f565b61227a565b3480156109b957600080fd5b5061044d6109c8366004614408565b6122e6565b3480156109d957600080fd5b5061044d6109e836600461407c565b6123a6565b3480156109f957600080fd5b5061058e610a08366004613f86565b6123db565b348015610a1957600080fd5b50610a2d610a28366004613f06565b612675565b6040516104809796959493929190614449565b348015610a4c57600080fd5b5061044d610a5b366004614408565b612a3c565b348015610a6c57600080fd5b506104fb610a7b366004613f86565b612b98565b348015610a8c57600080fd5b50610541610a9b366004613f86565b6005602052600090815260409020546001600160a01b031681565b348015610ac257600080fd5b50610474610ad13660046144e0565b612d4e565b348015610ae257600080fd5b506104b6600c5481565b348015610af857600080fd5b5061077f610b07366004613f06565b6009602052600090815260409020546001600160401b031681565b60006001600160e01b031982166380ac58cd60e01b1480610b5357506001600160e01b03198216635b5e139f60e01b145b80610b6e57506001600160e01b031982166301ffc9a760e01b145b80610b8957506001600160e01b0319821663780e9d6360e01b145b80610ba457506001600160e01b03198216630a85bd0160e11b145b92915050565b6007548110610bcb5760405162461bcd60e51b815260040161025a90614519565b6000818152600660205260409020600101546001600160a01b031633811480610bf95750610bf98133612d4e565b610c455760405162461bcd60e51b815260206004820152601d60248201527f616374696f6e206f6e20746f6b656e206e6f74207065726d6974746564000000604482015260640161025a565b60008281526006602052604080822060030180546001600160a01b0319166001600160a01b038716908117909155905184923391600080516020615dd58339815191529190a4505050565b60008181526006602052604081206004810154600160401b900460ff166002816003811115610cc157610cc1613fdf565b14610cde5760405162461bcd60e51b815260040161025a90614545565b6000848152600560205260409020546001600160a01b0316338114610d365760405162461bcd60e51b815260206004820152600e60248201526d3737ba103cb7bab9103a37b5b2b760911b604482015260640161025a565b60038301547f000000000000000000000000000000000000000000000000000000000009e34063ffffffff1690610d7d90600160a01b90046001600160401b031643613ea8565b1015610db85760405162461bcd60e51b815260206004820152600a602482015269074696d652069732075760b41b604482015260640161025a565b6000610dca610e0f8388600c54612d7c565b60008054604051630803642d60e31b815292935090916001600160a01b039091169063401b216890610e00908690600401613f9f565b6040805180830381865afa158015610e1c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e40919061456c565b50905081811015610e635760405162461bcd60e51b815260040161025a90614590565b60048501805460ff60401b1916600160401b17905560405133908890600080516020615cf583398151915290610e9e906002906001906145ba565b60405180910390a35050506000938452506005602052604090922080546001600160a01b031916905550600c54600290910155600190565b7f000000000000000000000000cb56b52316041a62b6b5d0583dce4a8ae7a3c6296001600160a01b03166319ad317d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f5891906145d5565b6001600160a01b0316336001600160a01b031614610fa95760405162461bcd60e51b815260206004820152600e60248201526d6e65656420746f2062652043454f60901b604482015260640161025a565b60147f000000000000000000000000cb56b52316041a62b6b5d0583dce4a8ae7a3c6296001600160a01b0316633fd2c5856040518163ffffffff1660e01b8152600401602060405180830381865afa158015611009573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061102d9190613d60565b0343116110745760405162461bcd60e51b81526020600482015260156024820152743732b2b2103a379031329021a2a7903637b733b2b960591b604482015260640161025a565b600d546001600160401b0390811663ffffffff7f0000000000000000000000000000000000000000000000000000000000034bc016011643116110ec5760405162461bcd60e51b815260206004820152601060248201526f77616974206d6f726520626c6f636b7360801b604482015260640161025a565b600d80546001600160401b031916436001600160401b0316179055600c54612710900460fa02600082156111f25781600c540190506127107f000000000000000000000000cb56b52316041a62b6b5d0583dce4a8ae7a3c6296001600160a01b0316635e266fbe6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611182573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111a69190613d60565b816111b3576111b36145f2565b048111156111ed5760405162461bcd60e51b8152602060048201526007602482015266746f6f2062696760c81b604482015260640161025a565b611240565b81600c54039050670de0b6b3a764000081116112405760405162461bcd60e51b815260206004820152600d60248201526c1b5a5b881d1bdbc81cdb585b1b609a1b604482015260640161025a565b600c81905560408051828152602081018490527f389ecfca54c5eb7fb82832b846ed5ff315f1443f493bd22d1a0db5e58bda79fe910160405180910390a1505050565b600081815260066020526040902060018101546001600160a01b031633146112dd5760405162461bcd60e51b815260206004820152600d60248201526c36bab9ba1031329037bbb732b960991b604482015260640161025a565b50336000908152600a6020526040902055565b6001600160a01b0381166000908152600a6020526040812054808203610ba4576001600160a01b03831660009081526002602052604081205490036113385750600092915050565b61134383600061183b565b9392505050565b60003033036113615750630a85bd0160e11b611392565b60405162461bcd60e51b815260040161025a906020808252600490820152636e6f706560e01b604082015260600190565b949350505050565b6000546001600160a01b031633146113ec5760405162461bcd60e51b8152602060048201526015602482015274796f75206e65656420746f2062652073746f67696560581b604482015260640161025a565b600c5460006113fb838361305a565b60008054604051630803642d60e31b815292935090916001600160a01b039091169063401b216890611431908790600401613f9f565b6040805180830381865afa15801561144d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611471919061456c565b50905060006114836000868587612d7c565b9050808210156114a55760405162461bcd60e51b815260040161025a90614608565b5050505050565b610e0e196001600160a01b038316016114d75760405162461bcd60e51b815260040161025a90614639565b6114e18382613184565b6115038383836006600086815260200190815260200160002060020154612d7c565b50505050565b336000908152600960205260409020546001600160401b03161561156f5760405162461bcd60e51b815260206004820152601e60248201527f5f746f20686173206d696e746564206120626164676520616c72656164790000604482015260640161025a565b600081815260066020526040902060026004820154600160401b900460ff16600381111561159f5761159f613fdf565b146115e45760405162461bcd60e51b81526020600482015260156024820152746d7573742062652050656e64696e6745787069727960581b604482015260640161025a565b61161463ffffffff7f000000000000000000000000000000000000000000000000000000000009e3401643613ea8565b6003820154600160a01b90046001600160401b0316106116675760405162461bcd60e51b815260206004820152600e60248201526d074696d65206973206e6f742075760941b604482015260640161025a565b600c5481600201819055506000611684610e0f3385600c54612d7c565b60008054604051630803642d60e31b815292935090916001600160a01b039091169063401b2168906116ba903390600401613f9f565b6040805180830381865afa1580156116d6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116fa919061456c565b5090508181101561171d5760405162461bcd60e51b815260040161025a90614590565b336001600160a01b031684600080516020615cf5833981519152600260036040516117499291906145ba565b60405180910390a3336001600160a01b031684600080516020615cf58339815191526003600160405161177d9291906145ba565b60405180910390a3600084815260056020526040902080546001600160a01b03191690556004830180546001919060ff60401b1916600160401b83021790555082546001600160a01b03191633178355604051600080516020615e35833981519152906117ed9086815260200190565b60405180910390a15050546001600160a01b031660009081526009602052604080822080546001600160401b0319908116909155338352912080549091166001600160401b03421617905550565b6001600160a01b03821660009081526002602052604081205482106118725760405162461bcd60e51b815260040161025a90614519565b6001600160a01b0383166118985760405162461bcd60e51b815260040161025a90614668565b6001600160a01b0380841660009081526003602090815260408083208684528252808320548084526006909252909120600101549091166113435760405162461bcd60e51b81526020600482015260196024820152781d1bdad95b88185d0817da5b99195e081b9bdd08199bdd5b99603a1b604482015260640161025a565b610e0e196001600160a01b038316016119425760405162461bcd60e51b815260040161025a90614639565b60408051600081526020810190915261195b8483613184565b61197d8484846006600087815260200190815260200160002060020154612d7c565b5061198a848484846132ea565b6115035760405162461bcd60e51b815260040161025a90614690565b600b546001600160a01b031633146119d05760405162461bcd60e51b815260040161025a906146e2565b600c55565b600060075482106119f85760405162461bcd60e51b815260040161025a90614519565b5090565b600c546000611a0b338361305a565b60008054604051630803642d60e31b815292935090916001600160a01b039091169063401b216890611a41903390600401613f9f565b6040805180830381865afa158015611a5d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a81919061456c565b5090506000611a936000338587612d7c565b9050808210156115035760405162461bcd60e51b815260040161025a90614608565b6060600082600003611ae05750506040805180820190915260018152600360fc1b6020820152919050565b604080516020808252818301909252601f91600091906020820181803683370190505090505b8415611b7a57611b17600a86614708565b611b2290603061471c565b60f81b818381518110611b3757611b3761472f565b60200101906001600160f81b031916908160001a905350611b59600a86614745565b9450611b66600183613ea8565b915082611b7281614759565b935050611b06565b60208181018051918590036008029190911b90529182525092915050565b60006007548210611bbb5760405162461bcd60e51b815260040161025a90614519565b600082815260066020526040902060018101546001600160a01b0316806113435760405162461bcd60e51b815260206004820152600b60248201526a3737ba1036b4b73a32b21760a91b604482015260640161025a565b6001600160a01b038116600090815260046020526040812054808203611c3b5750600092915050565b61134381611c4885611d05565b6133df565b600b546001600160a01b03163314611c955760405162461bcd60e51b815260206004820152600b60248201526a3737ba1031bab930ba37b960a91b604482015260640161025a565b6000546001600160a01b031615611ce35760405162461bcd60e51b81526020600482015260126024820152711cdd1bd9da5948185b1c9958591e481cd95d60721b604482015260640161025a565b600080546001600160a01b0319166001600160a01b0392909216919091179055565b60006001600160a01b038216611d2d5760405162461bcd60e51b815260040161025a90614668565b506001600160a01b031660009081526002602052604090205490565b600b546001600160a01b03163314611d6057600080fd5b611d6a6000613426565b565b60606000606080611d7c87611d05565b92508263ffffffff16600003611e08576040805160008082526020820190925290611dbd565b611daa613d13565b815260200190600190039081611da25790505b506040805160008082526020820190925281611de9565b6060815260200190600190039081611dd45790505b50604080516000815260208101909152929650909450925090506120b8565b6000611e148688614778565b61ffff1690508363ffffffff168110611e5b5760405162461bcd60e51b81526020600482015260096024820152683830b3b29037bb32b960b91b604482015260640161025a565b6000611e6d8263ffffffff8716613ea8565b90508661ffff168110611e81575061ffff86165b6000816001600160401b03811115611e9b57611e9b613d79565b604051908082528060200260200182016040528015611ed457816020015b611ec1613d13565b815260200190600190039081611eb95790505b5090506000826001600160401b03811115611ef157611ef1613d79565b604051908082528060200260200182016040528015611f2457816020015b6060815260200190600190039081611f0f5790505b5090506000836001600160401b03811115611f4157611f41613d79565b604051908082528060200260200182016040528015611f6a578160200160208202803683370190505b5090506000805b858110156120ab57611f878e6106e4838a61471c565b600081815260066020908152604091829020825160e08101845281546001600160a01b039081168252600183015481169382019390935260028201549381019390935260038082015492831660608501526001600160401b03600160a01b90930483166080850152600482015492831660a0850152939550919260c084019160ff600160401b909104169081111561202157612021613fdf565b600381111561203257612032613fdf565b815250508582815181106120485761204861472f565b6020026020010181905250818382815181106120665761206661472f565b60200260200101818152505061207b82612b98565b84828151811061208d5761208d61472f565b602002602001018190525080806120a39061479e565b915050611f71565b5092985090955093505050505b93509350935093565b600081815260066020526040902060016004820154600160401b900460ff1660038111156120f1576120f1613fdf565b1461210e5760405162461bcd60e51b815260040161025a906147b7565b60018101546001600160a01b031633146121625760405162461bcd60e51b81526020600482015260156024820152743cb7ba9036bab9ba103132903a34329037bbb732b960591b604482015260640161025a565b336000908152600960205260409020546001600160401b0316156121c85760405162461bcd60e51b815260206004820152601f60248201527f6964207769746820746869732070696320616c7265616479206d696e74656400604482015260640161025a565b80546001600160a01b03166000908152600960205260409081902080546001600160401b031916905581546001600160a01b0319163317825551600080516020615e358339815191529061221f9084815260200190565b60405180910390a13360008181526009602052604080822080546001600160401b031916436001600160401b03161790555184917f69d75037a6bbac8220dd4f901b2b20315ab514b9bbc6bafa83cedfab127822e891a35050565b3360008181526008602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b600b546001600160a01b031633146123105760405162461bcd60e51b815260040161025a906146e2565b600c5460075460005b838110156114a5576123518585838181106123365761233661472f565b905060200201602081019061234b9190613f06565b8461305a565b5061238560008686848181106123695761236961472f565b905060200201602081019061237e9190613f06565b8486612d7c565b50816123908161479e565b925050808061239e9061479e565b915050612319565b610e0e196001600160a01b038416016123d15760405162461bcd60e51b815260040161025a90614639565b61195b8483613184565b60008181526006602052604081206004810154600160401b900460ff16600181600381111561240c5761240c613fdf565b146124295760405162461bcd60e51b815260040161025a90614545565b61245761ffff7f00000000000000000000000000000000000000000000000000000000000054601643613ea8565b6003830154600160a01b90046001600160401b0316106124af5760405162461bcd60e51b8152602060048201526013602482015272191d5c9a5b99c819dc9858d9481c195c9a5bd9606a1b604482015260640161025a565b60018201546001600160a01b031660006124c882611d05565b60008054604051630803642d60e31b815292935090916001600160a01b039091169063401b2168906124fe908690600401613f9f565b6040805180830381865afa15801561251a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061253e919061456c565b5060018601546001600160a01b03166000908152600460205260408120549192509083906509184e72a00090829061257690836147e5565b6125809190614745565b61258a9190614745565b61259491906147e5565b90508082106125da5760405162461bcd60e51b81526020600482015260126024820152711c9d5b19481b9bdd081cd85d1a5cd99a595960721b604482015260640161025a565b600088815260056020526040902080546001600160a01b0319166001600160a01b038681169190911790915560018701546002880154612624929190911690610e0f908b90612d7c565b5060048601805460ff60401b1916600160411b17905560405133908990600080516020615cf58339815191529061265f9089906002906145ba565b60405180910390a3506002979650505050505050565b60608080808080806000600d6040519080825280602002602001820160405280156126aa578160200160208202803683370190505b509050600c54816000815181106126c3576126c361472f565b6020908102919091018101919091526001600160a01b038a1660009081526009909152604090205481516001600160401b03909116908290600190811061270c5761270c61472f565b602002602001018181525050600460008a6001600160a01b03166001600160a01b0316815260200190815260200160002054816002815181106127515761275161472f565b60200260200101818152505061276689611d05565b816003815181106127795761277961472f565b602002602001018181525050612790610e0f611d05565b816004815181106127a3576127a361472f565b602002602001018181525050600754816005815181106127c5576127c561472f565b6020908102919091010152600054604051630803642d60e31b81526001600160a01b039091169063401b216890612800908c90600401613f9f565b6040805180830381865afa15801561281c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612840919061456c565b826006815181106128535761285361472f565b602002602001018360078151811061286d5761286d61472f565b60200260200101828152508281525050507f000000000000000000000000000000000000000000000000000000000000546061ffff16816008815181106128b6576128b661472f565b6020026020010181815250507f000000000000000000000000000000000000000000000000000000000009e34063ffffffff16816009815181106128fc576128fc61472f565b6020026020010181815250507f0000000000000000000000000000000000000000000000000000000000034bc063ffffffff1681600a815181106129425761294261472f565b602002602001018181525050612957896112f0565b81600b8151811061296a5761296a61472f565b602002602001018181525050612983896000600a611d6c565b929950975090955061299c9050610e0f60006014611d6c565b60005460408051632e0a935760e21b815290519599509297509095506001600160a01b03169263b82a4d5c925060048083019260209291908290030181865afa1580156129ed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a119190613d60565b81600c81518110612a2457612a2461472f565b60209081029190910101529650919395979092949650565b600b546001600160a01b03163314612a665760405162461bcd60e51b815260040161025a906146e2565b60005b81811015612b93576040518060400160405280848484818110612a8e57612a8e61472f565b9050602002810190612aa091906147fc565b612ab190604081019060200161403a565b15158152602001848484818110612aca57612aca61472f565b9050602002810190612adc91906147fc565b612aea90604081019061481c565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509390945250600192508690508585818110612b3757612b3761472f565b9050602002810190612b4991906147fc565b3581526020808201929092526040016000208251815460ff1916901515178155908201516001820190612b7c90826148ea565b509050508080612b8b9061479e565b915050612a69565b505050565b6060612ba2613d4d565b6007548310612bc35760405162461bcd60e51b815260040161025a90614519565b600083815260066020526040812080549091908190612bec9087906001600160a01b0316613487565b91509150612c48604051806060016040528060408152602001615df560409139604051806040016040528060018152602001600560f91b8152506040518060600160405280603281526020016153e16032913987929190613765565b50612c8e612c5587611ab5565b6040805180820182526002815261088b60f21b602080830191909152825180840190935260018352600560f91b90830152879291613765565b50612cb2604051806060016040528060248152602001615c91602491398590613792565b50612cbf612c558361385e565b50612d186040518060400160405280601081526020016f01130ba3a3934b13aba32b9911d102d960851b815250612cf5836139b0565b6040805180820190915260038152625d0a7d60e81b602082015287929190613765565b508351612d249061385e565b604051602001612d3491906149a9565b604051602081830303815290604052945050505050919050565b6001600160a01b03918216600090815260086020908152604080832093909416825291909152205460ff1690565b60006001600160a01b03851615612f6857836001600160a01b0316856001600160a01b031603612de45760405162461bcd60e51b815260206004820152601360248201527231b0b73737ba1039b2b732103a379039b2b63360691b604482015260640161025a565b6001600160a01b038416612e285760405162461bcd60e51b815260206004820152600b60248201526a5f746f206973207a65726f60a81b604482015260640161025a565b610e0e196001600160a01b03861601612eba576002600084815260066020526040902060040154600160401b900460ff166003811115612e6a57612e6a613fdf565b14612eb55760405162461bcd60e51b815260206004820152601b60248201527a7374617465206d7573742062652050656e64696e6745787069727960281b604482015260640161025a565b612f06565b6001600084815260066020526040902060040154600160401b900460ff166003811115612ee957612ee9613fdf565b14612f065760405162461bcd60e51b815260040161025a906147b7565b612f108584613bb9565b6001600160a01b03851660009081526002602052604081208054909190612f36906149ee565b909155506001600160a01b03851660009081526004602052604081208054849290612f62908490613ea8565b90915550505b506001600160a01b038316600090815260026020908152604080832080546001019081905560049092529091205490612fa1838361471c565b6001600160a01b0386166000818152600460209081526040808320859055888352600690915290206001810180546001600160a01b0319169092179091556003018054600160a01b600160e01b031916600160a01b436001600160401b03160217905591506130108585613c97565b83856001600160a01b0316876001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a450949350505050565b6001600160a01b0382166000908152600960205260408120546001600160401b0316156130c95760405162461bcd60e51b815260206004820152601f60248201527f5f746f2068617320616c7265616479206d696e74656420746869732070696300604482015260640161025a565b5060075460008181526006602052604090206004810180546001919060ff60401b1916600160401b8302179055506002810183905580546001600160a01b0319166001600160a01b03851617815560405133908390600080516020615cf58339815191529061313d906000906001906145ba565b60405180910390a350600181016007556001600160a01b0392909216600090815260096020526040902080546001600160401b031916426001600160401b03161790555090565b6000818152600660205260408120600101546001600160a01b0390811690841681146131e85760405162461bcd60e51b81526020600482015260136024820152722fb33937b69036bab9ba1031329037bbb732b960691b604482015260640161025a565b60008381526006602052604081206003015490546001600160a01b0391821693501633148061321f57506001600160a01b03811633145b8061323257506001600160a01b03821633145b8061326057506001600160a01b038116600090815260086020908152604080832033845290915290205460ff165b61329c5760405162461bcd60e51b815260206004820152600d60248201526c1b9bdd081c195c9b5a5d1d1959609a1b604482015260640161025a565b6001600160a01b038216156115035760008381526006602052604080822060030180546001600160a01b0319169055518491903390600080516020615dd5833981519152908390a450505050565b6000833b156133d757604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290613325903390899088908890600401614a05565b6020604051808303816000875af1925050508015613360575060408051601f3d908101601f1916820190925261335d91810190614a42565b60015b6133bd573d80801561338e576040519150601f19603f3d011682016040523d82523d6000602084013e613393565b606091505b5080516000036133b55760405162461bcd60e51b815260040161025a90614690565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050611392565b506001611392565b6000816000036133f157506000610ba4565b81600103613400575081610ba4565b6509184e72a0008261341285836147e5565b61341c9190614745565b6113439190614745565b600b80546001600160a01b038381166001600160a01b031983168117909355604080519190921680825260208201939093527f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0910160405180910390a15050565b606080613492613d4d565b604051639b0ab25160e01b81526004810186905260c06024820152600260c482015261034360f41b60e4820152610100604482015260036101048201526206860760eb1b6101248201526101406064820152600661014482018190526532b132b132b160d11b6101648301526034608483015260a48201526000907f0000000000000000000000004872bc4a6b29e8141868c3fe0d4aee70e9ea67356001600160a01b031690639b0ab2519061018401600060405180830381865afa15801561355f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526135879190810190614a5f565b60405163529d87ef60e11b81526001600160a01b038781166004830152600060248301529192507f000000000000000000000000c55c7913be9e9748ff10a4a7af86a5af25c460479091169063a53b0fde90604401600060405180830381865afa1580156135f9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526136219190810190614acc565b925060007f000000000000000000000000e91eb909203c8c8cad61f86fc44edee9023bda4d6001600160a01b031663c03701a385602860a060f07f00000000000000000000000000000000000000000000000000000000000000006040518663ffffffff1660e01b815260040161369c959493929190614b51565b600060405180830381865afa1580156136b9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526136e19190810190614a5f565b905061370b60405180610840016040528061081d8152602001614bc461081d913984908484613765565b50613756604051806108a0016040528061087e815260200161541361087e913961373489611ab5565b6040518060c00160405280609f8152602001615d15609f913986929190613765565b505090519250505b9250929050565b61376d613d4d565b61378961378361377d8787613792565b85613792565b83613792565b95945050505050565b61379a613d4d565b81511561385757601f1983518051808551016605c284b9def779848401518181061582820402905080831061382a57856020848317018201168160400186016040511461381857602060405101816040018101604052808b528760208701165b87810151828201528801806137fa575090830281880152945061382a565b80604001860160405280830287870152505b505085519183019160200184165b8681015183820152840180613838575060008382016020015290915250505b5090919050565b6060815160000361387d57505060408051602081019091526000815290565b6000604051806060016040528060408152602001615cb560409139905060006003845160026138ac919061471c565b6138b69190614745565b6138c19060046147e5565b6001600160401b038111156138d8576138d8613d79565b6040519080825280601f01601f191660200182016040528015613902576020820181803683370190505b509050600182016020820185865187015b8082101561396e576003820191508151603f8160121c168501518453600184019350603f81600c1c168501518453600184019350603f8160061c168501518453600184019350603f8116850151845350600183019250613913565b505060038651066001811461398a576002811461399d576139a5565b603d6001830353603d60028303536139a5565b603d60018303535b509195945050505050565b60606139ba613d4d565b604080516020810190915260008082525b8451811015613bb0578151156139eb576139e58383613792565b50613a09565b60405180604001604052806002815260200161160560f11b81525091505b600060016000878481518110613a2157613a2161472f565b602002602001015181526020019081526020016000206040518060400160405290816000820160009054906101000a900460ff16151515158152602001600182018054613a6d90614862565b80601f0160208091040260200160405190810160405280929190818152602001828054613a9990614862565b8015613ae65780601f10613abb57610100808354040283529160200191613ae6565b820191906000526020600020905b815481529060010190602001808311613ac957829003601f168201915b5050505050815250509050806000015115613b4e57613b48604051806060016040528060218152602001615db460219139826020015160405180604001604052806002815260200161227d60f01b81525087613765909392919063ffffffff16565b50613b9d565b613b9b604051806060016040528060268152602001615e5560269139826020015160405180604001604052806002815260200161227d60f01b81525087613765909392919063ffffffff16565b505b5080613ba88161479e565b9150506139cb565b50505192915050565b6001600160a01b038216600090815260026020526040812054613bde90600190613ea8565b6000838152600660205260409020600401549091506001600160401b0316808214613c56576001600160a01b038416600090815260036020908152604080832085845282528083205484845281842081905583526006909152902060040180546001600160401b0319166001600160401b0383161790555b50600091825260066020908152604080842060040180546001600160401b03191690556001600160a01b039094168352600381528383209183525290812055565b6001600160a01b038216600090815260026020526040812054613cbc90600190613ea8565b6001600160a01b039390931660009081526003602090815260408083208684528252808320859055938252600690529190912060040180546001600160401b0319166001600160401b039093169290921790915550565b6040805160e081018252600080825260208201819052918101829052606081018290526080810182905260a081018290529060c082015290565b6040518060200160405280606081525090565b600060208284031215613d7257600080fd5b5051919050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715613db757613db7613d79565b604052919050565b60006001600160401b03821115613dd857613dd8613d79565b5060051b60200190565b60008060008060808587031215613df857600080fd5b84516001600160401b03811115613e0e57600080fd5b8501601f81018713613e1f57600080fd5b80516020613e34613e2f83613dbf565b613d8f565b82815260059290921b8301810191818101908a841115613e5357600080fd5b938201935b83851015613e7157845182529382019390820190613e58565b9189015160408a01516060909a0151929b909a509197509095505050505050565b634e487b7160e01b600052601160045260246000fd5b81810381811115610ba457610ba4613e92565b6001600160e01b031981168114613ed157600080fd5b50565b600060208284031215613ee657600080fd5b813561134381613ebb565b6001600160a01b0381168114613ed157600080fd5b600060208284031215613f1857600080fd5b813561134381613ef1565b60005b83811015613f3e578181015183820152602001613f26565b50506000910152565b60008151808452613f5f816020860160208601613f23565b601f01601f19169290920160200192915050565b6020815260006113436020830184613f47565b600060208284031215613f9857600080fd5b5035919050565b6001600160a01b0391909116815260200190565b60008060408385031215613fc657600080fd5b8235613fd181613ef1565b946020939093013593505050565b634e487b7160e01b600052602160045260246000fd5b6004811061401357634e487b7160e01b600052602160045260246000fd5b9052565b60208101610ba48284613ff5565b8035801515811461403557600080fd5b919050565b60006020828403121561404c57600080fd5b61134382614025565b60006001600160401b0382111561406e5761406e613d79565b50601f01601f191660200190565b6000806000806080858703121561409257600080fd5b843561409d81613ef1565b935060208501356140ad81613ef1565b92506040850135915060608501356001600160401b038111156140cf57600080fd5b8501601f810187136140e057600080fd5b80356140ee613e2f82614055565b81815288602083850101111561410357600080fd5b8160208401602083013760006020838301015280935050505092959194509250565b60008060006060848603121561413a57600080fd5b833561414581613ef1565b9250602084013561415581613ef1565b929592945050506040919091013590565b803561ffff8116811461403557600080fd5b60008060006060848603121561418d57600080fd5b833561419881613ef1565b92506141a660208501614166565b91506141b460408501614166565b90509250925092565b600081518084526020808501945080840160005b8381101561425857815180516001600160a01b039081168952848201518116858a0152604080830151908a0152606080830151909116908901526080808201516001600160401b03908116918a019190915260a0808301519091169089015260c09081015190614243818a0183613ff5565b505060e09690960195908201906001016141d1565b509495945050505050565b600081518084526020808501808196508360051b8101915082860160005b858110156142ab578284038952614299848351613f47565b98850198935090840190600101614281565b5091979650505050505050565b600081518084526020808501945080840160005b83811015614258578151875295820195908201906001016142cc565b6080815260006142fb60808301876141bd565b63ffffffff8616602084015282810360408401526143198186614263565b9050828103606084015261432d81856142b8565b979650505050505050565b6001600160a01b038881168252878116602083015260408201879052851660608201526001600160401b038481166080830152831660a082015260e0810161438360c0830184613ff5565b98975050505050505050565b600080604083850312156143a257600080fd5b82356143ad81613ef1565b91506143bb60208401614025565b90509250929050565b60008083601f8401126143d657600080fd5b5081356001600160401b038111156143ed57600080fd5b6020830191508360208260051b850101111561375e57600080fd5b6000806020838503121561441b57600080fd5b82356001600160401b0381111561443157600080fd5b61443d858286016143c4565b90969095509350505050565b60e08152600061445c60e083018a6142b8565b828103602084015261446e818a6141bd565b905082810360408401526144828189614263565b9050828103606084015261449681886142b8565b905082810360808401526144aa81876141bd565b905082810360a08401526144be8186614263565b905082810360c08401526144d281856142b8565b9a9950505050505050505050565b600080604083850312156144f357600080fd5b82356144fe81613ef1565b9150602083013561450e81613ef1565b809150509250929050565b602080825260129082015271696e646578206f7574206f662072616e676560701b604082015260600190565b6020808252600d908201526c696e76616c696420737461746560981b604082015260600190565b6000806040838503121561457f57600080fd5b505080516020909101519092909150565b60208082526010908201526f696e73657274206d6f72652053544f4760801b604082015260600190565b604081016145c88285613ff5565b6113436020830184613ff5565b6000602082840312156145e757600080fd5b815161134381613ef1565b634e487b7160e01b600052601260045260246000fd5b6020808252601790820152766e65656420746f207374616b65206d6f72652053544f4760481b604082015260600190565b60208082526015908201527463616e6e6f74207472616e7366657220746865726560581b604082015260600190565b6020808252600e908201526d34b73b30b634b2102fb7bbb732b960911b604082015260600190565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b6020808252600c908201526b37b7363c9031bab930ba37b960a11b604082015260600190565b600082614717576147176145f2565b500690565b80820180821115610ba457610ba4613e92565b634e487b7160e01b600052603260045260246000fd5b600082614754576147546145f2565b500490565b600060ff821660ff810361476f5761476f613e92565b60010192915050565b61ffff81811683821602808216919082811461479657614796613e92565b505092915050565b6000600182016147b0576147b0613e92565b5060010190565b6020808252601490820152737374617465206d7573742062652041637469766560601b604082015260600190565b8082028115828204841417610ba457610ba4613e92565b60008235605e1983360301811261481257600080fd5b9190910192915050565b6000808335601e1984360301811261483357600080fd5b8301803591506001600160401b0382111561484d57600080fd5b60200191503681900382131561375e57600080fd5b600181811c9082168061487657607f821691505b60208210810361489657634e487b7160e01b600052602260045260246000fd5b50919050565b601f821115612b9357600081815260208120601f850160051c810160208610156148c35750805b601f850160051c820191505b818110156148e2578281556001016148cf565b505050505050565b81516001600160401b0381111561490357614903613d79565b614917816149118454614862565b8461489c565b602080601f83116001811461494c57600084156149345750858301515b600019600386901b1c1916600185901b1785556148e2565b600085815260208120601f198616915b8281101561497b5788860151825594840194600190910190840161495c565b50858210156149995787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b7f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c0000008152600082516149e181601d850160208701613f23565b91909101601d0192915050565b6000816149fd576149fd613e92565b506000190190565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090614a3890830184613f47565b9695505050505050565b600060208284031215614a5457600080fd5b815161134381613ebb565b600060208284031215614a7157600080fd5b81516001600160401b03811115614a8757600080fd5b8201601f81018413614a9857600080fd5b8051614aa6613e2f82614055565b818152856020838501011115614abb57600080fd5b613789826020830160208601613f23565b60006020808385031215614adf57600080fd5b82516001600160401b03811115614af557600080fd5b8301601f81018513614b0657600080fd5b8051614b14613e2f82613dbf565b81815260059190911b82018301908381019087831115614b3357600080fd5b928401925b8284101561432d57835182529284019290840190614b38565b60a0808252865190820181905260009060209060c0840190828a01845b82811015614b8a57815184529284019290840190600101614b6e565b5050508092505061ffff8088168285015280871660408501528086166060850152505063ffffffff83166080830152969550505050505056fe3c73766720786d6c6e733d22687474703a2f2f7777772e77332e6f72672f323030302f737667222077696474683d2236303022206865696768743d22353030222073686170652d72656e646572696e673d2263726973704564676573223e3c646566733e3c7374796c653e2e67322c2e67342c2e67357b7374726f6b653a233030303b66696c6c3a236138613961383b7374726f6b652d77696474683a307d2e67342c2e67357b66696c6c3a236463646464637d2e67357b66696c6c3a233639366136397d2e67377b66696c6c3a236465646564657d2e67397b66696c6c3a236130613061307d2e6731307b66696c6c3a233763376237657d2e777b66696c6c3a236666667d2e626f78627b66696c6c3a233338353335657d3c2f7374796c653e3c2f646566733e3c7061746820643d224d333020313030683233307631304833307a4d3230203131306831307631304832307a4d313020313230683130763336304831307a4d3230203438306831307631304832307a4d333020343930683534307631304833307a4d35373020343830683130763130682d31307a4d3538302031323068313076333630682d31307a4d35373020313130683130763130682d31307a4d3334302031303068323330763130483334307a222f3e3c7061746820643d224d333230203132306832363076333430483332307a22207374796c653d2266696c6c3a23656265626562222f3e3c7061746820643d224d32302031333068333030763334304832307a4d323020313230683535307631304832307a2220636c6173733d226737222f3e3c7061746820643d224d3230203132306831307631304832307a4d3230203436306831307631304832307a4d333020313130683534307631304833307a4d35373020313230683130763130682d31307a2220636c6173733d2277222f3e3c7061746820643d224d35373020313330683130763130682d31307a4d35373020343530683130763130682d31307a2220636c6173733d226737222f3e3c7061746820643d224d35373020343630683130763130682d31307a2220636c6173733d2277222f3e3c7061746820643d224d3332302034363068323530763130483332307a2220636c6173733d226734222f3e3c7061746820643d224d333020343730683534307631304833307a2220636c6173733d2277222f3e3c7061746820643d224d333020343830683534307631304833307a4d3230203437306831307631304832307a4d35373020343730683130763130682d31307a2220636c6173733d226739222f3e3c7061746820643d224d333330203068313076313330682d31307a222f3e3c7061746820643d224d3236302030683830763130682d38307a4d32363020313230683830763130682d38307a222f3e3c7061746820643d224d323630203068313076313330682d31307a222f3e3c7061746820643d224d323730203130683230763630682d32307a2220636c6173733d226732222f3e3c7061746820643d224d323930203130683430763630682d34307a22207374796c653d227374726f6b653a233030303b66696c6c3a236363633b7374726f6b652d77696474683a30222f3e3c7061746820643d224d323730203730683630763230682d36307a2220636c6173733d226734222f3e3c7061746820643d224d323930203530683230763130682d32307a4d323930203730683230763130682d32307a4d323830203630683130763130682d31307a4d333130203630683130763130682d31307a4d323830203930683430763130682d34307a222f3e3c7061746820643d224d323830203730683130763130682d31307a4d333130203730683130763130682d31307a4d333230203630683130763130682d31307a2220636c6173733d226732222f3e3c7061746820643d224d323730203830683130763130682d31307a4d333230203830683130763130682d31307a222f3e3c7061746820643d224d32373020313030683630763230682d36307a22207374796c653d227374726f6b653a233030303b66696c6c3a233761376137613b7374726f6b652d77696474683a30222f3e3c7061746820643d224d32383020313030683430763130682d34307a4d323730203930683130763130682d31307a4d333230203930683130763130682d31307a2220636c6173733d226735222f3e3c7061746820643d224d32363020313330683830763130682d38307a22207374796c653d2266696c6c3a236265626662653b7374726f6b652d77696474683a30222f3e3c7061746820643d224d34302031363068323430763235304834307a22207374796c653d227374726f6b653a233338353335653b66696c6c3a233539383439353b7374726f6b652d77696474683a303b7374726f6b652d616c69676e6d656e743a696e6e6572222f3e3c7061746820643d224d343020313630683234307631304834307a2220636c6173733d22626f7862222f3e3c7061746820643d224d343020313630683130763235304834307a2220636c6173733d22626f7862222f3e3c7061746820643d224d343020343030683234307631304834307a2220636c6173733d22626f7862222f3e3c7061746820643d224d3237302031363068313076323530682d31307a2220636c6173733d22626f7862222f3e3c7061746820643d224d3331302033383068323430763230483331307a4d33313020333430683630763230682d36307a4d33383020333430683630763230682d36307a4d34353020333430683330763230682d33307a4d34393020333430683230763230682d32307a4d35323020333430683330763230682d33307a2220636c6173733d22673130222f3e2265787465726e616c5f75726c223a202268747470733a2f2f636967746f6b656e2e6574682e6c696d6f2f2362616467652d3c7376673e3c646566733e3c7374796c653e40666f6e742d66616365207b666f6e742d66616d696c793a2022433634223b7372633a2075726c28646174613a666f6e742f776f6666323b6261736536342c643039474d67414241414141414156674141304141414141466c67414141554a414145414141414141414141414141414141414141414141414141414141414150305a4756453063476867475941434357684549437073456b6e674c67527741415459434a414f42626751674259515a42344e6347386f514978476d6a453441344b2b544a304f736f7a307948486955496b6575384a6e435335754948315968543032504c454b6c544a376371675a56462f3549504879756762326637473553416b5841476c6a6a2b487232674b3657536569796733506e5430694d5557766239314359667667625a707045504561475569674668453059412f57526933504f545367675352527332666e4a3279656f64625a5a53336154354e717a5362354256784b6a36517264484d4e39764552714c437765672b456f6e3858362b756f32617239662f584b4c7958537847314b684563306949542b422b364b4368534c7130524b686b68696153693265497155524b356c4d4b4a6c46334751454d726847744f314e2f3734492b4c4d7655344650487279425037357941495852474138534f69546b4d69567536716b366845364854736a71794252444e365255497841416347534663534f4f4742594e525a674663526d3941724e51794d695968674a484d514c5473446142716b71594b324459476d6178533752472b396c2b6f4149793649694241455243416741456d5134412b714838564e5167774c68586b2b776470702b66567163334745316d45655266526f6a574150734164374565306b667961596856454e73416b476a6b534c4b51424555697763637a4838746a2f426c5a6a5052346763694f68756b4d6d472f4b506b4d6d6d63307575576d58377650466a5a5143544b70674e2b347a35385767686a4c4e63744c7577367156376d7a51466151434b506a77624f7879527252717777356a4735346c675470734c693351482f69717242574d6f46576354445936516d4f667256546f7a4f436c37463165764872763969414d7a5368674454412f4b6b4654625234785669736a3159444b4e637359586f6e52545a6946474a6339725073597a61374b714d6f3462427a714d544e447a4e51316c34374f6a51336c58643236424137765564505255346876476150543879776238737773736b442b457361684868316450707a7a3975554d6978385564554e69325941667578446c7a4335675771716d7157736a724b326c614952414c53766e696c7658527070784a3165506931615634376a71624a396551626948375362667334386f65775833634b6f66644c6f6a722b724c476a45796a7051496d2b564f592f634a4733654b35445837734a7a65464656485275766570363431614b586c2b554c316d613536655268396c645439474447795043644c383555552b4c412b71694e2f7a724861327547504a2f54494b4871656f70354861334e4c464846737047644c676864364167556f527054645453484c54395471775677633679334949617471776a416f674f6d6a6e2b64564767727a4e66514c4e333453333555536f706641786f5975614f77796b684f6b422f626b57414b6b365a786752577577316e68354b6b4869454e48496d7a5359362b784b6a3373433974614570656b6e666442566b6c444530496431474538704b585678536a55373073676769787a794b4b43494573716749554747416855575747464c732f2b6c4f66376868417475654f43464433344545455149595551515251787865654b346b2b54755366446a6a65526352676f714152597962436a66595468387032354d70533046464b6966476746692f63392f2b44652f2f573359484872506d38562f6761675343497147456141534149416c465643466968456f764c6b72796c4c307457617674706c424b3564456563514a41767351444a51455043776b6a50565341425a70366a51555636514a39326732325a393269723970623270737558677778426d4d36456267494f67306a48564f6d6e43485a6f74386157657376326876513653484445624863522b7a4f4e6b3532466e77356745716f75586d6257664f6968437433476a42535a444e634930343163764e367568695359496e33784370747677434a5046665739474a6e336754507951306235445057455157463969626e6b3355673066593632542f58766a46634e6a633074334f3241562b7065326f4f5538503670713775466f374f694163724a776331585262507546394d4c513648533348393941656b6e447938716a656f59566e5a6467717a55414462656a7a4778623066485a46462b6733484d58543950536d7241782b7758306749736b476b32686371745161725535764d4a724d4671764e376e43363342347667416754797241634c3469534843436b306e544474477a4839587945435755634c346953724b696162706957376268652f62662f37794f524d4247697842424c584b6f766251686e4941674d67634c417768476654674145675346514746673434744d5a6743417742416f447133593d293b7d2e74207b66696c6c3a20236666303462343b207374726f6b653a206e6f6e653b20666f6e742d73697a653a20323670783b20666f6e742d66616d696c793a2027433634272c6d6f6e6f73706163653b20746578742d616e63686f723a20656e647d3c2f7374796c653e3c2f646566733e3c7465787420783d2235353070782220793d2231393070782220636c6173733d2274223e43494720464143544f52593c2f746578743e3c7465787420783d2235353070782220793d2232333270782220636c6173733d2274223e454d504c4f5945453c2f746578743e3c7465787420783d2235353070782220793d2232373470782220636c6173733d2274223e2322696d616765223a2022646174613a696d6167652f7376672b786d6c3b6261736536342c4142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2f54827dbe0b4a5cb7136592813ea4fc7fb9dd5ffb011f0eb5182cea11259e17ac3c2f746578743e3c7465787420783d2235353070782220793d22333230707822207374796c653d22666f6e742d66616d696c793a2027433634272c6d6f6e6f73706163653b20746578742d616e63686f723a20656e643b20666f6e742d73697a653a2031362e3570783b2066696c6c3a20236137613761373b223e434f4e464944494d555320494e2043454f3c2f746578743e3c2f7376673e3c2f7376673e7b2274726169745f74797065223a202254797065222c202276616c7565223a20228c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9257b0a226465736372697074696f6e223a2022456d706c6f7965652049442042616467657320666f72207468652043696761726574746520466163746f7279222cf8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce77b2274726169745f74797065223a20224163636573736f7279222c202276616c7565223a2022a2646970667358221220cebcd633788c0a062d0a324630e76433ba567f5644a56160fa9fd27d81aea83d64736f6c63430008130033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000cb56b52316041a62b6b5d0583dce4a8ae7a3c6290000000000000000000000000000000000000000000000000000000000034bc0000000000000000000000000000000000000000000000000000000000009e3400000000000000000000000000000000000000000000000000000000000005460000000000000000000000000c55c7913be9e9748ff10a4a7af86a5af25c46047000000000000000000000000e91eb909203c8c8cad61f86fc44edee9023bda4d0000000000000000000000004872bc4a6b29e8141868c3fe0d4aee70e9ea67350000000000000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : _cig (address): 0xCB56b52316041A62B6b5D0583DcE4A8AE7a3C629
Arg [1] : _duration_min_change (uint32): 216000
Arg [2] : _duration_state_change (uint32): 648000
Arg [3] : _gracePeriod (uint16): 21600
Arg [4] : _identicons (address): 0xc55C7913BE9E9748FF10a4A7af86A5Af25C46047
Arg [5] : _pblocks (address): 0xe91Eb909203c8C8cAd61f86fc44EDeE9023bdA4D
Arg [6] : _barcode (address): 0x4872BC4a6B29E8141868C3Fe0d4aeE70E9eA6735
Arg [7] : _configId (uint32): 0
-----Encoded View---------------
8 Constructor Arguments found :
Arg [0] : 000000000000000000000000cb56b52316041a62b6b5d0583dce4a8ae7a3c629
Arg [1] : 0000000000000000000000000000000000000000000000000000000000034bc0
Arg [2] : 000000000000000000000000000000000000000000000000000000000009e340
Arg [3] : 0000000000000000000000000000000000000000000000000000000000005460
Arg [4] : 000000000000000000000000c55c7913be9e9748ff10a4a7af86a5af25c46047
Arg [5] : 000000000000000000000000e91eb909203c8c8cad61f86fc44edee9023bda4d
Arg [6] : 0000000000000000000000004872bc4a6b29e8141868c3fe0d4aee70e9ea6735
Arg [7] : 0000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode Sourcemap
8954:62901:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34580:10;34557:11;34572:19;;;:7;:19;;;;;;-1:-1:-1;;;;;34572:19:0;:24;:19;34616:14;;34608:44;;;;-1:-1:-1;;;34608:44:0;;216:2:1;34608:44:0;;;198:21:1;255:2;235:18;;;228:30;-1:-1:-1;;;274:18:1;;;267:47;331:18;;34608:44:0;;;;;;;;;34663:17;34683:6;;;;;;;;;-1:-1:-1;;;;;34683:6:0;-1:-1:-1;;;;;34683:23:0;;:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;34663:45;;34740:9;34727;:22;;34719:49;;;;-1:-1:-1;;;34719:49:0;;751:2:1;34719:49:0;;;733:21:1;790:2;770:18;;;763:30;-1:-1:-1;;;809:18:1;;;802:44;863:18;;34719:49:0;549:338:1;34719:49:0;34779:6;;:60;;-1:-1:-1;;;34779:60:0;;34811:10;34779:60;;;1119:51:1;34779:6:0;1186:18:1;;;1179:34;;;1229:18;;;1222:50;1315:14;;1308:22;1288:18;;;1281:50;-1:-1:-1;;;;;34779:6:0;;;;:14;;34800:9;;1091:19:1;;34779:60:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;34779:60:0;;;;;;;;;;;;:::i;:::-;;;;;34866:9;34854;:21;34850:172;;;34893:9;34908:10;34931:21;34943:9;34931;:21;:::i;:::-;34908:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34892:65;;;34980:4;34972:38;;;;-1:-1:-1;;;34972:38:0;;3691:2:1;34972:38:0;;;3673:21:1;3730:2;3710:18;;;3703:30;-1:-1:-1;;;3749:18:1;;;3742:51;3810:18;;34972:38:0;3489:345:1;34972:38:0;34877:145;34850:172;34546:483;8954:62901;;;;66436:412;;;;;;;;;;-1:-1:-1;66436:412:0;;;;;:::i;:::-;;:::i;:::-;;;4390:14:1;;4383:22;4365:41;;4353:2;4338:18;66436:412:0;;;;;;;;10461:45;;;;;;;;;;-1:-1:-1;10461:45:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;;4951:25:1;;;4939:2;4924:18;10461:45:0;4805:177:1;51786:98:0;;;;;;;;;;-1:-1:-1;51849:27:0;;;;;;;;;;;;-1:-1:-1;;;51849:27:0;;;;51786:98;;;;;;;:::i;65589:120::-;;;;;;;;;;-1:-1:-1;65589:120:0;;;;;:::i;:::-;65649:7;65676:16;;;:6;:16;;;;;:25;;;-1:-1:-1;;;;;65676:25:0;;65589:120;;;;;;;;:::i;64533:373::-;;;;;;;;;;-1:-1:-1;64533:373:0;;;;;:::i;:::-;;:::i;43135:1112::-;;;;;;;;;;-1:-1:-1;43135:1112:0;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;47518:961::-;;;;;;;;;;-1:-1:-1;47518:961:0;;;;;:::i;:::-;;:::i;70172:197::-;;;;;;;;;;-1:-1:-1;70172:197:0;;;;;:::i;:::-;;:::i;69801:363::-;;;;;;;;;;-1:-1:-1;69801:363:0;;;;;:::i;:::-;;:::i;66932:300::-;;;;;;;;;;-1:-1:-1;66932:300:0;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;;8753:33:1;;;8735:52;;8723:2;8708:18;66932:300:0;8591:202:1;50146:95:0;;;;;;;;;;-1:-1:-1;50219:14:0;;50146:95;;39956:387;;;;;;;;;;-1:-1:-1;39956:387:0;;;;;:::i;:::-;;:::i;60978:257::-;;;;;;;;;;-1:-1:-1;60978:257:0;;;;;:::i;:::-;;:::i;9722:21::-;;;;;;;;;;-1:-1:-1;9722:21:0;;;;-1:-1:-1;;;;;9722:21:0;;;44623:1581;;;;;;;;;;-1:-1:-1;44623:1581:0;;;;;:::i;:::-;;:::i;51144:374::-;;;;;;;;;;-1:-1:-1;51144:374:0;;;;;:::i;:::-;;:::i;60542:428::-;;;;;;;;;;-1:-1:-1;60542:428:0;;;;;:::i;:::-;;:::i;39391:125::-;;;;;;;;;;-1:-1:-1;39391:125:0;;;;;:::i;:::-;;:::i;10789:29::-;;;;;;;;;;;;;;;;50500:190;;;;;;;;;;-1:-1:-1;50500:190:0;;;;;:::i;:::-;;:::i;11455:30::-;;;;;;;;;;-1:-1:-1;11455:30:0;;;;-1:-1:-1;;;;;11455:30:0;;;;;;-1:-1:-1;;;;;9645:31:1;;;9627:50;;9615:2;9600:18;11455:30:0;9483:200:1;40444:325:0;;;;;;;;;;;;;:::i;70772:1080::-;;;;;;;;;;-1:-1:-1;70772:1080:0;;;;;:::i;:::-;;:::i;59016:284::-;;;;;;;;;;-1:-1:-1;59016:284:0;;;;;:::i;:::-;;:::i;36907:204::-;;;;;;;;;;-1:-1:-1;36907:204:0;;;;;:::i;:::-;;:::i;39587:::-;;;;;;;;;;-1:-1:-1;39587:204:0;;;;;:::i;:::-;;:::i;51610:168::-;;;;;;;;;;-1:-1:-1;51610:168:0;;;;;:::i;:::-;;:::i;69114:128::-;;;;;;;;;;;;;:::i;38312:1051::-;;;;;;;;;;-1:-1:-1;38312:1051:0;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;;:::i;68951:82::-;;;;;;;;;;-1:-1:-1;69018:7:0;;-1:-1:-1;;;;;69018:7:0;68951:82;;46542:692;;;;;;;;;;-1:-1:-1;46542:692:0;;;;;:::i;:::-;;:::i;51892:90::-;;;;;;;;;;-1:-1:-1;51957:17:0;;;;;;;;;;;;-1:-1:-1;;;51957:17:0;;;;51892:90;;10695:39;;;;;;;;;;-1:-1:-1;10695:39:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;10695:39:0;;;;;;;;;;;;;;-1:-1:-1;;;10695:39:0;;-1:-1:-1;;;;;10695:39:0;;;;;;;;-1:-1:-1;;;10695:39:0;;;;;;;;;;;;;;;;;;;:::i;65142:200::-;;;;;;;;;;-1:-1:-1;65142:200:0;;;;;:::i;:::-;;:::i;32047:2225::-;;;;;;;;;;-1:-1:-1;32047:2225:0;;;;;:::i;:::-;;:::i;59718:406::-;;;;;;;;;;-1:-1:-1;59718:406:0;;;;;:::i;:::-;;:::i;41672:1155::-;;;;;;;;;;-1:-1:-1;41672:1155:0;;;;;:::i;:::-;;:::i;35114:1622::-;;;;;;;;;;-1:-1:-1;35114:1622:0;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;;;;;:::i;25463:6522::-;;;;;;;;;;-1:-1:-1;25463:6522:0;;;;;:::i;:::-;;:::i;57201:943::-;;;;;;;;;;-1:-1:-1;57201:943:0;;;;;:::i;:::-;;:::i;10577:48::-;;;;;;;;;;-1:-1:-1;10577:48:0;;;;;:::i;:::-;;;;;;;;;;;;-1:-1:-1;;;;;10577:48:0;;;65895:144;;;;;;;;;;-1:-1:-1;65895:144:0;;;;;:::i;:::-;;:::i;11369:33::-;;;;;;;;;;;;;;;;11116:41;;;;;;;;;;-1:-1:-1;11116:41:0;;;;;:::i;:::-;;;;;;;;;;;;-1:-1:-1;;;;;11116:41:0;;;66436:412;66504:4;-1:-1:-1;;;;;;66541:40:0;;-1:-1:-1;;;66541:40:0;;:105;;-1:-1:-1;;;;;;;66598:48:0;;-1:-1:-1;;;66598:48:0;66541:105;:162;;;-1:-1:-1;;;;;;;66663:40:0;;-1:-1:-1;;;66663:40:0;66541:162;:229;;;-1:-1:-1;;;;;;;66720:50:0;;-1:-1:-1;;;66720:50:0;66541:229;:299;;;-1:-1:-1;;;;;;;66787:53:0;;-1:-1:-1;;;66787:53:0;66541:299;66521:319;66436:412;-1:-1:-1;;66436:412:0:o;64533:373::-;64620:14;;64609:8;:25;64601:56;;;;-1:-1:-1;;;64601:56:0;;;;;;;:::i;:::-;64668:9;64680:16;;;:6;:16;;;;;:22;;;-1:-1:-1;;;;;64680:22:0;64726:10;64721:15;;;:50;;;64740:31;64757:1;64760:10;64740:16;:31::i;:::-;64713:92;;;;-1:-1:-1;;;64713:92:0;;18227:2:1;64713:92:0;;;18209:21:1;18266:2;18246:18;;;18239:30;18305:31;18285:18;;;18278:59;18354:18;;64713:92:0;18025:353:1;64713:92:0;64816:16;;;;:6;:16;;;;;;:25;;:31;;-1:-1:-1;;;;;;64816:31:0;-1:-1:-1;;;;;64816:31:0;;;;;;;;64863:35;;64816:16;;64872:10;;-1:-1:-1;;;;;;;;;;;64863:35:0;64816:16;64863:35;64590:316;64533:373;;:::o;43135:1112::-;43191:5;43227:16;;;:6;:16;;;;;43264:7;;;;-1:-1:-1;;;43264:7:0;;;;43295:19;43290:1;:24;;;;;;;;:::i;:::-;;43282:50;;;;-1:-1:-1;;;43282:50:0;;;;;;;:::i;:::-;43343:9;43355:23;;;:13;:23;;;;;;-1:-1:-1;;;;;43355:23:0;43402:10;43397:15;;43389:42;;;;-1:-1:-1;;;43389:42:0;;18927:2:1;43389:42:0;;;18909:21:1;18966:2;18946:18;;;18939:30;-1:-1:-1;;;18985:18:1;;;18978:44;19039:18;;43389:42:0;18725:338:1;43389:42:0;43479:12;;;;43495:21;43464:52;;;:27;;-1:-1:-1;;;43479:12:0;;-1:-1:-1;;;;;43479:12:0;43464;:27;:::i;:::-;:52;;43442:102;;;;-1:-1:-1;;;43442:102:0;;19270:2:1;43442:102:0;;;19252:21:1;19309:2;19289:18;;;19282:30;-1:-1:-1;;;19328:18:1;;;19321:40;19378:18;;43442:102:0;19068:334:1;43442:102:0;43635:14;43652:40;11936:42;43671:1;43674:8;43684:7;;43652:9;:40::i;:::-;43728:15;43748:6;;:17;;-1:-1:-1;;;43748:17:0;;43635:57;;-1:-1:-1;43728:15:0;;-1:-1:-1;;;;;43748:6:0;;;;:14;;:17;;43763:1;;43748:17;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;43727:38;;;43809:6;43798:7;:17;;43776:60;;;;-1:-1:-1;;;43776:60:0;;;;;;;:::i;:::-;43901:7;;;:22;;-1:-1:-1;;;;43901:22:0;-1:-1:-1;;;43901:22:0;;;43939:132;;43989:10;;43966:8;;-1:-1:-1;;;;;;;;;;;43939:132:0;;;44014:19;;-1:-1:-1;;43939:132:0;:::i;:::-;;;;;;;;-1:-1:-1;;;44116:1:0;44082:23;;;-1:-1:-1;44082:13:0;:23;;;;;;:36;;-1:-1:-1;;;;;;44082:36:0;;;-1:-1:-1;44141:7:0;;44129:9;;;;:19;44082:36;;43135:1112::o;47518:961::-;47608:3;-1:-1:-1;;;;;47608:11:0;;:13;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;47594:27:0;:10;-1:-1:-1;;;;;47594:27:0;;47586:54;;;;-1:-1:-1;;;47586:54:0;;20755:2:1;47586:54:0;;;20737:21:1;20794:2;20774:18;;;20767:30;-1:-1:-1;;;20813:18:1;;;20806:44;20867:18;;47586:54:0;20553:338:1;47586:54:0;47699:2;47678:3;-1:-1:-1;;;;;47678:16:0;;:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:23;47663:12;:38;47655:72;;;;-1:-1:-1;;;47655:72:0;;21098:2:1;47655:72:0;;;21080:21:1;21137:2;21117:18;;;21110:30;-1:-1:-1;;;21156:18:1;;;21149:51;21217:18;;47655:72:0;20896:345:1;47655:72:0;47765:16;;-1:-1:-1;;;;;47765:16:0;;;:38;47784:19;47765:38;;47750:53;:12;:53;47742:82;;;;-1:-1:-1;;;47742:82:0;;21448:2:1;47742:82:0;;;21430:21:1;21487:2;21467:18;;;21460:30;-1:-1:-1;;;21506:18:1;;;21499:46;21562:18;;47742:82:0;21246:340:1;47742:82:0;47839:16;:39;;-1:-1:-1;;;;;;47839:39:0;47865:12;-1:-1:-1;;;;;47839:39:0;;;;47907:7;;47917:5;47907:15;;47925:3;47907:21;-1:-1:-1;48010:320:0;;;;48057:3;48047:7;;:13;48038:22;;48120:5;48097:3;-1:-1:-1;;;;;48097:18:0;;:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:28;;;;;:::i;:::-;;48087:42;;;48079:62;;;;-1:-1:-1;;;48079:62:0;;21925:2:1;48079:62:0;;;21907:21:1;21964:1;21944:18;;;21937:29;-1:-1:-1;;;21982:18:1;;;21975:37;22029:18;;48079:62:0;21723:330:1;48079:62:0;48010:320;;;48250:3;48240:7;;:13;48231:22;;48289:7;48280:6;:16;48272:42;;;;-1:-1:-1;;;48272:42:0;;22260:2:1;48272:42:0;;;22242:21:1;22299:2;22279:18;;;22272:30;-1:-1:-1;;;22318:18:1;;;22311:43;22371:18;;48272:42:0;22058:337:1;48272:42:0;48344:7;:16;;;48438:28;;;22574:25:1;;;22630:2;22615:18;;22608:34;;;48438:28:0;;22547:18:1;48438:28:0;;;;;;;47561:917;;47518:961;:::o;70172:197::-;70232:15;70250:16;;;:6;:16;;;;;70299:7;;;;-1:-1:-1;;;;;70299:7:0;70285:10;:21;70277:47;;;;-1:-1:-1;;;70277:47:0;;22855:2:1;70277:47:0;;;22837:21:1;22894:2;22874:18;;;22867:30;-1:-1:-1;;;22913:18:1;;;22906:43;22966:18;;70277:47:0;22653:337:1;70277:47:0;-1:-1:-1;70339:10:0;70335:15;;;;:3;:15;;;;;:26;70172:197::o;69801:363::-;-1:-1:-1;;;;;69886:7:0;;69853;69886;;;:3;:7;;;;;;69908;;;69904:233;;-1:-1:-1;;;;;69936:12:0;;;;;;:8;:12;;;;;;:17;;69932:130;;-1:-1:-1;69981:1:0;;69801:363;-1:-1:-1;;69801:363:0:o;69932:130::-;70081:26;70101:2;70105:1;70081:19;:26::i;:::-;70076:31;70154:2;-1:-1:-1;;;69801:363:0:o;66932:300::-;67106:6;67151:4;67129:10;:27;67125:75;;-1:-1:-1;;;;67173:15:0;;67125:75;67210:14;;-1:-1:-1;;;67210:14:0;;;;;;23197:2:1;23179:21;;;23236:1;23216:18;;;23209:29;-1:-1:-1;;;23269:2:1;23254:18;;23247:34;23313:2;23298:18;;22995:327;66932:300:0;;;;;;;:::o;39956:387::-;40036:6;;-1:-1:-1;;;;;40036:6:0;40014:10;:29;40006:63;;;;-1:-1:-1;;;40006:63:0;;23529:2:1;40006:63:0;;;23511:21:1;23568:2;23548:18;;;23541:30;-1:-1:-1;;;23587:18:1;;;23580:51;23648:18;;40006:63:0;23327:345:1;40006:63:0;40094:7;;40080:11;40125:18;40134:3;40094:7;40125:8;:18::i;:::-;40155:15;40175:6;;:19;;-1:-1:-1;;;40175:19:0;;40112:31;;-1:-1:-1;40155:15:0;;-1:-1:-1;;;;;40175:6:0;;;;:14;;:19;;40190:3;;40175:19;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;40154:40;;;40205:14;40222:35;40240:1;40244:3;40249:2;40253:3;40222:9;:35::i;:::-;40205:52;;40301:6;40290:7;:17;;40268:67;;;;-1:-1:-1;;;40268:67:0;;;;;;;:::i;:::-;39995:348;;;;39956:387;:::o;60978:257::-;-1:-1:-1;;;;;;;61074:14:0;;;61066:48;;;;-1:-1:-1;;;61066:48:0;;;;;;;:::i;:::-;61125:34;61143:5;61150:8;61125:17;:34::i;:::-;61170:57;61180:5;61187:3;61192:8;61202:6;:16;61209:8;61202:16;;;;;;;;;;;:24;;;61170:9;:57::i;:::-;;60978:257;;;:::o;44623:1581::-;44694:10;44686:19;;;;:7;:19;;;;;;-1:-1:-1;;;;;44686:19:0;:24;44678:80;;;;-1:-1:-1;;;44678:80:0;;24581:2:1;44678:80:0;;;24563:21:1;24620:2;24600:18;;;24593:30;24659:32;24639:18;;;24632:60;24709:18;;44678:80:0;24379:354:1;44678:80:0;44815:15;44833:16;;;:6;:16;;;;;44879:19;44868:7;;;;-1:-1:-1;;;44868:7:0;;;;:30;;;;;;;;:::i;:::-;;44860:64;;;;-1:-1:-1;;;44860:64:0;;24940:2:1;44860:64:0;;;24922:21:1;24979:2;24959:18;;;24952:30;-1:-1:-1;;;24998:18:1;;;24991:51;25059:18;;44860:64:0;24738:345:1;44860:64:0;44972:36;;44987:21;44972:36;:12;:36;:::i;:::-;44957:12;;;;-1:-1:-1;;;44957:12:0;;-1:-1:-1;;;;;44957:12:0;:51;44935:105;;;;-1:-1:-1;;;44935:105:0;;25290:2:1;44935:105:0;;;25272:21:1;25329:2;25309:18;;;25302:30;-1:-1:-1;;;25348:18:1;;;25341:44;25402:18;;44935:105:0;25088:338:1;44935:105:0;45125:7;;45113:1;:9;;:19;;;;45195:14;45212:49;11936:42;45231:10;45243:8;45253:7;;45212:9;:49::i;:::-;45273:15;45293:6;;:26;;-1:-1:-1;;;45293:26:0;;45195:66;;-1:-1:-1;45273:15:0;;-1:-1:-1;;;;;45293:6:0;;;;:14;;:26;;45308:10;;45293:26;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;45272:47;;;45396:6;45385:7;:17;;45363:73;;;;-1:-1:-1;;;45363:73:0;;;;;;;:::i;:::-;45581:10;-1:-1:-1;;;;;45531:133:0;45558:8;-1:-1:-1;;;;;;;;;;;45606:19:0;45640:13;45531:133;;;;;;;:::i;:::-;;;;;;;;45730:10;-1:-1:-1;;;;;45680:126:0;45707:8;-1:-1:-1;;;;;;;;;;;45755:13:0;45783:12;45680:126;;;;;;;:::i;:::-;;;;;;;;45851:1;45817:23;;;:13;:23;;;;;:36;;-1:-1:-1;;;;;;45817:36:0;;;45864:7;;;:22;;45817:36;;45864:7;-1:-1:-1;;;;45864:22:0;-1:-1:-1;;;45817:36:0;45864:22;;;;-1:-1:-1;45897:28:0;;-1:-1:-1;;;;;;45897:28:0;45915:10;45897:28;;;46013:24;;-1:-1:-1;;;;;;;;;;;46013:24:0;;;46028:8;4951:25:1;;4939:2;4924:18;;4805:177;46013:24:0;;;;;;;;-1:-1:-1;;46056:15:0;-1:-1:-1;;;;;46056:15:0;46075:1;46048:24;;;:7;:24;;;;;;:28;;-1:-1:-1;;;;;;46048:28:0;;;;;;46159:10;46151:19;;;;:45;;;;;-1:-1:-1;;;;;46180:15:0;46151:45;;;;-1:-1:-1;44623:1581:0:o;51144:374::-;-1:-1:-1;;;;;51263:16:0;;51226:7;51263:16;;;:8;:16;;;;;;51254:25;;51246:56;;;;-1:-1:-1;;;51246:56:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;51321:20:0;;51313:47;;;;-1:-1:-1;;;51313:47:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;51384:19:0;;;51371:10;51384:19;;;:11;:19;;;;;;;;:27;;;;;;;;;51430:10;;;:6;:10;;;;;;:16;;;51384:27;;51430:16;51422:68;;;;-1:-1:-1;;;51422:68:0;;25976:2:1;51422:68:0;;;25958:21:1;26015:2;25995:18;;;25988:30;-1:-1:-1;;;26034:18:1;;;26027:55;26099:18;;51422:68:0;25774:349:1;60542:428:0;-1:-1:-1;;;;;;;60642:14:0;;;60634:48;;;;-1:-1:-1;;;60634:48:0;;;;;;;:::i;:::-;60713:12;;;60693:17;60713:12;;;;;;;;60736:34;60754:5;60761:8;60736:17;:34::i;:::-;60781:57;60791:5;60798:3;60803:8;60813:6;:16;60820:8;60813:16;;;;;;;;;;;:24;;;60781:9;:57::i;:::-;;60857:50;60880:5;60887:3;60892:8;60902:4;60857:22;:50::i;:::-;60849:113;;;;-1:-1:-1;;;60849:113:0;;;;;;;:::i;39391:125::-;39461:7;;-1:-1:-1;;;;;39461:7:0;39447:10;:21;39439:46;;;;-1:-1:-1;;;39439:46:0;;;;;;;:::i;:::-;39496:7;:12;39391:125::o;50500:190::-;50561:7;50598:14;;50589:6;:23;50581:54;;;;-1:-1:-1;;;50581:54:0;;;;;;;:::i;:::-;-1:-1:-1;50653:6:0;50500:190::o;40444:325::-;40499:7;;40485:11;40530:25;40539:10;40499:7;40530:8;:25::i;:::-;40567:15;40587:6;;:26;;-1:-1:-1;;;40587:26:0;;40517:38;;-1:-1:-1;40567:15:0;;-1:-1:-1;;;;;40587:6:0;;;;:14;;:26;;40602:10;;40587:26;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;40566:47;;;40624:14;40641:42;40659:1;40663:10;40675:2;40679:3;40641:9;:42::i;:::-;40624:59;;40727:6;40716:7;:17;;40694:67;;;;-1:-1:-1;;;40694:67:0;;;;;;;:::i;70772:1080::-;70830:13;71090:11;71116:5;71125:1;71116:10;71112:53;;-1:-1:-1;;71143:10:0;;;;;;;;;;;;-1:-1:-1;;;71143:10:0;;;;;70772:1080;-1:-1:-1;70772:1080:0:o;71112:53::-;71382:13;;;71392:2;71382:13;;;;;;;;;71192:2;;71175:14;;71382:13;;;;;;;;;;;-1:-1:-1;71382:13:0;71360:35;;71406:176;71413:10;;71406:176;;71483:10;71491:2;71483:5;:10;:::i;:::-;71470:24;;:2;:24;:::i;:::-;71457:39;;71440:6;71447;71440:14;;;;;;;;:::i;:::-;;;;:56;-1:-1:-1;;;;;71440:56:0;;;;;;;;-1:-1:-1;71511:11:0;71520:2;71511:11;;:::i;:::-;;-1:-1:-1;71537:11:0;71547:1;71537:11;;:::i;:::-;;-1:-1:-1;71563:7:0;;;;:::i;:::-;;;;71406:176;;;71665:2;71653:15;;;71647:22;;71699:14;;;;71715:1;71695:22;71691:33;;;;71738:29;;71781:21;;;-1:-1:-1;71657:6:0;70772:1080;-1:-1:-1;;70772:1080:0:o;59016:284::-;59072:7;59111:14;;59100:8;:25;59092:56;;;;-1:-1:-1;;;59092:56:0;;;;;;;:::i;:::-;59159:15;59177:16;;;:6;:16;;;;;59216:7;;;;-1:-1:-1;;;;;59216:7:0;;59234:39;;;;-1:-1:-1;;;59234:39:0;;27774:2:1;59234:39:0;;;27756:21:1;27813:2;27793:18;;;27786:30;-1:-1:-1;;;27832:18:1;;;27825:41;27883:18;;59234:39:0;27572:335:1;36907:204:0;-1:-1:-1;;;;;36992:14:0;;36960:7;36992:14;;;:10;:14;;;;;;37021:6;;;37017:47;;-1:-1:-1;37051:1:0;;36907:204;-1:-1:-1;;36907:204:0:o;37017:47::-;37081:22;37086:1;37089:13;37099:2;37089:9;:13::i;:::-;37081:4;:22::i;39587:204::-;39658:7;;-1:-1:-1;;;;;39658:7:0;39644:10;:21;39636:45;;;;-1:-1:-1;;;39636:45:0;;28114:2:1;39636:45:0;;;28096:21:1;28153:2;28133:18;;;28126:30;-1:-1:-1;;;28172:18:1;;;28165:41;28223:18;;39636:45:0;27912:335:1;39636:45:0;39727:1;39708:6;-1:-1:-1;;;;;39708:6:0;39700:29;39692:60;;;;-1:-1:-1;;;39692:60:0;;28454:2:1;39692:60:0;;;28436:21:1;28493:2;28473:18;;;28466:30;-1:-1:-1;;;28512:18:1;;;28505:48;28570:18;;39692:60:0;28252:342:1;39692:60:0;39763:6;:20;;-1:-1:-1;;;;;;39763:20:0;-1:-1:-1;;;;;39763:20:0;;;;;;;;;;39587:204::o;51610:168::-;51667:7;-1:-1:-1;;;;;51695:21:0;;51687:48;;;;-1:-1:-1;;;51687:48:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;;51753:17:0;;;;;:8;:17;;;;;;;51610:168::o;69114:128::-;69185:7;;-1:-1:-1;;;;;69185:7:0;69171:10;:21;69163:30;;;;;;69204;69231:1;69204:18;:30::i;:::-;69114:128::o;38312:1051::-;38410:14;38450;38475:15;38509:16;38568:18;38578:7;38568:9;:18::i;:::-;38551:36;;38602:7;:12;;38613:1;38602:12;38598:106;;38639:14;;;38651:1;38639:14;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;38658:15:0;;;38655:1;38658:15;;;;;;;;;38655:1;38658:15;;;;;;;;;;;;;;;;;;;-1:-1:-1;38675:16:0;;;38689:1;38675:16;;;;;;;;38631:61;;-1:-1:-1;38631:61:0;;-1:-1:-1;38631:61:0;-1:-1:-1;38675:16:0;-1:-1:-1;38631:61:0;;38598:106;38714:14;38731:16;38739:8;38731:5;:16;:::i;:::-;38714:33;;;;38775:7;38766:16;;:6;:16;38758:38;;;;-1:-1:-1;;;38758:38:0;;29051:2:1;38758:38:0;;;29033:21:1;29090:1;29070:18;;;29063:29;-1:-1:-1;;;29108:18:1;;;29101:39;29157:18;;38758:38:0;28849:332:1;38758:38:0;38807:11;38821:16;38831:6;38821:16;;;;:::i;:::-;38807:30;;38859:8;38852:15;;:3;:15;38848:62;;-1:-1:-1;38884:14:0;;;38848:62;38920:24;38959:3;-1:-1:-1;;;;;38947:16:0;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;38920:43;;38974:20;39010:3;-1:-1:-1;;;;;38997:17:0;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38974:40;;39025:20;39062:3;-1:-1:-1;;;;;39048:18:0;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;39048:18:0;-1:-1:-1;39025:41:0;-1:-1:-1;39077:10:0;;39098:209;39122:3;39118:1;:7;39098:209;;;39152:40;39172:7;39181:10;39190:1;39181:6;:10;:::i;39152:40::-;39222:10;;;;:6;:10;;;;;;;;;39207:25;;;;;;;;;-1:-1:-1;;;;;39207:25:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;39207:25:0;;;;;;;;;;;;;;;;;;;;39147:45;;-1:-1:-1;39207:25:0;;;;;;;-1:-1:-1;;;39207:25:0;;;;;;;;;;;;:::i;:::-;;;;;;;;;:::i;:::-;;;;;:9;39217:1;39207:12;;;;;;;;:::i;:::-;;;;;;:25;;;;39256:2;39247:3;39251:1;39247:6;;;;;;;;:::i;:::-;;;;;;:11;;;;;39283:12;39292:2;39283:8;:12::i;:::-;39273:4;39278:1;39273:7;;;;;;;;:::i;:::-;;;;;;:22;;;;39127:3;;;;;:::i;:::-;;;;39098:209;;;-1:-1:-1;39325:9:0;;-1:-1:-1;39345:4:0;;-1:-1:-1;39351:3:0;-1:-1:-1;;;;38312:1051:0;;;;;;;;:::o;46542:692::-;46598:15;46616:16;;;:6;:16;;;;;46662:12;46651:7;;;;-1:-1:-1;;;46651:7:0;;;;:23;;;;;;;;:::i;:::-;;46643:56;;;;-1:-1:-1;;;46643:56:0;;;;;;;:::i;:::-;46718:7;;;;-1:-1:-1;;;;;46718:7:0;46729:10;46718:21;46710:55;;;;-1:-1:-1;;;46710:55:0;;29877:2:1;46710:55:0;;;29859:21:1;29916:2;29896:18;;;29889:30;-1:-1:-1;;;29935:18:1;;;29928:51;29996:18;;46710:55:0;29675:345:1;46710:55:0;46806:10;46798:19;;;;:7;:19;;;;;;-1:-1:-1;;;;;46798:19:0;:24;46776:95;;;;-1:-1:-1;;;46776:95:0;;30227:2:1;46776:95:0;;;30209:21:1;30266:2;30246:18;;;30239:30;30305:33;30285:18;;;30278:61;30356:18;;46776:95:0;30025:355:1;46776:95:0;46917:15;;-1:-1:-1;;;;;46917:15:0;46936:1;46909:24;;;:7;:24;;;;;;;:28;;-1:-1:-1;;;;;;46909:28:0;;;47002;;-1:-1:-1;;;;;;47002:28:0;47020:10;47002:28;;;47103:24;-1:-1:-1;;;;;;;;;;;47103:24:0;;;47118:8;4951:25:1;;4939:2;4924:18;;4805:177;47103:24:0;;;;;;;;47146:10;47138:19;;;;:7;:19;;;;;;:42;;-1:-1:-1;;;;;;47138:42:0;47167:12;-1:-1:-1;;;;;47138:42:0;;;;47196:30;47205:8;;47196:30;;;46587:647;46542:692;:::o;65142:200::-;65236:10;65224:23;;;;:11;:23;;;;;;;;-1:-1:-1;;;;;65224:34:0;;;;;;;;;;;;:46;;-1:-1:-1;;65224:46:0;;;;;;;;;;65286:48;;4365:41:1;;;65224:34:0;;65236:10;65286:48;;4338:18:1;65286:48:0;;;;;;;65142:200;;:::o;32047:2225::-;32148:7;;-1:-1:-1;;;;;32148:7:0;32134:10;:21;32126:46;;;;-1:-1:-1;;;32126:46:0;;;;;;;:::i;:::-;34045:7;;34073:14;;34031:11;34098:167;34118:16;;;34098:167;;;34156:23;34165:5;;34171:1;34165:8;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;34175:3;34156:8;:23::i;:::-;;34194:40;34212:1;34216:5;;34222:1;34216:8;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;34226:2;34230:3;34194:9;:40::i;:::-;-1:-1:-1;34249:4:0;;;;:::i;:::-;;;;34136:3;;;;;:::i;:::-;;;;34098:167;;59718:406;-1:-1:-1;;;;;;;59838:14:0;;;59830:48;;;;-1:-1:-1;;;59830:48:0;;;;;;;:::i;:::-;59889:34;59907:5;59914:8;59889:17;:34::i;41672:1155::-;41724:5;41760:16;;;:6;:16;;;;;41797:7;;;;-1:-1:-1;;;41797:7:0;;;;41828:12;41823:1;:17;;;;;;;;:::i;:::-;;41815:43;;;;-1:-1:-1;;;41815:43:0;;;;;;;:::i;:::-;41914:36;41929:21;41937:12;41929:21;41914:12;:36;:::i;:::-;41899:12;;;;-1:-1:-1;;;41899:12:0;;-1:-1:-1;;;;;41899:12:0;:51;41891:96;;;;-1:-1:-1;;;41891:96:0;;30587:2:1;41891:96:0;;;30569:21:1;30626:2;30606:18;;;30599:30;-1:-1:-1;;;30645:18:1;;;30638:49;30704:18;;41891:96:0;30385:343:1;41891:96:0;42099:7;;;;-1:-1:-1;;;;;42099:7:0;42087:9;42131:12;42099:7;42131:9;:12::i;:::-;42155:15;42175:6;;:17;;-1:-1:-1;;;42175:17:0;;42117:26;;-1:-1:-1;42155:15:0;;-1:-1:-1;;;;;42175:6:0;;;;:14;;:17;;42190:1;;42175:17;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;42229:7:0;;;;-1:-1:-1;;;;;42229:7:0;42203:11;42218:19;;;:10;:19;;;;;;42154:38;;-1:-1:-1;42203:11:0;42274:3;;42267:4;;42274:3;;42218:26;;42267:4;42218:26;:::i;:::-;:32;;;;:::i;:::-;42217:54;;;;:::i;:::-;:60;;;;:::i;:::-;42203:74;;42370:3;42360:7;:13;42352:44;;;;-1:-1:-1;;;42352:44:0;;31108:2:1;42352:44:0;;;31090:21:1;31147:2;31127:18;;;31120:30;-1:-1:-1;;;31166:18:1;;;31159:48;31224:18;;42352:44:0;30906:342:1;42352:44:0;42436:23;;;;:13;:23;;;;;:27;;-1:-1:-1;;;;;;42436:27:0;-1:-1:-1;;;;;42436:27:0;;;;;;;;;;-1:-1:-1;42484:7:0;;;42512:9;;;;42474:48;;42484:7;;;;;11936:42;;42436:23;;42474:9;:48::i;:::-;-1:-1:-1;42567:7:0;;;:29;;-1:-1:-1;;;;42567:29:0;-1:-1:-1;;;42567:29:0;;;42661:121;;42711:10;;42688:8;;-1:-1:-1;;;;;;;;;;;42661:121:0;;;42736:1;;42577:19;;42661:121;:::i;:::-;;;;;;;;-1:-1:-1;42800:19:0;;41672:1155;-1:-1:-1;;;;;;;41672:1155:0:o;35114:1622::-;35198:16;;;;;;;35594:17;35625:2;35614:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;35614:14:0;;35594:34;;35648:7;;35639:3;35643:1;35639:6;;;;;;;;:::i;:::-;;;;;;;;;;;:16;;;;-1:-1:-1;;;;;35729:16:0;;;;;;:7;:16;;;;;;;35720:6;;-1:-1:-1;;;;;35729:16:0;;;;35720:3;;35729:16;;35720:6;;;;;;:::i;:::-;;;;;;:25;;;;;35824:10;:19;35835:7;-1:-1:-1;;;;;35824:19:0;-1:-1:-1;;;;;35824:19:0;;;;;;;;;;;;;35815:3;35819:1;35815:6;;;;;;;;:::i;:::-;;;;;;:28;;;;;35919:18;35929:7;35919:9;:18::i;:::-;35910:3;35914:1;35910:6;;;;;;;;:::i;:::-;;;;;;:27;;;;;35999:18;11936:42;35999:9;:18::i;:::-;35990:3;35994:1;35990:6;;;;;;;;:::i;:::-;;;;;;:27;;;;;36078:14;;36069:3;36073:1;36069:6;;;;;;;;:::i;:::-;;;;;;;;;;:23;36175:6;;:23;;-1:-1:-1;;;36175:23:0;;-1:-1:-1;;;;;36175:6:0;;;;:14;;:23;;36190:7;;36175:23;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;36157:3;36161:1;36157:6;;;;;;;;:::i;:::-;;;;;;36165:3;36169:1;36165:6;;;;;;;;:::i;:::-;;;;;;36156:42;;;;;;;;;;36243:12;36234:21;;:3;36238:1;36234:6;;;;;;;;:::i;:::-;;;;;;:21;;;;;36275;36266:30;;:3;36270:1;36266:6;;;;;;;;:::i;:::-;;;;;;:30;;;;;36317:19;36307:29;;:3;36311:2;36307:7;;;;;;;;:::i;:::-;;;;;;:29;;;;;36357:18;36367:7;36357:9;:18::i;:::-;36347:3;36351:2;36347:7;;;;;;;;:::i;:::-;;;;;;:28;;;;;36502:25;36512:7;36521:1;36524:2;36502:9;:25::i;:::-;36418:109;;-1:-1:-1;36418:109:0;-1:-1:-1;36418:109:0;;-1:-1:-1;36573:33:0;;-1:-1:-1;11936:42:0;36592:1;36602:2;36573:9;:33::i;:::-;36627:6;;:25;;;-1:-1:-1;;;36627:25:0;;;;36538:68;;-1:-1:-1;36538:68:0;;-1:-1:-1;36538:68:0;;-1:-1:-1;;;;;;36627:6:0;;:23;;-1:-1:-1;36627:25:0;;;;;;;;;;;;;;:6;:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;36617:3;36621:2;36617:7;;;;;;;;:::i;:::-;;;;;;;;;;:35;36671:3;-1:-1:-1;35114:1622:0;;;;;;;;;:::o;25463:6522::-;31803:7;;-1:-1:-1;;;;;31803:7:0;31789:10;:21;31781:46;;;;-1:-1:-1;;;31781:46:0;;;;;;;:::i;:::-;31843:9;31838:138;31858:16;;;31838:138;;;31915:49;;;;;;;;31925:5;;31931:1;31925:8;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;:15;;;;;;;;;:::i;:::-;31915:49;;;;;;31948:5;;31954:1;31948:8;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;:14;;;;;;;:::i;:::-;31915:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;31915:49:0;;;;-1:-1:-1;31896:4:0;;-1:-1:-1;31901:5:0;;-1:-1:-1;31901:5:0;31907:1;31901:8;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;:10;31896:16;;;;;;;;;;;;-1:-1:-1;31896:16:0;:68;;;;-1:-1:-1;;31896:68:0;;;;;;;;;;;-1:-1:-1;31896:68:0;;;;;;;:::i;:::-;;;;;31876:3;;;;;:::i;:::-;;;;31838:138;;;;25463:6522;;:::o;57201:943::-;57258:13;57284:44;;:::i;:::-;57358:14;;57347:8;:25;57339:56;;;;-1:-1:-1;;;57339:56:0;;;;;;;:::i;:::-;57406:15;57424:16;;;:6;:16;;;;;57524:15;;57424:16;;57406:15;;;57499:41;;57431:8;;-1:-1:-1;;;;;57524:15:0;57499:14;:41::i;:::-;57451:89;;;;57551:155;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;57551:155:0;;;;;;;;;;;;;;;;;;;;:6;;:155;;:13;:155::i;:::-;;57717:56;57737:22;57750:8;57737:12;:22::i;:::-;57717:56;;;;;;;;;;;-1:-1:-1;;;57717:56:0;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;57717:56:0;;;;:6;;:56;:13;:56::i;:::-;;57784:53;;;;;;;;;;;;;;;;;;:6;;:13;:53::i;:::-;;57848:54;57868:20;57882:5;57868:13;:20::i;57848:54::-;;57913:65;;;;;;;;;;;;;;-1:-1:-1;;;57913:65:0;;;57947:22;57962:6;57947:14;:22::i;:::-;57913:65;;;;;;;;;;;;-1:-1:-1;;;57913:65:0;;;;:6;;:65;;:13;:65::i;:::-;-1:-1:-1;58098:11:0;;58066:58;;:13;:58::i;:::-;58003:132;;;;;;;;:::i;:::-;;;;;;;;;;;;;57989:147;;;;;;57201:943;;;:::o;65895:144::-;-1:-1:-1;;;;;66001:19:0;;;65977:4;66001:19;;;:11;:19;;;;;;;;:30;;;;;;;;;;;;;;;65895:144::o;63180:1180::-;63319:13;-1:-1:-1;;;;;63349:19:0;;;63345:615;;63475:3;-1:-1:-1;;;;;63466:12:0;:5;-1:-1:-1;;;;;63466:12:0;;63458:44;;;;-1:-1:-1;;;63458:44:0;;35360:2:1;63458:44:0;;;35342:21:1;35399:2;35379:18;;;35372:30;-1:-1:-1;;;35418:18:1;;;35411:49;35477:18;;63458:44:0;35158:343:1;63458:44:0;-1:-1:-1;;;;;63525:17:0;;63517:41;;;;-1:-1:-1;;;63517:41:0;;35708:2:1;63517:41:0;;;35690:21:1;35747:2;35727:18;;;35720:30;-1:-1:-1;;;35766:18:1;;;35759:41;35817:18;;63517:41:0;35506:335:1;63517:41:0;-1:-1:-1;;;;;;;63577:16:0;;;63573:254;;63648:19;63622:16;;;;:6;:16;;;;;:22;;;-1:-1:-1;;;63622:22:0;;;;:45;;;;;;;;:::i;:::-;;63614:85;;;;-1:-1:-1;;;63614:85:0;;36048:2:1;63614:85:0;;;36030:21:1;36087:2;36067:18;;;36060:30;-1:-1:-1;;;36106:18:1;;;36099:57;36173:18;;63614:85:0;35846:351:1;63614:85:0;63573:254;;;63774:12;63748:16;;;;:6;:16;;;;;:22;;;-1:-1:-1;;;63748:22:0;;;;:38;;;;;;;;:::i;:::-;;63740:71;;;;-1:-1:-1;;;63740:71:0;;;;;;;:::i;:::-;63841:35;63860:5;63867:8;63841:18;:35::i;:::-;-1:-1:-1;;;;;63893:15:0;;;;;;:8;:15;;;;;63891:17;;63893:15;;;63891:17;;;:::i;:::-;;;;-1:-1:-1;;;;;;63923:17:0;;;;;;:10;:17;;;;;:25;;63944:4;;63923:17;:25;;63944:4;;63923:25;:::i;:::-;;;;-1:-1:-1;;63345:615:0;-1:-1:-1;;;;;;64015:13:0;;63970;64015;;;:8;:13;;;;;;;;64013:15;;;;;;;;64048:10;:15;;;;;;;;64074:13;64083:4;64048:15;64074:13;:::i;:::-;-1:-1:-1;;;;;64098:15:0;;;;;;:10;:15;;;;;;;;:23;;;64132:16;;;:6;:16;;;;;:22;;;:28;;-1:-1:-1;;;;;;64132:28:0;;;;;;;64215:27;;:50;;-1:-1:-1;;;;;;;;64215:50:0;-1:-1:-1;;;64252:12:0;-1:-1:-1;;;;;64215:50:0;;;;;64098:23;-1:-1:-1;64276:30:0;64098:15;64132:16;64276:15;:30::i;:::-;64343:8;64338:3;-1:-1:-1;;;;;64322:30:0;64331:5;-1:-1:-1;;;;;64322:30:0;;;;;;;;;;;63334:1026;63180:1180;;;;;;:::o;40777:675::-;-1:-1:-1;;;;;40870:12:0;;40839:10;40870:12;;;:7;:12;;;;;;-1:-1:-1;;;;;40870:12:0;:17;40862:61;;;;-1:-1:-1;;;40862:61:0;;36545:2:1;40862:61:0;;;36527:21:1;36584:2;36564:18;;;36557:30;36623:33;36603:18;;;36596:61;36674:18;;40862:61:0;36343:355:1;40862:61:0;-1:-1:-1;40939:14:0;;40964:15;40982:10;;;:6;:10;;;;;41003:7;;;:22;;41013:12;;41003:7;-1:-1:-1;;;;41003:22:0;-1:-1:-1;;;41013:12:0;41003:22;;;;-1:-1:-1;41036:9:0;;;:15;;;41106:21;;-1:-1:-1;;;;;;41106:21:0;-1:-1:-1;;;;;41106:21:0;;;;;41196:126;;41240:10;;41223:2;;-1:-1:-1;;;;;;;;;;;41196:126:0;;;-1:-1:-1;;;;41196:126:0;:::i;:::-;;;;;;;;-1:-1:-1;41366:1:0;41361:6;;41344:14;:23;-1:-1:-1;;;;;41379:12:0;;;;;;;;:7;:12;;;;;:38;;-1:-1:-1;;;;;;41379:38:0;41401:15;-1:-1:-1;;;;;41379:38:0;;;;-1:-1:-1;41361:6:0;40777:675::o;61420:1015::-;61500:9;61532:16;;;:6;:16;;;;;:22;;;-1:-1:-1;;;;;61532:22:0;;;;61627:10;;;;61619:42;;;;-1:-1:-1;;;61619:42:0;;36905:2:1;61619:42:0;;;36887:21:1;36944:2;36924:18;;;36917:30;-1:-1:-1;;;36963:18:1;;;36956:49;37022:18;;61619:42:0;36703:343:1;61619:42:0;61741:16;;;;:6;:16;;;;;:25;;;61879:6;;-1:-1:-1;;;;;61741:25:0;;;;-1:-1:-1;61879:6:0;61857:10;:29;;:115;;-1:-1:-1;;;;;;61957:15:0;;61962:10;61957:15;61857:115;:200;;;-1:-1:-1;;;;;;62042:15:0;;62047:10;62042:15;61857:200;:306;;;-1:-1:-1;;;;;;62136:14:0;;;;;;:11;:14;;;;;;;;62151:10;62136:26;;;;;;;;;;61857:306;61835:346;;;;-1:-1:-1;;;61835:346:0;;37253:2:1;61835:346:0;;;37235:21:1;37292:2;37272:18;;;37265:30;-1:-1:-1;;;37311:18:1;;;37304:43;37364:18;;61835:346:0;37051:337:1;61835:346:0;-1:-1:-1;;;;;62248:15:0;;;62244:184;;62316:1;62280:16;;;:6;:16;;;;;;:25;;:38;;-1:-1:-1;;;;;;62280:38:0;;;62374:42;62287:8;;62316:1;62383:10;;-1:-1:-1;;;;;;;;;;;62374:42:0;62316:1;;62374:42;61489:946;;61420:1015;;:::o;67911:895::-;68066:4;70700:20;;70748:8;68083:716;;68122:70;;-1:-1:-1;;;68122:70:0;;-1:-1:-1;;;;;68122:36:0;;;;;:70;;68159:10;;68171:4;;68177:7;;68186:5;;68122:70;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;68122:70:0;;;;;;;;-1:-1:-1;;68122:70:0;;;;;;;;;;;;:::i;:::-;;;68118:527;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;68362:6;:13;68379:1;68362:18;68358:272;;68405:60;;-1:-1:-1;;;68405:60:0;;;;;;;:::i;68358:272::-;68580:6;68574:13;68565:6;68561:2;68557:15;68550:38;68118:527;-1:-1:-1;;;;;;68243:51:0;-1:-1:-1;;;68243:51:0;;-1:-1:-1;68236:58:0;;68083:716;-1:-1:-1;68783:4:0;68776:11;;37249:251;37316:9;37342:6;37352:1;37342:11;37338:113;;-1:-1:-1;37377:1:0;37370:8;;37338:113;37400:6;37410:1;37400:11;37396:55;;-1:-1:-1;37435:4:0;37428:11;;37396:55;37488:4;37479:6;37465:11;:4;37488;37465:11;:::i;:::-;:20;;;;:::i;:::-;:27;;;;:::i;69402:188::-;69488:7;;;-1:-1:-1;;;;;69506:19:0;;;-1:-1:-1;;;;;;69506:19:0;;;;;;;69541:41;;;69488:7;;;;38353:34:1;;;38418:2;38403:18;;38396:43;;;;69541:41:0;;38288:18:1;69541:41:0;;;;;;;69458:132;69402:188;:::o;56514:581::-;56599:12;56613:23;56649:44;;:::i;:::-;56725:52;;-1:-1:-1;;;56725:52:0;;;;;38934:25:1;;;38995:3;38975:18;;;38968:31;39036:1;39015:19;;;39008:30;-1:-1:-1;;;39054:19:1;;;39047:33;39099:3;39118:18;;;39111:30;39177:1;39157:18;;;39150:29;-1:-1:-1;;;39195:19:1;;;39188:34;39241:3;39260:18;;;39253:30;56775:1:0;39299:18:1;;;39292:29;;;-1:-1:-1;;;39337:19:1;;;39330:37;56771:2:0;39419:19:1;;;39412:48;39476:19;;;39469:46;56704:18:0;;56725:7;-1:-1:-1;;;;;56725:12:0;;;;39384:19:1;;56725:52:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;56725:52:0;;;;;;;;;;;;:::i;:::-;56797:25;;-1:-1:-1;;;56797:25:0;;-1:-1:-1;;;;;40378:32:1;;;56797:25:0;;;40360:51:1;56820:1:0;40427:18:1;;;40420:59;56704:73:0;;-1:-1:-1;56797:10:0;:15;;;;;;40333:18:1;;56797:25:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;56797:25:0;;;;;;;;;;;;:::i;:::-;56788:34;;56833:18;56854:7;-1:-1:-1;;;;;56854:19:0;;56874:6;56882:2;56886:3;56891;56896:13;56854:56;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;56854:56:0;;;;;;;;;;;;:::i;:::-;56833:77;;56921:51;56935:10;;;;;;;;;;;;;;;;;56921:6;;56953:4;56966;56921:13;:51::i;:::-;;56983:65;56997:9;;;;;;;;;;;;;;;;;57014:22;57027:8;57014:12;:22::i;:::-;57039:8;;;;;;;;;;;;;;;;;56983:6;;:65;;:13;:65::i;:::-;-1:-1:-1;;57067:11:0;;;-1:-1:-1;;56514:581:0;;;;;;:::o;77012:270::-;77183:20;;:::i;:::-;77223:51;77230:36;77237:21;77244:6;77252:5;77237:6;:21::i;:::-;77260:5;77230:6;:36::i;:::-;77268:5;77223:6;:51::i;:::-;77216:58;77012:270;-1:-1:-1;;;;;77012:270:0:o;72374:4125::-;72476:20;;:::i;:::-;72591:4;72585:11;72582:3875;;;72629:2;72625:7;72674:6;72668:13;72729:10;72723:17;72802:16;72795:4;72789:11;72785:34;73069:16;73141:1;73129:10;73125:18;73119:25;73312:5;73302:8;73298:20;73291:28;73283:5;73273:8;73269:20;73265:55;73253:67;;73792:8;73771:19;73768:33;73754:2003;;74137:1;74131:2;74109:19;74099:8;74096:33;74092:42;74082:8;74078:57;74074:65;74294:8;74288:4;74284:19;74272:10;74268:36;74261:4;74255:11;74252:53;74242:1186;;74457:4;74450;74444:11;74440:22;74577:11;74571:4;74567:22;74552:13;74548:42;74542:4;74535:56;74683:13;74675:6;74668:29;74841:1;74836:2;74818:16;74814:25;74810:33;74796:281;74917:18;;;74911:25;74888:21;;;74881:56;74972:9;;75030:20;74796:281;75030:20;-1:-1:-1;75233:23:0;;;75210:21;;;75203:54;75214:13;-1:-1:-1;75400:5:0;;74242:1186;75528:11;75522:4;75518:22;75506:10;75502:39;75496:4;75489:53;75698:11;75691:5;75687:23;75683:1;75671:10;75667:18;75660:51;;73754:2003;-1:-1:-1;;76000:11:0;;75868:33;;;;76013:2;75996:20;75992:28;;75978:231;76079:12;;;76073:19;76057:14;;;76050:43;76120:9;;76170:20;75978:231;76170:20;-1:-1:-1;76334:1:0;76285:47;;;76305:4;76285:47;76278:58;76403:39;;;-1:-1:-1;;72582:3875:0;-1:-1:-1;76485:6:0;;72374:4125;-1:-1:-1;72374:4125:0:o;79960:3027::-;80018:13;80255:4;:11;80270:1;80255:16;80251:31;;-1:-1:-1;;80273:9:0;;;;;;;;;-1:-1:-1;80273:9:0;;;79960:3027::o;80251:31::-;80335:19;80357:6;;;;;;;;;;;;;;;;;80335:28;;80774:20;80833:1;80814:4;:11;80828:1;80814:15;;;;:::i;:::-;80813:21;;;;:::i;:::-;80808:27;;:1;:27;:::i;:::-;-1:-1:-1;;;;;80797:39:0;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;80797:39:0;;80774:62;;81012:1;81005:5;81001:13;81110:2;81102:6;81098:15;81215:4;81267;81261:11;81255:4;81251:22;81177:1390;81301:6;81292:7;81289:19;81177:1390;;;81403:1;81394:7;81390:15;81379:26;;81442:7;81436:14;82063:4;82055:5;82051:2;82047:14;82043:25;82033:8;82029:40;82023:47;82012:9;82004:67;82117:1;82106:9;82102:17;82089:30;;82207:4;82199:5;82195:2;82191:14;82187:25;82177:8;82173:40;82167:47;82156:9;82148:67;82261:1;82250:9;82246:17;82233:30;;82350:4;82342:5;82339:1;82335:13;82331:24;82321:8;82317:39;82311:46;82300:9;82292:66;82404:1;82393:9;82389:17;82376:30;;82485:4;82478:5;82474:16;82464:8;82460:31;82454:38;82443:9;82435:58;;82539:1;82528:9;82524:17;82511:30;;81177:1390;;;81181:107;;82719:1;82712:4;82706:11;82702:19;82740:1;82735:123;;;;82877:1;82872:73;;;;82695:250;;82735:123;82788:4;82784:1;82773:9;82769:17;82761:32;82838:4;82834:1;82823:9;82819:17;82811:32;82735:123;;82872:73;82925:4;82921:1;82910:9;82906:17;82898:32;82695:250;-1:-1:-1;82973:6:0;;79960:3027;-1:-1:-1;;;;;79960:3027:0:o;58152:713::-;58224:12;58249:44;;:::i;:::-;58304:23;;;;;;;;;:18;:23;;;58338:491;58362:6;:13;58358:1;:17;58338:491;;;58401:12;;:16;58397:131;;58438:20;:6;58452:5;58438:13;:20::i;:::-;;58397:131;;;58499:13;;;;;;;;;;;;;-1:-1:-1;;;58499:13:0;;;;;58397:131;58542:18;58563:4;:15;58568:6;58575:1;58568:9;;;;;;;;:::i;:::-;;;;;;;58563:15;;;;;;;;;;;58542:36;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;58597:1;:8;;;58593:225;;;58626:65;;;;;;;;;;;;;;;;;;58677:1;:7;;;58626:65;;;;;;;;;;;;;-1:-1:-1;;;58626:65:0;;;:6;:13;;:65;;;;;;:::i;:::-;;58593:225;;;58732:70;;;;;;;;;;;;;;;;;;58788:1;:7;;;58732:70;;;;;;;;;;;;;-1:-1:-1;;;58732:70:0;;;:6;:13;;:70;;;;;;:::i;:::-;;58593:225;-1:-1:-1;58377:3:0;;;;:::i;:::-;;;;58338:491;;;-1:-1:-1;;58846:11:0;;58152:713;-1:-1:-1;;58152:713:0:o;48860:736::-;-1:-1:-1;;;;;48958:15:0;;48941:14;48958:15;;;:8;:15;;;;;;:19;;48976:1;;48958:19;:::i;:::-;49007:9;49019:16;;;:6;:16;;;;;:22;;;48941:36;;-1:-1:-1;;;;;;49019:22:0;49072:11;;;49068:376;;-1:-1:-1;;;;;49210:18:0;;49188:19;49210:18;;;:11;:18;;;;;;;;:26;;;;;;;;;49251:21;;;;;;:35;;;49361:19;;:6;:19;;;;;:25;;:37;;-1:-1:-1;;;;;;49361:37:0;-1:-1:-1;;;;;49361:37:0;;;;;49068:376;-1:-1:-1;49479:1:0;49454:16;;;:6;:16;;;;;;;;:22;;:26;;-1:-1:-1;;;;;;49454:26:0;;;-1:-1:-1;;;;;49534:18:0;;;;;:11;:18;;;;;:26;;;;;;;49527:33;48860:736::o;48590:262::-;-1:-1:-1;;;;;48681:13:0;;48666:12;48681:13;;;:8;:13;;;;;;:17;;48697:1;;48681:17;:::i;:::-;-1:-1:-1;;;;;48744:16:0;;;;;;;;:11;:16;;;;;;;;:22;;;;;;;;:33;;;48807:16;;;:6;:16;;;;;;:22;;:37;;-1:-1:-1;;;;;;48807:37:0;-1:-1:-1;;;;;48807:37:0;;;;;;;;;;-1:-1:-1;48590:262:0:o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;:::o;360:184:1:-;430:6;483:2;471:9;462:7;458:23;454:32;451:52;;;499:1;496;489:12;451:52;-1:-1:-1;522:16:1;;360:184;-1:-1:-1;360:184:1:o;1342:127::-;1403:10;1398:3;1394:20;1391:1;1384:31;1434:4;1431:1;1424:15;1458:4;1455:1;1448:15;1474:275;1545:2;1539:9;1610:2;1591:13;;-1:-1:-1;;1587:27:1;1575:40;;-1:-1:-1;;;;;1630:34:1;;1666:22;;;1627:62;1624:88;;;1692:18;;:::i;:::-;1728:2;1721:22;1474:275;;-1:-1:-1;1474:275:1:o;1754:183::-;1814:4;-1:-1:-1;;;;;1836:30:1;;1833:56;;;1869:18;;:::i;:::-;-1:-1:-1;1914:1:1;1910:14;1926:4;1906:25;;1754:183::o;1942:1067::-;2064:6;2072;2080;2088;2141:3;2129:9;2120:7;2116:23;2112:33;2109:53;;;2158:1;2155;2148:12;2109:53;2185:16;;-1:-1:-1;;;;;2213:30:1;;2210:50;;;2256:1;2253;2246:12;2210:50;2279:22;;2332:4;2324:13;;2320:27;-1:-1:-1;2310:55:1;;2361:1;2358;2351:12;2310:55;2390:2;2384:9;2412:4;2436:60;2452:43;2492:2;2452:43;:::i;:::-;2436:60;:::i;:::-;2530:15;;;2612:1;2608:10;;;;2600:19;;2596:28;;;2561:12;;;;2636:19;;;2633:39;;;2668:1;2665;2658:12;2633:39;2692:11;;;;2712:135;2728:6;2723:3;2720:15;2712:135;;;2794:10;;2782:23;;2745:12;;;;2825;;;;2712:135;;;2896:18;;;2890:25;2955:2;2940:18;;2934:25;2999:2;2984:18;;;2978:25;2866:5;;2890:25;;-1:-1:-1;2978:25:1;;-1:-1:-1;1942:1067:1;;-1:-1:-1;;;;;;1942:1067:1:o;3014:127::-;3075:10;3070:3;3066:20;3063:1;3056:31;3106:4;3103:1;3096:15;3130:4;3127:1;3120:15;3146:128;3213:9;;;3234:11;;;3231:37;;;3248:18;;:::i;3839:131::-;-1:-1:-1;;;;;;3913:32:1;;3903:43;;3893:71;;3960:1;3957;3950:12;3893:71;3839:131;:::o;3975:245::-;4033:6;4086:2;4074:9;4065:7;4061:23;4057:32;4054:52;;;4102:1;4099;4092:12;4054:52;4141:9;4128:23;4160:30;4184:5;4160:30;:::i;4417:131::-;-1:-1:-1;;;;;4492:31:1;;4482:42;;4472:70;;4538:1;4535;4528:12;4553:247;4612:6;4665:2;4653:9;4644:7;4640:23;4636:32;4633:52;;;4681:1;4678;4671:12;4633:52;4720:9;4707:23;4739:31;4764:5;4739:31;:::i;4987:250::-;5072:1;5082:113;5096:6;5093:1;5090:13;5082:113;;;5172:11;;;5166:18;5153:11;;;5146:39;5118:2;5111:10;5082:113;;;-1:-1:-1;;5229:1:1;5211:16;;5204:27;4987:250::o;5242:271::-;5284:3;5322:5;5316:12;5349:6;5344:3;5337:19;5365:76;5434:6;5427:4;5422:3;5418:14;5411:4;5404:5;5400:16;5365:76;:::i;:::-;5495:2;5474:15;-1:-1:-1;;5470:29:1;5461:39;;;;5502:4;5457:50;;5242:271;-1:-1:-1;;5242:271:1:o;5518:220::-;5667:2;5656:9;5649:21;5630:4;5687:45;5728:2;5717:9;5713:18;5705:6;5687:45;:::i;5743:180::-;5802:6;5855:2;5843:9;5834:7;5830:23;5826:32;5823:52;;;5871:1;5868;5861:12;5823:52;-1:-1:-1;5894:23:1;;5743:180;-1:-1:-1;5743:180:1:o;5928:203::-;-1:-1:-1;;;;;6092:32:1;;;;6074:51;;6062:2;6047:18;;5928:203::o;6136:315::-;6204:6;6212;6265:2;6253:9;6244:7;6240:23;6236:32;6233:52;;;6281:1;6278;6271:12;6233:52;6320:9;6307:23;6339:31;6364:5;6339:31;:::i;:::-;6389:5;6441:2;6426:18;;;;6413:32;;-1:-1:-1;;;6136:315:1:o;6456:127::-;6517:10;6512:3;6508:20;6505:1;6498:31;6548:4;6545:1;6538:15;6572:4;6569:1;6562:15;6588:233;6665:1;6658:5;6655:12;6645:143;;6710:10;6705:3;6701:20;6698:1;6691:31;6745:4;6742:1;6735:15;6773:4;6770:1;6763:15;6645:143;6797:18;;6588:233::o;6826:198::-;6966:2;6951:18;;6978:40;6955:9;7000:6;6978:40;:::i;7029:160::-;7094:20;;7150:13;;7143:21;7133:32;;7123:60;;7179:1;7176;7169:12;7123:60;7029:160;;;:::o;7194:180::-;7250:6;7303:2;7291:9;7282:7;7278:23;7274:32;7271:52;;;7319:1;7316;7309:12;7271:52;7342:26;7358:9;7342:26;:::i;7379:186::-;7427:4;-1:-1:-1;;;;;7449:30:1;;7446:56;;;7482:18;;:::i;:::-;-1:-1:-1;7548:2:1;7527:15;-1:-1:-1;;7523:29:1;7554:4;7519:40;;7379:186::o;7570:1016::-;7665:6;7673;7681;7689;7742:3;7730:9;7721:7;7717:23;7713:33;7710:53;;;7759:1;7756;7749:12;7710:53;7798:9;7785:23;7817:31;7842:5;7817:31;:::i;:::-;7867:5;-1:-1:-1;7924:2:1;7909:18;;7896:32;7937:33;7896:32;7937:33;:::i;:::-;7989:7;-1:-1:-1;8043:2:1;8028:18;;8015:32;;-1:-1:-1;8098:2:1;8083:18;;8070:32;-1:-1:-1;;;;;8114:30:1;;8111:50;;;8157:1;8154;8147:12;8111:50;8180:22;;8233:4;8225:13;;8221:27;-1:-1:-1;8211:55:1;;8262:1;8259;8252:12;8211:55;8298:2;8285:16;8323:48;8339:31;8367:2;8339:31;:::i;8323:48::-;8394:2;8387:5;8380:17;8434:7;8429:2;8424;8420;8416:11;8412:20;8409:33;8406:53;;;8455:1;8452;8445:12;8406:53;8510:2;8505;8501;8497:11;8492:2;8485:5;8481:14;8468:45;8554:1;8549:2;8544;8537:5;8533:14;8529:23;8522:34;8575:5;8565:15;;;;;7570:1016;;;;;;;:::o;8798:456::-;8875:6;8883;8891;8944:2;8932:9;8923:7;8919:23;8915:32;8912:52;;;8960:1;8957;8950:12;8912:52;8999:9;8986:23;9018:31;9043:5;9018:31;:::i;:::-;9068:5;-1:-1:-1;9125:2:1;9110:18;;9097:32;9138:33;9097:32;9138:33;:::i;:::-;8798:456;;9190:7;;-1:-1:-1;;;9244:2:1;9229:18;;;;9216:32;;8798:456::o;9688:159::-;9755:20;;9815:6;9804:18;;9794:29;;9784:57;;9837:1;9834;9827:12;9852:391;9927:6;9935;9943;9996:2;9984:9;9975:7;9971:23;9967:32;9964:52;;;10012:1;10009;10002:12;9964:52;10051:9;10038:23;10070:31;10095:5;10070:31;:::i;:::-;10120:5;-1:-1:-1;10144:37:1;10177:2;10162:18;;10144:37;:::i;:::-;10134:47;;10200:37;10233:2;10222:9;10218:18;10200:37;:::i;:::-;10190:47;;9852:391;;;;;:::o;10248:1164::-;10306:3;10344:5;10338:12;10371:6;10366:3;10359:19;10397:4;10426:2;10421:3;10417:12;10410:19;;10463:2;10456:5;10452:14;10484:1;10494:893;10508:6;10505:1;10502:13;10494:893;;;10567:13;;10651:9;;-1:-1:-1;;;;;10647:18:1;;;10635:31;;10710:11;;;10704:18;10700:27;;10686:12;;;10679:49;10751:4;10795:11;;;10789:18;10775:12;;;10768:40;10831:4;10879:11;;;10873:18;10869:27;;;10855:12;;;10848:49;10920:4;10963:11;;;10957:18;-1:-1:-1;;;;;11050:21:1;;;11036:12;;;11029:43;;;;10611:3;11143:11;;;11137:18;11133:27;;;11119:12;;;11112:49;11184:4;11229:11;;;11223:18;;11254:51;11292:12;;;11223:18;11254:51;:::i;:::-;-1:-1:-1;;11334:4:1;11325:14;;;;;11362:15;;;;10530:1;10523:9;10494:893;;;-1:-1:-1;11403:3:1;;10248:1164;-1:-1:-1;;;;;10248:1164:1:o;11417:616::-;11469:3;11507:5;11501:12;11534:6;11529:3;11522:19;11560:4;11601:2;11596:3;11592:12;11626:11;11653;11646:18;;11703:6;11700:1;11696:14;11689:5;11685:26;11673:38;;11745:2;11738:5;11734:14;11766:1;11776:231;11790:6;11787:1;11784:13;11776:231;;;11861:5;11855:4;11851:16;11846:3;11839:29;11889:38;11922:4;11913:6;11907:13;11889:38;:::i;:::-;11985:12;;;;11881:46;-1:-1:-1;11950:15:1;;;;11812:1;11805:9;11776:231;;;-1:-1:-1;12023:4:1;;11417:616;-1:-1:-1;;;;;;;11417:616:1:o;12038:435::-;12091:3;12129:5;12123:12;12156:6;12151:3;12144:19;12182:4;12211:2;12206:3;12202:12;12195:19;;12248:2;12241:5;12237:14;12269:1;12279:169;12293:6;12290:1;12287:13;12279:169;;;12354:13;;12342:26;;12388:12;;;;12423:15;;;;12315:1;12308:9;12279:169;;12478:823;12901:3;12890:9;12883:22;12864:4;12928:62;12985:3;12974:9;12970:19;12962:6;12928:62;:::i;:::-;13038:10;13030:6;13026:23;13021:2;13010:9;13006:18;12999:51;13098:9;13090:6;13086:22;13081:2;13070:9;13066:18;13059:50;13132:43;13168:6;13160;13132:43;:::i;:::-;13118:57;;13223:9;13215:6;13211:22;13206:2;13195:9;13191:18;13184:50;13251:44;13288:6;13280;13251:44;:::i;:::-;13243:52;12478:823;-1:-1:-1;;;;;;;12478:823:1:o;13306:744::-;-1:-1:-1;;;;;13679:15:1;;;13661:34;;13731:15;;;13726:2;13711:18;;13704:43;13778:2;13763:18;;13756:34;;;13826:15;;13821:2;13806:18;;13799:43;-1:-1:-1;;;;;13916:15:1;;;13910:3;13895:19;;13888:44;13969:15;;13641:3;13948:19;;13941:44;13610:3;13595:19;;13994:50;14039:3;14024:19;;14016:6;13994:50;:::i;:::-;13306:744;;;;;;;;;;:::o;14055:315::-;14120:6;14128;14181:2;14169:9;14160:7;14156:23;14152:32;14149:52;;;14197:1;14194;14187:12;14149:52;14236:9;14223:23;14255:31;14280:5;14255:31;:::i;:::-;14305:5;-1:-1:-1;14329:35:1;14360:2;14345:18;;14329:35;:::i;:::-;14319:45;;14055:315;;;;;:::o;14375:367::-;14438:8;14448:6;14502:3;14495:4;14487:6;14483:17;14479:27;14469:55;;14520:1;14517;14510:12;14469:55;-1:-1:-1;14543:20:1;;-1:-1:-1;;;;;14575:30:1;;14572:50;;;14618:1;14615;14608:12;14572:50;14655:4;14647:6;14643:17;14631:29;;14715:3;14708:4;14698:6;14695:1;14691:14;14683:6;14679:27;14675:38;14672:47;14669:67;;;14732:1;14729;14722:12;14747:437;14833:6;14841;14894:2;14882:9;14873:7;14869:23;14865:32;14862:52;;;14910:1;14907;14900:12;14862:52;14937:23;;-1:-1:-1;;;;;14972:30:1;;14969:50;;;15015:1;15012;15005:12;14969:50;15054:70;15116:7;15107:6;15096:9;15092:22;15054:70;:::i;:::-;15143:8;;15028:96;;-1:-1:-1;14747:437:1;-1:-1:-1;;;;14747:437:1:o;15189:1622::-;15960:3;15949:9;15942:22;15923:4;15987:57;16039:3;16028:9;16024:19;16016:6;15987:57;:::i;:::-;16092:9;16084:6;16080:22;16075:2;16064:9;16060:18;16053:50;16126:49;16168:6;16160;16126:49;:::i;:::-;16112:63;;16223:9;16215:6;16211:22;16206:2;16195:9;16191:18;16184:50;16257:43;16293:6;16285;16257:43;:::i;:::-;16243:57;;16348:9;16340:6;16336:22;16331:2;16320:9;16316:18;16309:50;16382:44;16419:6;16411;16382:44;:::i;:::-;16368:58;;16475:9;16467:6;16463:22;16457:3;16446:9;16442:19;16435:51;16509:49;16551:6;16543;16509:49;:::i;:::-;16495:63;;16607:9;16599:6;16595:22;16589:3;16578:9;16574:19;16567:51;16641:43;16677:6;16669;16641:43;:::i;:::-;16627:57;;16733:9;16725:6;16721:22;16715:3;16704:9;16700:19;16693:51;16761:44;16798:6;16790;16761:44;:::i;:::-;16753:52;15189:1622;-1:-1:-1;;;;;;;;;;15189:1622:1:o;17285:388::-;17353:6;17361;17414:2;17402:9;17393:7;17389:23;17385:32;17382:52;;;17430:1;17427;17420:12;17382:52;17469:9;17456:23;17488:31;17513:5;17488:31;:::i;:::-;17538:5;-1:-1:-1;17595:2:1;17580:18;;17567:32;17608:33;17567:32;17608:33;:::i;:::-;17660:7;17650:17;;;17285:388;;;;;:::o;17678:342::-;17880:2;17862:21;;;17919:2;17899:18;;;17892:30;-1:-1:-1;;;17953:2:1;17938:18;;17931:48;18011:2;17996:18;;17678:342::o;18383:337::-;18585:2;18567:21;;;18624:2;18604:18;;;18597:30;-1:-1:-1;;;18658:2:1;18643:18;;18636:43;18711:2;18696:18;;18383:337::o;19407:245::-;19486:6;19494;19547:2;19535:9;19526:7;19522:23;19518:32;19515:52;;;19563:1;19560;19553:12;19515:52;-1:-1:-1;;19586:16:1;;19642:2;19627:18;;;19621:25;19586:16;;19621:25;;-1:-1:-1;19407:245:1:o;19657:340::-;19859:2;19841:21;;;19898:2;19878:18;;;19871:30;-1:-1:-1;;;19932:2:1;19917:18;;19910:46;19988:2;19973:18;;19657:340::o;20002:290::-;20176:2;20161:18;;20188:40;20165:9;20210:6;20188:40;:::i;:::-;20237:49;20282:2;20271:9;20267:18;20259:6;20237:49;:::i;20297:251::-;20367:6;20420:2;20408:9;20399:7;20395:23;20391:32;20388:52;;;20436:1;20433;20426:12;20388:52;20468:9;20462:16;20487:31;20512:5;20487:31;:::i;21591:127::-;21652:10;21647:3;21643:20;21640:1;21633:31;21683:4;21680:1;21673:15;21707:4;21704:1;21697:15;23677:347;23879:2;23861:21;;;23918:2;23898:18;;;23891:30;-1:-1:-1;;;23952:2:1;23937:18;;23930:53;24015:2;24000:18;;23677:347::o;24029:345::-;24231:2;24213:21;;;24270:2;24250:18;;;24243:30;-1:-1:-1;;;24304:2:1;24289:18;;24282:51;24365:2;24350:18;;24029:345::o;25431:338::-;25633:2;25615:21;;;25672:2;25652:18;;;25645:30;-1:-1:-1;;;25706:2:1;25691:18;;25684:44;25760:2;25745:18;;25431:338::o;26128:414::-;26330:2;26312:21;;;26369:2;26349:18;;;26342:30;26408:34;26403:2;26388:18;;26381:62;-1:-1:-1;;;26474:2:1;26459:18;;26452:48;26532:3;26517:19;;26128:414::o;26547:336::-;26749:2;26731:21;;;26788:2;26768:18;;;26761:30;-1:-1:-1;;;26822:2:1;26807:18;;26800:42;26874:2;26859:18;;26547:336::o;26888:112::-;26920:1;26946;26936:35;;26951:18;;:::i;:::-;-1:-1:-1;26985:9:1;;26888:112::o;27005:125::-;27070:9;;;27091:10;;;27088:36;;;27104:18;;:::i;27135:127::-;27196:10;27191:3;27187:20;27184:1;27177:31;27227:4;27224:1;27217:15;27251:4;27248:1;27241:15;27267:120;27307:1;27333;27323:35;;27338:18;;:::i;:::-;-1:-1:-1;27372:9:1;;27267:120::o;27392:175::-;27429:3;27473:4;27466:5;27462:16;27502:4;27493:7;27490:17;27487:43;;27510:18;;:::i;:::-;27559:1;27546:15;;27392:175;-1:-1:-1;;27392:175:1:o;28599:245::-;28670:6;28708:10;;;28720;;;28704:27;28751:20;;;;28670:6;28790:24;;;28780:58;;28818:18;;:::i;:::-;28780:58;;28599:245;;;;:::o;29186:135::-;29225:3;29246:17;;;29243:43;;29266:18;;:::i;:::-;-1:-1:-1;29313:1:1;29302:13;;29186:135::o;29326:344::-;29528:2;29510:21;;;29567:2;29547:18;;;29540:30;-1:-1:-1;;;29601:2:1;29586:18;;29579:50;29661:2;29646:18;;29326:344::o;30733:168::-;30806:9;;;30837;;30854:15;;;30848:22;;30834:37;30824:71;;30875:18;;:::i;31253:324::-;31346:4;31404:11;31391:25;31498:2;31494:7;31483:8;31467:14;31463:29;31459:43;31439:18;31435:68;31425:96;;31517:1;31514;31507:12;31425:96;31538:33;;;;;31253:324;-1:-1:-1;;31253:324:1:o;31582:522::-;31660:4;31666:6;31726:11;31713:25;31820:2;31816:7;31805:8;31789:14;31785:29;31781:43;31761:18;31757:68;31747:96;;31839:1;31836;31829:12;31747:96;31866:33;;31918:20;;;-1:-1:-1;;;;;;31950:30:1;;31947:50;;;31993:1;31990;31983:12;31947:50;32026:4;32014:17;;-1:-1:-1;32057:14:1;32053:27;;;32043:38;;32040:58;;;32094:1;32091;32084:12;32109:380;32188:1;32184:12;;;;32231;;;32252:61;;32306:4;32298:6;32294:17;32284:27;;32252:61;32359:2;32351:6;32348:14;32328:18;32325:38;32322:161;;32405:10;32400:3;32396:20;32393:1;32386:31;32440:4;32437:1;32430:15;32468:4;32465:1;32458:15;32322:161;;32109:380;;;:::o;32619:544::-;32720:2;32715:3;32712:11;32709:448;;;32756:1;32781:5;32777:2;32770:17;32826:4;32822:2;32812:19;32896:2;32884:10;32880:19;32877:1;32873:27;32867:4;32863:38;32932:4;32920:10;32917:20;32914:47;;;-1:-1:-1;32955:4:1;32914:47;33010:2;33005:3;33001:12;32998:1;32994:20;32988:4;32984:31;32974:41;;33065:82;33083:2;33076:5;33073:13;33065:82;;;33128:17;;;33109:1;33098:13;33065:82;;;33069:3;;;32619:544;;;:::o;33339:1348::-;33457:10;;-1:-1:-1;;;;;33479:30:1;;33476:56;;;33512:18;;:::i;:::-;33541:96;33630:6;33590:38;33622:4;33616:11;33590:38;:::i;:::-;33584:4;33541:96;:::i;:::-;33692:4;;33756:2;33745:14;;33773:1;33768:662;;;;34474:1;34491:6;34488:89;;;-1:-1:-1;34543:19:1;;;34537:26;34488:89;-1:-1:-1;;33296:1:1;33292:11;;;33288:24;33284:29;33274:40;33320:1;33316:11;;;33271:57;34590:81;;33738:943;;33768:662;32566:1;32559:14;;;32603:4;32590:18;;-1:-1:-1;;33804:20:1;;;33921:236;33935:7;33932:1;33929:14;33921:236;;;34024:19;;;34018:26;34003:42;;34116:27;;;;34084:1;34072:14;;;;33951:19;;33921:236;;;33925:3;34185:6;34176:7;34173:19;34170:201;;;34246:19;;;34240:26;-1:-1:-1;;34329:1:1;34325:14;;;34341:3;34321:24;34317:37;34313:42;34298:58;34283:74;;34170:201;-1:-1:-1;;;;;34417:1:1;34401:14;;;34397:22;34384:36;;-1:-1:-1;33339:1348:1:o;34692:461::-;34954:31;34949:3;34942:44;34924:3;35015:6;35009:13;35031:75;35099:6;35094:2;35089:3;35085:12;35078:4;35070:6;35066:17;35031:75;:::i;:::-;35126:16;;;;35144:2;35122:25;;34692:461;-1:-1:-1;;34692:461:1:o;36202:136::-;36241:3;36269:5;36259:39;;36278:18;;:::i;:::-;-1:-1:-1;;;36314:18:1;;36202:136::o;37393:489::-;-1:-1:-1;;;;;37662:15:1;;;37644:34;;37714:15;;37709:2;37694:18;;37687:43;37761:2;37746:18;;37739:34;;;37809:3;37804:2;37789:18;;37782:31;;;37587:4;;37830:46;;37856:19;;37848:6;37830:46;:::i;:::-;37822:54;37393:489;-1:-1:-1;;;;;;37393:489:1:o;37887:249::-;37956:6;38009:2;37997:9;37988:7;37984:23;37980:32;37977:52;;;38025:1;38022;38015:12;37977:52;38057:9;38051:16;38076:30;38100:5;38076:30;:::i;39526:648::-;39606:6;39659:2;39647:9;39638:7;39634:23;39630:32;39627:52;;;39675:1;39672;39665:12;39627:52;39702:16;;-1:-1:-1;;;;;39730:30:1;;39727:50;;;39773:1;39770;39763:12;39727:50;39796:22;;39849:4;39841:13;;39837:27;-1:-1:-1;39827:55:1;;39878:1;39875;39868:12;39827:55;39907:2;39901:9;39932:48;39948:31;39976:2;39948:31;:::i;39932:48::-;40003:2;39996:5;39989:17;40043:7;40038:2;40033;40029;40025:11;40021:20;40018:33;40015:53;;;40064:1;40061;40054:12;40015:53;40077:67;40141:2;40136;40129:5;40125:14;40120:2;40116;40112:11;40077:67;:::i;40490:881::-;40585:6;40616:2;40659;40647:9;40638:7;40634:23;40630:32;40627:52;;;40675:1;40672;40665:12;40627:52;40702:16;;-1:-1:-1;;;;;40730:30:1;;40727:50;;;40773:1;40770;40763:12;40727:50;40796:22;;40849:4;40841:13;;40837:27;-1:-1:-1;40827:55:1;;40878:1;40875;40868:12;40827:55;40907:2;40901:9;40930:60;40946:43;40986:2;40946:43;:::i;40930:60::-;41024:15;;;41106:1;41102:10;;;;41094:19;;41090:28;;;41055:12;;;;41130:19;;;41127:39;;;41162:1;41159;41152:12;41127:39;41186:11;;;;41206:135;41222:6;41217:3;41214:15;41206:135;;;41288:10;;41276:23;;41239:12;;;;41319;;;;41206:135;;41376:1015;41702:3;41715:22;;;41786:13;;41687:19;;;41808:22;;;41654:4;;41884;;41861:3;41846:19;;;41911:15;;;41654:4;41954:169;41968:6;41965:1;41962:13;41954:169;;;42029:13;;42017:26;;42063:12;;;;42098:15;;;;41990:1;41983:9;41954:169;;;41958:3;;;42140;42132:11;;;42162:6;42216:2;42208:6;42204:15;42199:2;42188:9;42184:18;42177:43;42268:2;42260:6;42256:15;42251:2;42240:9;42236:18;42229:43;42320:2;42312:6;42308:15;42303:2;42292:9;42288:18;42281:43;;;42373:10;42365:6;42361:23;42355:3;42344:9;42340:19;42333:52;41376:1015;;;;;;;;:::o
Swarm Source
ipfs://cebcd633788c0a062d0a324630e76433ba567f5644a56160fa9fd27d81aea83d
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.