ETH Price: $2,379.48 (-1.19%)

Token

Lil Baby Cat Gang (CatGang)
 

Overview

Max Total Supply

1,500 CatGang

Holders

673

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A

Other Info

Balance
1 CatGang
0xeEBc7aF3C574a6E7EdA8F07B4a35736721B49392
Loading...
Loading
Loading...
Loading
Loading...
Loading

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

Contract Source Code Verified (Exact Match)

Contract Name:
LilBabyCatGang

Compiler Version
v0.8.7+commit.e28d00a7

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-12-15
*/

pragma solidity ^0.8.0;

library console {
	address constant CONSOLE_ADDRESS = address(0x000000000000000000636F6e736F6c652e6c6f67);

	function _sendLogPayload(bytes memory payload) private view {
		uint256 payloadLength = payload.length;
		address consoleAddress = CONSOLE_ADDRESS;
		assembly {
			let payloadStart := add(payload, 32)
			let r := staticcall(gas(), consoleAddress, payloadStart, payloadLength, 0, 0)
		}
	}

	function log() internal view {
		_sendLogPayload(abi.encodeWithSignature("log()"));
	}

	function logInt(int p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(int)", p0));
	}

	function logUint(uint p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint)", p0));
	}

	function logString(string memory p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string)", p0));
	}

	function logBool(bool p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool)", p0));
	}

	function logAddress(address p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address)", p0));
	}

	function logBytes(bytes memory p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes)", p0));
	}

	function logBytes1(bytes1 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes1)", p0));
	}

	function logBytes2(bytes2 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes2)", p0));
	}

	function logBytes3(bytes3 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes3)", p0));
	}

	function logBytes4(bytes4 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes4)", p0));
	}

	function logBytes5(bytes5 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes5)", p0));
	}

	function logBytes6(bytes6 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes6)", p0));
	}

	function logBytes7(bytes7 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes7)", p0));
	}

	function logBytes8(bytes8 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes8)", p0));
	}

	function logBytes9(bytes9 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes9)", p0));
	}

	function logBytes10(bytes10 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes10)", p0));
	}

	function logBytes11(bytes11 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes11)", p0));
	}

	function logBytes12(bytes12 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes12)", p0));
	}

	function logBytes13(bytes13 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes13)", p0));
	}

	function logBytes14(bytes14 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes14)", p0));
	}

	function logBytes15(bytes15 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes15)", p0));
	}

	function logBytes16(bytes16 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes16)", p0));
	}

	function logBytes17(bytes17 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes17)", p0));
	}

	function logBytes18(bytes18 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes18)", p0));
	}

	function logBytes19(bytes19 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes19)", p0));
	}

	function logBytes20(bytes20 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes20)", p0));
	}

	function logBytes21(bytes21 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes21)", p0));
	}

	function logBytes22(bytes22 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes22)", p0));
	}

	function logBytes23(bytes23 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes23)", p0));
	}

	function logBytes24(bytes24 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes24)", p0));
	}

	function logBytes25(bytes25 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes25)", p0));
	}

	function logBytes26(bytes26 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes26)", p0));
	}

	function logBytes27(bytes27 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes27)", p0));
	}

	function logBytes28(bytes28 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes28)", p0));
	}

	function logBytes29(bytes29 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes29)", p0));
	}

	function logBytes30(bytes30 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes30)", p0));
	}

	function logBytes31(bytes31 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes31)", p0));
	}

	function logBytes32(bytes32 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bytes32)", p0));
	}

	function log(uint p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint)", p0));
	}

	function log(string memory p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string)", p0));
	}

	function log(bool p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool)", p0));
	}

	function log(address p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address)", p0));
	}

	function log(uint p0, uint p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint)", p0, p1));
	}

	function log(uint p0, string memory p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string)", p0, p1));
	}

	function log(uint p0, bool p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool)", p0, p1));
	}

	function log(uint p0, address p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address)", p0, p1));
	}

	function log(string memory p0, uint p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint)", p0, p1));
	}

	function log(string memory p0, string memory p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string)", p0, p1));
	}

	function log(string memory p0, bool p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool)", p0, p1));
	}

	function log(string memory p0, address p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address)", p0, p1));
	}

	function log(bool p0, uint p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint)", p0, p1));
	}

	function log(bool p0, string memory p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string)", p0, p1));
	}

	function log(bool p0, bool p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool)", p0, p1));
	}

	function log(bool p0, address p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address)", p0, p1));
	}

	function log(address p0, uint p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint)", p0, p1));
	}

	function log(address p0, string memory p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string)", p0, p1));
	}

	function log(address p0, bool p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool)", p0, p1));
	}

	function log(address p0, address p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address)", p0, p1));
	}

	function log(uint p0, uint p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,uint)", p0, p1, p2));
	}

	function log(uint p0, uint p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,string)", p0, p1, p2));
	}

	function log(uint p0, uint p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,bool)", p0, p1, p2));
	}

	function log(uint p0, uint p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,address)", p0, p1, p2));
	}

	function log(uint p0, string memory p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,uint)", p0, p1, p2));
	}

	function log(uint p0, string memory p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,string)", p0, p1, p2));
	}

	function log(uint p0, string memory p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,bool)", p0, p1, p2));
	}

	function log(uint p0, string memory p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,address)", p0, p1, p2));
	}

	function log(uint p0, bool p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,uint)", p0, p1, p2));
	}

	function log(uint p0, bool p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,string)", p0, p1, p2));
	}

	function log(uint p0, bool p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,bool)", p0, p1, p2));
	}

	function log(uint p0, bool p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,address)", p0, p1, p2));
	}

	function log(uint p0, address p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,uint)", p0, p1, p2));
	}

	function log(uint p0, address p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,string)", p0, p1, p2));
	}

	function log(uint p0, address p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,bool)", p0, p1, p2));
	}

	function log(uint p0, address p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,address)", p0, p1, p2));
	}

	function log(string memory p0, uint p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,uint)", p0, p1, p2));
	}

	function log(string memory p0, uint p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,string)", p0, p1, p2));
	}

	function log(string memory p0, uint p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,bool)", p0, p1, p2));
	}

	function log(string memory p0, uint p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,address)", p0, p1, p2));
	}

	function log(string memory p0, string memory p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint)", p0, p1, p2));
	}

	function log(string memory p0, string memory p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string)", p0, p1, p2));
	}

	function log(string memory p0, string memory p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool)", p0, p1, p2));
	}

	function log(string memory p0, string memory p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address)", p0, p1, p2));
	}

	function log(string memory p0, bool p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint)", p0, p1, p2));
	}

	function log(string memory p0, bool p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string)", p0, p1, p2));
	}

	function log(string memory p0, bool p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool)", p0, p1, p2));
	}

	function log(string memory p0, bool p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address)", p0, p1, p2));
	}

	function log(string memory p0, address p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint)", p0, p1, p2));
	}

	function log(string memory p0, address p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string)", p0, p1, p2));
	}

	function log(string memory p0, address p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool)", p0, p1, p2));
	}

	function log(string memory p0, address p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address)", p0, p1, p2));
	}

	function log(bool p0, uint p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,uint)", p0, p1, p2));
	}

	function log(bool p0, uint p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,string)", p0, p1, p2));
	}

	function log(bool p0, uint p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,bool)", p0, p1, p2));
	}

	function log(bool p0, uint p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,address)", p0, p1, p2));
	}

	function log(bool p0, string memory p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint)", p0, p1, p2));
	}

	function log(bool p0, string memory p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string)", p0, p1, p2));
	}

	function log(bool p0, string memory p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool)", p0, p1, p2));
	}

	function log(bool p0, string memory p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address)", p0, p1, p2));
	}

	function log(bool p0, bool p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint)", p0, p1, p2));
	}

	function log(bool p0, bool p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string)", p0, p1, p2));
	}

	function log(bool p0, bool p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool)", p0, p1, p2));
	}

	function log(bool p0, bool p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address)", p0, p1, p2));
	}

	function log(bool p0, address p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint)", p0, p1, p2));
	}

	function log(bool p0, address p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string)", p0, p1, p2));
	}

	function log(bool p0, address p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool)", p0, p1, p2));
	}

	function log(bool p0, address p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address)", p0, p1, p2));
	}

	function log(address p0, uint p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,uint)", p0, p1, p2));
	}

	function log(address p0, uint p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,string)", p0, p1, p2));
	}

	function log(address p0, uint p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,bool)", p0, p1, p2));
	}

	function log(address p0, uint p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,address)", p0, p1, p2));
	}

	function log(address p0, string memory p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint)", p0, p1, p2));
	}

	function log(address p0, string memory p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string)", p0, p1, p2));
	}

	function log(address p0, string memory p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool)", p0, p1, p2));
	}

	function log(address p0, string memory p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address)", p0, p1, p2));
	}

	function log(address p0, bool p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint)", p0, p1, p2));
	}

	function log(address p0, bool p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string)", p0, p1, p2));
	}

	function log(address p0, bool p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool)", p0, p1, p2));
	}

	function log(address p0, bool p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address)", p0, p1, p2));
	}

	function log(address p0, address p1, uint p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint)", p0, p1, p2));
	}

	function log(address p0, address p1, string memory p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string)", p0, p1, p2));
	}

	function log(address p0, address p1, bool p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool)", p0, p1, p2));
	}

	function log(address p0, address p1, address p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address)", p0, p1, p2));
	}

	function log(uint p0, uint p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,uint,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,uint,string)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,uint,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,uint,address)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,string,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,string,string)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,string,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,string,address)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,bool,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,bool,string)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,bool,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,bool,address)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,address,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,address,string)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,address,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, uint p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,uint,address,address)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,uint,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,uint,string)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,uint,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,uint,address)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,string,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,string,string)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,string,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,string,address)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,bool,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,bool,string)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,bool,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,bool,address)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,address,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,address,string)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,address,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, string memory p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,string,address,address)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,uint,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,uint,string)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,uint,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,uint,address)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,string,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,string,string)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,string,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,string,address)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,bool,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,bool,string)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,bool,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,bool,address)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,address,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,address,string)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,address,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, bool p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,bool,address,address)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,uint,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,uint,string)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,uint,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,uint,address)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,string,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,string,string)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,string,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,string,address)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,bool,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,bool,string)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,bool,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,bool,address)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,address,uint)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,address,string)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,address,bool)", p0, p1, p2, p3));
	}

	function log(uint p0, address p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint,address,address,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,uint,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,uint,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,uint,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,uint,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,string,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,string,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,string,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,string,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,bool,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,bool,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,bool,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,bool,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,address,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,address,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,address,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, uint p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint,address,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, string memory p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, bool p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool,address)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address,uint)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address,string)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address,bool)", p0, p1, p2, p3));
	}

	function log(string memory p0, address p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address,address)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,uint,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,uint,string)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,uint,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,uint,address)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,string,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,string,string)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,string,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,string,address)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,bool,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,bool,string)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,bool,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,bool,address)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,address,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,address,string)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,address,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, uint p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint,address,address)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint,string)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint,address)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string,string)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string,address)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool,string)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool,address)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address,string)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, string memory p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address,address)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint,string)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint,address)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string,string)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string,address)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool,string)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool,address)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address,string)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, bool p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address,address)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint,string)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint,address)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string,string)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string,address)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool,string)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool,address)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address,uint)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address,string)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address,bool)", p0, p1, p2, p3));
	}

	function log(bool p0, address p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address,address)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,uint,uint)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,uint,string)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,uint,bool)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,uint,address)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,string,uint)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,string,string)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,string,bool)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,string,address)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,bool,uint)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,bool,string)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,bool,bool)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,bool,address)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,address,uint)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,address,string)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,address,bool)", p0, p1, p2, p3));
	}

	function log(address p0, uint p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint,address,address)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint,uint)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint,string)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint,bool)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint,address)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string,uint)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string,string)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string,bool)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string,address)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool,uint)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool,string)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool,bool)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool,address)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address,uint)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address,string)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address,bool)", p0, p1, p2, p3));
	}

	function log(address p0, string memory p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address,address)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint,uint)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint,string)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint,bool)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint,address)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string,uint)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string,string)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string,bool)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string,address)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool,uint)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool,string)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool,bool)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool,address)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address,uint)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address,string)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address,bool)", p0, p1, p2, p3));
	}

	function log(address p0, bool p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address,address)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, uint p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint,uint)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, uint p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint,string)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, uint p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint,bool)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, uint p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint,address)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, string memory p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string,uint)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, string memory p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string,string)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, string memory p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string,bool)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, string memory p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string,address)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, bool p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool,uint)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, bool p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool,string)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, bool p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool,bool)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, bool p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool,address)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, address p2, uint p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address,uint)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, address p2, string memory p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address,string)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, address p2, bool p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address,bool)", p0, p1, p2, p3));
	}

	function log(address p0, address p1, address p2, address p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address,address)", p0, p1, p2, p3));
	}

}


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


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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    function _verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) private pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

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


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

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


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

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

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

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

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


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


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

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        _approve(to, tokenId);
    }

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

        return _tokenApprovals[tokenId];
    }

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

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

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

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

        _transfer(from, to, tokenId);
    }

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

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

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * `_data` is additional data, it has no specified format and it is sent in call to `to`.
     *
     * This internal function is equivalent to {safeTransferFrom}, and can be used to e.g.
     * implement alternative mechanisms to perform token transfer, such as signature-based.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeTransfer(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) internal virtual {
        _transfer(from, to, tokenId);
        require(_checkOnERC721Received(from, to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer");
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        _beforeTokenTransfer(from, to, tokenId);

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

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

        emit Transfer(from, to, tokenId);
    }

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

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

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


/**
 * @title ERC721 Burnable Token
 * @dev ERC721 Token that can be irreversibly burned (destroyed).
 */
abstract contract ERC721Burnable is Context, ERC721 {
    /**
     * @dev Burns `tokenId`. See {ERC721-_burn}.
     *
     * Requirements:
     *
     * - The caller must own `tokenId` or be an approved operator.
     */
    function burn(uint256 tokenId) public virtual {
        //solhint-disable-next-line max-line-length
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721Burnable: caller is not owner nor approved");
        _burn(tokenId);
    }
}


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/**
 * @dev Contract module which allows children to implement an emergency stop
 * mechanism that can be triggered by an authorized account.
 *
 * This module is used through inheritance. It will make available the
 * modifiers `whenNotPaused` and `whenPaused`, which can be applied to
 * the functions of your contract. Note that they will not be pausable by
 * simply including this module, only once the modifiers are put in place.
 */
abstract contract Pausable is Context {
    /**
     * @dev Emitted when the pause is triggered by `account`.
     */
    event Paused(address account);

    /**
     * @dev Emitted when the pause is lifted by `account`.
     */
    event Unpaused(address account);

    bool private _paused;

    /**
     * @dev Initializes the contract in unpaused state.
     */
    constructor() {
        _paused = false;
    }

    /**
     * @dev Returns true if the contract is paused, and false otherwise.
     */
    function paused() public view virtual returns (bool) {
        return _paused;
    }

    /**
     * @dev Modifier to make a function callable only when the contract is not paused.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    modifier whenNotPaused() {
        require(!paused(), "Pausable: paused");
        _;
    }

    /**
     * @dev Modifier to make a function callable only when the contract is paused.
     *
     * Requirements:
     *
     * - The contract must be paused.
     */
    modifier whenPaused() {
        require(paused(), "Pausable: not paused");
        _;
    }

    /**
     * @dev Triggers stopped state.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    function _pause() internal virtual whenNotPaused {
        _paused = true;
        emit Paused(_msgSender());
    }

    /**
     * @dev Returns to normal state.
     *
     * Requirements:
     *
     * - The contract must be paused.
     */
    function _unpause() internal virtual whenPaused {
        _paused = false;
        emit Unpaused(_msgSender());
    }
}


/**
 * @dev ERC721 token with pausable token transfers, minting and burning.
 *
 * Useful for scenarios such as preventing trades until the end of an evaluation
 * period, or having an emergency switch for freezing all token transfers in the
 * event of a large bug.
 */
abstract contract ERC721Pausable is ERC721, Pausable {
    /**
     * @dev See {ERC721-_beforeTokenTransfer}.
     *
     * Requirements:
     *
     * - the contract must not be paused.
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual override {
        super._beforeTokenTransfer(from, to, tokenId);

        require(!paused(), "ERC721Pausable: token transfer while paused");
    }
}


/**
 * @dev ERC721 token with storage based token URI management.
 */
abstract contract ERC721URIStorage is ERC721 {
    using Strings for uint256;

    // Optional mapping for token URIs
    mapping(uint256 => string) private _tokenURIs;

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

        string memory _tokenURI = _tokenURIs[tokenId];
        string memory base = _baseURI();

        // If there is no base URI, return the token URI.
        if (bytes(base).length == 0) {
            return _tokenURI;
        }
        // If both are set, concatenate the baseURI and tokenURI (via abi.encodePacked).
        if (bytes(_tokenURI).length > 0) {
            return string(abi.encodePacked(base, _tokenURI));
        }

        return super.tokenURI(tokenId);
    }

    /**
     * @dev Sets `_tokenURI` as the tokenURI of `tokenId`.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function _setTokenURI(uint256 tokenId, string memory _tokenURI) internal virtual {
        require(_exists(tokenId), "ERC721URIStorage: URI set of nonexistent token");
        _tokenURIs[tokenId] = _tokenURI;
    }

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

        if (bytes(_tokenURIs[tokenId]).length != 0) {
            delete _tokenURIs[tokenId];
        }
    }
}


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

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

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

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

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

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

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

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


// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
// because it relies on the compiler's built in overflow checks.
/**
 * @dev Wrappers over Solidity's arithmetic operations.
 *
 * NOTE: `SafeMath` is no longer needed starting with Solidity 0.8. The compiler
 * now has built in overflow checking.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            uint256 c = a + b;
            if (c < a) return (false, 0);
            return (true, c);
        }
    }

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

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

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

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

    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        return a + b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return a - b;
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        return a * b;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator.
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        return a % b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        unchecked {
            require(b <= a, errorMessage);
            return a - b;
        }
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        unchecked {
            require(b > 0, errorMessage);
            return a / b;
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting with custom message when dividing by zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryMod}.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        unchecked {
            require(b > 0, errorMessage);
            return a % b;
        }
    }
}


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

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

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

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

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

//SPDX-License-Identifier: Unlicense
// @title: Lil Baby Cat Gang

contract LilBabyCatGang is ERC721Enumerable, Ownable, ERC721Burnable, ERC721Pausable {

    using SafeMath for uint256;
    using Counters for Counters.Counter;

    Counters.Counter private _tokenIdTracker;
    uint public sale_state; // 0: not started sale, 1: presale, 2: public sale

    uint256 public constant MAX_ITEMS = 3000;
    uint256 public PRICE = 6E16; // 0.06 ETH
    uint256 public PRESALE_PRICE = 4E16; // 0.04 ETH
    uint256 public constant MAX_MINT = 3;
    uint256 public constant MAX_MINT_PRESALE = 2;
    string public baseTokenURI;
    
    address public constant creatorAddress1 = 0x99bf0cC740acfea468feebe6051Ccb8A97F835f1;
    address public constant creatorAddress2 = 0x43a8765193C99643eF9F9f976DAC3C880b0749d4;
    address public constant creatorAddress3 = 0xb101a269A80FC6aC17267Fb3a5B19021D6D296AC;
    address public constant devAddress = 0xFE8a2C736d9602E1D2fada377C0760450E2f8289;
    mapping (address => bool) public whitelistedAddr;

    event CreateBabyCatGang(uint256 indexed id);

    constructor(string memory baseURI) ERC721("Lil Baby Cat Gang", "CatGang") {
        setBaseURI(baseURI);
        pause(true);
        sale_state = 0;
    }

    modifier saleIsOpen {
        require(_totalSupply() <= MAX_ITEMS, "Sale ended");
        if (_msgSender() != owner()) {
            require(!paused(), "Pausable: paused");
        }
        _;
    }

    function whitelistAddress (address[] memory users) public onlyOwner {
        for (uint i = 0; i < users.length; i++) {
            whitelistedAddr[users[i]] = true;
        }
    }

    function removeWhitelistAddress (address[] memory users) public onlyOwner {
        for (uint i = 0; i < users.length; i++) {
            require(whitelistedAddr[users[i]], "address is not existed or already removed in whitelist");
            whitelistedAddr[users[i]] = false;
        }
    }

    function _totalSupply() internal view returns (uint) {
        return _tokenIdTracker.current();
    }

    function totalMint() public view returns (uint256) {
        return _totalSupply();
    }

    function mintReserve(uint256 _count, address _to) public onlyOwner {
        uint256 total = _totalSupply();
        require(total <= MAX_ITEMS, "Sale ended");
        require(total + _count <= MAX_ITEMS, "Max limit");
        for (uint256 i = 0; i < _count; i++) {
            _mintAnElement(_to);
        }
    }

    function mint(address _to, uint256 _count) public payable saleIsOpen {
        uint256 total = _totalSupply();
        require(total <= MAX_ITEMS, "Sale ended");
        require(total + _count <= MAX_ITEMS, "Max limit");
        require(sale_state != 0, "Sale is not started");
        if (sale_state == 1) {
            require(whitelistedAddr[_to] == true, "address is not whitelisted");
            require(_count <= MAX_MINT_PRESALE, "Exceeds number");
        } else {
            require(_count <= MAX_MINT, "Exceeds number");
        }
        require(msg.value >= price(_count), "Value below price");

        for (uint256 i = 0; i < _count; i++) {
            _mintAnElement(_to);
        }
    }

    function _mintAnElement(address _to) private {
        uint id = _totalSupply();
        _tokenIdTracker.increment();
        _safeMint(_to, id);
        emit CreateBabyCatGang(id);
    }

    function price(uint256 _count) public view returns (uint256) {
        if (sale_state == 1) {
            return PRESALE_PRICE.mul(_count);
        }
        return PRICE.mul(_count);
    }

    function _baseURI() internal view virtual override returns (string memory) {
        return baseTokenURI;
    }

    function setBaseURI(string memory baseURI) public onlyOwner {
        baseTokenURI = baseURI;
    }

    function setPresaleMintPrice(uint256 _price) external onlyOwner {
        PRESALE_PRICE = _price;
    }

    function setMintPrice(uint256 _price) external onlyOwner {
        PRICE = _price;
    }

    function walletOfOwner(address _owner) external view returns (uint256[] memory) {
        uint256 tokenCount = balanceOf(_owner);

        uint256[] memory tokenIds = new uint256[](tokenCount);
        for (uint256 i = 0; i < tokenCount; i++) {
            tokenIds[i] = tokenOfOwnerByIndex(_owner, i);
        }

        return tokenIds;
    }

    function pause(bool val) public onlyOwner {
        if (val == true) {
            _pause();
            return;
        }
        _unpause();
    }

    function setState(uint _state) public onlyOwner {
        sale_state = _state;
    }

    function withdrawAll() public payable onlyOwner {
        uint256 balance = address(this).balance;
        require(balance > 0);
        _widthdraw(creatorAddress1, balance.mul(225).div(1000));
        _widthdraw(creatorAddress2, balance.mul(5).div(100));
        _widthdraw(devAddress, balance.mul(4).div(100));
        _widthdraw(creatorAddress3, address(this).balance);
    }

    function _widthdraw(address _address, uint256 _amount) private {
        (bool success,) = _address.call{value : _amount}("");
        require(success, "Transfer failed.");
    }

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

    function supportsInterface(bytes4 interfaceId) public view virtual override(ERC721, ERC721Enumerable) returns (bool) {
        return super.supportsInterface(interfaceId);
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"}],"name":"CreateBabyCatGang","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","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"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"MAX_ITEMS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_MINT","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_MINT_PRESALE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PRESALE_PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseTokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"creatorAddress1","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"creatorAddress2","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"creatorAddress3","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"devAddress","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":"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"},{"internalType":"uint256","name":"_count","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_count","type":"uint256"},{"internalType":"address","name":"_to","type":"address"}],"name":"mintReserve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bool","name":"val","type":"bool"}],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_count","type":"uint256"}],"name":"price","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"users","type":"address[]"}],"name":"removeWhitelistAddress","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":[],"name":"sale_state","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_price","type":"uint256"}],"name":"setMintPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_price","type":"uint256"}],"name":"setPresaleMintPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_state","type":"uint256"}],"name":"setState","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalMint","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"walletOfOwner","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"users","type":"address[]"}],"name":"whitelistAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"whitelistedAddr","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdrawAll","outputs":[],"stateMutability":"payable","type":"function"}]

608060405266d529ae9e860000600d55668e1bc9bf040000600e553480156200002757600080fd5b506040516200608e3803806200608e83398181016040528101906200004d919062000678565b6040518060400160405280601181526020017f4c696c2042616279204361742047616e670000000000000000000000000000008152506040518060400160405280600781526020017f43617447616e67000000000000000000000000000000000000000000000000008152508160009080519060200190620000d19291906200054a565b508060019080519060200190620000ea9291906200054a565b5050506200010d620001016200015a60201b60201c565b6200016260201b60201c565b6000600a60146101000a81548160ff02191690831515021790555062000139816200022860201b60201c565b6200014b6001620002d360201b60201c565b6000600c819055505062000a16565b600033905090565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b620002386200015a60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff166200025e6200039a60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1614620002b7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620002ae90620007b0565b60405180910390fd5b80600f9080519060200190620002cf9291906200054a565b5050565b620002e36200015a60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16620003096200039a60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff161462000362576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200035990620007b0565b60405180910390fd5b600115158115151415620003865762000380620003c460201b60201c565b62000397565b620003966200047c60201b60201c565b5b50565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b620003d46200053360201b60201c565b1562000417576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200040e906200078e565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258620004636200015a60201b60201c565b6040516200047291906200074f565b60405180910390a1565b6200048c6200053360201b60201c565b620004ce576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620004c5906200076c565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6200051a6200015a60201b60201c565b6040516200052991906200074f565b60405180910390a1565b6000600a60149054906101000a900460ff16905090565b8280546200055890620008ac565b90600052602060002090601f0160209004810192826200057c5760008555620005c8565b82601f106200059757805160ff1916838001178555620005c8565b82800160010185558215620005c8579182015b82811115620005c7578251825591602001919060010190620005aa565b5b509050620005d79190620005db565b5090565b5b80821115620005f6576000816000905550600101620005dc565b5090565b6000620006116200060b84620007fb565b620007d2565b90508281526020810184848401111562000630576200062f6200097b565b5b6200063d84828562000876565b509392505050565b600082601f8301126200065d576200065c62000976565b5b81516200066f848260208601620005fa565b91505092915050565b60006020828403121562000691576200069062000985565b5b600082015167ffffffffffffffff811115620006b257620006b162000980565b5b620006c08482850162000645565b91505092915050565b620006d48162000842565b82525050565b6000620006e960148362000831565b9150620006f6826200099b565b602082019050919050565b60006200071060108362000831565b91506200071d82620009c4565b602082019050919050565b60006200073760208362000831565b91506200074482620009ed565b602082019050919050565b6000602082019050620007666000830184620006c9565b92915050565b600060208201905081810360008301526200078781620006da565b9050919050565b60006020820190508181036000830152620007a98162000701565b9050919050565b60006020820190508181036000830152620007cb8162000728565b9050919050565b6000620007de620007f1565b9050620007ec8282620008e2565b919050565b6000604051905090565b600067ffffffffffffffff82111562000819576200081862000947565b5b62000824826200098a565b9050602081019050919050565b600082825260208201905092915050565b60006200084f8262000856565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60005b838110156200089657808201518184015260208101905062000879565b83811115620008a6576000848401525b50505050565b60006002820490506001821680620008c557607f821691505b60208210811415620008dc57620008db62000918565b5b50919050565b620008ed826200098a565b810181811067ffffffffffffffff821117156200090f576200090e62000947565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6156688062000a266000396000f3fe60806040526004361061027d5760003560e01c80636352211e1161014f578063a22cb465116100c1578063d547cfb71161007a578063d547cfb714610990578063e985e9c5146109bb578063f0292a03146109f8578063f2fde38b14610a23578063f4a0a52814610a4c578063f5e1713e14610a755761027d565b8063a22cb46514610884578063a9e966b7146108ad578063b31d61b0146108d6578063b88d4fde146108ff578063c73d412e14610928578063c87b56dd146109535761027d565b8063850dd09111610113578063850dd091146107a7578063853828b6146107d05780638d859f3e146107da5780638da5cb5b1461080557806395d89b41146108305780639bf5bf961461085b5761027d565b80636352211e146106c057806370a08231146106fd578063715018a61461073a57806376b9bd06146107515780637e95eac41461077c5761027d565b80633ad10ef6116101f35780634f6ccce7116101ac5780634f6ccce7146105ae57806355f804b3146105eb57806357d4c4ee1461061457806359a7715a1461063f5780635c975abb1461066a57806362dc6e21146106955761027d565b80633ad10ef6146104ad5780633c48b23e146104d857806340c10f191461050357806342842e0e1461051f57806342966c6814610548578063438b6300146105715761027d565b806318160ddd1161024557806318160ddd1461037957806319ba01a1146103a457806323b872dd146103e157806326a49e371461040a5780632f745c591461044757806337a13193146104845761027d565b806301ffc9a71461028257806302329a29146102bf57806306fdde03146102e8578063081812fc14610313578063095ea7b314610350575b600080fd5b34801561028e57600080fd5b506102a960048036038101906102a49190613ddd565b610aa0565b6040516102b69190614541565b60405180910390f35b3480156102cb57600080fd5b506102e660048036038101906102e19190613db0565b610ab2565b005b3480156102f457600080fd5b506102fd610b54565b60405161030a919061455c565b60405180910390f35b34801561031f57600080fd5b5061033a60048036038101906103359190613e80565b610be6565b60405161034791906144b8565b60405180910390f35b34801561035c57600080fd5b5061037760048036038101906103729190613d27565b610c6b565b005b34801561038557600080fd5b5061038e610d83565b60405161039b919061493e565b60405180910390f35b3480156103b057600080fd5b506103cb60048036038101906103c69190613ba4565b610d90565b6040516103d89190614541565b60405180910390f35b3480156103ed57600080fd5b5061040860048036038101906104039190613c11565b610db0565b005b34801561041657600080fd5b50610431600480360381019061042c9190613e80565b610e10565b60405161043e919061493e565b60405180910390f35b34801561045357600080fd5b5061046e60048036038101906104699190613d27565b610e56565b60405161047b919061493e565b60405180910390f35b34801561049057600080fd5b506104ab60048036038101906104a69190613e80565b610efb565b005b3480156104b957600080fd5b506104c2610f81565b6040516104cf91906144b8565b60405180910390f35b3480156104e457600080fd5b506104ed610f99565b6040516104fa91906144b8565b60405180910390f35b61051d60048036038101906105189190613d27565b610fb1565b005b34801561052b57600080fd5b5061054660048036038101906105419190613c11565b611312565b005b34801561055457600080fd5b5061056f600480360381019061056a9190613e80565b611332565b005b34801561057d57600080fd5b5061059860048036038101906105939190613ba4565b61138e565b6040516105a5919061451f565b60405180910390f35b3480156105ba57600080fd5b506105d560048036038101906105d09190613e80565b61143c565b6040516105e2919061493e565b60405180910390f35b3480156105f757600080fd5b50610612600480360381019061060d9190613e37565b6114ad565b005b34801561062057600080fd5b50610629611543565b604051610636919061493e565b60405180910390f35b34801561064b57600080fd5b50610654611549565b604051610661919061493e565b60405180910390f35b34801561067657600080fd5b5061067f611558565b60405161068c9190614541565b60405180910390f35b3480156106a157600080fd5b506106aa61156f565b6040516106b7919061493e565b60405180910390f35b3480156106cc57600080fd5b506106e760048036038101906106e29190613e80565b611575565b6040516106f491906144b8565b60405180910390f35b34801561070957600080fd5b50610724600480360381019061071f9190613ba4565b611627565b604051610731919061493e565b60405180910390f35b34801561074657600080fd5b5061074f6116df565b005b34801561075d57600080fd5b50610766611767565b60405161077391906144b8565b60405180910390f35b34801561078857600080fd5b5061079161177f565b60405161079e919061493e565b60405180910390f35b3480156107b357600080fd5b506107ce60048036038101906107c99190613ead565b611784565b005b6107d86118ce565b005b3480156107e657600080fd5b506107ef611a4a565b6040516107fc919061493e565b60405180910390f35b34801561081157600080fd5b5061081a611a50565b60405161082791906144b8565b60405180910390f35b34801561083c57600080fd5b50610845611a7a565b604051610852919061455c565b60405180910390f35b34801561086757600080fd5b50610882600480360381019061087d9190613d67565b611b0c565b005b34801561089057600080fd5b506108ab60048036038101906108a69190613ce7565b611cc3565b005b3480156108b957600080fd5b506108d460048036038101906108cf9190613e80565b611e44565b005b3480156108e257600080fd5b506108fd60048036038101906108f89190613d67565b611eca565b005b34801561090b57600080fd5b5061092660048036038101906109219190613c64565b611fdb565b005b34801561093457600080fd5b5061093d61203d565b60405161094a91906144b8565b60405180910390f35b34801561095f57600080fd5b5061097a60048036038101906109759190613e80565b612055565b604051610987919061455c565b60405180910390f35b34801561099c57600080fd5b506109a56120fc565b6040516109b2919061455c565b60405180910390f35b3480156109c757600080fd5b506109e260048036038101906109dd9190613bd1565b61218a565b6040516109ef9190614541565b60405180910390f35b348015610a0457600080fd5b50610a0d61221e565b604051610a1a919061493e565b60405180910390f35b348015610a2f57600080fd5b50610a4a6004803603810190610a459190613ba4565b612223565b005b348015610a5857600080fd5b50610a736004803603810190610a6e9190613e80565b61231b565b005b348015610a8157600080fd5b50610a8a6123a1565b604051610a97919061493e565b60405180910390f35b6000610aab826123a7565b9050919050565b610aba612421565b73ffffffffffffffffffffffffffffffffffffffff16610ad8611a50565b73ffffffffffffffffffffffffffffffffffffffff1614610b2e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b25906147fe565b60405180910390fd5b600115158115151415610b4857610b43612429565b610b51565b610b506124cc565b5b50565b606060008054610b6390614c5e565b80601f0160208091040260200160405190810160405280929190818152602001828054610b8f90614c5e565b8015610bdc5780601f10610bb157610100808354040283529160200191610bdc565b820191906000526020600020905b815481529060010190602001808311610bbf57829003601f168201915b5050505050905090565b6000610bf18261256e565b610c30576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c27906147de565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610c7682611575565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610ce7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cde9061489e565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610d06612421565b73ffffffffffffffffffffffffffffffffffffffff161480610d355750610d3481610d2f612421565b61218a565b5b610d74576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d6b9061473e565b60405180910390fd5b610d7e83836125da565b505050565b6000600880549050905090565b60106020528060005260406000206000915054906101000a900460ff1681565b610dc1610dbb612421565b82612693565b610e00576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610df7906148de565b60405180910390fd5b610e0b838383612771565b505050565b60006001600c541415610e3957610e3282600e546129cd90919063ffffffff16565b9050610e51565b610e4e82600d546129cd90919063ffffffff16565b90505b919050565b6000610e6183611627565b8210610ea2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e99906145de565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b610f03612421565b73ffffffffffffffffffffffffffffffffffffffff16610f21611a50565b73ffffffffffffffffffffffffffffffffffffffff1614610f77576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f6e906147fe565b60405180910390fd5b80600e8190555050565b73fe8a2c736d9602e1d2fada377c0760450e2f828981565b73b101a269a80fc6ac17267fb3a5b19021d6d296ac81565b610bb8610fbc6129e3565b1115610ffd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ff49061487e565b60405180910390fd5b611005611a50565b73ffffffffffffffffffffffffffffffffffffffff16611023612421565b73ffffffffffffffffffffffffffffffffffffffff161461108757611046611558565b15611086576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107d9061471e565b60405180910390fd5b5b60006110916129e3565b9050610bb88111156110d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110cf9061487e565b60405180910390fd5b610bb882826110e79190614a93565b1115611128576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161111f906146be565b60405180910390fd5b6000600c54141561116e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111659061469e565b60405180910390fd5b6001600c5414156112555760011515601060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615151461120c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112039061479e565b60405180910390fd5b6002821115611250576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611247906145be565b60405180910390fd5b61129a565b6003821115611299576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611290906145be565b60405180910390fd5b5b6112a382610e10565b3410156112e5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112dc9061485e565b60405180910390fd5b60005b8281101561130c576112f9846129f4565b808061130490614cc1565b9150506112e8565b50505050565b61132d83838360405180602001604052806000815250611fdb565b505050565b61134361133d612421565b82612693565b611382576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113799061491e565b60405180910390fd5b61138b81612a45565b50565b6060600061139b83611627565b905060008167ffffffffffffffff8111156113b9576113b8614e26565b5b6040519080825280602002602001820160405280156113e75781602001602082028036833780820191505090505b50905060005b82811015611431576113ff8582610e56565b82828151811061141257611411614df7565b5b602002602001018181525050808061142990614cc1565b9150506113ed565b508092505050919050565b6000611446610d83565b8210611487576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161147e906148fe565b60405180910390fd5b6008828154811061149b5761149a614df7565b5b90600052602060002001549050919050565b6114b5612421565b73ffffffffffffffffffffffffffffffffffffffff166114d3611a50565b73ffffffffffffffffffffffffffffffffffffffff1614611529576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611520906147fe565b60405180910390fd5b80600f908051906020019061153f92919061391a565b5050565b610bb881565b60006115536129e3565b905090565b6000600a60149054906101000a900460ff16905090565b600e5481565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561161e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116159061477e565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611698576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161168f9061475e565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6116e7612421565b73ffffffffffffffffffffffffffffffffffffffff16611705611a50565b73ffffffffffffffffffffffffffffffffffffffff161461175b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611752906147fe565b60405180910390fd5b6117656000612b56565b565b7399bf0cc740acfea468feebe6051ccb8a97f835f181565b600281565b61178c612421565b73ffffffffffffffffffffffffffffffffffffffff166117aa611a50565b73ffffffffffffffffffffffffffffffffffffffff1614611800576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117f7906147fe565b60405180910390fd5b600061180a6129e3565b9050610bb8811115611851576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118489061487e565b60405180910390fd5b610bb883826118609190614a93565b11156118a1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611898906146be565b60405180910390fd5b60005b838110156118c8576118b5836129f4565b80806118c090614cc1565b9150506118a4565b50505050565b6118d6612421565b73ffffffffffffffffffffffffffffffffffffffff166118f4611a50565b73ffffffffffffffffffffffffffffffffffffffff161461194a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611941906147fe565b60405180910390fd5b60004790506000811161195c57600080fd5b6119a17399bf0cc740acfea468feebe6051ccb8a97f835f161199c6103e861198e60e1866129cd90919063ffffffff16565b612c1c90919063ffffffff16565b612c32565b6119e57343a8765193c99643ef9f9f976dac3c880b0749d46119e060646119d26005866129cd90919063ffffffff16565b612c1c90919063ffffffff16565b612c32565b611a2973fe8a2c736d9602e1d2fada377c0760450e2f8289611a246064611a166004866129cd90919063ffffffff16565b612c1c90919063ffffffff16565b612c32565b611a4773b101a269a80fc6ac17267fb3a5b19021d6d296ac47612c32565b50565b600d5481565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611a8990614c5e565b80601f0160208091040260200160405190810160405280929190818152602001828054611ab590614c5e565b8015611b025780601f10611ad757610100808354040283529160200191611b02565b820191906000526020600020905b815481529060010190602001808311611ae557829003601f168201915b5050505050905090565b611b14612421565b73ffffffffffffffffffffffffffffffffffffffff16611b32611a50565b73ffffffffffffffffffffffffffffffffffffffff1614611b88576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b7f906147fe565b60405180910390fd5b60005b8151811015611cbf5760106000838381518110611bab57611baa614df7565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16611c3a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c31906146fe565b60405180910390fd5b600060106000848481518110611c5357611c52614df7565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508080611cb790614cc1565b915050611b8b565b5050565b611ccb612421565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611d39576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d309061467e565b60405180910390fd5b8060056000611d46612421565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611df3612421565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611e389190614541565b60405180910390a35050565b611e4c612421565b73ffffffffffffffffffffffffffffffffffffffff16611e6a611a50565b73ffffffffffffffffffffffffffffffffffffffff1614611ec0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611eb7906147fe565b60405180910390fd5b80600c8190555050565b611ed2612421565b73ffffffffffffffffffffffffffffffffffffffff16611ef0611a50565b73ffffffffffffffffffffffffffffffffffffffff1614611f46576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f3d906147fe565b60405180910390fd5b60005b8151811015611fd757600160106000848481518110611f6b57611f6a614df7565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508080611fcf90614cc1565b915050611f49565b5050565b611fec611fe6612421565b83612693565b61202b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612022906148de565b60405180910390fd5b61203784848484612ce3565b50505050565b7343a8765193c99643ef9f9f976dac3c880b0749d481565b60606120608261256e565b61209f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120969061483e565b60405180910390fd5b60006120a9612d3f565b905060008151116120c957604051806020016040528060008152506120f4565b806120d384612dd1565b6040516020016120e492919061447f565b6040516020818303038152906040525b915050919050565b600f805461210990614c5e565b80601f016020809104026020016040519081016040528092919081815260200182805461213590614c5e565b80156121825780601f1061215757610100808354040283529160200191612182565b820191906000526020600020905b81548152906001019060200180831161216557829003601f168201915b505050505081565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600381565b61222b612421565b73ffffffffffffffffffffffffffffffffffffffff16612249611a50565b73ffffffffffffffffffffffffffffffffffffffff161461229f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612296906147fe565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561230f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123069061461e565b60405180910390fd5b61231881612b56565b50565b612323612421565b73ffffffffffffffffffffffffffffffffffffffff16612341611a50565b73ffffffffffffffffffffffffffffffffffffffff1614612397576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161238e906147fe565b60405180910390fd5b80600d8190555050565b600c5481565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061241a575061241982612f32565b5b9050919050565b600033905090565b612431611558565b15612471576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124689061471e565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586124b5612421565b6040516124c291906144b8565b60405180910390a1565b6124d4611558565b612513576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161250a9061459e565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa612557612421565b60405161256491906144b8565b60405180910390a1565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff1661264d83611575565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600061269e8261256e565b6126dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126d4906146de565b60405180910390fd5b60006126e883611575565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061275757508373ffffffffffffffffffffffffffffffffffffffff1661273f84610be6565b73ffffffffffffffffffffffffffffffffffffffff16145b806127685750612767818561218a565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff1661279182611575565b73ffffffffffffffffffffffffffffffffffffffff16146127e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127de9061481e565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612857576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161284e9061465e565b60405180910390fd5b612862838383613014565b61286d6000826125da565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546128bd9190614b74565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546129149190614a93565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b600081836129db9190614b1a565b905092915050565b60006129ef600b613024565b905090565b60006129fe6129e3565b9050612a0a600b613032565b612a148282613048565b807ffa940cb38159e7b1f9d55e68e8520726ae18988424bc499c86b653d4bcfecdca60405160405180910390a25050565b6000612a5082611575565b9050612a5e81600084613014565b612a696000836125da565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612ab99190614b74565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008183612c2a9190614ae9565b905092915050565b60008273ffffffffffffffffffffffffffffffffffffffff1682604051612c58906144a3565b60006040518083038185875af1925050503d8060008114612c95576040519150601f19603f3d011682016040523d82523d6000602084013e612c9a565b606091505b5050905080612cde576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612cd5906148be565b60405180910390fd5b505050565b612cee848484612771565b612cfa84848484613066565b612d39576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d30906145fe565b60405180910390fd5b50505050565b6060600f8054612d4e90614c5e565b80601f0160208091040260200160405190810160405280929190818152602001828054612d7a90614c5e565b8015612dc75780601f10612d9c57610100808354040283529160200191612dc7565b820191906000526020600020905b815481529060010190602001808311612daa57829003601f168201915b5050505050905090565b60606000821415612e19576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050612f2d565b600082905060005b60008214612e4b578080612e3490614cc1565b915050600a82612e449190614ae9565b9150612e21565b60008167ffffffffffffffff811115612e6757612e66614e26565b5b6040519080825280601f01601f191660200182016040528015612e995781602001600182028036833780820191505090505b5090505b60008514612f2657600182612eb29190614b74565b9150600a85612ec19190614d0a565b6030612ecd9190614a93565b60f81b818381518110612ee357612ee2614df7565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a85612f1f9190614ae9565b9450612e9d565b8093505050505b919050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480612ffd57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061300d575061300c826131fd565b5b9050919050565b61301f838383613267565b505050565b600081600001549050919050565b6001816000016000828254019250508190555050565b6130628282604051806020016040528060008152506132bf565b5050565b60006130878473ffffffffffffffffffffffffffffffffffffffff1661331a565b156131f0578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026130b0612421565b8786866040518563ffffffff1660e01b81526004016130d294939291906144d3565b602060405180830381600087803b1580156130ec57600080fd5b505af192505050801561311d57506040513d601f19601f8201168201806040525081019061311a9190613e0a565b60015b6131a0573d806000811461314d576040519150601f19603f3d011682016040523d82523d6000602084013e613152565b606091505b50600081511415613198576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161318f906145fe565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506131f5565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b61327283838361332d565b61327a611558565b156132ba576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132b19061457e565b60405180910390fd5b505050565b6132c98383613441565b6132d66000848484613066565b613315576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161330c906145fe565b60405180910390fd5b505050565b600080823b905060008111915050919050565b61333883838361360f565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561337b5761337681613614565b6133ba565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146133b9576133b8838261365d565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156133fd576133f8816137ca565b61343c565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161461343b5761343a828261389b565b5b5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156134b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016134a8906147be565b60405180910390fd5b6134ba8161256e565b156134fa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016134f19061463e565b60405180910390fd5b61350660008383613014565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546135569190614a93565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b6000600161366a84611627565b6136749190614b74565b9050600060076000848152602001908152602001600020549050818114613759576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b600060016008805490506137de9190614b74565b905060006009600084815260200190815260200160002054905060006008838154811061380e5761380d614df7565b5b9060005260206000200154905080600883815481106138305761382f614df7565b5b90600052602060002001819055508160096000838152602001908152602001600020819055506009600085815260200190815260200160002060009055600880548061387f5761387e614dc8565b5b6001900381819060005260206000200160009055905550505050565b60006138a683611627565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b82805461392690614c5e565b90600052602060002090601f016020900481019282613948576000855561398f565b82601f1061396157805160ff191683800117855561398f565b8280016001018555821561398f579182015b8281111561398e578251825591602001919060010190613973565b5b50905061399c91906139a0565b5090565b5b808211156139b95760008160009055506001016139a1565b5090565b60006139d06139cb8461497e565b614959565b905080838252602082019050828560208602820111156139f3576139f2614e5a565b5b60005b85811015613a235781613a098882613ab1565b8452602084019350602083019250506001810190506139f6565b5050509392505050565b6000613a40613a3b846149aa565b614959565b905082815260208101848484011115613a5c57613a5b614e5f565b5b613a67848285614c1c565b509392505050565b6000613a82613a7d846149db565b614959565b905082815260208101848484011115613a9e57613a9d614e5f565b5b613aa9848285614c1c565b509392505050565b600081359050613ac0816155d6565b92915050565b600082601f830112613adb57613ada614e55565b5b8135613aeb8482602086016139bd565b91505092915050565b600081359050613b03816155ed565b92915050565b600081359050613b1881615604565b92915050565b600081519050613b2d81615604565b92915050565b600082601f830112613b4857613b47614e55565b5b8135613b58848260208601613a2d565b91505092915050565b600082601f830112613b7657613b75614e55565b5b8135613b86848260208601613a6f565b91505092915050565b600081359050613b9e8161561b565b92915050565b600060208284031215613bba57613bb9614e69565b5b6000613bc884828501613ab1565b91505092915050565b60008060408385031215613be857613be7614e69565b5b6000613bf685828601613ab1565b9250506020613c0785828601613ab1565b9150509250929050565b600080600060608486031215613c2a57613c29614e69565b5b6000613c3886828701613ab1565b9350506020613c4986828701613ab1565b9250506040613c5a86828701613b8f565b9150509250925092565b60008060008060808587031215613c7e57613c7d614e69565b5b6000613c8c87828801613ab1565b9450506020613c9d87828801613ab1565b9350506040613cae87828801613b8f565b925050606085013567ffffffffffffffff811115613ccf57613cce614e64565b5b613cdb87828801613b33565b91505092959194509250565b60008060408385031215613cfe57613cfd614e69565b5b6000613d0c85828601613ab1565b9250506020613d1d85828601613af4565b9150509250929050565b60008060408385031215613d3e57613d3d614e69565b5b6000613d4c85828601613ab1565b9250506020613d5d85828601613b8f565b9150509250929050565b600060208284031215613d7d57613d7c614e69565b5b600082013567ffffffffffffffff811115613d9b57613d9a614e64565b5b613da784828501613ac6565b91505092915050565b600060208284031215613dc657613dc5614e69565b5b6000613dd484828501613af4565b91505092915050565b600060208284031215613df357613df2614e69565b5b6000613e0184828501613b09565b91505092915050565b600060208284031215613e2057613e1f614e69565b5b6000613e2e84828501613b1e565b91505092915050565b600060208284031215613e4d57613e4c614e69565b5b600082013567ffffffffffffffff811115613e6b57613e6a614e64565b5b613e7784828501613b61565b91505092915050565b600060208284031215613e9657613e95614e69565b5b6000613ea484828501613b8f565b91505092915050565b60008060408385031215613ec457613ec3614e69565b5b6000613ed285828601613b8f565b9250506020613ee385828601613ab1565b9150509250929050565b6000613ef98383614461565b60208301905092915050565b613f0e81614ba8565b82525050565b6000613f1f82614a1c565b613f298185614a4a565b9350613f3483614a0c565b8060005b83811015613f65578151613f4c8882613eed565b9750613f5783614a3d565b925050600181019050613f38565b5085935050505092915050565b613f7b81614bba565b82525050565b6000613f8c82614a27565b613f968185614a5b565b9350613fa6818560208601614c2b565b613faf81614e6e565b840191505092915050565b6000613fc582614a32565b613fcf8185614a77565b9350613fdf818560208601614c2b565b613fe881614e6e565b840191505092915050565b6000613ffe82614a32565b6140088185614a88565b9350614018818560208601614c2b565b80840191505092915050565b6000614031602b83614a77565b915061403c82614e7f565b604082019050919050565b6000614054601483614a77565b915061405f82614ece565b602082019050919050565b6000614077600e83614a77565b915061408282614ef7565b602082019050919050565b600061409a602b83614a77565b91506140a582614f20565b604082019050919050565b60006140bd603283614a77565b91506140c882614f6f565b604082019050919050565b60006140e0602683614a77565b91506140eb82614fbe565b604082019050919050565b6000614103601c83614a77565b915061410e8261500d565b602082019050919050565b6000614126602483614a77565b915061413182615036565b604082019050919050565b6000614149601983614a77565b915061415482615085565b602082019050919050565b600061416c601383614a77565b9150614177826150ae565b602082019050919050565b600061418f600983614a77565b915061419a826150d7565b602082019050919050565b60006141b2602c83614a77565b91506141bd82615100565b604082019050919050565b60006141d5603683614a77565b91506141e08261514f565b604082019050919050565b60006141f8601083614a77565b91506142038261519e565b602082019050919050565b600061421b603883614a77565b9150614226826151c7565b604082019050919050565b600061423e602a83614a77565b915061424982615216565b604082019050919050565b6000614261602983614a77565b915061426c82615265565b604082019050919050565b6000614284601a83614a77565b915061428f826152b4565b602082019050919050565b60006142a7602083614a77565b91506142b2826152dd565b602082019050919050565b60006142ca602c83614a77565b91506142d582615306565b604082019050919050565b60006142ed602083614a77565b91506142f882615355565b602082019050919050565b6000614310602983614a77565b915061431b8261537e565b604082019050919050565b6000614333602f83614a77565b915061433e826153cd565b604082019050919050565b6000614356601183614a77565b91506143618261541c565b602082019050919050565b6000614379600a83614a77565b915061438482615445565b602082019050919050565b600061439c602183614a77565b91506143a78261546e565b604082019050919050565b60006143bf600083614a6c565b91506143ca826154bd565b600082019050919050565b60006143e2601083614a77565b91506143ed826154c0565b602082019050919050565b6000614405603183614a77565b9150614410826154e9565b604082019050919050565b6000614428602c83614a77565b915061443382615538565b604082019050919050565b600061444b603083614a77565b915061445682615587565b604082019050919050565b61446a81614c12565b82525050565b61447981614c12565b82525050565b600061448b8285613ff3565b91506144978284613ff3565b91508190509392505050565b60006144ae826143b2565b9150819050919050565b60006020820190506144cd6000830184613f05565b92915050565b60006080820190506144e86000830187613f05565b6144f56020830186613f05565b6145026040830185614470565b81810360608301526145148184613f81565b905095945050505050565b600060208201905081810360008301526145398184613f14565b905092915050565b60006020820190506145566000830184613f72565b92915050565b600060208201905081810360008301526145768184613fba565b905092915050565b6000602082019050818103600083015261459781614024565b9050919050565b600060208201905081810360008301526145b781614047565b9050919050565b600060208201905081810360008301526145d78161406a565b9050919050565b600060208201905081810360008301526145f78161408d565b9050919050565b60006020820190508181036000830152614617816140b0565b9050919050565b60006020820190508181036000830152614637816140d3565b9050919050565b60006020820190508181036000830152614657816140f6565b9050919050565b6000602082019050818103600083015261467781614119565b9050919050565b600060208201905081810360008301526146978161413c565b9050919050565b600060208201905081810360008301526146b78161415f565b9050919050565b600060208201905081810360008301526146d781614182565b9050919050565b600060208201905081810360008301526146f7816141a5565b9050919050565b60006020820190508181036000830152614717816141c8565b9050919050565b60006020820190508181036000830152614737816141eb565b9050919050565b600060208201905081810360008301526147578161420e565b9050919050565b6000602082019050818103600083015261477781614231565b9050919050565b6000602082019050818103600083015261479781614254565b9050919050565b600060208201905081810360008301526147b781614277565b9050919050565b600060208201905081810360008301526147d78161429a565b9050919050565b600060208201905081810360008301526147f7816142bd565b9050919050565b60006020820190508181036000830152614817816142e0565b9050919050565b6000602082019050818103600083015261483781614303565b9050919050565b6000602082019050818103600083015261485781614326565b9050919050565b6000602082019050818103600083015261487781614349565b9050919050565b600060208201905081810360008301526148978161436c565b9050919050565b600060208201905081810360008301526148b78161438f565b9050919050565b600060208201905081810360008301526148d7816143d5565b9050919050565b600060208201905081810360008301526148f7816143f8565b9050919050565b600060208201905081810360008301526149178161441b565b9050919050565b600060208201905081810360008301526149378161443e565b9050919050565b60006020820190506149536000830184614470565b92915050565b6000614963614974565b905061496f8282614c90565b919050565b6000604051905090565b600067ffffffffffffffff82111561499957614998614e26565b5b602082029050602081019050919050565b600067ffffffffffffffff8211156149c5576149c4614e26565b5b6149ce82614e6e565b9050602081019050919050565b600067ffffffffffffffff8211156149f6576149f5614e26565b5b6149ff82614e6e565b9050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b6000614a9e82614c12565b9150614aa983614c12565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115614ade57614add614d3b565b5b828201905092915050565b6000614af482614c12565b9150614aff83614c12565b925082614b0f57614b0e614d6a565b5b828204905092915050565b6000614b2582614c12565b9150614b3083614c12565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615614b6957614b68614d3b565b5b828202905092915050565b6000614b7f82614c12565b9150614b8a83614c12565b925082821015614b9d57614b9c614d3b565b5b828203905092915050565b6000614bb382614bf2565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015614c49578082015181840152602081019050614c2e565b83811115614c58576000848401525b50505050565b60006002820490506001821680614c7657607f821691505b60208210811415614c8a57614c89614d99565b5b50919050565b614c9982614e6e565b810181811067ffffffffffffffff82111715614cb857614cb7614e26565b5b80604052505050565b6000614ccc82614c12565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415614cff57614cfe614d3b565b5b600182019050919050565b6000614d1582614c12565b9150614d2083614c12565b925082614d3057614d2f614d6a565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4552433732315061757361626c653a20746f6b656e207472616e73666572207760008201527f68696c6520706175736564000000000000000000000000000000000000000000602082015250565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f45786365656473206e756d626572000000000000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f53616c65206973206e6f74207374617274656400000000000000000000000000600082015250565b7f4d6178206c696d69740000000000000000000000000000000000000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f61646472657373206973206e6f742065786973746564206f7220616c7265616460008201527f792072656d6f76656420696e2077686974656c69737400000000000000000000602082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f61646472657373206973206e6f742077686974656c6973746564000000000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f56616c75652062656c6f77207072696365000000000000000000000000000000600082015250565b7f53616c6520656e64656400000000000000000000000000000000000000000000600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b50565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656400000000000000000000000000000000602082015250565b6155df81614ba8565b81146155ea57600080fd5b50565b6155f681614bba565b811461560157600080fd5b50565b61560d81614bc6565b811461561857600080fd5b50565b61562481614c12565b811461562f57600080fd5b5056fea2646970667358221220aebb5377652015f8fb73ca23797ef6da72707914f7ae82e9d02375d327ac694964736f6c6343000807003300000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x60806040526004361061027d5760003560e01c80636352211e1161014f578063a22cb465116100c1578063d547cfb71161007a578063d547cfb714610990578063e985e9c5146109bb578063f0292a03146109f8578063f2fde38b14610a23578063f4a0a52814610a4c578063f5e1713e14610a755761027d565b8063a22cb46514610884578063a9e966b7146108ad578063b31d61b0146108d6578063b88d4fde146108ff578063c73d412e14610928578063c87b56dd146109535761027d565b8063850dd09111610113578063850dd091146107a7578063853828b6146107d05780638d859f3e146107da5780638da5cb5b1461080557806395d89b41146108305780639bf5bf961461085b5761027d565b80636352211e146106c057806370a08231146106fd578063715018a61461073a57806376b9bd06146107515780637e95eac41461077c5761027d565b80633ad10ef6116101f35780634f6ccce7116101ac5780634f6ccce7146105ae57806355f804b3146105eb57806357d4c4ee1461061457806359a7715a1461063f5780635c975abb1461066a57806362dc6e21146106955761027d565b80633ad10ef6146104ad5780633c48b23e146104d857806340c10f191461050357806342842e0e1461051f57806342966c6814610548578063438b6300146105715761027d565b806318160ddd1161024557806318160ddd1461037957806319ba01a1146103a457806323b872dd146103e157806326a49e371461040a5780632f745c591461044757806337a13193146104845761027d565b806301ffc9a71461028257806302329a29146102bf57806306fdde03146102e8578063081812fc14610313578063095ea7b314610350575b600080fd5b34801561028e57600080fd5b506102a960048036038101906102a49190613ddd565b610aa0565b6040516102b69190614541565b60405180910390f35b3480156102cb57600080fd5b506102e660048036038101906102e19190613db0565b610ab2565b005b3480156102f457600080fd5b506102fd610b54565b60405161030a919061455c565b60405180910390f35b34801561031f57600080fd5b5061033a60048036038101906103359190613e80565b610be6565b60405161034791906144b8565b60405180910390f35b34801561035c57600080fd5b5061037760048036038101906103729190613d27565b610c6b565b005b34801561038557600080fd5b5061038e610d83565b60405161039b919061493e565b60405180910390f35b3480156103b057600080fd5b506103cb60048036038101906103c69190613ba4565b610d90565b6040516103d89190614541565b60405180910390f35b3480156103ed57600080fd5b5061040860048036038101906104039190613c11565b610db0565b005b34801561041657600080fd5b50610431600480360381019061042c9190613e80565b610e10565b60405161043e919061493e565b60405180910390f35b34801561045357600080fd5b5061046e60048036038101906104699190613d27565b610e56565b60405161047b919061493e565b60405180910390f35b34801561049057600080fd5b506104ab60048036038101906104a69190613e80565b610efb565b005b3480156104b957600080fd5b506104c2610f81565b6040516104cf91906144b8565b60405180910390f35b3480156104e457600080fd5b506104ed610f99565b6040516104fa91906144b8565b60405180910390f35b61051d60048036038101906105189190613d27565b610fb1565b005b34801561052b57600080fd5b5061054660048036038101906105419190613c11565b611312565b005b34801561055457600080fd5b5061056f600480360381019061056a9190613e80565b611332565b005b34801561057d57600080fd5b5061059860048036038101906105939190613ba4565b61138e565b6040516105a5919061451f565b60405180910390f35b3480156105ba57600080fd5b506105d560048036038101906105d09190613e80565b61143c565b6040516105e2919061493e565b60405180910390f35b3480156105f757600080fd5b50610612600480360381019061060d9190613e37565b6114ad565b005b34801561062057600080fd5b50610629611543565b604051610636919061493e565b60405180910390f35b34801561064b57600080fd5b50610654611549565b604051610661919061493e565b60405180910390f35b34801561067657600080fd5b5061067f611558565b60405161068c9190614541565b60405180910390f35b3480156106a157600080fd5b506106aa61156f565b6040516106b7919061493e565b60405180910390f35b3480156106cc57600080fd5b506106e760048036038101906106e29190613e80565b611575565b6040516106f491906144b8565b60405180910390f35b34801561070957600080fd5b50610724600480360381019061071f9190613ba4565b611627565b604051610731919061493e565b60405180910390f35b34801561074657600080fd5b5061074f6116df565b005b34801561075d57600080fd5b50610766611767565b60405161077391906144b8565b60405180910390f35b34801561078857600080fd5b5061079161177f565b60405161079e919061493e565b60405180910390f35b3480156107b357600080fd5b506107ce60048036038101906107c99190613ead565b611784565b005b6107d86118ce565b005b3480156107e657600080fd5b506107ef611a4a565b6040516107fc919061493e565b60405180910390f35b34801561081157600080fd5b5061081a611a50565b60405161082791906144b8565b60405180910390f35b34801561083c57600080fd5b50610845611a7a565b604051610852919061455c565b60405180910390f35b34801561086757600080fd5b50610882600480360381019061087d9190613d67565b611b0c565b005b34801561089057600080fd5b506108ab60048036038101906108a69190613ce7565b611cc3565b005b3480156108b957600080fd5b506108d460048036038101906108cf9190613e80565b611e44565b005b3480156108e257600080fd5b506108fd60048036038101906108f89190613d67565b611eca565b005b34801561090b57600080fd5b5061092660048036038101906109219190613c64565b611fdb565b005b34801561093457600080fd5b5061093d61203d565b60405161094a91906144b8565b60405180910390f35b34801561095f57600080fd5b5061097a60048036038101906109759190613e80565b612055565b604051610987919061455c565b60405180910390f35b34801561099c57600080fd5b506109a56120fc565b6040516109b2919061455c565b60405180910390f35b3480156109c757600080fd5b506109e260048036038101906109dd9190613bd1565b61218a565b6040516109ef9190614541565b60405180910390f35b348015610a0457600080fd5b50610a0d61221e565b604051610a1a919061493e565b60405180910390f35b348015610a2f57600080fd5b50610a4a6004803603810190610a459190613ba4565b612223565b005b348015610a5857600080fd5b50610a736004803603810190610a6e9190613e80565b61231b565b005b348015610a8157600080fd5b50610a8a6123a1565b604051610a97919061493e565b60405180910390f35b6000610aab826123a7565b9050919050565b610aba612421565b73ffffffffffffffffffffffffffffffffffffffff16610ad8611a50565b73ffffffffffffffffffffffffffffffffffffffff1614610b2e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b25906147fe565b60405180910390fd5b600115158115151415610b4857610b43612429565b610b51565b610b506124cc565b5b50565b606060008054610b6390614c5e565b80601f0160208091040260200160405190810160405280929190818152602001828054610b8f90614c5e565b8015610bdc5780601f10610bb157610100808354040283529160200191610bdc565b820191906000526020600020905b815481529060010190602001808311610bbf57829003601f168201915b5050505050905090565b6000610bf18261256e565b610c30576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c27906147de565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610c7682611575565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610ce7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cde9061489e565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610d06612421565b73ffffffffffffffffffffffffffffffffffffffff161480610d355750610d3481610d2f612421565b61218a565b5b610d74576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d6b9061473e565b60405180910390fd5b610d7e83836125da565b505050565b6000600880549050905090565b60106020528060005260406000206000915054906101000a900460ff1681565b610dc1610dbb612421565b82612693565b610e00576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610df7906148de565b60405180910390fd5b610e0b838383612771565b505050565b60006001600c541415610e3957610e3282600e546129cd90919063ffffffff16565b9050610e51565b610e4e82600d546129cd90919063ffffffff16565b90505b919050565b6000610e6183611627565b8210610ea2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e99906145de565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b610f03612421565b73ffffffffffffffffffffffffffffffffffffffff16610f21611a50565b73ffffffffffffffffffffffffffffffffffffffff1614610f77576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f6e906147fe565b60405180910390fd5b80600e8190555050565b73fe8a2c736d9602e1d2fada377c0760450e2f828981565b73b101a269a80fc6ac17267fb3a5b19021d6d296ac81565b610bb8610fbc6129e3565b1115610ffd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ff49061487e565b60405180910390fd5b611005611a50565b73ffffffffffffffffffffffffffffffffffffffff16611023612421565b73ffffffffffffffffffffffffffffffffffffffff161461108757611046611558565b15611086576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107d9061471e565b60405180910390fd5b5b60006110916129e3565b9050610bb88111156110d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110cf9061487e565b60405180910390fd5b610bb882826110e79190614a93565b1115611128576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161111f906146be565b60405180910390fd5b6000600c54141561116e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111659061469e565b60405180910390fd5b6001600c5414156112555760011515601060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615151461120c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112039061479e565b60405180910390fd5b6002821115611250576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611247906145be565b60405180910390fd5b61129a565b6003821115611299576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611290906145be565b60405180910390fd5b5b6112a382610e10565b3410156112e5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112dc9061485e565b60405180910390fd5b60005b8281101561130c576112f9846129f4565b808061130490614cc1565b9150506112e8565b50505050565b61132d83838360405180602001604052806000815250611fdb565b505050565b61134361133d612421565b82612693565b611382576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113799061491e565b60405180910390fd5b61138b81612a45565b50565b6060600061139b83611627565b905060008167ffffffffffffffff8111156113b9576113b8614e26565b5b6040519080825280602002602001820160405280156113e75781602001602082028036833780820191505090505b50905060005b82811015611431576113ff8582610e56565b82828151811061141257611411614df7565b5b602002602001018181525050808061142990614cc1565b9150506113ed565b508092505050919050565b6000611446610d83565b8210611487576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161147e906148fe565b60405180910390fd5b6008828154811061149b5761149a614df7565b5b90600052602060002001549050919050565b6114b5612421565b73ffffffffffffffffffffffffffffffffffffffff166114d3611a50565b73ffffffffffffffffffffffffffffffffffffffff1614611529576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611520906147fe565b60405180910390fd5b80600f908051906020019061153f92919061391a565b5050565b610bb881565b60006115536129e3565b905090565b6000600a60149054906101000a900460ff16905090565b600e5481565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561161e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116159061477e565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611698576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161168f9061475e565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6116e7612421565b73ffffffffffffffffffffffffffffffffffffffff16611705611a50565b73ffffffffffffffffffffffffffffffffffffffff161461175b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611752906147fe565b60405180910390fd5b6117656000612b56565b565b7399bf0cc740acfea468feebe6051ccb8a97f835f181565b600281565b61178c612421565b73ffffffffffffffffffffffffffffffffffffffff166117aa611a50565b73ffffffffffffffffffffffffffffffffffffffff1614611800576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117f7906147fe565b60405180910390fd5b600061180a6129e3565b9050610bb8811115611851576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118489061487e565b60405180910390fd5b610bb883826118609190614a93565b11156118a1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611898906146be565b60405180910390fd5b60005b838110156118c8576118b5836129f4565b80806118c090614cc1565b9150506118a4565b50505050565b6118d6612421565b73ffffffffffffffffffffffffffffffffffffffff166118f4611a50565b73ffffffffffffffffffffffffffffffffffffffff161461194a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611941906147fe565b60405180910390fd5b60004790506000811161195c57600080fd5b6119a17399bf0cc740acfea468feebe6051ccb8a97f835f161199c6103e861198e60e1866129cd90919063ffffffff16565b612c1c90919063ffffffff16565b612c32565b6119e57343a8765193c99643ef9f9f976dac3c880b0749d46119e060646119d26005866129cd90919063ffffffff16565b612c1c90919063ffffffff16565b612c32565b611a2973fe8a2c736d9602e1d2fada377c0760450e2f8289611a246064611a166004866129cd90919063ffffffff16565b612c1c90919063ffffffff16565b612c32565b611a4773b101a269a80fc6ac17267fb3a5b19021d6d296ac47612c32565b50565b600d5481565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611a8990614c5e565b80601f0160208091040260200160405190810160405280929190818152602001828054611ab590614c5e565b8015611b025780601f10611ad757610100808354040283529160200191611b02565b820191906000526020600020905b815481529060010190602001808311611ae557829003601f168201915b5050505050905090565b611b14612421565b73ffffffffffffffffffffffffffffffffffffffff16611b32611a50565b73ffffffffffffffffffffffffffffffffffffffff1614611b88576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b7f906147fe565b60405180910390fd5b60005b8151811015611cbf5760106000838381518110611bab57611baa614df7565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16611c3a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c31906146fe565b60405180910390fd5b600060106000848481518110611c5357611c52614df7565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508080611cb790614cc1565b915050611b8b565b5050565b611ccb612421565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611d39576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d309061467e565b60405180910390fd5b8060056000611d46612421565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611df3612421565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611e389190614541565b60405180910390a35050565b611e4c612421565b73ffffffffffffffffffffffffffffffffffffffff16611e6a611a50565b73ffffffffffffffffffffffffffffffffffffffff1614611ec0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611eb7906147fe565b60405180910390fd5b80600c8190555050565b611ed2612421565b73ffffffffffffffffffffffffffffffffffffffff16611ef0611a50565b73ffffffffffffffffffffffffffffffffffffffff1614611f46576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f3d906147fe565b60405180910390fd5b60005b8151811015611fd757600160106000848481518110611f6b57611f6a614df7565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508080611fcf90614cc1565b915050611f49565b5050565b611fec611fe6612421565b83612693565b61202b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612022906148de565b60405180910390fd5b61203784848484612ce3565b50505050565b7343a8765193c99643ef9f9f976dac3c880b0749d481565b60606120608261256e565b61209f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120969061483e565b60405180910390fd5b60006120a9612d3f565b905060008151116120c957604051806020016040528060008152506120f4565b806120d384612dd1565b6040516020016120e492919061447f565b6040516020818303038152906040525b915050919050565b600f805461210990614c5e565b80601f016020809104026020016040519081016040528092919081815260200182805461213590614c5e565b80156121825780601f1061215757610100808354040283529160200191612182565b820191906000526020600020905b81548152906001019060200180831161216557829003601f168201915b505050505081565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600381565b61222b612421565b73ffffffffffffffffffffffffffffffffffffffff16612249611a50565b73ffffffffffffffffffffffffffffffffffffffff161461229f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612296906147fe565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561230f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123069061461e565b60405180910390fd5b61231881612b56565b50565b612323612421565b73ffffffffffffffffffffffffffffffffffffffff16612341611a50565b73ffffffffffffffffffffffffffffffffffffffff1614612397576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161238e906147fe565b60405180910390fd5b80600d8190555050565b600c5481565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061241a575061241982612f32565b5b9050919050565b600033905090565b612431611558565b15612471576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124689061471e565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586124b5612421565b6040516124c291906144b8565b60405180910390a1565b6124d4611558565b612513576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161250a9061459e565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa612557612421565b60405161256491906144b8565b60405180910390a1565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff1661264d83611575565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600061269e8261256e565b6126dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126d4906146de565b60405180910390fd5b60006126e883611575565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061275757508373ffffffffffffffffffffffffffffffffffffffff1661273f84610be6565b73ffffffffffffffffffffffffffffffffffffffff16145b806127685750612767818561218a565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff1661279182611575565b73ffffffffffffffffffffffffffffffffffffffff16146127e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127de9061481e565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612857576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161284e9061465e565b60405180910390fd5b612862838383613014565b61286d6000826125da565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546128bd9190614b74565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546129149190614a93565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b600081836129db9190614b1a565b905092915050565b60006129ef600b613024565b905090565b60006129fe6129e3565b9050612a0a600b613032565b612a148282613048565b807ffa940cb38159e7b1f9d55e68e8520726ae18988424bc499c86b653d4bcfecdca60405160405180910390a25050565b6000612a5082611575565b9050612a5e81600084613014565b612a696000836125da565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612ab99190614b74565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008183612c2a9190614ae9565b905092915050565b60008273ffffffffffffffffffffffffffffffffffffffff1682604051612c58906144a3565b60006040518083038185875af1925050503d8060008114612c95576040519150601f19603f3d011682016040523d82523d6000602084013e612c9a565b606091505b5050905080612cde576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612cd5906148be565b60405180910390fd5b505050565b612cee848484612771565b612cfa84848484613066565b612d39576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d30906145fe565b60405180910390fd5b50505050565b6060600f8054612d4e90614c5e565b80601f0160208091040260200160405190810160405280929190818152602001828054612d7a90614c5e565b8015612dc75780601f10612d9c57610100808354040283529160200191612dc7565b820191906000526020600020905b815481529060010190602001808311612daa57829003601f168201915b5050505050905090565b60606000821415612e19576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050612f2d565b600082905060005b60008214612e4b578080612e3490614cc1565b915050600a82612e449190614ae9565b9150612e21565b60008167ffffffffffffffff811115612e6757612e66614e26565b5b6040519080825280601f01601f191660200182016040528015612e995781602001600182028036833780820191505090505b5090505b60008514612f2657600182612eb29190614b74565b9150600a85612ec19190614d0a565b6030612ecd9190614a93565b60f81b818381518110612ee357612ee2614df7565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a85612f1f9190614ae9565b9450612e9d565b8093505050505b919050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480612ffd57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b8061300d575061300c826131fd565b5b9050919050565b61301f838383613267565b505050565b600081600001549050919050565b6001816000016000828254019250508190555050565b6130628282604051806020016040528060008152506132bf565b5050565b60006130878473ffffffffffffffffffffffffffffffffffffffff1661331a565b156131f0578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026130b0612421565b8786866040518563ffffffff1660e01b81526004016130d294939291906144d3565b602060405180830381600087803b1580156130ec57600080fd5b505af192505050801561311d57506040513d601f19601f8201168201806040525081019061311a9190613e0a565b60015b6131a0573d806000811461314d576040519150601f19603f3d011682016040523d82523d6000602084013e613152565b606091505b50600081511415613198576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161318f906145fe565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506131f5565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b61327283838361332d565b61327a611558565b156132ba576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132b19061457e565b60405180910390fd5b505050565b6132c98383613441565b6132d66000848484613066565b613315576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161330c906145fe565b60405180910390fd5b505050565b600080823b905060008111915050919050565b61333883838361360f565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561337b5761337681613614565b6133ba565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146133b9576133b8838261365d565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156133fd576133f8816137ca565b61343c565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161461343b5761343a828261389b565b5b5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156134b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016134a8906147be565b60405180910390fd5b6134ba8161256e565b156134fa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016134f19061463e565b60405180910390fd5b61350660008383613014565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546135569190614a93565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b6000600161366a84611627565b6136749190614b74565b9050600060076000848152602001908152602001600020549050818114613759576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b600060016008805490506137de9190614b74565b905060006009600084815260200190815260200160002054905060006008838154811061380e5761380d614df7565b5b9060005260206000200154905080600883815481106138305761382f614df7565b5b90600052602060002001819055508160096000838152602001908152602001600020819055506009600085815260200190815260200160002060009055600880548061387f5761387e614dc8565b5b6001900381819060005260206000200160009055905550505050565b60006138a683611627565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b82805461392690614c5e565b90600052602060002090601f016020900481019282613948576000855561398f565b82601f1061396157805160ff191683800117855561398f565b8280016001018555821561398f579182015b8281111561398e578251825591602001919060010190613973565b5b50905061399c91906139a0565b5090565b5b808211156139b95760008160009055506001016139a1565b5090565b60006139d06139cb8461497e565b614959565b905080838252602082019050828560208602820111156139f3576139f2614e5a565b5b60005b85811015613a235781613a098882613ab1565b8452602084019350602083019250506001810190506139f6565b5050509392505050565b6000613a40613a3b846149aa565b614959565b905082815260208101848484011115613a5c57613a5b614e5f565b5b613a67848285614c1c565b509392505050565b6000613a82613a7d846149db565b614959565b905082815260208101848484011115613a9e57613a9d614e5f565b5b613aa9848285614c1c565b509392505050565b600081359050613ac0816155d6565b92915050565b600082601f830112613adb57613ada614e55565b5b8135613aeb8482602086016139bd565b91505092915050565b600081359050613b03816155ed565b92915050565b600081359050613b1881615604565b92915050565b600081519050613b2d81615604565b92915050565b600082601f830112613b4857613b47614e55565b5b8135613b58848260208601613a2d565b91505092915050565b600082601f830112613b7657613b75614e55565b5b8135613b86848260208601613a6f565b91505092915050565b600081359050613b9e8161561b565b92915050565b600060208284031215613bba57613bb9614e69565b5b6000613bc884828501613ab1565b91505092915050565b60008060408385031215613be857613be7614e69565b5b6000613bf685828601613ab1565b9250506020613c0785828601613ab1565b9150509250929050565b600080600060608486031215613c2a57613c29614e69565b5b6000613c3886828701613ab1565b9350506020613c4986828701613ab1565b9250506040613c5a86828701613b8f565b9150509250925092565b60008060008060808587031215613c7e57613c7d614e69565b5b6000613c8c87828801613ab1565b9450506020613c9d87828801613ab1565b9350506040613cae87828801613b8f565b925050606085013567ffffffffffffffff811115613ccf57613cce614e64565b5b613cdb87828801613b33565b91505092959194509250565b60008060408385031215613cfe57613cfd614e69565b5b6000613d0c85828601613ab1565b9250506020613d1d85828601613af4565b9150509250929050565b60008060408385031215613d3e57613d3d614e69565b5b6000613d4c85828601613ab1565b9250506020613d5d85828601613b8f565b9150509250929050565b600060208284031215613d7d57613d7c614e69565b5b600082013567ffffffffffffffff811115613d9b57613d9a614e64565b5b613da784828501613ac6565b91505092915050565b600060208284031215613dc657613dc5614e69565b5b6000613dd484828501613af4565b91505092915050565b600060208284031215613df357613df2614e69565b5b6000613e0184828501613b09565b91505092915050565b600060208284031215613e2057613e1f614e69565b5b6000613e2e84828501613b1e565b91505092915050565b600060208284031215613e4d57613e4c614e69565b5b600082013567ffffffffffffffff811115613e6b57613e6a614e64565b5b613e7784828501613b61565b91505092915050565b600060208284031215613e9657613e95614e69565b5b6000613ea484828501613b8f565b91505092915050565b60008060408385031215613ec457613ec3614e69565b5b6000613ed285828601613b8f565b9250506020613ee385828601613ab1565b9150509250929050565b6000613ef98383614461565b60208301905092915050565b613f0e81614ba8565b82525050565b6000613f1f82614a1c565b613f298185614a4a565b9350613f3483614a0c565b8060005b83811015613f65578151613f4c8882613eed565b9750613f5783614a3d565b925050600181019050613f38565b5085935050505092915050565b613f7b81614bba565b82525050565b6000613f8c82614a27565b613f968185614a5b565b9350613fa6818560208601614c2b565b613faf81614e6e565b840191505092915050565b6000613fc582614a32565b613fcf8185614a77565b9350613fdf818560208601614c2b565b613fe881614e6e565b840191505092915050565b6000613ffe82614a32565b6140088185614a88565b9350614018818560208601614c2b565b80840191505092915050565b6000614031602b83614a77565b915061403c82614e7f565b604082019050919050565b6000614054601483614a77565b915061405f82614ece565b602082019050919050565b6000614077600e83614a77565b915061408282614ef7565b602082019050919050565b600061409a602b83614a77565b91506140a582614f20565b604082019050919050565b60006140bd603283614a77565b91506140c882614f6f565b604082019050919050565b60006140e0602683614a77565b91506140eb82614fbe565b604082019050919050565b6000614103601c83614a77565b915061410e8261500d565b602082019050919050565b6000614126602483614a77565b915061413182615036565b604082019050919050565b6000614149601983614a77565b915061415482615085565b602082019050919050565b600061416c601383614a77565b9150614177826150ae565b602082019050919050565b600061418f600983614a77565b915061419a826150d7565b602082019050919050565b60006141b2602c83614a77565b91506141bd82615100565b604082019050919050565b60006141d5603683614a77565b91506141e08261514f565b604082019050919050565b60006141f8601083614a77565b91506142038261519e565b602082019050919050565b600061421b603883614a77565b9150614226826151c7565b604082019050919050565b600061423e602a83614a77565b915061424982615216565b604082019050919050565b6000614261602983614a77565b915061426c82615265565b604082019050919050565b6000614284601a83614a77565b915061428f826152b4565b602082019050919050565b60006142a7602083614a77565b91506142b2826152dd565b602082019050919050565b60006142ca602c83614a77565b91506142d582615306565b604082019050919050565b60006142ed602083614a77565b91506142f882615355565b602082019050919050565b6000614310602983614a77565b915061431b8261537e565b604082019050919050565b6000614333602f83614a77565b915061433e826153cd565b604082019050919050565b6000614356601183614a77565b91506143618261541c565b602082019050919050565b6000614379600a83614a77565b915061438482615445565b602082019050919050565b600061439c602183614a77565b91506143a78261546e565b604082019050919050565b60006143bf600083614a6c565b91506143ca826154bd565b600082019050919050565b60006143e2601083614a77565b91506143ed826154c0565b602082019050919050565b6000614405603183614a77565b9150614410826154e9565b604082019050919050565b6000614428602c83614a77565b915061443382615538565b604082019050919050565b600061444b603083614a77565b915061445682615587565b604082019050919050565b61446a81614c12565b82525050565b61447981614c12565b82525050565b600061448b8285613ff3565b91506144978284613ff3565b91508190509392505050565b60006144ae826143b2565b9150819050919050565b60006020820190506144cd6000830184613f05565b92915050565b60006080820190506144e86000830187613f05565b6144f56020830186613f05565b6145026040830185614470565b81810360608301526145148184613f81565b905095945050505050565b600060208201905081810360008301526145398184613f14565b905092915050565b60006020820190506145566000830184613f72565b92915050565b600060208201905081810360008301526145768184613fba565b905092915050565b6000602082019050818103600083015261459781614024565b9050919050565b600060208201905081810360008301526145b781614047565b9050919050565b600060208201905081810360008301526145d78161406a565b9050919050565b600060208201905081810360008301526145f78161408d565b9050919050565b60006020820190508181036000830152614617816140b0565b9050919050565b60006020820190508181036000830152614637816140d3565b9050919050565b60006020820190508181036000830152614657816140f6565b9050919050565b6000602082019050818103600083015261467781614119565b9050919050565b600060208201905081810360008301526146978161413c565b9050919050565b600060208201905081810360008301526146b78161415f565b9050919050565b600060208201905081810360008301526146d781614182565b9050919050565b600060208201905081810360008301526146f7816141a5565b9050919050565b60006020820190508181036000830152614717816141c8565b9050919050565b60006020820190508181036000830152614737816141eb565b9050919050565b600060208201905081810360008301526147578161420e565b9050919050565b6000602082019050818103600083015261477781614231565b9050919050565b6000602082019050818103600083015261479781614254565b9050919050565b600060208201905081810360008301526147b781614277565b9050919050565b600060208201905081810360008301526147d78161429a565b9050919050565b600060208201905081810360008301526147f7816142bd565b9050919050565b60006020820190508181036000830152614817816142e0565b9050919050565b6000602082019050818103600083015261483781614303565b9050919050565b6000602082019050818103600083015261485781614326565b9050919050565b6000602082019050818103600083015261487781614349565b9050919050565b600060208201905081810360008301526148978161436c565b9050919050565b600060208201905081810360008301526148b78161438f565b9050919050565b600060208201905081810360008301526148d7816143d5565b9050919050565b600060208201905081810360008301526148f7816143f8565b9050919050565b600060208201905081810360008301526149178161441b565b9050919050565b600060208201905081810360008301526149378161443e565b9050919050565b60006020820190506149536000830184614470565b92915050565b6000614963614974565b905061496f8282614c90565b919050565b6000604051905090565b600067ffffffffffffffff82111561499957614998614e26565b5b602082029050602081019050919050565b600067ffffffffffffffff8211156149c5576149c4614e26565b5b6149ce82614e6e565b9050602081019050919050565b600067ffffffffffffffff8211156149f6576149f5614e26565b5b6149ff82614e6e565b9050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b6000614a9e82614c12565b9150614aa983614c12565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115614ade57614add614d3b565b5b828201905092915050565b6000614af482614c12565b9150614aff83614c12565b925082614b0f57614b0e614d6a565b5b828204905092915050565b6000614b2582614c12565b9150614b3083614c12565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615614b6957614b68614d3b565b5b828202905092915050565b6000614b7f82614c12565b9150614b8a83614c12565b925082821015614b9d57614b9c614d3b565b5b828203905092915050565b6000614bb382614bf2565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015614c49578082015181840152602081019050614c2e565b83811115614c58576000848401525b50505050565b60006002820490506001821680614c7657607f821691505b60208210811415614c8a57614c89614d99565b5b50919050565b614c9982614e6e565b810181811067ffffffffffffffff82111715614cb857614cb7614e26565b5b80604052505050565b6000614ccc82614c12565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415614cff57614cfe614d3b565b5b600182019050919050565b6000614d1582614c12565b9150614d2083614c12565b925082614d3057614d2f614d6a565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4552433732315061757361626c653a20746f6b656e207472616e73666572207760008201527f68696c6520706175736564000000000000000000000000000000000000000000602082015250565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f45786365656473206e756d626572000000000000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f53616c65206973206e6f74207374617274656400000000000000000000000000600082015250565b7f4d6178206c696d69740000000000000000000000000000000000000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f61646472657373206973206e6f742065786973746564206f7220616c7265616460008201527f792072656d6f76656420696e2077686974656c69737400000000000000000000602082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f61646472657373206973206e6f742077686974656c6973746564000000000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f56616c75652062656c6f77207072696365000000000000000000000000000000600082015250565b7f53616c6520656e64656400000000000000000000000000000000000000000000600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b50565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656400000000000000000000000000000000602082015250565b6155df81614ba8565b81146155ea57600080fd5b50565b6155f681614bba565b811461560157600080fd5b50565b61560d81614bc6565b811461561857600080fd5b50565b61562481614c12565b811461562f57600080fd5b5056fea2646970667358221220aebb5377652015f8fb73ca23797ef6da72707914f7ae82e9d02375d327ac694964736f6c63430008070033

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

00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : baseURI (string):

-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000020
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000000


Deployed Bytecode Sourcemap

118890:5668:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;124376:179;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;123291:154;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;84063:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;85622:221;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;85145:411;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;98176:113;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119829:48;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86512:339;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;122287:194;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;97844:256;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;122719:105;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119743:79;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119652:84;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;121358:721;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;86922:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;95590:245;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;122930:353;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;98366:233;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;122610:101;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119190:40;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;120930:91;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;104669:86;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119283:35;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;83757:239;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;83487:208;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109999:94;;;;;;;;;;;;;:::i;:::-;;119470:84;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119380:44;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;121029:321;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;123547:385;;;:::i;:::-;;119237:27;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109348:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;84232:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;120511:299;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;85915:295;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;123453:86;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;120318:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;87178:328;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119561:84;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;84407:334;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119431:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86281:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119337:36;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110248:192;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;122832:90;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119108:22;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;124376:179;124487:4;124511:36;124535:11;124511:23;:36::i;:::-;124504:43;;124376:179;;;:::o;123291:154::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;123355:4:::1;123348:11;;:3;:11;;;123344:73;;;123376:8;:6;:8::i;:::-;123399:7;;123344:73;123427:10;:8;:10::i;:::-;109639:1;123291:154:::0;:::o;84063:100::-;84117:13;84150:5;84143:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;84063:100;:::o;85622:221::-;85698:7;85726:16;85734:7;85726;:16::i;:::-;85718:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;85811:15;:24;85827:7;85811:24;;;;;;;;;;;;;;;;;;;;;85804:31;;85622:221;;;:::o;85145:411::-;85226:13;85242:23;85257:7;85242:14;:23::i;:::-;85226:39;;85290:5;85284:11;;:2;:11;;;;85276:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;85384:5;85368:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;85393:37;85410:5;85417:12;:10;:12::i;:::-;85393:16;:37::i;:::-;85368:62;85346:168;;;;;;;;;;;;:::i;:::-;;;;;;;;;85527:21;85536:2;85540:7;85527:8;:21::i;:::-;85215:341;85145:411;;:::o;98176:113::-;98237:7;98264:10;:17;;;;98257:24;;98176:113;:::o;119829:48::-;;;;;;;;;;;;;;;;;;;;;;:::o;86512:339::-;86707:41;86726:12;:10;:12::i;:::-;86740:7;86707:18;:41::i;:::-;86699:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;86815:28;86825:4;86831:2;86835:7;86815:9;:28::i;:::-;86512:339;;;:::o;122287:194::-;122339:7;122377:1;122363:10;;:15;122359:80;;;122402:25;122420:6;122402:13;;:17;;:25;;;;:::i;:::-;122395:32;;;;122359:80;122456:17;122466:6;122456:5;;:9;;:17;;;;:::i;:::-;122449:24;;122287:194;;;;:::o;97844:256::-;97941:7;97977:23;97994:5;97977:16;:23::i;:::-;97969:5;:31;97961:87;;;;;;;;;;;;:::i;:::-;;;;;;;;;98066:12;:19;98079:5;98066:19;;;;;;;;;;;;;;;:26;98086:5;98066:26;;;;;;;;;;;;98059:33;;97844:256;;;;:::o;122719:105::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;122810:6:::1;122794:13;:22;;;;122719:105:::0;:::o;119743:79::-;119780:42;119743:79;:::o;119652:84::-;119694:42;119652:84;:::o;121358:721::-;119226:4;120144:14;:12;:14::i;:::-;:27;;120136:50;;;;;;;;;;;;:::i;:::-;;;;;;;;;120217:7;:5;:7::i;:::-;120201:23;;:12;:10;:12::i;:::-;:23;;;120197:94;;120250:8;:6;:8::i;:::-;120249:9;120241:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;120197:94;121438:13:::1;121454:14;:12;:14::i;:::-;121438:30;;119226:4;121487:5;:18;;121479:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;119226:4;121547:6;121539:5;:14;;;;:::i;:::-;:27;;121531:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;121613:1;121599:10;;:15;;121591:47;;;;;;;;;;;;:::i;:::-;;;;;;;;;121667:1;121653:10;;:15;121649:261;;;121717:4;121693:28;;:15;:20;121709:3;121693:20;;;;;;;;;;;;;;;;;;;;;;;;;:28;;;121685:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;119423:1;121775:6;:26;;121767:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;121649:261;;;119372:1;121861:6;:18;;121853:45;;;;;;;;;;;;:::i;:::-;;;;;;;;;121649:261;121941:13;121947:6;121941:5;:13::i;:::-;121928:9;:26;;121920:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;121994:9;121989:83;122013:6;122009:1;:10;121989:83;;;122041:19;122056:3;122041:14;:19::i;:::-;122021:3;;;;;:::i;:::-;;;;121989:83;;;;121427:652;121358:721:::0;;:::o;86922:185::-;87060:39;87077:4;87083:2;87087:7;87060:39;;;;;;;;;;;;:16;:39::i;:::-;86922:185;;;:::o;95590:245::-;95708:41;95727:12;:10;:12::i;:::-;95741:7;95708:18;:41::i;:::-;95700:102;;;;;;;;;;;;:::i;:::-;;;;;;;;;95813:14;95819:7;95813:5;:14::i;:::-;95590:245;:::o;122930:353::-;122992:16;123021:18;123042:17;123052:6;123042:9;:17::i;:::-;123021:38;;123072:25;123114:10;123100:25;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;123072:53;;123141:9;123136:112;123160:10;123156:1;:14;123136:112;;;123206:30;123226:6;123234:1;123206:19;:30::i;:::-;123192:8;123201:1;123192:11;;;;;;;;:::i;:::-;;;;;;;:44;;;;;123172:3;;;;;:::i;:::-;;;;123136:112;;;;123267:8;123260:15;;;;122930:353;;;:::o;98366:233::-;98441:7;98477:30;:28;:30::i;:::-;98469:5;:38;98461:95;;;;;;;;;;;;:::i;:::-;;;;;;;;;98574:10;98585:5;98574:17;;;;;;;;:::i;:::-;;;;;;;;;;98567:24;;98366:233;;;:::o;122610:101::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;122696:7:::1;122681:12;:22;;;;;;;;;;;;:::i;:::-;;122610:101:::0;:::o;119190:40::-;119226:4;119190:40;:::o;120930:91::-;120972:7;120999:14;:12;:14::i;:::-;120992:21;;120930:91;:::o;104669:86::-;104716:4;104740:7;;;;;;;;;;;104733:14;;104669:86;:::o;119283:35::-;;;;:::o;83757:239::-;83829:7;83849:13;83865:7;:16;83873:7;83865:16;;;;;;;;;;;;;;;;;;;;;83849:32;;83917:1;83900:19;;:5;:19;;;;83892:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;83983:5;83976:12;;;83757:239;;;:::o;83487:208::-;83559:7;83604:1;83587:19;;:5;:19;;;;83579:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;83671:9;:16;83681:5;83671:16;;;;;;;;;;;;;;;;83664:23;;83487:208;;;:::o;109999:94::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;110064:21:::1;110082:1;110064:9;:21::i;:::-;109999:94::o:0;119470:84::-;119512:42;119470:84;:::o;119380:44::-;119423:1;119380:44;:::o;121029:321::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;121107:13:::1;121123:14;:12;:14::i;:::-;121107:30;;119226:4;121156:5;:18;;121148:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;119226:4;121216:6;121208:5;:14;;;;:::i;:::-;:27;;121200:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;121265:9;121260:83;121284:6;121280:1;:10;121260:83;;;121312:19;121327:3;121312:14;:19::i;:::-;121292:3;;;;;:::i;:::-;;;;121260:83;;;;121096:254;121029:321:::0;;:::o;123547:385::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;123606:15:::1;123624:21;123606:39;;123674:1;123664:7;:11;123656:20;;;::::0;::::1;;123687:55;119512:42;123715:26;123736:4;123715:16;123727:3;123715:7;:11;;:16;;;;:::i;:::-;:20;;:26;;;;:::i;:::-;123687:10;:55::i;:::-;123753:52;119603:42;123781:23;123800:3;123781:14;123793:1;123781:7;:11;;:14;;;;:::i;:::-;:18;;:23;;;;:::i;:::-;123753:10;:52::i;:::-;123816:47;119780:42;123839:23;123858:3;123839:14;123851:1;123839:7;:11;;:14;;;;:::i;:::-;:18;;:23;;;;:::i;:::-;123816:10;:47::i;:::-;123874:50;119694:42;123902:21;123874:10;:50::i;:::-;123595:337;123547:385::o:0;119237:27::-;;;;:::o;109348:87::-;109394:7;109421:6;;;;;;;;;;;109414:13;;109348:87;:::o;84232:104::-;84288:13;84321:7;84314:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;84232:104;:::o;120511:299::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;120601:6:::1;120596:207;120617:5;:12;120613:1;:16;120596:207;;;120659:15;:25;120675:5;120681:1;120675:8;;;;;;;;:::i;:::-;;;;;;;;120659:25;;;;;;;;;;;;;;;;;;;;;;;;;120651:92;;;;;;;;;;;;:::i;:::-;;;;;;;;;120786:5;120758:15;:25;120774:5;120780:1;120774:8;;;;;;;;:::i;:::-;;;;;;;;120758:25;;;;;;;;;;;;;;;;:33;;;;;;;;;;;;;;;;;;120631:3;;;;;:::i;:::-;;;;120596:207;;;;120511:299:::0;:::o;85915:295::-;86030:12;:10;:12::i;:::-;86018:24;;:8;:24;;;;86010:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;86130:8;86085:18;:32;86104:12;:10;:12::i;:::-;86085:32;;;;;;;;;;;;;;;:42;86118:8;86085:42;;;;;;;;;;;;;;;;:53;;;;;;;;;;;;;;;;;;86183:8;86154:48;;86169:12;:10;:12::i;:::-;86154:48;;;86193:8;86154:48;;;;;;:::i;:::-;;;;;;;;85915:295;;:::o;123453:86::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;123525:6:::1;123512:10;:19;;;;123453:86:::0;:::o;120318:185::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;120402:6:::1;120397:99;120418:5;:12;120414:1;:16;120397:99;;;120480:4;120452:15;:25;120468:5;120474:1;120468:8;;;;;;;;:::i;:::-;;;;;;;;120452:25;;;;;;;;;;;;;;;;:32;;;;;;;;;;;;;;;;;;120432:3;;;;;:::i;:::-;;;;120397:99;;;;120318:185:::0;:::o;87178:328::-;87353:41;87372:12;:10;:12::i;:::-;87386:7;87353:18;:41::i;:::-;87345:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;87459:39;87473:4;87479:2;87483:7;87492:5;87459:13;:39::i;:::-;87178:328;;;;:::o;119561:84::-;119603:42;119561:84;:::o;84407:334::-;84480:13;84514:16;84522:7;84514;:16::i;:::-;84506:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;84595:21;84619:10;:8;:10::i;:::-;84595:34;;84671:1;84653:7;84647:21;:25;:86;;;;;;;;;;;;;;;;;84699:7;84708:18;:7;:16;:18::i;:::-;84682:45;;;;;;;;;:::i;:::-;;;;;;;;;;;;;84647:86;84640:93;;;84407:334;;;:::o;119431:26::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;86281:164::-;86378:4;86402:18;:25;86421:5;86402:25;;;;;;;;;;;;;;;:35;86428:8;86402:35;;;;;;;;;;;;;;;;;;;;;;;;;86395:42;;86281:164;;;;:::o;119337:36::-;119372:1;119337:36;:::o;110248:192::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;110357:1:::1;110337:22;;:8;:22;;;;110329:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;110413:19;110423:8;110413:9;:19::i;:::-;110248:192:::0;:::o;122832:90::-;109579:12;:10;:12::i;:::-;109568:23;;:7;:5;:7::i;:::-;:23;;;109560:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;122908:6:::1;122900:5;:14;;;;122832:90:::0;:::o;119108:22::-;;;;:::o;97536:224::-;97638:4;97677:35;97662:50;;;:11;:50;;;;:90;;;;97716:36;97740:11;97716:23;:36::i;:::-;97662:90;97655:97;;97536:224;;;:::o;78824:98::-;78877:7;78904:10;78897:17;;78824:98;:::o;105469:118::-;104995:8;:6;:8::i;:::-;104994:9;104986:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;105539:4:::1;105529:7;;:14;;;;;;;;;;;;;;;;;;105559:20;105566:12;:10;:12::i;:::-;105559:20;;;;;;:::i;:::-;;;;;;;;105469:118::o:0;105728:120::-;105272:8;:6;:8::i;:::-;105264:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;105797:5:::1;105787:7;;:15;;;;;;;;;;;;;;;;;;105818:22;105827:12;:10;:12::i;:::-;105818:22;;;;;;:::i;:::-;;;;;;;;105728:120::o:0;89016:127::-;89081:4;89133:1;89105:30;;:7;:16;89113:7;89105:16;;;;;;;;;;;;;;;;;;;;;:30;;;;89098:37;;89016:127;;;:::o;92998:174::-;93100:2;93073:15;:24;93089:7;93073:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;93156:7;93152:2;93118:46;;93127:23;93142:7;93127:14;:23::i;:::-;93118:46;;;;;;;;;;;;92998:174;;:::o;89310:348::-;89403:4;89428:16;89436:7;89428;:16::i;:::-;89420:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;89504:13;89520:23;89535:7;89520:14;:23::i;:::-;89504:39;;89573:5;89562:16;;:7;:16;;;:51;;;;89606:7;89582:31;;:20;89594:7;89582:11;:20::i;:::-;:31;;;89562:51;:87;;;;89617:32;89634:5;89641:7;89617:16;:32::i;:::-;89562:87;89554:96;;;89310:348;;;;:::o;92302:578::-;92461:4;92434:31;;:23;92449:7;92434:14;:23::i;:::-;:31;;;92426:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;92544:1;92530:16;;:2;:16;;;;92522:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;92600:39;92621:4;92627:2;92631:7;92600:20;:39::i;:::-;92704:29;92721:1;92725:7;92704:8;:29::i;:::-;92765:1;92746:9;:15;92756:4;92746:15;;;;;;;;;;;;;;;;:20;;;;;;;:::i;:::-;;;;;;;;92794:1;92777:9;:13;92787:2;92777:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;92825:2;92806:7;:16;92814:7;92806:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;92864:7;92860:2;92845:27;;92854:4;92845:27;;;;;;;;;;;;92302:578;;;:::o;114067:98::-;114125:7;114156:1;114152;:5;;;;:::i;:::-;114145:12;;114067:98;;;;:::o;120818:104::-;120865:4;120889:25;:15;:23;:25::i;:::-;120882:32;;120818:104;:::o;122087:192::-;122143:7;122153:14;:12;:14::i;:::-;122143:24;;122178:27;:15;:25;:27::i;:::-;122216:18;122226:3;122231:2;122216:9;:18::i;:::-;122268:2;122250:21;;;;;;;;;;122132:147;122087:192;:::o;91605:360::-;91665:13;91681:23;91696:7;91681:14;:23::i;:::-;91665:39;;91717:48;91738:5;91753:1;91757:7;91717:20;:48::i;:::-;91806:29;91823:1;91827:7;91806:8;:29::i;:::-;91868:1;91848:9;:16;91858:5;91848:16;;;;;;;;;;;;;;;;:21;;;;;;;:::i;:::-;;;;;;;;91887:7;:16;91895:7;91887:16;;;;;;;;;;;;91880:23;;;;;;;;;;;91949:7;91945:1;91921:36;;91930:5;91921:36;;;;;;;;;;;;91654:311;91605:360;:::o;110448:173::-;110504:16;110523:6;;;;;;;;;;;110504:25;;110549:8;110540:6;;:17;;;;;;;;;;;;;;;;;;110604:8;110573:40;;110594:8;110573:40;;;;;;;;;;;;110493:128;110448:173;:::o;114466:98::-;114524:7;114555:1;114551;:5;;;;:::i;:::-;114544:12;;114466:98;;;;:::o;123940:181::-;124015:12;124032:8;:13;;124054:7;124032:34;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;124014:52;;;124085:7;124077:36;;;;;;;;;;;;:::i;:::-;;;;;;;;;124003:118;123940:181;;:::o;88388:315::-;88545:28;88555:4;88561:2;88565:7;88545:9;:28::i;:::-;88592:48;88615:4;88621:2;88625:7;88634:5;88592:22;:48::i;:::-;88584:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;88388:315;;;;:::o;122489:113::-;122549:13;122582:12;122575:19;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;122489:113;:::o;79266:723::-;79322:13;79552:1;79543:5;:10;79539:53;;;79570:10;;;;;;;;;;;;;;;;;;;;;79539:53;79602:12;79617:5;79602:20;;79633:14;79658:78;79673:1;79665:4;:9;79658:78;;79691:8;;;;;:::i;:::-;;;;79722:2;79714:10;;;;;:::i;:::-;;;79658:78;;;79746:19;79778:6;79768:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;79746:39;;79796:154;79812:1;79803:5;:10;79796:154;;79840:1;79830:11;;;;;:::i;:::-;;;79907:2;79899:5;:10;;;;:::i;:::-;79886:2;:24;;;;:::i;:::-;79873:39;;79856:6;79863;79856:14;;;;;;;;:::i;:::-;;;;;:56;;;;;;;;;;;79936:2;79927:11;;;;;:::i;:::-;;;79796:154;;;79974:6;79960:21;;;;;79266:723;;;;:::o;83118:305::-;83220:4;83272:25;83257:40;;;:11;:40;;;;:105;;;;83329:33;83314:48;;;:11;:48;;;;83257:105;:158;;;;83379:36;83403:11;83379:23;:36::i;:::-;83257:158;83237:178;;83118:305;;;:::o;124129:239::-;124315:45;124342:4;124348:2;124352:7;124315:26;:45::i;:::-;124129:239;;;:::o;118227:114::-;118292:7;118319;:14;;;118312:21;;118227:114;;;:::o;118349:127::-;118456:1;118438:7;:14;;;:19;;;;;;;;;;;118349:127;:::o;90000:110::-;90076:26;90086:2;90090:7;90076:26;;;;;;;;;;;;:9;:26::i;:::-;90000:110;;:::o;93737:803::-;93892:4;93913:15;:2;:13;;;:15::i;:::-;93909:624;;;93965:2;93949:36;;;93986:12;:10;:12::i;:::-;94000:4;94006:7;94015:5;93949:72;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;93945:533;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;94212:1;94195:6;:13;:18;94191:272;;;94238:60;;;;;;;;;;:::i;:::-;;;;;;;;94191:272;94413:6;94407:13;94398:6;94394:2;94390:15;94383:38;93945:533;94082:45;;;94072:55;;;:6;:55;;;;94065:62;;;;;93909:624;94517:4;94510:11;;93737:803;;;;;;;:::o;81725:157::-;81810:4;81849:25;81834:40;;;:11;:40;;;;81827:47;;81725:157;;;:::o;106342:275::-;106486:45;106513:4;106519:2;106523:7;106486:26;:45::i;:::-;106553:8;:6;:8::i;:::-;106552:9;106544:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;106342:275;;;:::o;90337:321::-;90467:18;90473:2;90477:7;90467:5;:18::i;:::-;90518:54;90549:1;90553:2;90557:7;90566:5;90518:22;:54::i;:::-;90496:154;;;;;;;;;;;;:::i;:::-;;;;;;;;;90337:321;;;:::o;71169:387::-;71229:4;71437:12;71504:7;71492:20;71484:28;;71547:1;71540:4;:8;71533:15;;;71169:387;;;:::o;99212:589::-;99356:45;99383:4;99389:2;99393:7;99356:26;:45::i;:::-;99434:1;99418:18;;:4;:18;;;99414:187;;;99453:40;99485:7;99453:31;:40::i;:::-;99414:187;;;99523:2;99515:10;;:4;:10;;;99511:90;;99542:47;99575:4;99581:7;99542:32;:47::i;:::-;99511:90;99414:187;99629:1;99615:16;;:2;:16;;;99611:183;;;99648:45;99685:7;99648:36;:45::i;:::-;99611:183;;;99721:4;99715:10;;:2;:10;;;99711:83;;99742:40;99770:2;99774:7;99742:27;:40::i;:::-;99711:83;99611:183;99212:589;;;:::o;90994:382::-;91088:1;91074:16;;:2;:16;;;;91066:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;91147:16;91155:7;91147;:16::i;:::-;91146:17;91138:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;91209:45;91238:1;91242:2;91246:7;91209:20;:45::i;:::-;91284:1;91267:9;:13;91277:2;91267:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;91315:2;91296:7;:16;91304:7;91296:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;91360:7;91356:2;91335:33;;91352:1;91335:33;;;;;;;;;;;;90994:382;;:::o;95112:126::-;;;;:::o;100524:164::-;100628:10;:17;;;;100601:15;:24;100617:7;100601:24;;;;;;;;;;;:44;;;;100656:10;100672:7;100656:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;100524:164;:::o;101315:988::-;101581:22;101631:1;101606:22;101623:4;101606:16;:22::i;:::-;:26;;;;:::i;:::-;101581:51;;101643:18;101664:17;:26;101682:7;101664:26;;;;;;;;;;;;101643:47;;101811:14;101797:10;:28;101793:328;;101842:19;101864:12;:18;101877:4;101864:18;;;;;;;;;;;;;;;:34;101883:14;101864:34;;;;;;;;;;;;101842:56;;101948:11;101915:12;:18;101928:4;101915:18;;;;;;;;;;;;;;;:30;101934:10;101915:30;;;;;;;;;;;:44;;;;102065:10;102032:17;:30;102050:11;102032:30;;;;;;;;;;;:43;;;;101827:294;101793:328;102217:17;:26;102235:7;102217:26;;;;;;;;;;;102210:33;;;102261:12;:18;102274:4;102261:18;;;;;;;;;;;;;;;:34;102280:14;102261:34;;;;;;;;;;;102254:41;;;101396:907;;101315:988;;:::o;102598:1079::-;102851:22;102896:1;102876:10;:17;;;;:21;;;;:::i;:::-;102851:46;;102908:18;102929:15;:24;102945:7;102929:24;;;;;;;;;;;;102908:45;;103280:19;103302:10;103313:14;103302:26;;;;;;;;:::i;:::-;;;;;;;;;;103280:48;;103366:11;103341:10;103352;103341:22;;;;;;;;:::i;:::-;;;;;;;;;:36;;;;103477:10;103446:15;:28;103462:11;103446:28;;;;;;;;;;;:41;;;;103618:15;:24;103634:7;103618:24;;;;;;;;;;;103611:31;;;103653:10;:16;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;102669:1008;;;102598:1079;:::o;100102:221::-;100187:14;100204:20;100221:2;100204:16;:20::i;:::-;100187:37;;100262:7;100235:12;:16;100248:2;100235:16;;;;;;;;;;;;;;;:24;100252:6;100235:24;;;;;;;;;;;:34;;;;100309:6;100280:17;:26;100298:7;100280:26;;;;;;;;;;;:35;;;;100176:147;100102:221;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;24:722:1:-;120:5;145:81;161:64;218:6;161:64;:::i;:::-;145:81;:::i;:::-;136:90;;246:5;275:6;268:5;261:21;309:4;302:5;298:16;291:23;;335:6;385:3;377:4;369:6;365:17;360:3;356:27;353:36;350:143;;;404:79;;:::i;:::-;350:143;517:1;502:238;527:6;524:1;521:13;502:238;;;595:3;624:37;657:3;645:10;624:37;:::i;:::-;619:3;612:50;691:4;686:3;682:14;675:21;;725:4;720:3;716:14;709:21;;562:178;549:1;546;542:9;537:14;;502:238;;;506:14;126:620;;24:722;;;;;:::o;752:410::-;829:5;854:65;870:48;911:6;870:48;:::i;:::-;854:65;:::i;:::-;845:74;;942:6;935:5;928:21;980:4;973:5;969:16;1018:3;1009:6;1004:3;1000:16;997:25;994:112;;;1025:79;;:::i;:::-;994:112;1115:41;1149:6;1144:3;1139;1115:41;:::i;:::-;835:327;752:410;;;;;:::o;1168:412::-;1246:5;1271:66;1287:49;1329:6;1287:49;:::i;:::-;1271:66;:::i;:::-;1262:75;;1360:6;1353:5;1346:21;1398:4;1391:5;1387:16;1436:3;1427:6;1422:3;1418:16;1415:25;1412:112;;;1443:79;;:::i;:::-;1412:112;1533:41;1567:6;1562:3;1557;1533:41;:::i;:::-;1252:328;1168:412;;;;;:::o;1586:139::-;1632:5;1670:6;1657:20;1648:29;;1686:33;1713:5;1686:33;:::i;:::-;1586:139;;;;:::o;1748:370::-;1819:5;1868:3;1861:4;1853:6;1849:17;1845:27;1835:122;;1876:79;;:::i;:::-;1835:122;1993:6;1980:20;2018:94;2108:3;2100:6;2093:4;2085:6;2081:17;2018:94;:::i;:::-;2009:103;;1825:293;1748:370;;;;:::o;2124:133::-;2167:5;2205:6;2192:20;2183:29;;2221:30;2245:5;2221:30;:::i;:::-;2124:133;;;;:::o;2263:137::-;2308:5;2346:6;2333:20;2324:29;;2362:32;2388:5;2362:32;:::i;:::-;2263:137;;;;:::o;2406:141::-;2462:5;2493:6;2487:13;2478:22;;2509:32;2535:5;2509:32;:::i;:::-;2406:141;;;;:::o;2566:338::-;2621:5;2670:3;2663:4;2655:6;2651:17;2647:27;2637:122;;2678:79;;:::i;:::-;2637:122;2795:6;2782:20;2820:78;2894:3;2886:6;2879:4;2871:6;2867:17;2820:78;:::i;:::-;2811:87;;2627:277;2566:338;;;;:::o;2924:340::-;2980:5;3029:3;3022:4;3014:6;3010:17;3006:27;2996:122;;3037:79;;:::i;:::-;2996:122;3154:6;3141:20;3179:79;3254:3;3246:6;3239:4;3231:6;3227:17;3179:79;:::i;:::-;3170:88;;2986:278;2924:340;;;;:::o;3270:139::-;3316:5;3354:6;3341:20;3332:29;;3370:33;3397:5;3370:33;:::i;:::-;3270:139;;;;:::o;3415:329::-;3474:6;3523:2;3511:9;3502:7;3498:23;3494:32;3491:119;;;3529:79;;:::i;:::-;3491:119;3649:1;3674:53;3719:7;3710:6;3699:9;3695:22;3674:53;:::i;:::-;3664:63;;3620:117;3415:329;;;;:::o;3750:474::-;3818:6;3826;3875:2;3863:9;3854:7;3850:23;3846:32;3843:119;;;3881:79;;:::i;:::-;3843:119;4001:1;4026:53;4071:7;4062:6;4051:9;4047:22;4026:53;:::i;:::-;4016:63;;3972:117;4128:2;4154:53;4199:7;4190:6;4179:9;4175:22;4154:53;:::i;:::-;4144:63;;4099:118;3750:474;;;;;:::o;4230:619::-;4307:6;4315;4323;4372:2;4360:9;4351:7;4347:23;4343:32;4340:119;;;4378:79;;:::i;:::-;4340:119;4498:1;4523:53;4568:7;4559:6;4548:9;4544:22;4523:53;:::i;:::-;4513:63;;4469:117;4625:2;4651:53;4696:7;4687:6;4676:9;4672:22;4651:53;:::i;:::-;4641:63;;4596:118;4753:2;4779:53;4824:7;4815:6;4804:9;4800:22;4779:53;:::i;:::-;4769:63;;4724:118;4230:619;;;;;:::o;4855:943::-;4950:6;4958;4966;4974;5023:3;5011:9;5002:7;4998:23;4994:33;4991:120;;;5030:79;;:::i;:::-;4991:120;5150:1;5175:53;5220:7;5211:6;5200:9;5196:22;5175:53;:::i;:::-;5165:63;;5121:117;5277:2;5303:53;5348:7;5339:6;5328:9;5324:22;5303:53;:::i;:::-;5293:63;;5248:118;5405:2;5431:53;5476:7;5467:6;5456:9;5452:22;5431:53;:::i;:::-;5421:63;;5376:118;5561:2;5550:9;5546:18;5533:32;5592:18;5584:6;5581:30;5578:117;;;5614:79;;:::i;:::-;5578:117;5719:62;5773:7;5764:6;5753:9;5749:22;5719:62;:::i;:::-;5709:72;;5504:287;4855:943;;;;;;;:::o;5804:468::-;5869:6;5877;5926:2;5914:9;5905:7;5901:23;5897:32;5894:119;;;5932:79;;:::i;:::-;5894:119;6052:1;6077:53;6122:7;6113:6;6102:9;6098:22;6077:53;:::i;:::-;6067:63;;6023:117;6179:2;6205:50;6247:7;6238:6;6227:9;6223:22;6205:50;:::i;:::-;6195:60;;6150:115;5804:468;;;;;:::o;6278:474::-;6346:6;6354;6403:2;6391:9;6382:7;6378:23;6374:32;6371:119;;;6409:79;;:::i;:::-;6371:119;6529:1;6554:53;6599:7;6590:6;6579:9;6575:22;6554:53;:::i;:::-;6544:63;;6500:117;6656:2;6682:53;6727:7;6718:6;6707:9;6703:22;6682:53;:::i;:::-;6672:63;;6627:118;6278:474;;;;;:::o;6758:539::-;6842:6;6891:2;6879:9;6870:7;6866:23;6862:32;6859:119;;;6897:79;;:::i;:::-;6859:119;7045:1;7034:9;7030:17;7017:31;7075:18;7067:6;7064:30;7061:117;;;7097:79;;:::i;:::-;7061:117;7202:78;7272:7;7263:6;7252:9;7248:22;7202:78;:::i;:::-;7192:88;;6988:302;6758:539;;;;:::o;7303:323::-;7359:6;7408:2;7396:9;7387:7;7383:23;7379:32;7376:119;;;7414:79;;:::i;:::-;7376:119;7534:1;7559:50;7601:7;7592:6;7581:9;7577:22;7559:50;:::i;:::-;7549:60;;7505:114;7303:323;;;;:::o;7632:327::-;7690:6;7739:2;7727:9;7718:7;7714:23;7710:32;7707:119;;;7745:79;;:::i;:::-;7707:119;7865:1;7890:52;7934:7;7925:6;7914:9;7910:22;7890:52;:::i;:::-;7880:62;;7836:116;7632:327;;;;:::o;7965:349::-;8034:6;8083:2;8071:9;8062:7;8058:23;8054:32;8051:119;;;8089:79;;:::i;:::-;8051:119;8209:1;8234:63;8289:7;8280:6;8269:9;8265:22;8234:63;:::i;:::-;8224:73;;8180:127;7965:349;;;;:::o;8320:509::-;8389:6;8438:2;8426:9;8417:7;8413:23;8409:32;8406:119;;;8444:79;;:::i;:::-;8406:119;8592:1;8581:9;8577:17;8564:31;8622:18;8614:6;8611:30;8608:117;;;8644:79;;:::i;:::-;8608:117;8749:63;8804:7;8795:6;8784:9;8780:22;8749:63;:::i;:::-;8739:73;;8535:287;8320:509;;;;:::o;8835:329::-;8894:6;8943:2;8931:9;8922:7;8918:23;8914:32;8911:119;;;8949:79;;:::i;:::-;8911:119;9069:1;9094:53;9139:7;9130:6;9119:9;9115:22;9094:53;:::i;:::-;9084:63;;9040:117;8835:329;;;;:::o;9170:474::-;9238:6;9246;9295:2;9283:9;9274:7;9270:23;9266:32;9263:119;;;9301:79;;:::i;:::-;9263:119;9421:1;9446:53;9491:7;9482:6;9471:9;9467:22;9446:53;:::i;:::-;9436:63;;9392:117;9548:2;9574:53;9619:7;9610:6;9599:9;9595:22;9574:53;:::i;:::-;9564:63;;9519:118;9170:474;;;;;:::o;9650:179::-;9719:10;9740:46;9782:3;9774:6;9740:46;:::i;:::-;9818:4;9813:3;9809:14;9795:28;;9650:179;;;;:::o;9835:118::-;9922:24;9940:5;9922:24;:::i;:::-;9917:3;9910:37;9835:118;;:::o;9989:732::-;10108:3;10137:54;10185:5;10137:54;:::i;:::-;10207:86;10286:6;10281:3;10207:86;:::i;:::-;10200:93;;10317:56;10367:5;10317:56;:::i;:::-;10396:7;10427:1;10412:284;10437:6;10434:1;10431:13;10412:284;;;10513:6;10507:13;10540:63;10599:3;10584:13;10540:63;:::i;:::-;10533:70;;10626:60;10679:6;10626:60;:::i;:::-;10616:70;;10472:224;10459:1;10456;10452:9;10447:14;;10412:284;;;10416:14;10712:3;10705:10;;10113:608;;;9989:732;;;;:::o;10727:109::-;10808:21;10823:5;10808:21;:::i;:::-;10803:3;10796:34;10727:109;;:::o;10842:360::-;10928:3;10956:38;10988:5;10956:38;:::i;:::-;11010:70;11073:6;11068:3;11010:70;:::i;:::-;11003:77;;11089:52;11134:6;11129:3;11122:4;11115:5;11111:16;11089:52;:::i;:::-;11166:29;11188:6;11166:29;:::i;:::-;11161:3;11157:39;11150:46;;10932:270;10842:360;;;;:::o;11208:364::-;11296:3;11324:39;11357:5;11324:39;:::i;:::-;11379:71;11443:6;11438:3;11379:71;:::i;:::-;11372:78;;11459:52;11504:6;11499:3;11492:4;11485:5;11481:16;11459:52;:::i;:::-;11536:29;11558:6;11536:29;:::i;:::-;11531:3;11527:39;11520:46;;11300:272;11208:364;;;;:::o;11578:377::-;11684:3;11712:39;11745:5;11712:39;:::i;:::-;11767:89;11849:6;11844:3;11767:89;:::i;:::-;11760:96;;11865:52;11910:6;11905:3;11898:4;11891:5;11887:16;11865:52;:::i;:::-;11942:6;11937:3;11933:16;11926:23;;11688:267;11578:377;;;;:::o;11961:366::-;12103:3;12124:67;12188:2;12183:3;12124:67;:::i;:::-;12117:74;;12200:93;12289:3;12200:93;:::i;:::-;12318:2;12313:3;12309:12;12302:19;;11961:366;;;:::o;12333:::-;12475:3;12496:67;12560:2;12555:3;12496:67;:::i;:::-;12489:74;;12572:93;12661:3;12572:93;:::i;:::-;12690:2;12685:3;12681:12;12674:19;;12333:366;;;:::o;12705:::-;12847:3;12868:67;12932:2;12927:3;12868:67;:::i;:::-;12861:74;;12944:93;13033:3;12944:93;:::i;:::-;13062:2;13057:3;13053:12;13046:19;;12705:366;;;:::o;13077:::-;13219:3;13240:67;13304:2;13299:3;13240:67;:::i;:::-;13233:74;;13316:93;13405:3;13316:93;:::i;:::-;13434:2;13429:3;13425:12;13418:19;;13077:366;;;:::o;13449:::-;13591:3;13612:67;13676:2;13671:3;13612:67;:::i;:::-;13605:74;;13688:93;13777:3;13688:93;:::i;:::-;13806:2;13801:3;13797:12;13790:19;;13449:366;;;:::o;13821:::-;13963:3;13984:67;14048:2;14043:3;13984:67;:::i;:::-;13977:74;;14060:93;14149:3;14060:93;:::i;:::-;14178:2;14173:3;14169:12;14162:19;;13821:366;;;:::o;14193:::-;14335:3;14356:67;14420:2;14415:3;14356:67;:::i;:::-;14349:74;;14432:93;14521:3;14432:93;:::i;:::-;14550:2;14545:3;14541:12;14534:19;;14193:366;;;:::o;14565:::-;14707:3;14728:67;14792:2;14787:3;14728:67;:::i;:::-;14721:74;;14804:93;14893:3;14804:93;:::i;:::-;14922:2;14917:3;14913:12;14906:19;;14565:366;;;:::o;14937:::-;15079:3;15100:67;15164:2;15159:3;15100:67;:::i;:::-;15093:74;;15176:93;15265:3;15176:93;:::i;:::-;15294:2;15289:3;15285:12;15278:19;;14937:366;;;:::o;15309:::-;15451:3;15472:67;15536:2;15531:3;15472:67;:::i;:::-;15465:74;;15548:93;15637:3;15548:93;:::i;:::-;15666:2;15661:3;15657:12;15650:19;;15309:366;;;:::o;15681:365::-;15823:3;15844:66;15908:1;15903:3;15844:66;:::i;:::-;15837:73;;15919:93;16008:3;15919:93;:::i;:::-;16037:2;16032:3;16028:12;16021:19;;15681:365;;;:::o;16052:366::-;16194:3;16215:67;16279:2;16274:3;16215:67;:::i;:::-;16208:74;;16291:93;16380:3;16291:93;:::i;:::-;16409:2;16404:3;16400:12;16393:19;;16052:366;;;:::o;16424:::-;16566:3;16587:67;16651:2;16646:3;16587:67;:::i;:::-;16580:74;;16663:93;16752:3;16663:93;:::i;:::-;16781:2;16776:3;16772:12;16765:19;;16424:366;;;:::o;16796:::-;16938:3;16959:67;17023:2;17018:3;16959:67;:::i;:::-;16952:74;;17035:93;17124:3;17035:93;:::i;:::-;17153:2;17148:3;17144:12;17137:19;;16796:366;;;:::o;17168:::-;17310:3;17331:67;17395:2;17390:3;17331:67;:::i;:::-;17324:74;;17407:93;17496:3;17407:93;:::i;:::-;17525:2;17520:3;17516:12;17509:19;;17168:366;;;:::o;17540:::-;17682:3;17703:67;17767:2;17762:3;17703:67;:::i;:::-;17696:74;;17779:93;17868:3;17779:93;:::i;:::-;17897:2;17892:3;17888:12;17881:19;;17540:366;;;:::o;17912:::-;18054:3;18075:67;18139:2;18134:3;18075:67;:::i;:::-;18068:74;;18151:93;18240:3;18151:93;:::i;:::-;18269:2;18264:3;18260:12;18253:19;;17912:366;;;:::o;18284:::-;18426:3;18447:67;18511:2;18506:3;18447:67;:::i;:::-;18440:74;;18523:93;18612:3;18523:93;:::i;:::-;18641:2;18636:3;18632:12;18625:19;;18284:366;;;:::o;18656:::-;18798:3;18819:67;18883:2;18878:3;18819:67;:::i;:::-;18812:74;;18895:93;18984:3;18895:93;:::i;:::-;19013:2;19008:3;19004:12;18997:19;;18656:366;;;:::o;19028:::-;19170:3;19191:67;19255:2;19250:3;19191:67;:::i;:::-;19184:74;;19267:93;19356:3;19267:93;:::i;:::-;19385:2;19380:3;19376:12;19369:19;;19028:366;;;:::o;19400:::-;19542:3;19563:67;19627:2;19622:3;19563:67;:::i;:::-;19556:74;;19639:93;19728:3;19639:93;:::i;:::-;19757:2;19752:3;19748:12;19741:19;;19400:366;;;:::o;19772:::-;19914:3;19935:67;19999:2;19994:3;19935:67;:::i;:::-;19928:74;;20011:93;20100:3;20011:93;:::i;:::-;20129:2;20124:3;20120:12;20113:19;;19772:366;;;:::o;20144:::-;20286:3;20307:67;20371:2;20366:3;20307:67;:::i;:::-;20300:74;;20383:93;20472:3;20383:93;:::i;:::-;20501:2;20496:3;20492:12;20485:19;;20144:366;;;:::o;20516:::-;20658:3;20679:67;20743:2;20738:3;20679:67;:::i;:::-;20672:74;;20755:93;20844:3;20755:93;:::i;:::-;20873:2;20868:3;20864:12;20857:19;;20516:366;;;:::o;20888:::-;21030:3;21051:67;21115:2;21110:3;21051:67;:::i;:::-;21044:74;;21127:93;21216:3;21127:93;:::i;:::-;21245:2;21240:3;21236:12;21229:19;;20888:366;;;:::o;21260:::-;21402:3;21423:67;21487:2;21482:3;21423:67;:::i;:::-;21416:74;;21499:93;21588:3;21499:93;:::i;:::-;21617:2;21612:3;21608:12;21601:19;;21260:366;;;:::o;21632:398::-;21791:3;21812:83;21893:1;21888:3;21812:83;:::i;:::-;21805:90;;21904:93;21993:3;21904:93;:::i;:::-;22022:1;22017:3;22013:11;22006:18;;21632:398;;;:::o;22036:366::-;22178:3;22199:67;22263:2;22258:3;22199:67;:::i;:::-;22192:74;;22275:93;22364:3;22275:93;:::i;:::-;22393:2;22388:3;22384:12;22377:19;;22036:366;;;:::o;22408:::-;22550:3;22571:67;22635:2;22630:3;22571:67;:::i;:::-;22564:74;;22647:93;22736:3;22647:93;:::i;:::-;22765:2;22760:3;22756:12;22749:19;;22408:366;;;:::o;22780:::-;22922:3;22943:67;23007:2;23002:3;22943:67;:::i;:::-;22936:74;;23019:93;23108:3;23019:93;:::i;:::-;23137:2;23132:3;23128:12;23121:19;;22780:366;;;:::o;23152:::-;23294:3;23315:67;23379:2;23374:3;23315:67;:::i;:::-;23308:74;;23391:93;23480:3;23391:93;:::i;:::-;23509:2;23504:3;23500:12;23493:19;;23152:366;;;:::o;23524:108::-;23601:24;23619:5;23601:24;:::i;:::-;23596:3;23589:37;23524:108;;:::o;23638:118::-;23725:24;23743:5;23725:24;:::i;:::-;23720:3;23713:37;23638:118;;:::o;23762:435::-;23942:3;23964:95;24055:3;24046:6;23964:95;:::i;:::-;23957:102;;24076:95;24167:3;24158:6;24076:95;:::i;:::-;24069:102;;24188:3;24181:10;;23762:435;;;;;:::o;24203:379::-;24387:3;24409:147;24552:3;24409:147;:::i;:::-;24402:154;;24573:3;24566:10;;24203:379;;;:::o;24588:222::-;24681:4;24719:2;24708:9;24704:18;24696:26;;24732:71;24800:1;24789:9;24785:17;24776:6;24732:71;:::i;:::-;24588:222;;;;:::o;24816:640::-;25011:4;25049:3;25038:9;25034:19;25026:27;;25063:71;25131:1;25120:9;25116:17;25107:6;25063:71;:::i;:::-;25144:72;25212:2;25201:9;25197:18;25188:6;25144:72;:::i;:::-;25226;25294:2;25283:9;25279:18;25270:6;25226:72;:::i;:::-;25345:9;25339:4;25335:20;25330:2;25319:9;25315:18;25308:48;25373:76;25444:4;25435:6;25373:76;:::i;:::-;25365:84;;24816:640;;;;;;;:::o;25462:373::-;25605:4;25643:2;25632:9;25628:18;25620:26;;25692:9;25686:4;25682:20;25678:1;25667:9;25663:17;25656:47;25720:108;25823:4;25814:6;25720:108;:::i;:::-;25712:116;;25462:373;;;;:::o;25841:210::-;25928:4;25966:2;25955:9;25951:18;25943:26;;25979:65;26041:1;26030:9;26026:17;26017:6;25979:65;:::i;:::-;25841:210;;;;:::o;26057:313::-;26170:4;26208:2;26197:9;26193:18;26185:26;;26257:9;26251:4;26247:20;26243:1;26232:9;26228:17;26221:47;26285:78;26358:4;26349:6;26285:78;:::i;:::-;26277:86;;26057:313;;;;:::o;26376:419::-;26542:4;26580:2;26569:9;26565:18;26557:26;;26629:9;26623:4;26619:20;26615:1;26604:9;26600:17;26593:47;26657:131;26783:4;26657:131;:::i;:::-;26649:139;;26376:419;;;:::o;26801:::-;26967:4;27005:2;26994:9;26990:18;26982:26;;27054:9;27048:4;27044:20;27040:1;27029:9;27025:17;27018:47;27082:131;27208:4;27082:131;:::i;:::-;27074:139;;26801:419;;;:::o;27226:::-;27392:4;27430:2;27419:9;27415:18;27407:26;;27479:9;27473:4;27469:20;27465:1;27454:9;27450:17;27443:47;27507:131;27633:4;27507:131;:::i;:::-;27499:139;;27226:419;;;:::o;27651:::-;27817:4;27855:2;27844:9;27840:18;27832:26;;27904:9;27898:4;27894:20;27890:1;27879:9;27875:17;27868:47;27932:131;28058:4;27932:131;:::i;:::-;27924:139;;27651:419;;;:::o;28076:::-;28242:4;28280:2;28269:9;28265:18;28257:26;;28329:9;28323:4;28319:20;28315:1;28304:9;28300:17;28293:47;28357:131;28483:4;28357:131;:::i;:::-;28349:139;;28076:419;;;:::o;28501:::-;28667:4;28705:2;28694:9;28690:18;28682:26;;28754:9;28748:4;28744:20;28740:1;28729:9;28725:17;28718:47;28782:131;28908:4;28782:131;:::i;:::-;28774:139;;28501:419;;;:::o;28926:::-;29092:4;29130:2;29119:9;29115:18;29107:26;;29179:9;29173:4;29169:20;29165:1;29154:9;29150:17;29143:47;29207:131;29333:4;29207:131;:::i;:::-;29199:139;;28926:419;;;:::o;29351:::-;29517:4;29555:2;29544:9;29540:18;29532:26;;29604:9;29598:4;29594:20;29590:1;29579:9;29575:17;29568:47;29632:131;29758:4;29632:131;:::i;:::-;29624:139;;29351:419;;;:::o;29776:::-;29942:4;29980:2;29969:9;29965:18;29957:26;;30029:9;30023:4;30019:20;30015:1;30004:9;30000:17;29993:47;30057:131;30183:4;30057:131;:::i;:::-;30049:139;;29776:419;;;:::o;30201:::-;30367:4;30405:2;30394:9;30390:18;30382:26;;30454:9;30448:4;30444:20;30440:1;30429:9;30425:17;30418:47;30482:131;30608:4;30482:131;:::i;:::-;30474:139;;30201:419;;;:::o;30626:::-;30792:4;30830:2;30819:9;30815:18;30807:26;;30879:9;30873:4;30869:20;30865:1;30854:9;30850:17;30843:47;30907:131;31033:4;30907:131;:::i;:::-;30899:139;;30626:419;;;:::o;31051:::-;31217:4;31255:2;31244:9;31240:18;31232:26;;31304:9;31298:4;31294:20;31290:1;31279:9;31275:17;31268:47;31332:131;31458:4;31332:131;:::i;:::-;31324:139;;31051:419;;;:::o;31476:::-;31642:4;31680:2;31669:9;31665:18;31657:26;;31729:9;31723:4;31719:20;31715:1;31704:9;31700:17;31693:47;31757:131;31883:4;31757:131;:::i;:::-;31749:139;;31476:419;;;:::o;31901:::-;32067:4;32105:2;32094:9;32090:18;32082:26;;32154:9;32148:4;32144:20;32140:1;32129:9;32125:17;32118:47;32182:131;32308:4;32182:131;:::i;:::-;32174:139;;31901:419;;;:::o;32326:::-;32492:4;32530:2;32519:9;32515:18;32507:26;;32579:9;32573:4;32569:20;32565:1;32554:9;32550:17;32543:47;32607:131;32733:4;32607:131;:::i;:::-;32599:139;;32326:419;;;:::o;32751:::-;32917:4;32955:2;32944:9;32940:18;32932:26;;33004:9;32998:4;32994:20;32990:1;32979:9;32975:17;32968:47;33032:131;33158:4;33032:131;:::i;:::-;33024:139;;32751:419;;;:::o;33176:::-;33342:4;33380:2;33369:9;33365:18;33357:26;;33429:9;33423:4;33419:20;33415:1;33404:9;33400:17;33393:47;33457:131;33583:4;33457:131;:::i;:::-;33449:139;;33176:419;;;:::o;33601:::-;33767:4;33805:2;33794:9;33790:18;33782:26;;33854:9;33848:4;33844:20;33840:1;33829:9;33825:17;33818:47;33882:131;34008:4;33882:131;:::i;:::-;33874:139;;33601:419;;;:::o;34026:::-;34192:4;34230:2;34219:9;34215:18;34207:26;;34279:9;34273:4;34269:20;34265:1;34254:9;34250:17;34243:47;34307:131;34433:4;34307:131;:::i;:::-;34299:139;;34026:419;;;:::o;34451:::-;34617:4;34655:2;34644:9;34640:18;34632:26;;34704:9;34698:4;34694:20;34690:1;34679:9;34675:17;34668:47;34732:131;34858:4;34732:131;:::i;:::-;34724:139;;34451:419;;;:::o;34876:::-;35042:4;35080:2;35069:9;35065:18;35057:26;;35129:9;35123:4;35119:20;35115:1;35104:9;35100:17;35093:47;35157:131;35283:4;35157:131;:::i;:::-;35149:139;;34876:419;;;:::o;35301:::-;35467:4;35505:2;35494:9;35490:18;35482:26;;35554:9;35548:4;35544:20;35540:1;35529:9;35525:17;35518:47;35582:131;35708:4;35582:131;:::i;:::-;35574:139;;35301:419;;;:::o;35726:::-;35892:4;35930:2;35919:9;35915:18;35907:26;;35979:9;35973:4;35969:20;35965:1;35954:9;35950:17;35943:47;36007:131;36133:4;36007:131;:::i;:::-;35999:139;;35726:419;;;:::o;36151:::-;36317:4;36355:2;36344:9;36340:18;36332:26;;36404:9;36398:4;36394:20;36390:1;36379:9;36375:17;36368:47;36432:131;36558:4;36432:131;:::i;:::-;36424:139;;36151:419;;;:::o;36576:::-;36742:4;36780:2;36769:9;36765:18;36757:26;;36829:9;36823:4;36819:20;36815:1;36804:9;36800:17;36793:47;36857:131;36983:4;36857:131;:::i;:::-;36849:139;;36576:419;;;:::o;37001:::-;37167:4;37205:2;37194:9;37190:18;37182:26;;37254:9;37248:4;37244:20;37240:1;37229:9;37225:17;37218:47;37282:131;37408:4;37282:131;:::i;:::-;37274:139;;37001:419;;;:::o;37426:::-;37592:4;37630:2;37619:9;37615:18;37607:26;;37679:9;37673:4;37669:20;37665:1;37654:9;37650:17;37643:47;37707:131;37833:4;37707:131;:::i;:::-;37699:139;;37426:419;;;:::o;37851:::-;38017:4;38055:2;38044:9;38040:18;38032:26;;38104:9;38098:4;38094:20;38090:1;38079:9;38075:17;38068:47;38132:131;38258:4;38132:131;:::i;:::-;38124:139;;37851:419;;;:::o;38276:::-;38442:4;38480:2;38469:9;38465:18;38457:26;;38529:9;38523:4;38519:20;38515:1;38504:9;38500:17;38493:47;38557:131;38683:4;38557:131;:::i;:::-;38549:139;;38276:419;;;:::o;38701:::-;38867:4;38905:2;38894:9;38890:18;38882:26;;38954:9;38948:4;38944:20;38940:1;38929:9;38925:17;38918:47;38982:131;39108:4;38982:131;:::i;:::-;38974:139;;38701:419;;;:::o;39126:222::-;39219:4;39257:2;39246:9;39242:18;39234:26;;39270:71;39338:1;39327:9;39323:17;39314:6;39270:71;:::i;:::-;39126:222;;;;:::o;39354:129::-;39388:6;39415:20;;:::i;:::-;39405:30;;39444:33;39472:4;39464:6;39444:33;:::i;:::-;39354:129;;;:::o;39489:75::-;39522:6;39555:2;39549:9;39539:19;;39489:75;:::o;39570:311::-;39647:4;39737:18;39729:6;39726:30;39723:56;;;39759:18;;:::i;:::-;39723:56;39809:4;39801:6;39797:17;39789:25;;39869:4;39863;39859:15;39851:23;;39570:311;;;:::o;39887:307::-;39948:4;40038:18;40030:6;40027:30;40024:56;;;40060:18;;:::i;:::-;40024:56;40098:29;40120:6;40098:29;:::i;:::-;40090:37;;40182:4;40176;40172:15;40164:23;;39887:307;;;:::o;40200:308::-;40262:4;40352:18;40344:6;40341:30;40338:56;;;40374:18;;:::i;:::-;40338:56;40412:29;40434:6;40412:29;:::i;:::-;40404:37;;40496:4;40490;40486:15;40478:23;;40200:308;;;:::o;40514:132::-;40581:4;40604:3;40596:11;;40634:4;40629:3;40625:14;40617:22;;40514:132;;;:::o;40652:114::-;40719:6;40753:5;40747:12;40737:22;;40652:114;;;:::o;40772:98::-;40823:6;40857:5;40851:12;40841:22;;40772:98;;;:::o;40876:99::-;40928:6;40962:5;40956:12;40946:22;;40876:99;;;:::o;40981:113::-;41051:4;41083;41078:3;41074:14;41066:22;;40981:113;;;:::o;41100:184::-;41199:11;41233:6;41228:3;41221:19;41273:4;41268:3;41264:14;41249:29;;41100:184;;;;:::o;41290:168::-;41373:11;41407:6;41402:3;41395:19;41447:4;41442:3;41438:14;41423:29;;41290:168;;;;:::o;41464:147::-;41565:11;41602:3;41587:18;;41464:147;;;;:::o;41617:169::-;41701:11;41735:6;41730:3;41723:19;41775:4;41770:3;41766:14;41751:29;;41617:169;;;;:::o;41792:148::-;41894:11;41931:3;41916:18;;41792:148;;;;:::o;41946:305::-;41986:3;42005:20;42023:1;42005:20;:::i;:::-;42000:25;;42039:20;42057:1;42039:20;:::i;:::-;42034:25;;42193:1;42125:66;42121:74;42118:1;42115:81;42112:107;;;42199:18;;:::i;:::-;42112:107;42243:1;42240;42236:9;42229:16;;41946:305;;;;:::o;42257:185::-;42297:1;42314:20;42332:1;42314:20;:::i;:::-;42309:25;;42348:20;42366:1;42348:20;:::i;:::-;42343:25;;42387:1;42377:35;;42392:18;;:::i;:::-;42377:35;42434:1;42431;42427:9;42422:14;;42257:185;;;;:::o;42448:348::-;42488:7;42511:20;42529:1;42511:20;:::i;:::-;42506:25;;42545:20;42563:1;42545:20;:::i;:::-;42540:25;;42733:1;42665:66;42661:74;42658:1;42655:81;42650:1;42643:9;42636:17;42632:105;42629:131;;;42740:18;;:::i;:::-;42629:131;42788:1;42785;42781:9;42770:20;;42448:348;;;;:::o;42802:191::-;42842:4;42862:20;42880:1;42862:20;:::i;:::-;42857:25;;42896:20;42914:1;42896:20;:::i;:::-;42891:25;;42935:1;42932;42929:8;42926:34;;;42940:18;;:::i;:::-;42926:34;42985:1;42982;42978:9;42970:17;;42802:191;;;;:::o;42999:96::-;43036:7;43065:24;43083:5;43065:24;:::i;:::-;43054:35;;42999:96;;;:::o;43101:90::-;43135:7;43178:5;43171:13;43164:21;43153:32;;43101:90;;;:::o;43197:149::-;43233:7;43273:66;43266:5;43262:78;43251:89;;43197:149;;;:::o;43352:126::-;43389:7;43429:42;43422:5;43418:54;43407:65;;43352:126;;;:::o;43484:77::-;43521:7;43550:5;43539:16;;43484:77;;;:::o;43567:154::-;43651:6;43646:3;43641;43628:30;43713:1;43704:6;43699:3;43695:16;43688:27;43567:154;;;:::o;43727:307::-;43795:1;43805:113;43819:6;43816:1;43813:13;43805:113;;;43904:1;43899:3;43895:11;43889:18;43885:1;43880:3;43876:11;43869:39;43841:2;43838:1;43834:10;43829:15;;43805:113;;;43936:6;43933:1;43930:13;43927:101;;;44016:1;44007:6;44002:3;43998:16;43991:27;43927:101;43776:258;43727:307;;;:::o;44040:320::-;44084:6;44121:1;44115:4;44111:12;44101:22;;44168:1;44162:4;44158:12;44189:18;44179:81;;44245:4;44237:6;44233:17;44223:27;;44179:81;44307:2;44299:6;44296:14;44276:18;44273:38;44270:84;;;44326:18;;:::i;:::-;44270:84;44091:269;44040:320;;;:::o;44366:281::-;44449:27;44471:4;44449:27;:::i;:::-;44441:6;44437:40;44579:6;44567:10;44564:22;44543:18;44531:10;44528:34;44525:62;44522:88;;;44590:18;;:::i;:::-;44522:88;44630:10;44626:2;44619:22;44409:238;44366:281;;:::o;44653:233::-;44692:3;44715:24;44733:5;44715:24;:::i;:::-;44706:33;;44761:66;44754:5;44751:77;44748:103;;;44831:18;;:::i;:::-;44748:103;44878:1;44871:5;44867:13;44860:20;;44653:233;;;:::o;44892:176::-;44924:1;44941:20;44959:1;44941:20;:::i;:::-;44936:25;;44975:20;44993:1;44975:20;:::i;:::-;44970:25;;45014:1;45004:35;;45019:18;;:::i;:::-;45004:35;45060:1;45057;45053:9;45048:14;;44892:176;;;;:::o;45074:180::-;45122:77;45119:1;45112:88;45219:4;45216:1;45209:15;45243:4;45240:1;45233:15;45260:180;45308:77;45305:1;45298:88;45405:4;45402:1;45395:15;45429:4;45426:1;45419:15;45446:180;45494:77;45491:1;45484:88;45591:4;45588:1;45581:15;45615:4;45612:1;45605:15;45632:180;45680:77;45677:1;45670:88;45777:4;45774:1;45767:15;45801:4;45798:1;45791:15;45818:180;45866:77;45863:1;45856:88;45963:4;45960:1;45953:15;45987:4;45984:1;45977:15;46004:180;46052:77;46049:1;46042:88;46149:4;46146:1;46139:15;46173:4;46170:1;46163:15;46190:117;46299:1;46296;46289:12;46313:117;46422:1;46419;46412:12;46436:117;46545:1;46542;46535:12;46559:117;46668:1;46665;46658:12;46682:117;46791:1;46788;46781:12;46805:102;46846:6;46897:2;46893:7;46888:2;46881:5;46877:14;46873:28;46863:38;;46805:102;;;:::o;46913:230::-;47053:34;47049:1;47041:6;47037:14;47030:58;47122:13;47117:2;47109:6;47105:15;47098:38;46913:230;:::o;47149:170::-;47289:22;47285:1;47277:6;47273:14;47266:46;47149:170;:::o;47325:164::-;47465:16;47461:1;47453:6;47449:14;47442:40;47325:164;:::o;47495:230::-;47635:34;47631:1;47623:6;47619:14;47612:58;47704:13;47699:2;47691:6;47687:15;47680:38;47495:230;:::o;47731:237::-;47871:34;47867:1;47859:6;47855:14;47848:58;47940:20;47935:2;47927:6;47923:15;47916:45;47731:237;:::o;47974:225::-;48114:34;48110:1;48102:6;48098:14;48091:58;48183:8;48178:2;48170:6;48166:15;48159:33;47974:225;:::o;48205:178::-;48345:30;48341:1;48333:6;48329:14;48322:54;48205:178;:::o;48389:223::-;48529:34;48525:1;48517:6;48513:14;48506:58;48598:6;48593:2;48585:6;48581:15;48574:31;48389:223;:::o;48618:175::-;48758:27;48754:1;48746:6;48742:14;48735:51;48618:175;:::o;48799:169::-;48939:21;48935:1;48927:6;48923:14;48916:45;48799:169;:::o;48974:159::-;49114:11;49110:1;49102:6;49098:14;49091:35;48974:159;:::o;49139:231::-;49279:34;49275:1;49267:6;49263:14;49256:58;49348:14;49343:2;49335:6;49331:15;49324:39;49139:231;:::o;49376:241::-;49516:34;49512:1;49504:6;49500:14;49493:58;49585:24;49580:2;49572:6;49568:15;49561:49;49376:241;:::o;49623:166::-;49763:18;49759:1;49751:6;49747:14;49740:42;49623:166;:::o;49795:243::-;49935:34;49931:1;49923:6;49919:14;49912:58;50004:26;49999:2;49991:6;49987:15;49980:51;49795:243;:::o;50044:229::-;50184:34;50180:1;50172:6;50168:14;50161:58;50253:12;50248:2;50240:6;50236:15;50229:37;50044:229;:::o;50279:228::-;50419:34;50415:1;50407:6;50403:14;50396:58;50488:11;50483:2;50475:6;50471:15;50464:36;50279:228;:::o;50513:176::-;50653:28;50649:1;50641:6;50637:14;50630:52;50513:176;:::o;50695:182::-;50835:34;50831:1;50823:6;50819:14;50812:58;50695:182;:::o;50883:231::-;51023:34;51019:1;51011:6;51007:14;51000:58;51092:14;51087:2;51079:6;51075:15;51068:39;50883:231;:::o;51120:182::-;51260:34;51256:1;51248:6;51244:14;51237:58;51120:182;:::o;51308:228::-;51448:34;51444:1;51436:6;51432:14;51425:58;51517:11;51512:2;51504:6;51500:15;51493:36;51308:228;:::o;51542:234::-;51682:34;51678:1;51670:6;51666:14;51659:58;51751:17;51746:2;51738:6;51734:15;51727:42;51542:234;:::o;51782:167::-;51922:19;51918:1;51910:6;51906:14;51899:43;51782:167;:::o;51955:160::-;52095:12;52091:1;52083:6;52079:14;52072:36;51955:160;:::o;52121:220::-;52261:34;52257:1;52249:6;52245:14;52238:58;52330:3;52325:2;52317:6;52313:15;52306:28;52121:220;:::o;52347:114::-;;:::o;52467:166::-;52607:18;52603:1;52595:6;52591:14;52584:42;52467:166;:::o;52639:236::-;52779:34;52775:1;52767:6;52763:14;52756:58;52848:19;52843:2;52835:6;52831:15;52824:44;52639:236;:::o;52881:231::-;53021:34;53017:1;53009:6;53005:14;52998:58;53090:14;53085:2;53077:6;53073:15;53066:39;52881:231;:::o;53118:235::-;53258:34;53254:1;53246:6;53242:14;53235:58;53327:18;53322:2;53314:6;53310:15;53303:43;53118:235;:::o;53359:122::-;53432:24;53450:5;53432:24;:::i;:::-;53425:5;53422:35;53412:63;;53471:1;53468;53461:12;53412:63;53359:122;:::o;53487:116::-;53557:21;53572:5;53557:21;:::i;:::-;53550:5;53547:32;53537:60;;53593:1;53590;53583:12;53537:60;53487:116;:::o;53609:120::-;53681:23;53698:5;53681:23;:::i;:::-;53674:5;53671:34;53661:62;;53719:1;53716;53709:12;53661:62;53609:120;:::o;53735:122::-;53808:24;53826:5;53808:24;:::i;:::-;53801:5;53798:35;53788:63;;53847:1;53844;53837:12;53788:63;53735:122;:::o

Swarm Source

ipfs://aebb5377652015f8fb73ca23797ef6da72707914f7ae82e9d02375d327ac6949
Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

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