ETH Price: $3,157.17 (-7.66%)
Gas: 4 Gwei

Token

The Financial Advisors Club (TFAC)
 

Overview

Max Total Supply

1,800 TFAC

Holders

791

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Balance
5 TFAC
0x4aaa26a01756e91501043163afc1bdfec7e9c8c2
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:
TFAC

Compiler Version
v0.8.4+commit.c7e474f2

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

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

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: The Financial Advisors Club
// @author: TFAC Team
contract TFAC is ERC721Enumerable, Ownable, ERC721Burnable, ERC721Pausable {

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

    Counters.Counter private _tokenIdTracker;
    bool private presale;
    bool private sale;

    uint256 public constant MAX_ITEMS = 10000;
    uint256 public MAX_PRESALE_ITEMS = 2000;
    uint256 public constant MAX_RESERVE = 100;
    uint256 public PRICE = 8E16; // 0.08 ETH
    uint256 public RENAME_PRICE = 1E16; // 0.01 ETH
    uint256 public MAX_MINT = 20;
    uint256 public MAX_MINT_PRESALE = 20;
    address public constant creatorAddress = 0xf91771be0E6BAd25d1A56170eF2E63dd319276B6;
    address public constant devAddress = 0x7428f69d853EE1bFcf121abdDb206e8C47729b83;
    string public baseTokenURI;
    string public PROVENANCE_HASH = "";
    uint256 public REVEAL_TIMESTAMP;
    uint256 public startingIndexBlock;
    uint256 public startingIndex;

    event CreateAdvisor(uint256 indexed id);
    event AttributeChanged(uint256 indexed _tokenId, string _key, string _value);

    constructor(string memory baseURI) ERC721("The Financial Advisors Club", "TFAC") {
        setBaseURI(baseURI);
        pause(true);
        presale = false;
        sale = false;
        REVEAL_TIMESTAMP = block.timestamp + (86400 * 7);
    }

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

    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 presaleMint(address _to, uint256 _count) public payable {
        uint256 total = _totalSupply();
        require(presale == true, "Presale has not yet started");
        require(total <= MAX_PRESALE_ITEMS, "Presale ended");
        require(total + _count <= MAX_PRESALE_ITEMS, "Max limit");
        if(msg.sender != owner()) {
            require(_count <= MAX_MINT_PRESALE, "Exceeds number");
            require(msg.value >= price(_count), "Value below price");
        }

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

    function mint(address _to, uint256 _count) public payable saleIsOpen {
        uint256 total = _totalSupply();
        require(sale == true, "Sale has not yet started");
        require(total <= MAX_ITEMS, "Sale ended");
        require(total + _count <= MAX_ITEMS, "Max limit");
        if(msg.sender != owner()) {
            require(_count <= MAX_MINT, "Exceeds number");
            require(msg.value >= price(_count), "Value below price");
        }

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

        if (startingIndexBlock == 0 && (totalSupply() == MAX_ITEMS || block.timestamp >= REVEAL_TIMESTAMP)) {
            startingIndexBlock = block.number;
        } 
    }

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

    function price(uint256 _count) public view returns (uint256) {
        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 setMaxMint(uint256 _count) external onlyOwner {
        MAX_MINT = _count;
    }

    function setMaxMintPresale(uint256 _count) external onlyOwner {
        MAX_MINT_PRESALE = _count;
    }

    function setRenamePrice(uint256 _price) external onlyOwner {
        RENAME_PRICE = _price;
    }

    function setMaxPresaleItems(uint256 _count) external onlyOwner {
        MAX_PRESALE_ITEMS = _count;
    }

    /*     
    * Set provenance once it's calculated
    */
    function setProvenanceHash(string memory _provenanceHash) external onlyOwner {
        PROVENANCE_HASH = _provenanceHash;
    }

    /**
     * Set the starting index for the collection
     */
    function setStartingIndex() external {
        require(startingIndex == 0, "Starting index is already set");
        require(startingIndexBlock != 0, "Starting index block must be set");
        
        startingIndex = uint256(blockhash(startingIndexBlock)) % MAX_ITEMS;
        // Just a sanity case in the worst case if this function is called late (EVM only stores last 256 block hashes)
        if (block.number.sub(startingIndexBlock) > 255) {
            startingIndex = uint256(blockhash(block.number - 1)) % MAX_ITEMS;
        }
        // Prevent default sequence
        if (startingIndex == 0) {
            startingIndex = startingIndex.add(1);
        }
    }

    /**
     * Set the starting index block for the collection, essentially unblocking
     * setting starting index
     */
    function emergencySetStartingIndexBlock() external onlyOwner {
        require(startingIndex == 0, "Starting index is already set");
        
        startingIndexBlock = block.number;
    }

    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 startPresale() public onlyOwner {
        presale = true;
    }

    function startSale() public onlyOwner {
        sale = true;
    }

    function changeAttribute(uint256 tokenId, string memory key, string memory value) public payable {
        address owner = ERC721.ownerOf(tokenId);
        require(_msgSender() == owner, "This is not your Advisor.");

        uint256 amountPaid = msg.value;
        require(amountPaid == RENAME_PRICE, "There is a price for changing your attributes.");

        emit AttributeChanged(tokenId, key, value);
    }

    function withdrawAll() public payable onlyOwner {
        uint256 balance = address(this).balance;
        require(balance > 0);
        _widthdraw(creatorAddress, balance.mul(80).div(100));
        _widthdraw(devAddress, 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":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"string","name":"_key","type":"string"},{"indexed":false,"internalType":"string","name":"_value","type":"string"}],"name":"AttributeChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"}],"name":"CreateAdvisor","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":"MAX_PRESALE_ITEMS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_RESERVE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PROVENANCE_HASH","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"RENAME_PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"REVEAL_TIMESTAMP","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":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"key","type":"string"},{"internalType":"string","name":"value","type":"string"}],"name":"changeAttribute","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"creatorAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"devAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"emergencySetStartingIndexBlock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"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":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_count","type":"uint256"}],"name":"presaleMint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_count","type":"uint256"}],"name":"price","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"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":"_count","type":"uint256"}],"name":"setMaxMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_count","type":"uint256"}],"name":"setMaxMintPresale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_count","type":"uint256"}],"name":"setMaxPresaleItems","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_provenanceHash","type":"string"}],"name":"setProvenanceHash","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_price","type":"uint256"}],"name":"setRenamePrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"setStartingIndex","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startPresale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startSale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startingIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"startingIndexBlock","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":[],"name":"withdrawAll","outputs":[],"stateMutability":"payable","type":"function"}]

60806040526107d0600d5567011c37937e080000600e55662386f26fc10000600f5560146010556014601155604051806020016040528060008152506013908051906020019062000052929190620005c8565b503480156200006057600080fd5b5060405162006890380380620068908339818101604052810190620000869190620006ea565b6040518060400160405280601b81526020017f5468652046696e616e6369616c2041647669736f727320436c756200000000008152506040518060400160405280600481526020017f544641430000000000000000000000000000000000000000000000000000000081525081600090805190602001906200010a929190620005c8565b50806001908051906020019062000123929190620005c8565b505050620001466200013a620001d860201b60201c565b620001e060201b60201c565b6000600a60146101000a81548160ff0219169083151502179055506200017281620002a660201b60201c565b6200018460016200035160201b60201c565b6000600c60006101000a81548160ff0219169083151502179055506000600c60016101000a81548160ff02191690831515021790555062093a8042620001cb9190620008a8565b6014819055505062000afe565b600033905090565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b620002b6620001d860201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16620002dc6200041860201b60201c565b73ffffffffffffffffffffffffffffffffffffffff161462000335576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200032c9062000816565b60405180910390fd5b80601290805190602001906200034d929190620005c8565b5050565b62000361620001d860201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16620003876200041860201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1614620003e0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620003d79062000816565b60405180910390fd5b6001151581151514156200040457620003fe6200044260201b60201c565b62000415565b62000414620004fa60201b60201c565b5b50565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b62000452620005b160201b60201c565b1562000495576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200048c90620007f4565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258620004e1620001d860201b60201c565b604051620004f09190620007b5565b60405180910390a1565b6200050a620005b160201b60201c565b6200054c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200054390620007d2565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa62000598620001d860201b60201c565b604051620005a79190620007b5565b60405180910390a1565b6000600a60149054906101000a900460ff16905090565b828054620005d69062000979565b90600052602060002090601f016020900481019282620005fa576000855562000646565b82601f106200061557805160ff191683800117855562000646565b8280016001018555821562000646579182015b828111156200064557825182559160200191906001019062000628565b5b50905062000655919062000659565b5090565b5b80821115620006745760008160009055506001016200065a565b5090565b60006200068f620006898462000861565b62000838565b905082815260208101848484011115620006a857600080fd5b620006b584828562000943565b509392505050565b600082601f830112620006cf57600080fd5b8151620006e184826020860162000678565b91505092915050565b600060208284031215620006fd57600080fd5b600082015167ffffffffffffffff8111156200071857600080fd5b6200072684828501620006bd565b91505092915050565b6200073a8162000905565b82525050565b60006200074f60148362000897565b91506200075c8262000a83565b602082019050919050565b60006200077660108362000897565b9150620007838262000aac565b602082019050919050565b60006200079d60208362000897565b9150620007aa8262000ad5565b602082019050919050565b6000602082019050620007cc60008301846200072f565b92915050565b60006020820190508181036000830152620007ed8162000740565b9050919050565b600060208201905081810360008301526200080f8162000767565b9050919050565b6000602082019050818103600083015262000831816200078e565b9050919050565b60006200084462000857565b9050620008528282620009af565b919050565b6000604051905090565b600067ffffffffffffffff8211156200087f576200087e62000a43565b5b6200088a8262000a72565b9050602081019050919050565b600082825260208201905092915050565b6000620008b58262000939565b9150620008c28362000939565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115620008fa57620008f9620009e5565b5b828201905092915050565b6000620009128262000919565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60005b838110156200096357808201518184015260208101905062000946565b8381111562000973576000848401525b50505050565b600060028204905060018216806200099257607f821691505b60208210811415620009a957620009a862000a14565b5b50919050565b620009ba8262000a72565b810181811067ffffffffffffffff82111715620009dc57620009db62000a43565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b615d828062000b0e6000396000f3fe6080604052600436106103355760003560e01c8063715018a6116101ab578063c87b56dd116100f7578063e986655011610095578063f0292a031161006f578063f0292a0314610b88578063f2fde38b14610bb3578063ff1b655614610bdc578063ff24937b14610c0757610335565b8063e986655014610b2a578063ed16e3a614610b41578063eff31e9e14610b5d57610335565b8063d773154f116100d1578063d773154f14610a6c578063e36d649814610a97578063e927fc5c14610ac2578063e985e9c514610aed57610335565b8063c87b56dd146109d9578063cb774d4714610a16578063d547cfb714610a4157610335565b80638da5cb5b11610164578063a22cb4651161013e578063a22cb46514610947578063a8307a3214610970578063b66a0e5d14610999578063b88d4fde146109b057610335565b80638da5cb5b146108d557806395d89b41146109005780639b6a67091461092b57610335565b8063715018a61461081e5780637d17fcbe146108355780637e95eac41461084c578063850dd09114610877578063853828b6146108a05780638d859f3e146108aa57610335565b80632f745c5911610285578063547520fe1161022357806359a7715a116101fd57806359a7715a1461074e5780635c975abb146107795780636352211e146107a457806370a08231146107e157610335565b8063547520fe146106d157806355f804b3146106fa57806357d4c4ee1461072357610335565b806342842e0e1161025f57806342842e0e1461060557806342966c681461062e578063438b6300146106575780634f6ccce71461069457610335565b80632f745c59146105815780633ad10ef6146105be57806340c10f19146105e957610335565b80630ffc6728116102f257806318160ddd116102cc57806318160ddd146104c557806318e20a38146104f057806323b872dd1461051b57806326a49e371461054457610335565b80630ffc672814610448578063109695231461047357806313e7f27f1461049c57610335565b806301ffc9a71461033a57806302329a291461037757806304c98b2b146103a057806306fdde03146103b7578063081812fc146103e2578063095ea7b31461041f575b600080fd5b34801561034657600080fd5b50610361600480360381019061035c919061434c565b610c30565b60405161036e9190614ba3565b60405180910390f35b34801561038357600080fd5b5061039e60048036038101906103999190614323565b610c42565b005b3480156103ac57600080fd5b506103b5610ce4565b005b3480156103c357600080fd5b506103cc610d7d565b6040516103d99190614bbe565b60405180910390f35b3480156103ee57600080fd5b50610409600480360381019061040491906143df565b610e0f565b6040516104169190614b1a565b60405180910390f35b34801561042b57600080fd5b50610446600480360381019061044191906142e7565b610e94565b005b34801561045457600080fd5b5061045d610fac565b60405161046a9190615057565b60405180910390f35b34801561047f57600080fd5b5061049a6004803603810190610495919061439e565b610fb2565b005b3480156104a857600080fd5b506104c360048036038101906104be91906143df565b611048565b005b3480156104d157600080fd5b506104da6110ce565b6040516104e79190615057565b60405180910390f35b3480156104fc57600080fd5b506105056110db565b6040516105129190615057565b60405180910390f35b34801561052757600080fd5b50610542600480360381019061053d91906141e1565b6110e1565b005b34801561055057600080fd5b5061056b600480360381019061056691906143df565b611141565b6040516105789190615057565b60405180910390f35b34801561058d57600080fd5b506105a860048036038101906105a391906142e7565b61115f565b6040516105b59190615057565b60405180910390f35b3480156105ca57600080fd5b506105d3611204565b6040516105e09190614b1a565b60405180910390f35b61060360048036038101906105fe91906142e7565b61121c565b005b34801561061157600080fd5b5061062c600480360381019061062791906141e1565b611515565b005b34801561063a57600080fd5b50610655600480360381019061065091906143df565b611535565b005b34801561066357600080fd5b5061067e6004803603810190610679919061417c565b611591565b60405161068b9190614b81565b60405180910390f35b3480156106a057600080fd5b506106bb60048036038101906106b691906143df565b61168b565b6040516106c89190615057565b60405180910390f35b3480156106dd57600080fd5b506106f860048036038101906106f391906143df565b611722565b005b34801561070657600080fd5b50610721600480360381019061071c919061439e565b6117a8565b005b34801561072f57600080fd5b5061073861183e565b6040516107459190615057565b60405180910390f35b34801561075a57600080fd5b50610763611844565b6040516107709190615057565b60405180910390f35b34801561078557600080fd5b5061078e611853565b60405161079b9190614ba3565b60405180910390f35b3480156107b057600080fd5b506107cb60048036038101906107c691906143df565b61186a565b6040516107d89190614b1a565b60405180910390f35b3480156107ed57600080fd5b506108086004803603810190610803919061417c565b61191c565b6040516108159190615057565b60405180910390f35b34801561082a57600080fd5b506108336119d4565b005b34801561084157600080fd5b5061084a611a5c565b005b34801561085857600080fd5b50610861611b26565b60405161086e9190615057565b60405180910390f35b34801561088357600080fd5b5061089e60048036038101906108999190614408565b611b2c565b005b6108a8611c76565b005b3480156108b657600080fd5b506108bf611d69565b6040516108cc9190615057565b60405180910390f35b3480156108e157600080fd5b506108ea611d6f565b6040516108f79190614b1a565b60405180910390f35b34801561090c57600080fd5b50610915611d99565b6040516109229190614bbe565b60405180910390f35b610945600480360381019061094091906142e7565b611e2b565b005b34801561095357600080fd5b5061096e600480360381019061096991906142ab565b61201a565b005b34801561097c57600080fd5b50610997600480360381019061099291906143df565b61219b565b005b3480156109a557600080fd5b506109ae612221565b005b3480156109bc57600080fd5b506109d760048036038101906109d29190614230565b6122ba565b005b3480156109e557600080fd5b50610a0060048036038101906109fb91906143df565b61231c565b604051610a0d9190614bbe565b60405180910390f35b348015610a2257600080fd5b50610a2b6123c3565b604051610a389190615057565b60405180910390f35b348015610a4d57600080fd5b50610a566123c9565b604051610a639190614bbe565b60405180910390f35b348015610a7857600080fd5b50610a81612457565b604051610a8e9190615057565b60405180910390f35b348015610aa357600080fd5b50610aac61245d565b604051610ab99190615057565b60405180910390f35b348015610ace57600080fd5b50610ad7612463565b604051610ae49190614b1a565b60405180910390f35b348015610af957600080fd5b50610b146004803603810190610b0f91906141a5565b61247b565b604051610b219190614ba3565b60405180910390f35b348015610b3657600080fd5b50610b3f61250f565b005b610b5b6004803603810190610b569190614444565b612620565b005b348015610b6957600080fd5b50610b7261272c565b604051610b7f9190615057565b60405180910390f35b348015610b9457600080fd5b50610b9d612731565b604051610baa9190615057565b60405180910390f35b348015610bbf57600080fd5b50610bda6004803603810190610bd5919061417c565b612737565b005b348015610be857600080fd5b50610bf161282f565b604051610bfe9190614bbe565b60405180910390f35b348015610c1357600080fd5b50610c2e6004803603810190610c2991906143df565b6128bd565b005b6000610c3b82612943565b9050919050565b610c4a6129bd565b73ffffffffffffffffffffffffffffffffffffffff16610c68611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614610cbe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cb590614e97565b60405180910390fd5b600115158115151415610cd857610cd36129c5565b610ce1565b610ce0612a68565b5b50565b610cec6129bd565b73ffffffffffffffffffffffffffffffffffffffff16610d0a611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614610d60576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5790614e97565b60405180910390fd5b6001600c60006101000a81548160ff021916908315150217905550565b606060008054610d8c9061534b565b80601f0160208091040260200160405190810160405280929190818152602001828054610db89061534b565b8015610e055780601f10610dda57610100808354040283529160200191610e05565b820191906000526020600020905b815481529060010190602001808311610de857829003601f168201915b5050505050905090565b6000610e1a82612b0a565b610e59576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e5090614e77565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610e9f8261186a565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610f10576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f0790614f77565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610f2f6129bd565b73ffffffffffffffffffffffffffffffffffffffff161480610f5e5750610f5d81610f586129bd565b61247b565b5b610f9d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f9490614dd7565b60405180910390fd5b610fa78383612b76565b505050565b600d5481565b610fba6129bd565b73ffffffffffffffffffffffffffffffffffffffff16610fd8611d6f565b73ffffffffffffffffffffffffffffffffffffffff161461102e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161102590614e97565b60405180910390fd5b8060139080519060200190611044929190613fa0565b5050565b6110506129bd565b73ffffffffffffffffffffffffffffffffffffffff1661106e611d6f565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb90614e97565b60405180910390fd5b8060118190555050565b6000600880549050905090565b60145481565b6110f26110ec6129bd565b82612c2f565b611131576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161112890614ff7565b60405180910390fd5b61113c838383612d0d565b505050565b600061115882600e54612f6990919063ffffffff16565b9050919050565b600061116a8361191c565b82106111ab576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111a290614c77565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b737428f69d853ee1bfcf121abddb206e8c47729b8381565b612710611227612f7f565b1115611268576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161125f90614f37565b60405180910390fd5b611270611d6f565b73ffffffffffffffffffffffffffffffffffffffff1661128e6129bd565b73ffffffffffffffffffffffffffffffffffffffff16146112f2576112b1611853565b156112f1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112e890614db7565b60405180910390fd5b5b60006112fc612f7f565b905060011515600c60019054906101000a900460ff16151514611354576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161134b90614f97565b60405180910390fd5b612710811115611399576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161139090614f37565b60405180910390fd5b61271082826113a89190615180565b11156113e9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113e090614d57565b60405180910390fd5b6113f1611d6f565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146114b457601054821115611468576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161145f90614c57565b60405180910390fd5b61147182611141565b3410156114b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114aa90614f17565b60405180910390fd5b5b60005b828110156114db576114c884612f90565b80806114d3906153ae565b9150506114b7565b50600060155414801561150357506127106114f46110ce565b148061150257506014544210155b5b1561151057436015819055505b505050565b611530838383604051806020016040528060008152506122ba565b505050565b6115466115406129bd565b82612c2f565b611585576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161157c90615037565b60405180910390fd5b61158e81612fe1565b50565b6060600061159e8361191c565b905060008167ffffffffffffffff8111156115e2577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280602002602001820160405280156116105781602001602082028036833780820191505090505b50905060005b8281101561168057611628858261115f565b828281518110611661577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010181815250508080611678906153ae565b915050611616565b508092505050919050565b60006116956110ce565b82106116d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116cd90615017565b60405180910390fd5b60088281548110611710577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b61172a6129bd565b73ffffffffffffffffffffffffffffffffffffffff16611748611d6f565b73ffffffffffffffffffffffffffffffffffffffff161461179e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161179590614e97565b60405180910390fd5b8060108190555050565b6117b06129bd565b73ffffffffffffffffffffffffffffffffffffffff166117ce611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614611824576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161181b90614e97565b60405180910390fd5b806012908051906020019061183a929190613fa0565b5050565b61271081565b600061184e612f7f565b905090565b6000600a60149054906101000a900460ff16905090565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611913576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161190a90614e17565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561198d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161198490614df7565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6119dc6129bd565b73ffffffffffffffffffffffffffffffffffffffff166119fa611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614611a50576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4790614e97565b60405180910390fd5b611a5a60006130f2565b565b611a646129bd565b73ffffffffffffffffffffffffffffffffffffffff16611a82611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614611ad8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611acf90614e97565b60405180910390fd5b600060165414611b1d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b1490614d97565b60405180910390fd5b43601581905550565b60115481565b611b346129bd565b73ffffffffffffffffffffffffffffffffffffffff16611b52611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614611ba8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b9f90614e97565b60405180910390fd5b6000611bb2612f7f565b9050612710811115611bf9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bf090614f37565b60405180910390fd5b6127108382611c089190615180565b1115611c49576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c4090614d57565b60405180910390fd5b60005b83811015611c7057611c5d83612f90565b8080611c68906153ae565b915050611c4c565b50505050565b611c7e6129bd565b73ffffffffffffffffffffffffffffffffffffffff16611c9c611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614611cf2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ce990614e97565b60405180910390fd5b600047905060008111611d0457600080fd5b611d4873f91771be0e6bad25d1a56170ef2e63dd319276b6611d436064611d35605086612f6990919063ffffffff16565b6131b890919063ffffffff16565b6131ce565b611d66737428f69d853ee1bfcf121abddb206e8c47729b83476131ce565b50565b600e5481565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611da89061534b565b80601f0160208091040260200160405190810160405280929190818152602001828054611dd49061534b565b8015611e215780601f10611df657610100808354040283529160200191611e21565b820191906000526020600020905b815481529060010190602001808311611e0457829003601f168201915b5050505050905090565b6000611e35612f7f565b905060011515600c60009054906101000a900460ff16151514611e8d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e8490614cd7565b60405180910390fd5b600d54811115611ed2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ec990614eb7565b60405180910390fd5b600d548282611ee19190615180565b1115611f22576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f1990614d57565b60405180910390fd5b611f2a611d6f565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611fed57601154821115611fa1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f9890614c57565b60405180910390fd5b611faa82611141565b341015611fec576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fe390614f17565b60405180910390fd5b5b60005b828110156120145761200184612f90565b808061200c906153ae565b915050611ff0565b50505050565b6120226129bd565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612090576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161208790614d37565b60405180910390fd5b806005600061209d6129bd565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff1661214a6129bd565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405161218f9190614ba3565b60405180910390a35050565b6121a36129bd565b73ffffffffffffffffffffffffffffffffffffffff166121c1611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614612217576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161220e90614e97565b60405180910390fd5b80600f8190555050565b6122296129bd565b73ffffffffffffffffffffffffffffffffffffffff16612247611d6f565b73ffffffffffffffffffffffffffffffffffffffff161461229d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229490614e97565b60405180910390fd5b6001600c60016101000a81548160ff021916908315150217905550565b6122cb6122c56129bd565b83612c2f565b61230a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161230190614ff7565b60405180910390fd5b6123168484848461327f565b50505050565b606061232782612b0a565b612366576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235d90614ef7565b60405180910390fd5b60006123706132db565b9050600081511161239057604051806020016040528060008152506123bb565b8061239a8461336d565b6040516020016123ab929190614ae1565b6040516020818303038152906040525b915050919050565b60165481565b601280546123d69061534b565b80601f01602080910402602001604051908101604052809291908181526020018280546124029061534b565b801561244f5780601f106124245761010080835404028352916020019161244f565b820191906000526020600020905b81548152906001019060200180831161243257829003601f168201915b505050505081565b600f5481565b60155481565b73f91771be0e6bad25d1a56170ef2e63dd319276b681565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600060165414612554576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161254b90614d97565b60405180910390fd5b6000601554141561259a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161259190614fb7565b60405180910390fd5b6127106015544060001c6125ae91906153f7565b60168190555060ff6125cb6015544361351a90919063ffffffff16565b11156125f6576127106001436125e19190615261565b4060001c6125ef91906153f7565b6016819055505b6000601654141561261e57612617600160165461353090919063ffffffff16565b6016819055505b565b600061262b8461186a565b90508073ffffffffffffffffffffffffffffffffffffffff1661264c6129bd565b73ffffffffffffffffffffffffffffffffffffffff16146126a2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161269990614e37565b60405180910390fd5b6000349050600f5481146126eb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126e290614f57565b60405180910390fd5b847f071e2b5b04043a73f97c13dbdcd19e7f2d114c2277c6f5d4c6403e547756e45d858560405161271d929190614be0565b60405180910390a25050505050565b606481565b60105481565b61273f6129bd565b73ffffffffffffffffffffffffffffffffffffffff1661275d611d6f565b73ffffffffffffffffffffffffffffffffffffffff16146127b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127aa90614e97565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612823576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161281a90614cb7565b60405180910390fd5b61282c816130f2565b50565b6013805461283c9061534b565b80601f01602080910402602001604051908101604052809291908181526020018280546128689061534b565b80156128b55780601f1061288a576101008083540402835291602001916128b5565b820191906000526020600020905b81548152906001019060200180831161289857829003601f168201915b505050505081565b6128c56129bd565b73ffffffffffffffffffffffffffffffffffffffff166128e3611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614612939576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161293090614e97565b60405180910390fd5b80600d8190555050565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806129b657506129b582613546565b5b9050919050565b600033905090565b6129cd611853565b15612a0d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a0490614db7565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258612a516129bd565b604051612a5e9190614b1a565b60405180910390a1565b612a70611853565b612aaf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612aa690614c37565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa612af36129bd565b604051612b009190614b1a565b60405180910390a1565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16612be98361186a565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000612c3a82612b0a565b612c79576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c7090614d77565b60405180910390fd5b6000612c848361186a565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480612cf357508373ffffffffffffffffffffffffffffffffffffffff16612cdb84610e0f565b73ffffffffffffffffffffffffffffffffffffffff16145b80612d045750612d03818561247b565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16612d2d8261186a565b73ffffffffffffffffffffffffffffffffffffffff1614612d83576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d7a90614ed7565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612df3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612dea90614d17565b60405180910390fd5b612dfe838383613628565b612e09600082612b76565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612e599190615261565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612eb09190615180565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b60008183612f779190615207565b905092915050565b6000612f8b600b613638565b905090565b6000612f9a612f7f565b9050612fa6600b613646565b612fb0828261365c565b807f9155557c09d033e9fe02fdb737578bf19b8d0cdae05851cd5b0ddbc0c2d5be4b60405160405180910390a25050565b6000612fec8261186a565b9050612ffa81600084613628565b613005600083612b76565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546130559190615261565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600081836131c691906151d6565b905092915050565b60008273ffffffffffffffffffffffffffffffffffffffff16826040516131f490614b05565b60006040518083038185875af1925050503d8060008114613231576040519150601f19603f3d011682016040523d82523d6000602084013e613236565b606091505b505090508061327a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161327190614fd7565b60405180910390fd5b505050565b61328a848484612d0d565b6132968484848461367a565b6132d5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132cc90614c97565b60405180910390fd5b50505050565b6060601280546132ea9061534b565b80601f01602080910402602001604051908101604052809291908181526020018280546133169061534b565b80156133635780601f1061333857610100808354040283529160200191613363565b820191906000526020600020905b81548152906001019060200180831161334657829003601f168201915b5050505050905090565b606060008214156133b5576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050613515565b600082905060005b600082146133e75780806133d0906153ae565b915050600a826133e091906151d6565b91506133bd565b60008167ffffffffffffffff811115613429577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f19166020018201604052801561345b5781602001600182028036833780820191505090505b5090505b6000851461350e576001826134749190615261565b9150600a8561348391906153f7565b603061348f9190615180565b60f81b8183815181106134cb577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a8561350791906151d6565b945061345f565b8093505050505b919050565b600081836135289190615261565b905092915050565b6000818361353e9190615180565b905092915050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061361157507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80613621575061362082613811565b5b9050919050565b61363383838361387b565b505050565b600081600001549050919050565b6001816000016000828254019250508190555050565b6136768282604051806020016040528060008152506138d3565b5050565b600061369b8473ffffffffffffffffffffffffffffffffffffffff1661392e565b15613804578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026136c46129bd565b8786866040518563ffffffff1660e01b81526004016136e69493929190614b35565b602060405180830381600087803b15801561370057600080fd5b505af192505050801561373157506040513d601f19601f8201168201806040525081019061372e9190614375565b60015b6137b4573d8060008114613761576040519150601f19603f3d011682016040523d82523d6000602084013e613766565b606091505b506000815114156137ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016137a390614c97565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050613809565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b613886838383613941565b61388e611853565b156138ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016138c590614c17565b60405180910390fd5b505050565b6138dd8383613a55565b6138ea600084848461367a565b613929576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161392090614c97565b60405180910390fd5b505050565b600080823b905060008111915050919050565b61394c838383613c23565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561398f5761398a81613c28565b6139ce565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146139cd576139cc8382613c71565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613a1157613a0c81613dde565b613a50565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614613a4f57613a4e8282613f21565b5b5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613ac5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613abc90614e57565b60405180910390fd5b613ace81612b0a565b15613b0e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613b0590614cf7565b60405180910390fd5b613b1a60008383613628565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254613b6a9190615180565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b60006001613c7e8461191c565b613c889190615261565b9050600060076000848152602001908152602001600020549050818114613d6d576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600880549050613df29190615261565b9050600060096000848152602001908152602001600020549050600060088381548110613e48577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020015490508060088381548110613e90577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020018190555081600960008381526020019081526020016000208190555060096000858152602001908152602001600020600090556008805480613f05577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b6000613f2c8361191c565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b828054613fac9061534b565b90600052602060002090601f016020900481019282613fce5760008555614015565b82601f10613fe757805160ff1916838001178555614015565b82800160010185558215614015579182015b82811115614014578251825591602001919060010190613ff9565b5b5090506140229190614026565b5090565b5b8082111561403f576000816000905550600101614027565b5090565b600061405661405184615097565b615072565b90508281526020810184848401111561406e57600080fd5b614079848285615309565b509392505050565b600061409461408f846150c8565b615072565b9050828152602081018484840111156140ac57600080fd5b6140b7848285615309565b509392505050565b6000813590506140ce81615cf0565b92915050565b6000813590506140e381615d07565b92915050565b6000813590506140f881615d1e565b92915050565b60008151905061410d81615d1e565b92915050565b600082601f83011261412457600080fd5b8135614134848260208601614043565b91505092915050565b600082601f83011261414e57600080fd5b813561415e848260208601614081565b91505092915050565b60008135905061417681615d35565b92915050565b60006020828403121561418e57600080fd5b600061419c848285016140bf565b91505092915050565b600080604083850312156141b857600080fd5b60006141c6858286016140bf565b92505060206141d7858286016140bf565b9150509250929050565b6000806000606084860312156141f657600080fd5b6000614204868287016140bf565b9350506020614215868287016140bf565b925050604061422686828701614167565b9150509250925092565b6000806000806080858703121561424657600080fd5b6000614254878288016140bf565b9450506020614265878288016140bf565b935050604061427687828801614167565b925050606085013567ffffffffffffffff81111561429357600080fd5b61429f87828801614113565b91505092959194509250565b600080604083850312156142be57600080fd5b60006142cc858286016140bf565b92505060206142dd858286016140d4565b9150509250929050565b600080604083850312156142fa57600080fd5b6000614308858286016140bf565b925050602061431985828601614167565b9150509250929050565b60006020828403121561433557600080fd5b6000614343848285016140d4565b91505092915050565b60006020828403121561435e57600080fd5b600061436c848285016140e9565b91505092915050565b60006020828403121561438757600080fd5b6000614395848285016140fe565b91505092915050565b6000602082840312156143b057600080fd5b600082013567ffffffffffffffff8111156143ca57600080fd5b6143d68482850161413d565b91505092915050565b6000602082840312156143f157600080fd5b60006143ff84828501614167565b91505092915050565b6000806040838503121561441b57600080fd5b600061442985828601614167565b925050602061443a858286016140bf565b9150509250929050565b60008060006060848603121561445957600080fd5b600061446786828701614167565b935050602084013567ffffffffffffffff81111561448457600080fd5b6144908682870161413d565b925050604084013567ffffffffffffffff8111156144ad57600080fd5b6144b98682870161413d565b9150509250925092565b60006144cf8383614ac3565b60208301905092915050565b6144e481615295565b82525050565b60006144f582615109565b6144ff8185615137565b935061450a836150f9565b8060005b8381101561453b57815161452288826144c3565b975061452d8361512a565b92505060018101905061450e565b5085935050505092915050565b614551816152a7565b82525050565b600061456282615114565b61456c8185615148565b935061457c818560208601615318565b614585816154e4565b840191505092915050565b600061459b8261511f565b6145a58185615164565b93506145b5818560208601615318565b6145be816154e4565b840191505092915050565b60006145d48261511f565b6145de8185615175565b93506145ee818560208601615318565b80840191505092915050565b6000614607602b83615164565b9150614612826154f5565b604082019050919050565b600061462a601483615164565b915061463582615544565b602082019050919050565b600061464d600e83615164565b91506146588261556d565b602082019050919050565b6000614670602b83615164565b915061467b82615596565b604082019050919050565b6000614693603283615164565b915061469e826155e5565b604082019050919050565b60006146b6602683615164565b91506146c182615634565b604082019050919050565b60006146d9601b83615164565b91506146e482615683565b602082019050919050565b60006146fc601c83615164565b9150614707826156ac565b602082019050919050565b600061471f602483615164565b915061472a826156d5565b604082019050919050565b6000614742601983615164565b915061474d82615724565b602082019050919050565b6000614765600983615164565b91506147708261574d565b602082019050919050565b6000614788602c83615164565b915061479382615776565b604082019050919050565b60006147ab601d83615164565b91506147b6826157c5565b602082019050919050565b60006147ce601083615164565b91506147d9826157ee565b602082019050919050565b60006147f1603883615164565b91506147fc82615817565b604082019050919050565b6000614814602a83615164565b915061481f82615866565b604082019050919050565b6000614837602983615164565b9150614842826158b5565b604082019050919050565b600061485a601983615164565b915061486582615904565b602082019050919050565b600061487d602083615164565b91506148888261592d565b602082019050919050565b60006148a0602c83615164565b91506148ab82615956565b604082019050919050565b60006148c3602083615164565b91506148ce826159a5565b602082019050919050565b60006148e6600d83615164565b91506148f1826159ce565b602082019050919050565b6000614909602983615164565b9150614914826159f7565b604082019050919050565b600061492c602f83615164565b915061493782615a46565b604082019050919050565b600061494f601183615164565b915061495a82615a95565b602082019050919050565b6000614972600a83615164565b915061497d82615abe565b602082019050919050565b6000614995602e83615164565b91506149a082615ae7565b604082019050919050565b60006149b8602183615164565b91506149c382615b36565b604082019050919050565b60006149db601883615164565b91506149e682615b85565b602082019050919050565b60006149fe602083615164565b9150614a0982615bae565b602082019050919050565b6000614a21600083615159565b9150614a2c82615bd7565b600082019050919050565b6000614a44601083615164565b9150614a4f82615bda565b602082019050919050565b6000614a67603183615164565b9150614a7282615c03565b604082019050919050565b6000614a8a602c83615164565b9150614a9582615c52565b604082019050919050565b6000614aad603083615164565b9150614ab882615ca1565b604082019050919050565b614acc816152ff565b82525050565b614adb816152ff565b82525050565b6000614aed82856145c9565b9150614af982846145c9565b91508190509392505050565b6000614b1082614a14565b9150819050919050565b6000602082019050614b2f60008301846144db565b92915050565b6000608082019050614b4a60008301876144db565b614b5760208301866144db565b614b646040830185614ad2565b8181036060830152614b768184614557565b905095945050505050565b60006020820190508181036000830152614b9b81846144ea565b905092915050565b6000602082019050614bb86000830184614548565b92915050565b60006020820190508181036000830152614bd88184614590565b905092915050565b60006040820190508181036000830152614bfa8185614590565b90508181036020830152614c0e8184614590565b90509392505050565b60006020820190508181036000830152614c30816145fa565b9050919050565b60006020820190508181036000830152614c508161461d565b9050919050565b60006020820190508181036000830152614c7081614640565b9050919050565b60006020820190508181036000830152614c9081614663565b9050919050565b60006020820190508181036000830152614cb081614686565b9050919050565b60006020820190508181036000830152614cd0816146a9565b9050919050565b60006020820190508181036000830152614cf0816146cc565b9050919050565b60006020820190508181036000830152614d10816146ef565b9050919050565b60006020820190508181036000830152614d3081614712565b9050919050565b60006020820190508181036000830152614d5081614735565b9050919050565b60006020820190508181036000830152614d7081614758565b9050919050565b60006020820190508181036000830152614d908161477b565b9050919050565b60006020820190508181036000830152614db08161479e565b9050919050565b60006020820190508181036000830152614dd0816147c1565b9050919050565b60006020820190508181036000830152614df0816147e4565b9050919050565b60006020820190508181036000830152614e1081614807565b9050919050565b60006020820190508181036000830152614e308161482a565b9050919050565b60006020820190508181036000830152614e508161484d565b9050919050565b60006020820190508181036000830152614e7081614870565b9050919050565b60006020820190508181036000830152614e9081614893565b9050919050565b60006020820190508181036000830152614eb0816148b6565b9050919050565b60006020820190508181036000830152614ed0816148d9565b9050919050565b60006020820190508181036000830152614ef0816148fc565b9050919050565b60006020820190508181036000830152614f108161491f565b9050919050565b60006020820190508181036000830152614f3081614942565b9050919050565b60006020820190508181036000830152614f5081614965565b9050919050565b60006020820190508181036000830152614f7081614988565b9050919050565b60006020820190508181036000830152614f90816149ab565b9050919050565b60006020820190508181036000830152614fb0816149ce565b9050919050565b60006020820190508181036000830152614fd0816149f1565b9050919050565b60006020820190508181036000830152614ff081614a37565b9050919050565b6000602082019050818103600083015261501081614a5a565b9050919050565b6000602082019050818103600083015261503081614a7d565b9050919050565b6000602082019050818103600083015261505081614aa0565b9050919050565b600060208201905061506c6000830184614ad2565b92915050565b600061507c61508d565b9050615088828261537d565b919050565b6000604051905090565b600067ffffffffffffffff8211156150b2576150b16154b5565b5b6150bb826154e4565b9050602081019050919050565b600067ffffffffffffffff8211156150e3576150e26154b5565b5b6150ec826154e4565b9050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b600061518b826152ff565b9150615196836152ff565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156151cb576151ca615428565b5b828201905092915050565b60006151e1826152ff565b91506151ec836152ff565b9250826151fc576151fb615457565b5b828204905092915050565b6000615212826152ff565b915061521d836152ff565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048311821515161561525657615255615428565b5b828202905092915050565b600061526c826152ff565b9150615277836152ff565b92508282101561528a57615289615428565b5b828203905092915050565b60006152a0826152df565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561533657808201518184015260208101905061531b565b83811115615345576000848401525b50505050565b6000600282049050600182168061536357607f821691505b6020821081141561537757615376615486565b5b50919050565b615386826154e4565b810181811067ffffffffffffffff821117156153a5576153a46154b5565b5b80604052505050565b60006153b9826152ff565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156153ec576153eb615428565b5b600182019050919050565b6000615402826152ff565b915061540d836152ff565b92508261541d5761541c615457565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4552433732315061757361626c653a20746f6b656e207472616e73666572207760008201527f68696c6520706175736564000000000000000000000000000000000000000000602082015250565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f45786365656473206e756d626572000000000000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f50726573616c6520686173206e6f742079657420737461727465640000000000600082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4d6178206c696d69740000000000000000000000000000000000000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f5374617274696e6720696e64657820697320616c726561647920736574000000600082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f54686973206973206e6f7420796f75722041647669736f722e00000000000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f50726573616c6520656e64656400000000000000000000000000000000000000600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f56616c75652062656c6f77207072696365000000000000000000000000000000600082015250565b7f53616c6520656e64656400000000000000000000000000000000000000000000600082015250565b7f5468657265206973206120707269636520666f72206368616e67696e6720796f60008201527f757220617474726962757465732e000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f53616c6520686173206e6f742079657420737461727465640000000000000000600082015250565b7f5374617274696e6720696e64657820626c6f636b206d75737420626520736574600082015250565b50565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656400000000000000000000000000000000602082015250565b615cf981615295565b8114615d0457600080fd5b50565b615d10816152a7565b8114615d1b57600080fd5b50565b615d27816152b3565b8114615d3257600080fd5b50565b615d3e816152ff565b8114615d4957600080fd5b5056fea2646970667358221220f6396f833edd31fbc2299fbe68e1539f0cbaa54607d1fad91a12bee285ed176964736f6c6343000804003300000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x6080604052600436106103355760003560e01c8063715018a6116101ab578063c87b56dd116100f7578063e986655011610095578063f0292a031161006f578063f0292a0314610b88578063f2fde38b14610bb3578063ff1b655614610bdc578063ff24937b14610c0757610335565b8063e986655014610b2a578063ed16e3a614610b41578063eff31e9e14610b5d57610335565b8063d773154f116100d1578063d773154f14610a6c578063e36d649814610a97578063e927fc5c14610ac2578063e985e9c514610aed57610335565b8063c87b56dd146109d9578063cb774d4714610a16578063d547cfb714610a4157610335565b80638da5cb5b11610164578063a22cb4651161013e578063a22cb46514610947578063a8307a3214610970578063b66a0e5d14610999578063b88d4fde146109b057610335565b80638da5cb5b146108d557806395d89b41146109005780639b6a67091461092b57610335565b8063715018a61461081e5780637d17fcbe146108355780637e95eac41461084c578063850dd09114610877578063853828b6146108a05780638d859f3e146108aa57610335565b80632f745c5911610285578063547520fe1161022357806359a7715a116101fd57806359a7715a1461074e5780635c975abb146107795780636352211e146107a457806370a08231146107e157610335565b8063547520fe146106d157806355f804b3146106fa57806357d4c4ee1461072357610335565b806342842e0e1161025f57806342842e0e1461060557806342966c681461062e578063438b6300146106575780634f6ccce71461069457610335565b80632f745c59146105815780633ad10ef6146105be57806340c10f19146105e957610335565b80630ffc6728116102f257806318160ddd116102cc57806318160ddd146104c557806318e20a38146104f057806323b872dd1461051b57806326a49e371461054457610335565b80630ffc672814610448578063109695231461047357806313e7f27f1461049c57610335565b806301ffc9a71461033a57806302329a291461037757806304c98b2b146103a057806306fdde03146103b7578063081812fc146103e2578063095ea7b31461041f575b600080fd5b34801561034657600080fd5b50610361600480360381019061035c919061434c565b610c30565b60405161036e9190614ba3565b60405180910390f35b34801561038357600080fd5b5061039e60048036038101906103999190614323565b610c42565b005b3480156103ac57600080fd5b506103b5610ce4565b005b3480156103c357600080fd5b506103cc610d7d565b6040516103d99190614bbe565b60405180910390f35b3480156103ee57600080fd5b50610409600480360381019061040491906143df565b610e0f565b6040516104169190614b1a565b60405180910390f35b34801561042b57600080fd5b50610446600480360381019061044191906142e7565b610e94565b005b34801561045457600080fd5b5061045d610fac565b60405161046a9190615057565b60405180910390f35b34801561047f57600080fd5b5061049a6004803603810190610495919061439e565b610fb2565b005b3480156104a857600080fd5b506104c360048036038101906104be91906143df565b611048565b005b3480156104d157600080fd5b506104da6110ce565b6040516104e79190615057565b60405180910390f35b3480156104fc57600080fd5b506105056110db565b6040516105129190615057565b60405180910390f35b34801561052757600080fd5b50610542600480360381019061053d91906141e1565b6110e1565b005b34801561055057600080fd5b5061056b600480360381019061056691906143df565b611141565b6040516105789190615057565b60405180910390f35b34801561058d57600080fd5b506105a860048036038101906105a391906142e7565b61115f565b6040516105b59190615057565b60405180910390f35b3480156105ca57600080fd5b506105d3611204565b6040516105e09190614b1a565b60405180910390f35b61060360048036038101906105fe91906142e7565b61121c565b005b34801561061157600080fd5b5061062c600480360381019061062791906141e1565b611515565b005b34801561063a57600080fd5b50610655600480360381019061065091906143df565b611535565b005b34801561066357600080fd5b5061067e6004803603810190610679919061417c565b611591565b60405161068b9190614b81565b60405180910390f35b3480156106a057600080fd5b506106bb60048036038101906106b691906143df565b61168b565b6040516106c89190615057565b60405180910390f35b3480156106dd57600080fd5b506106f860048036038101906106f391906143df565b611722565b005b34801561070657600080fd5b50610721600480360381019061071c919061439e565b6117a8565b005b34801561072f57600080fd5b5061073861183e565b6040516107459190615057565b60405180910390f35b34801561075a57600080fd5b50610763611844565b6040516107709190615057565b60405180910390f35b34801561078557600080fd5b5061078e611853565b60405161079b9190614ba3565b60405180910390f35b3480156107b057600080fd5b506107cb60048036038101906107c691906143df565b61186a565b6040516107d89190614b1a565b60405180910390f35b3480156107ed57600080fd5b506108086004803603810190610803919061417c565b61191c565b6040516108159190615057565b60405180910390f35b34801561082a57600080fd5b506108336119d4565b005b34801561084157600080fd5b5061084a611a5c565b005b34801561085857600080fd5b50610861611b26565b60405161086e9190615057565b60405180910390f35b34801561088357600080fd5b5061089e60048036038101906108999190614408565b611b2c565b005b6108a8611c76565b005b3480156108b657600080fd5b506108bf611d69565b6040516108cc9190615057565b60405180910390f35b3480156108e157600080fd5b506108ea611d6f565b6040516108f79190614b1a565b60405180910390f35b34801561090c57600080fd5b50610915611d99565b6040516109229190614bbe565b60405180910390f35b610945600480360381019061094091906142e7565b611e2b565b005b34801561095357600080fd5b5061096e600480360381019061096991906142ab565b61201a565b005b34801561097c57600080fd5b50610997600480360381019061099291906143df565b61219b565b005b3480156109a557600080fd5b506109ae612221565b005b3480156109bc57600080fd5b506109d760048036038101906109d29190614230565b6122ba565b005b3480156109e557600080fd5b50610a0060048036038101906109fb91906143df565b61231c565b604051610a0d9190614bbe565b60405180910390f35b348015610a2257600080fd5b50610a2b6123c3565b604051610a389190615057565b60405180910390f35b348015610a4d57600080fd5b50610a566123c9565b604051610a639190614bbe565b60405180910390f35b348015610a7857600080fd5b50610a81612457565b604051610a8e9190615057565b60405180910390f35b348015610aa357600080fd5b50610aac61245d565b604051610ab99190615057565b60405180910390f35b348015610ace57600080fd5b50610ad7612463565b604051610ae49190614b1a565b60405180910390f35b348015610af957600080fd5b50610b146004803603810190610b0f91906141a5565b61247b565b604051610b219190614ba3565b60405180910390f35b348015610b3657600080fd5b50610b3f61250f565b005b610b5b6004803603810190610b569190614444565b612620565b005b348015610b6957600080fd5b50610b7261272c565b604051610b7f9190615057565b60405180910390f35b348015610b9457600080fd5b50610b9d612731565b604051610baa9190615057565b60405180910390f35b348015610bbf57600080fd5b50610bda6004803603810190610bd5919061417c565b612737565b005b348015610be857600080fd5b50610bf161282f565b604051610bfe9190614bbe565b60405180910390f35b348015610c1357600080fd5b50610c2e6004803603810190610c2991906143df565b6128bd565b005b6000610c3b82612943565b9050919050565b610c4a6129bd565b73ffffffffffffffffffffffffffffffffffffffff16610c68611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614610cbe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cb590614e97565b60405180910390fd5b600115158115151415610cd857610cd36129c5565b610ce1565b610ce0612a68565b5b50565b610cec6129bd565b73ffffffffffffffffffffffffffffffffffffffff16610d0a611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614610d60576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d5790614e97565b60405180910390fd5b6001600c60006101000a81548160ff021916908315150217905550565b606060008054610d8c9061534b565b80601f0160208091040260200160405190810160405280929190818152602001828054610db89061534b565b8015610e055780601f10610dda57610100808354040283529160200191610e05565b820191906000526020600020905b815481529060010190602001808311610de857829003601f168201915b5050505050905090565b6000610e1a82612b0a565b610e59576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e5090614e77565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610e9f8261186a565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610f10576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f0790614f77565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610f2f6129bd565b73ffffffffffffffffffffffffffffffffffffffff161480610f5e5750610f5d81610f586129bd565b61247b565b5b610f9d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f9490614dd7565b60405180910390fd5b610fa78383612b76565b505050565b600d5481565b610fba6129bd565b73ffffffffffffffffffffffffffffffffffffffff16610fd8611d6f565b73ffffffffffffffffffffffffffffffffffffffff161461102e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161102590614e97565b60405180910390fd5b8060139080519060200190611044929190613fa0565b5050565b6110506129bd565b73ffffffffffffffffffffffffffffffffffffffff1661106e611d6f565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb90614e97565b60405180910390fd5b8060118190555050565b6000600880549050905090565b60145481565b6110f26110ec6129bd565b82612c2f565b611131576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161112890614ff7565b60405180910390fd5b61113c838383612d0d565b505050565b600061115882600e54612f6990919063ffffffff16565b9050919050565b600061116a8361191c565b82106111ab576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111a290614c77565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b737428f69d853ee1bfcf121abddb206e8c47729b8381565b612710611227612f7f565b1115611268576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161125f90614f37565b60405180910390fd5b611270611d6f565b73ffffffffffffffffffffffffffffffffffffffff1661128e6129bd565b73ffffffffffffffffffffffffffffffffffffffff16146112f2576112b1611853565b156112f1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112e890614db7565b60405180910390fd5b5b60006112fc612f7f565b905060011515600c60019054906101000a900460ff16151514611354576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161134b90614f97565b60405180910390fd5b612710811115611399576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161139090614f37565b60405180910390fd5b61271082826113a89190615180565b11156113e9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113e090614d57565b60405180910390fd5b6113f1611d6f565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146114b457601054821115611468576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161145f90614c57565b60405180910390fd5b61147182611141565b3410156114b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114aa90614f17565b60405180910390fd5b5b60005b828110156114db576114c884612f90565b80806114d3906153ae565b9150506114b7565b50600060155414801561150357506127106114f46110ce565b148061150257506014544210155b5b1561151057436015819055505b505050565b611530838383604051806020016040528060008152506122ba565b505050565b6115466115406129bd565b82612c2f565b611585576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161157c90615037565b60405180910390fd5b61158e81612fe1565b50565b6060600061159e8361191c565b905060008167ffffffffffffffff8111156115e2577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280602002602001820160405280156116105781602001602082028036833780820191505090505b50905060005b8281101561168057611628858261115f565b828281518110611661577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6020026020010181815250508080611678906153ae565b915050611616565b508092505050919050565b60006116956110ce565b82106116d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116cd90615017565b60405180910390fd5b60088281548110611710577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b61172a6129bd565b73ffffffffffffffffffffffffffffffffffffffff16611748611d6f565b73ffffffffffffffffffffffffffffffffffffffff161461179e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161179590614e97565b60405180910390fd5b8060108190555050565b6117b06129bd565b73ffffffffffffffffffffffffffffffffffffffff166117ce611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614611824576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161181b90614e97565b60405180910390fd5b806012908051906020019061183a929190613fa0565b5050565b61271081565b600061184e612f7f565b905090565b6000600a60149054906101000a900460ff16905090565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611913576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161190a90614e17565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561198d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161198490614df7565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6119dc6129bd565b73ffffffffffffffffffffffffffffffffffffffff166119fa611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614611a50576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4790614e97565b60405180910390fd5b611a5a60006130f2565b565b611a646129bd565b73ffffffffffffffffffffffffffffffffffffffff16611a82611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614611ad8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611acf90614e97565b60405180910390fd5b600060165414611b1d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b1490614d97565b60405180910390fd5b43601581905550565b60115481565b611b346129bd565b73ffffffffffffffffffffffffffffffffffffffff16611b52611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614611ba8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b9f90614e97565b60405180910390fd5b6000611bb2612f7f565b9050612710811115611bf9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bf090614f37565b60405180910390fd5b6127108382611c089190615180565b1115611c49576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c4090614d57565b60405180910390fd5b60005b83811015611c7057611c5d83612f90565b8080611c68906153ae565b915050611c4c565b50505050565b611c7e6129bd565b73ffffffffffffffffffffffffffffffffffffffff16611c9c611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614611cf2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ce990614e97565b60405180910390fd5b600047905060008111611d0457600080fd5b611d4873f91771be0e6bad25d1a56170ef2e63dd319276b6611d436064611d35605086612f6990919063ffffffff16565b6131b890919063ffffffff16565b6131ce565b611d66737428f69d853ee1bfcf121abddb206e8c47729b83476131ce565b50565b600e5481565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611da89061534b565b80601f0160208091040260200160405190810160405280929190818152602001828054611dd49061534b565b8015611e215780601f10611df657610100808354040283529160200191611e21565b820191906000526020600020905b815481529060010190602001808311611e0457829003601f168201915b5050505050905090565b6000611e35612f7f565b905060011515600c60009054906101000a900460ff16151514611e8d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e8490614cd7565b60405180910390fd5b600d54811115611ed2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ec990614eb7565b60405180910390fd5b600d548282611ee19190615180565b1115611f22576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f1990614d57565b60405180910390fd5b611f2a611d6f565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611fed57601154821115611fa1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f9890614c57565b60405180910390fd5b611faa82611141565b341015611fec576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fe390614f17565b60405180910390fd5b5b60005b828110156120145761200184612f90565b808061200c906153ae565b915050611ff0565b50505050565b6120226129bd565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612090576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161208790614d37565b60405180910390fd5b806005600061209d6129bd565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff1661214a6129bd565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405161218f9190614ba3565b60405180910390a35050565b6121a36129bd565b73ffffffffffffffffffffffffffffffffffffffff166121c1611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614612217576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161220e90614e97565b60405180910390fd5b80600f8190555050565b6122296129bd565b73ffffffffffffffffffffffffffffffffffffffff16612247611d6f565b73ffffffffffffffffffffffffffffffffffffffff161461229d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229490614e97565b60405180910390fd5b6001600c60016101000a81548160ff021916908315150217905550565b6122cb6122c56129bd565b83612c2f565b61230a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161230190614ff7565b60405180910390fd5b6123168484848461327f565b50505050565b606061232782612b0a565b612366576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235d90614ef7565b60405180910390fd5b60006123706132db565b9050600081511161239057604051806020016040528060008152506123bb565b8061239a8461336d565b6040516020016123ab929190614ae1565b6040516020818303038152906040525b915050919050565b60165481565b601280546123d69061534b565b80601f01602080910402602001604051908101604052809291908181526020018280546124029061534b565b801561244f5780601f106124245761010080835404028352916020019161244f565b820191906000526020600020905b81548152906001019060200180831161243257829003601f168201915b505050505081565b600f5481565b60155481565b73f91771be0e6bad25d1a56170ef2e63dd319276b681565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600060165414612554576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161254b90614d97565b60405180910390fd5b6000601554141561259a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161259190614fb7565b60405180910390fd5b6127106015544060001c6125ae91906153f7565b60168190555060ff6125cb6015544361351a90919063ffffffff16565b11156125f6576127106001436125e19190615261565b4060001c6125ef91906153f7565b6016819055505b6000601654141561261e57612617600160165461353090919063ffffffff16565b6016819055505b565b600061262b8461186a565b90508073ffffffffffffffffffffffffffffffffffffffff1661264c6129bd565b73ffffffffffffffffffffffffffffffffffffffff16146126a2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161269990614e37565b60405180910390fd5b6000349050600f5481146126eb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126e290614f57565b60405180910390fd5b847f071e2b5b04043a73f97c13dbdcd19e7f2d114c2277c6f5d4c6403e547756e45d858560405161271d929190614be0565b60405180910390a25050505050565b606481565b60105481565b61273f6129bd565b73ffffffffffffffffffffffffffffffffffffffff1661275d611d6f565b73ffffffffffffffffffffffffffffffffffffffff16146127b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127aa90614e97565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415612823576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161281a90614cb7565b60405180910390fd5b61282c816130f2565b50565b6013805461283c9061534b565b80601f01602080910402602001604051908101604052809291908181526020018280546128689061534b565b80156128b55780601f1061288a576101008083540402835291602001916128b5565b820191906000526020600020905b81548152906001019060200180831161289857829003601f168201915b505050505081565b6128c56129bd565b73ffffffffffffffffffffffffffffffffffffffff166128e3611d6f565b73ffffffffffffffffffffffffffffffffffffffff1614612939576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161293090614e97565b60405180910390fd5b80600d8190555050565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806129b657506129b582613546565b5b9050919050565b600033905090565b6129cd611853565b15612a0d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a0490614db7565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258612a516129bd565b604051612a5e9190614b1a565b60405180910390a1565b612a70611853565b612aaf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612aa690614c37565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa612af36129bd565b604051612b009190614b1a565b60405180910390a1565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16612be98361186a565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000612c3a82612b0a565b612c79576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612c7090614d77565b60405180910390fd5b6000612c848361186a565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480612cf357508373ffffffffffffffffffffffffffffffffffffffff16612cdb84610e0f565b73ffffffffffffffffffffffffffffffffffffffff16145b80612d045750612d03818561247b565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16612d2d8261186a565b73ffffffffffffffffffffffffffffffffffffffff1614612d83576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d7a90614ed7565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612df3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612dea90614d17565b60405180910390fd5b612dfe838383613628565b612e09600082612b76565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612e599190615261565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612eb09190615180565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b60008183612f779190615207565b905092915050565b6000612f8b600b613638565b905090565b6000612f9a612f7f565b9050612fa6600b613646565b612fb0828261365c565b807f9155557c09d033e9fe02fdb737578bf19b8d0cdae05851cd5b0ddbc0c2d5be4b60405160405180910390a25050565b6000612fec8261186a565b9050612ffa81600084613628565b613005600083612b76565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546130559190615261565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600081836131c691906151d6565b905092915050565b60008273ffffffffffffffffffffffffffffffffffffffff16826040516131f490614b05565b60006040518083038185875af1925050503d8060008114613231576040519150601f19603f3d011682016040523d82523d6000602084013e613236565b606091505b505090508061327a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161327190614fd7565b60405180910390fd5b505050565b61328a848484612d0d565b6132968484848461367a565b6132d5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132cc90614c97565b60405180910390fd5b50505050565b6060601280546132ea9061534b565b80601f01602080910402602001604051908101604052809291908181526020018280546133169061534b565b80156133635780601f1061333857610100808354040283529160200191613363565b820191906000526020600020905b81548152906001019060200180831161334657829003601f168201915b5050505050905090565b606060008214156133b5576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050613515565b600082905060005b600082146133e75780806133d0906153ae565b915050600a826133e091906151d6565b91506133bd565b60008167ffffffffffffffff811115613429577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f19166020018201604052801561345b5781602001600182028036833780820191505090505b5090505b6000851461350e576001826134749190615261565b9150600a8561348391906153f7565b603061348f9190615180565b60f81b8183815181106134cb577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a8561350791906151d6565b945061345f565b8093505050505b919050565b600081836135289190615261565b905092915050565b6000818361353e9190615180565b905092915050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061361157507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80613621575061362082613811565b5b9050919050565b61363383838361387b565b505050565b600081600001549050919050565b6001816000016000828254019250508190555050565b6136768282604051806020016040528060008152506138d3565b5050565b600061369b8473ffffffffffffffffffffffffffffffffffffffff1661392e565b15613804578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026136c46129bd565b8786866040518563ffffffff1660e01b81526004016136e69493929190614b35565b602060405180830381600087803b15801561370057600080fd5b505af192505050801561373157506040513d601f19601f8201168201806040525081019061372e9190614375565b60015b6137b4573d8060008114613761576040519150601f19603f3d011682016040523d82523d6000602084013e613766565b606091505b506000815114156137ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016137a390614c97565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050613809565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b613886838383613941565b61388e611853565b156138ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016138c590614c17565b60405180910390fd5b505050565b6138dd8383613a55565b6138ea600084848461367a565b613929576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161392090614c97565b60405180910390fd5b505050565b600080823b905060008111915050919050565b61394c838383613c23565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561398f5761398a81613c28565b6139ce565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146139cd576139cc8382613c71565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613a1157613a0c81613dde565b613a50565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614613a4f57613a4e8282613f21565b5b5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613ac5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613abc90614e57565b60405180910390fd5b613ace81612b0a565b15613b0e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613b0590614cf7565b60405180910390fd5b613b1a60008383613628565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254613b6a9190615180565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b60006001613c7e8461191c565b613c889190615261565b9050600060076000848152602001908152602001600020549050818114613d6d576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600880549050613df29190615261565b9050600060096000848152602001908152602001600020549050600060088381548110613e48577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020015490508060088381548110613e90577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020018190555081600960008381526020019081526020016000208190555060096000858152602001908152602001600020600090556008805480613f05577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b6000613f2c8361191c565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b828054613fac9061534b565b90600052602060002090601f016020900481019282613fce5760008555614015565b82601f10613fe757805160ff1916838001178555614015565b82800160010185558215614015579182015b82811115614014578251825591602001919060010190613ff9565b5b5090506140229190614026565b5090565b5b8082111561403f576000816000905550600101614027565b5090565b600061405661405184615097565b615072565b90508281526020810184848401111561406e57600080fd5b614079848285615309565b509392505050565b600061409461408f846150c8565b615072565b9050828152602081018484840111156140ac57600080fd5b6140b7848285615309565b509392505050565b6000813590506140ce81615cf0565b92915050565b6000813590506140e381615d07565b92915050565b6000813590506140f881615d1e565b92915050565b60008151905061410d81615d1e565b92915050565b600082601f83011261412457600080fd5b8135614134848260208601614043565b91505092915050565b600082601f83011261414e57600080fd5b813561415e848260208601614081565b91505092915050565b60008135905061417681615d35565b92915050565b60006020828403121561418e57600080fd5b600061419c848285016140bf565b91505092915050565b600080604083850312156141b857600080fd5b60006141c6858286016140bf565b92505060206141d7858286016140bf565b9150509250929050565b6000806000606084860312156141f657600080fd5b6000614204868287016140bf565b9350506020614215868287016140bf565b925050604061422686828701614167565b9150509250925092565b6000806000806080858703121561424657600080fd5b6000614254878288016140bf565b9450506020614265878288016140bf565b935050604061427687828801614167565b925050606085013567ffffffffffffffff81111561429357600080fd5b61429f87828801614113565b91505092959194509250565b600080604083850312156142be57600080fd5b60006142cc858286016140bf565b92505060206142dd858286016140d4565b9150509250929050565b600080604083850312156142fa57600080fd5b6000614308858286016140bf565b925050602061431985828601614167565b9150509250929050565b60006020828403121561433557600080fd5b6000614343848285016140d4565b91505092915050565b60006020828403121561435e57600080fd5b600061436c848285016140e9565b91505092915050565b60006020828403121561438757600080fd5b6000614395848285016140fe565b91505092915050565b6000602082840312156143b057600080fd5b600082013567ffffffffffffffff8111156143ca57600080fd5b6143d68482850161413d565b91505092915050565b6000602082840312156143f157600080fd5b60006143ff84828501614167565b91505092915050565b6000806040838503121561441b57600080fd5b600061442985828601614167565b925050602061443a858286016140bf565b9150509250929050565b60008060006060848603121561445957600080fd5b600061446786828701614167565b935050602084013567ffffffffffffffff81111561448457600080fd5b6144908682870161413d565b925050604084013567ffffffffffffffff8111156144ad57600080fd5b6144b98682870161413d565b9150509250925092565b60006144cf8383614ac3565b60208301905092915050565b6144e481615295565b82525050565b60006144f582615109565b6144ff8185615137565b935061450a836150f9565b8060005b8381101561453b57815161452288826144c3565b975061452d8361512a565b92505060018101905061450e565b5085935050505092915050565b614551816152a7565b82525050565b600061456282615114565b61456c8185615148565b935061457c818560208601615318565b614585816154e4565b840191505092915050565b600061459b8261511f565b6145a58185615164565b93506145b5818560208601615318565b6145be816154e4565b840191505092915050565b60006145d48261511f565b6145de8185615175565b93506145ee818560208601615318565b80840191505092915050565b6000614607602b83615164565b9150614612826154f5565b604082019050919050565b600061462a601483615164565b915061463582615544565b602082019050919050565b600061464d600e83615164565b91506146588261556d565b602082019050919050565b6000614670602b83615164565b915061467b82615596565b604082019050919050565b6000614693603283615164565b915061469e826155e5565b604082019050919050565b60006146b6602683615164565b91506146c182615634565b604082019050919050565b60006146d9601b83615164565b91506146e482615683565b602082019050919050565b60006146fc601c83615164565b9150614707826156ac565b602082019050919050565b600061471f602483615164565b915061472a826156d5565b604082019050919050565b6000614742601983615164565b915061474d82615724565b602082019050919050565b6000614765600983615164565b91506147708261574d565b602082019050919050565b6000614788602c83615164565b915061479382615776565b604082019050919050565b60006147ab601d83615164565b91506147b6826157c5565b602082019050919050565b60006147ce601083615164565b91506147d9826157ee565b602082019050919050565b60006147f1603883615164565b91506147fc82615817565b604082019050919050565b6000614814602a83615164565b915061481f82615866565b604082019050919050565b6000614837602983615164565b9150614842826158b5565b604082019050919050565b600061485a601983615164565b915061486582615904565b602082019050919050565b600061487d602083615164565b91506148888261592d565b602082019050919050565b60006148a0602c83615164565b91506148ab82615956565b604082019050919050565b60006148c3602083615164565b91506148ce826159a5565b602082019050919050565b60006148e6600d83615164565b91506148f1826159ce565b602082019050919050565b6000614909602983615164565b9150614914826159f7565b604082019050919050565b600061492c602f83615164565b915061493782615a46565b604082019050919050565b600061494f601183615164565b915061495a82615a95565b602082019050919050565b6000614972600a83615164565b915061497d82615abe565b602082019050919050565b6000614995602e83615164565b91506149a082615ae7565b604082019050919050565b60006149b8602183615164565b91506149c382615b36565b604082019050919050565b60006149db601883615164565b91506149e682615b85565b602082019050919050565b60006149fe602083615164565b9150614a0982615bae565b602082019050919050565b6000614a21600083615159565b9150614a2c82615bd7565b600082019050919050565b6000614a44601083615164565b9150614a4f82615bda565b602082019050919050565b6000614a67603183615164565b9150614a7282615c03565b604082019050919050565b6000614a8a602c83615164565b9150614a9582615c52565b604082019050919050565b6000614aad603083615164565b9150614ab882615ca1565b604082019050919050565b614acc816152ff565b82525050565b614adb816152ff565b82525050565b6000614aed82856145c9565b9150614af982846145c9565b91508190509392505050565b6000614b1082614a14565b9150819050919050565b6000602082019050614b2f60008301846144db565b92915050565b6000608082019050614b4a60008301876144db565b614b5760208301866144db565b614b646040830185614ad2565b8181036060830152614b768184614557565b905095945050505050565b60006020820190508181036000830152614b9b81846144ea565b905092915050565b6000602082019050614bb86000830184614548565b92915050565b60006020820190508181036000830152614bd88184614590565b905092915050565b60006040820190508181036000830152614bfa8185614590565b90508181036020830152614c0e8184614590565b90509392505050565b60006020820190508181036000830152614c30816145fa565b9050919050565b60006020820190508181036000830152614c508161461d565b9050919050565b60006020820190508181036000830152614c7081614640565b9050919050565b60006020820190508181036000830152614c9081614663565b9050919050565b60006020820190508181036000830152614cb081614686565b9050919050565b60006020820190508181036000830152614cd0816146a9565b9050919050565b60006020820190508181036000830152614cf0816146cc565b9050919050565b60006020820190508181036000830152614d10816146ef565b9050919050565b60006020820190508181036000830152614d3081614712565b9050919050565b60006020820190508181036000830152614d5081614735565b9050919050565b60006020820190508181036000830152614d7081614758565b9050919050565b60006020820190508181036000830152614d908161477b565b9050919050565b60006020820190508181036000830152614db08161479e565b9050919050565b60006020820190508181036000830152614dd0816147c1565b9050919050565b60006020820190508181036000830152614df0816147e4565b9050919050565b60006020820190508181036000830152614e1081614807565b9050919050565b60006020820190508181036000830152614e308161482a565b9050919050565b60006020820190508181036000830152614e508161484d565b9050919050565b60006020820190508181036000830152614e7081614870565b9050919050565b60006020820190508181036000830152614e9081614893565b9050919050565b60006020820190508181036000830152614eb0816148b6565b9050919050565b60006020820190508181036000830152614ed0816148d9565b9050919050565b60006020820190508181036000830152614ef0816148fc565b9050919050565b60006020820190508181036000830152614f108161491f565b9050919050565b60006020820190508181036000830152614f3081614942565b9050919050565b60006020820190508181036000830152614f5081614965565b9050919050565b60006020820190508181036000830152614f7081614988565b9050919050565b60006020820190508181036000830152614f90816149ab565b9050919050565b60006020820190508181036000830152614fb0816149ce565b9050919050565b60006020820190508181036000830152614fd0816149f1565b9050919050565b60006020820190508181036000830152614ff081614a37565b9050919050565b6000602082019050818103600083015261501081614a5a565b9050919050565b6000602082019050818103600083015261503081614a7d565b9050919050565b6000602082019050818103600083015261505081614aa0565b9050919050565b600060208201905061506c6000830184614ad2565b92915050565b600061507c61508d565b9050615088828261537d565b919050565b6000604051905090565b600067ffffffffffffffff8211156150b2576150b16154b5565b5b6150bb826154e4565b9050602081019050919050565b600067ffffffffffffffff8211156150e3576150e26154b5565b5b6150ec826154e4565b9050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b600061518b826152ff565b9150615196836152ff565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156151cb576151ca615428565b5b828201905092915050565b60006151e1826152ff565b91506151ec836152ff565b9250826151fc576151fb615457565b5b828204905092915050565b6000615212826152ff565b915061521d836152ff565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048311821515161561525657615255615428565b5b828202905092915050565b600061526c826152ff565b9150615277836152ff565b92508282101561528a57615289615428565b5b828203905092915050565b60006152a0826152df565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561533657808201518184015260208101905061531b565b83811115615345576000848401525b50505050565b6000600282049050600182168061536357607f821691505b6020821081141561537757615376615486565b5b50919050565b615386826154e4565b810181811067ffffffffffffffff821117156153a5576153a46154b5565b5b80604052505050565b60006153b9826152ff565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156153ec576153eb615428565b5b600182019050919050565b6000615402826152ff565b915061540d836152ff565b92508261541d5761541c615457565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4552433732315061757361626c653a20746f6b656e207472616e73666572207760008201527f68696c6520706175736564000000000000000000000000000000000000000000602082015250565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f45786365656473206e756d626572000000000000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f50726573616c6520686173206e6f742079657420737461727465640000000000600082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4d6178206c696d69740000000000000000000000000000000000000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f5374617274696e6720696e64657820697320616c726561647920736574000000600082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f54686973206973206e6f7420796f75722041647669736f722e00000000000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f50726573616c6520656e64656400000000000000000000000000000000000000600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f56616c75652062656c6f77207072696365000000000000000000000000000000600082015250565b7f53616c6520656e64656400000000000000000000000000000000000000000000600082015250565b7f5468657265206973206120707269636520666f72206368616e67696e6720796f60008201527f757220617474726962757465732e000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f53616c6520686173206e6f742079657420737461727465640000000000000000600082015250565b7f5374617274696e6720696e64657820626c6f636b206d75737420626520736574600082015250565b50565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656400000000000000000000000000000000602082015250565b615cf981615295565b8114615d0457600080fd5b50565b615d10816152a7565b8114615d1b57600080fd5b50565b615d27816152b3565b8114615d3257600080fd5b50565b615d3e816152ff565b8114615d4957600080fd5b5056fea2646970667358221220f6396f833edd31fbc2299fbe68e1539f0cbaa54607d1fad91a12bee285ed176964736f6c63430008040033

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

118925:7690:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;126433:179;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;124986:154;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;125148:74;;;;;;;;;;;;;:::i;:::-;;84067:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;85626:221;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;85149:411;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119234:39;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;123395:129;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;122994:106;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;98180:113;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119755:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86516:339;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;122553:104;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;97848:256;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119595:79;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;121612:737;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;86926:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;95594:245;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;124625:353;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;98370:233;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;122895:91;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;122786:101;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119186:41;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;120583:91;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;104673:86;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;83761:239;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;83491:208;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110003:94;;;;;;;;;;;;;:::i;:::-;;124423:194;;;;;;;;;;;;;:::i;:::-;;119462:36;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;120682:321;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;125733:256;;;:::i;:::-;;119328:27;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109352:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;84236:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;121011:593;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;85919:295;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;123108:99;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;125230:68;;;;;;;;;;;;;:::i;:::-;;87182:328;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;84411:334;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119833:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119681:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119374:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119793:33;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119505:83;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86285:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;123600:686;;;;;;;;;;;;;:::i;:::-;;125306:419;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119280:41;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119427:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110252:192;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119714:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;123215:108;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;126433:179;126544:4;126568:36;126592:11;126568:23;:36::i;:::-;126561:43;;126433:179;;;:::o;124986:154::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;125050:4:::1;125043:11;;:3;:11;;;125039:73;;;125071:8;:6;:8::i;:::-;125094:7;;125039:73;125122:10;:8;:10::i;:::-;109643:1;124986:154:::0;:::o;125148:74::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;125210:4:::1;125200:7;;:14;;;;;;;;;;;;;;;;;;125148:74::o:0;84067:100::-;84121:13;84154:5;84147:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;84067:100;:::o;85626:221::-;85702:7;85730:16;85738:7;85730;:16::i;:::-;85722:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;85815:15;:24;85831:7;85815:24;;;;;;;;;;;;;;;;;;;;;85808:31;;85626:221;;;:::o;85149:411::-;85230:13;85246:23;85261:7;85246:14;:23::i;:::-;85230:39;;85294:5;85288:11;;:2;:11;;;;85280:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;85388:5;85372:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;85397:37;85414:5;85421:12;:10;:12::i;:::-;85397:16;:37::i;:::-;85372:62;85350:168;;;;;;;;;;;;:::i;:::-;;;;;;;;;85531:21;85540:2;85544:7;85531:8;:21::i;:::-;85149:411;;;:::o;119234:39::-;;;;:::o;123395:129::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;123501:15:::1;123483;:33;;;;;;;;;;;;:::i;:::-;;123395:129:::0;:::o;122994:106::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;123086:6:::1;123067:16;:25;;;;122994:106:::0;:::o;98180:113::-;98241:7;98268:10;:17;;;;98261:24;;98180:113;:::o;119755:31::-;;;;:::o;86516:339::-;86711:41;86730:12;:10;:12::i;:::-;86744:7;86711:18;:41::i;:::-;86703:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;86819:28;86829:4;86835:2;86839:7;86819:9;:28::i;:::-;86516:339;;;:::o;122553:104::-;122605:7;122632:17;122642:6;122632:5;;:9;;:17;;;;:::i;:::-;122625:24;;122553:104;;;:::o;97848:256::-;97945:7;97981:23;97998:5;97981:16;:23::i;:::-;97973:5;:31;97965:87;;;;;;;;;;;;:::i;:::-;;;;;;;;;98070:12;:19;98083:5;98070:19;;;;;;;;;;;;;;;:26;98090:5;98070:26;;;;;;;;;;;;98063:33;;97848:256;;;;:::o;119595:79::-;119632:42;119595:79;:::o;121612:737::-;119222:5;120297:14;:12;:14::i;:::-;:27;;120289:50;;;;;;;;;;;;:::i;:::-;;;;;;;;;120370:7;:5;:7::i;:::-;120354:23;;:12;:10;:12::i;:::-;:23;;;120350:94;;120403:8;:6;:8::i;:::-;120402:9;120394:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;120350:94;121692:13:::1;121708:14;:12;:14::i;:::-;121692:30;;121749:4;121741:12;;:4;;;;;;;;;;;:12;;;121733:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;119222:5;121801;:18;;121793:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;119222:5;121861:6;121853:5;:14;;;;:::i;:::-;:27;;121845:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;121922:7;:5;:7::i;:::-;121908:21;;:10;:21;;;121905:169;;121964:8;;121954:6;:18;;121946:45;;;;;;;;;;;;:::i;:::-;;;;;;;;;122027:13;122033:6;122027:5;:13::i;:::-;122014:9;:26;;122006:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;121905:169;122091:9;122086:83;122110:6;122106:1;:10;122086:83;;;122138:19;122153:3;122138:14;:19::i;:::-;122118:3;;;;;:::i;:::-;;;;122086:83;;;;122207:1;122185:18;;:23;:94;;;;;119222:5;122213:13;:11;:13::i;:::-;:26;:65;;;;122262:16;;122243:15;:35;;122213:65;122185:94;122181:160;;;122317:12;122296:18;:33;;;;122181:160;120454:1;121612:737:::0;;:::o;86926:185::-;87064:39;87081:4;87087:2;87091:7;87064:39;;;;;;;;;;;;:16;:39::i;:::-;86926:185;;;:::o;95594:245::-;95712:41;95731:12;:10;:12::i;:::-;95745:7;95712:18;:41::i;:::-;95704:102;;;;;;;;;;;;:::i;:::-;;;;;;;;;95817:14;95823:7;95817:5;:14::i;:::-;95594:245;:::o;124625:353::-;124687:16;124716:18;124737:17;124747:6;124737:9;:17::i;:::-;124716:38;;124767:25;124809:10;124795:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;124767:53;;124836:9;124831:112;124855:10;124851:1;:14;124831:112;;;124901:30;124921:6;124929:1;124901:19;:30::i;:::-;124887:8;124896:1;124887:11;;;;;;;;;;;;;;;;;;;;;:44;;;;;124867:3;;;;;:::i;:::-;;;;124831:112;;;;124962:8;124955:15;;;;124625:353;;;:::o;98370:233::-;98445:7;98481:30;:28;:30::i;:::-;98473:5;:38;98465:95;;;;;;;;;;;;:::i;:::-;;;;;;;;;98578:10;98589:5;98578:17;;;;;;;;;;;;;;;;;;;;;;;;98571:24;;98370:233;;;:::o;122895:91::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;122972:6:::1;122961:8;:17;;;;122895:91:::0;:::o;122786:101::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;122872:7:::1;122857:12;:22;;;;;;;;;;;;:::i;:::-;;122786:101:::0;:::o;119186:41::-;119222:5;119186:41;:::o;120583:91::-;120625:7;120652:14;:12;:14::i;:::-;120645:21;;120583:91;:::o;104673:86::-;104720:4;104744:7;;;;;;;;;;;104737:14;;104673:86;:::o;83761:239::-;83833:7;83853:13;83869:7;:16;83877:7;83869:16;;;;;;;;;;;;;;;;;;;;;83853:32;;83921:1;83904:19;;:5;:19;;;;83896:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;83987:5;83980:12;;;83761:239;;;:::o;83491:208::-;83563:7;83608:1;83591:19;;:5;:19;;;;83583:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;83675:9;:16;83685:5;83675:16;;;;;;;;;;;;;;;;83668:23;;83491:208;;;:::o;110003:94::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;110068:21:::1;110086:1;110068:9;:21::i;:::-;110003:94::o:0;124423:194::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;124520:1:::1;124503:13;;:18;124495:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;124597:12;124576:18;:33;;;;124423:194::o:0;119462:36::-;;;;:::o;120682:321::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;120760:13:::1;120776:14;:12;:14::i;:::-;120760:30;;119222:5;120809;:18;;120801:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;119222:5;120869:6;120861:5;:14;;;;:::i;:::-;:27;;120853:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;120918:9;120913:83;120937:6;120933:1;:10;120913:83;;;120965:19;120980:3;120965:14;:19::i;:::-;120945:3;;;;;:::i;:::-;;;;120913:83;;;;109643:1;120682:321:::0;;:::o;125733:256::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;125792:15:::1;125810:21;125792:39;;125860:1;125850:7;:11;125842:20;;;::::0;::::1;;125873:52;119546:42;125900:24;125920:3;125900:15;125912:2;125900:7;:11;;:15;;;;:::i;:::-;:19;;:24;;;;:::i;:::-;125873:10;:52::i;:::-;125936:45;119632:42;125959:21;125936:10;:45::i;:::-;109643:1;125733:256::o:0;119328:27::-;;;;:::o;109352:87::-;109398:7;109425:6;;;;;;;;;;;109418:13;;109352:87;:::o;84236:104::-;84292:13;84325:7;84318:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;84236:104;:::o;121011:593::-;121087:13;121103:14;:12;:14::i;:::-;121087:30;;121147:4;121136:15;;:7;;;;;;;;;;;:15;;;121128:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;121211:17;;121202:5;:26;;121194:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;121283:17;;121273:6;121265:5;:14;;;;:::i;:::-;:35;;121257:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;121342:7;:5;:7::i;:::-;121328:21;;:10;:21;;;121325:177;;121384:16;;121374:6;:26;;121366:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;121455:13;121461:6;121455:5;:13::i;:::-;121442:9;:26;;121434:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;121325:177;121519:9;121514:83;121538:6;121534:1;:10;121514:83;;;121566:19;121581:3;121566:14;:19::i;:::-;121546:3;;;;;:::i;:::-;;;;121514:83;;;;121011:593;;;:::o;85919:295::-;86034:12;:10;:12::i;:::-;86022:24;;:8;:24;;;;86014:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;86134:8;86089:18;:32;86108:12;:10;:12::i;:::-;86089:32;;;;;;;;;;;;;;;:42;86122:8;86089:42;;;;;;;;;;;;;;;;:53;;;;;;;;;;;;;;;;;;86187:8;86158:48;;86173:12;:10;:12::i;:::-;86158:48;;;86197:8;86158:48;;;;;;:::i;:::-;;;;;;;;85919:295;;:::o;123108:99::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;123193:6:::1;123178:12;:21;;;;123108:99:::0;:::o;125230:68::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;125286:4:::1;125279;;:11;;;;;;;;;;;;;;;;;;125230:68::o:0;87182:328::-;87357:41;87376:12;:10;:12::i;:::-;87390:7;87357:18;:41::i;:::-;87349:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;87463:39;87477:4;87483:2;87487:7;87496:5;87463:13;:39::i;:::-;87182:328;;;;:::o;84411:334::-;84484:13;84518:16;84526:7;84518;:16::i;:::-;84510:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;84599:21;84623:10;:8;:10::i;:::-;84599:34;;84675:1;84657:7;84651:21;:25;:86;;;;;;;;;;;;;;;;;84703:7;84712:18;:7;:16;:18::i;:::-;84686:45;;;;;;;;;:::i;:::-;;;;;;;;;;;;;84651:86;84644:93;;;84411:334;;;:::o;119833:28::-;;;;:::o;119681:26::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;119374:34::-;;;;:::o;119793:33::-;;;;:::o;119505:83::-;119546:42;119505:83;:::o;86285:164::-;86382:4;86406:18;:25;86425:5;86406:25;;;;;;;;;;;;;;;:35;86432:8;86406:35;;;;;;;;;;;;;;;;;;;;;;;;;86399:42;;86285:164;;;;:::o;123600:686::-;123673:1;123656:13;;:18;123648:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;123749:1;123727:18;;:23;;123719:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;119222:5;123842:18;;123832:29;123824:38;;:50;;;;:::i;:::-;123808:13;:66;;;;124049:3;124010:36;124027:18;;124010:12;:16;;:36;;;;:::i;:::-;:42;124006:139;;;119222:5;124118:1;124103:12;:16;;;;:::i;:::-;124093:27;124085:36;;:48;;;;:::i;:::-;124069:13;:64;;;;124006:139;124213:1;124196:13;;:18;124192:87;;;124247:20;124265:1;124247:13;;:17;;:20;;;;:::i;:::-;124231:13;:36;;;;124192:87;123600:686::o;125306:419::-;125414:13;125430:23;125445:7;125430:14;:23::i;:::-;125414:39;;125488:5;125472:21;;:12;:10;:12::i;:::-;:21;;;125464:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;125536:18;125557:9;125536:30;;125599:12;;125585:10;:26;125577:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;125697:7;125680:37;125706:3;125711:5;125680:37;;;;;;;:::i;:::-;;;;;;;;125306:419;;;;;:::o;119280:41::-;119318:3;119280:41;:::o;119427:28::-;;;;:::o;110252:192::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;110361:1:::1;110341:22;;:8;:22;;;;110333:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;110417:19;110427:8;110417:9;:19::i;:::-;110252:192:::0;:::o;119714:34::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;123215:108::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;123309:6:::1;123289:17;:26;;;;123215:108:::0;:::o;97540:224::-;97642:4;97681:35;97666:50;;;:11;:50;;;;:90;;;;97720:36;97744:11;97720:23;:36::i;:::-;97666:90;97659:97;;97540:224;;;:::o;78828:98::-;78881:7;78908:10;78901:17;;78828:98;:::o;105473:118::-;104999:8;:6;:8::i;:::-;104998:9;104990:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;105543:4:::1;105533:7;;:14;;;;;;;;;;;;;;;;;;105563:20;105570:12;:10;:12::i;:::-;105563:20;;;;;;:::i;:::-;;;;;;;;105473:118::o:0;105732:120::-;105276:8;:6;:8::i;:::-;105268:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;105801:5:::1;105791:7;;:15;;;;;;;;;;;;;;;;;;105822:22;105831:12;:10;:12::i;:::-;105822:22;;;;;;:::i;:::-;;;;;;;;105732:120::o:0;89020:127::-;89085:4;89137:1;89109:30;;:7;:16;89117:7;89109:16;;;;;;;;;;;;;;;;;;;;;:30;;;;89102:37;;89020:127;;;:::o;93002:174::-;93104:2;93077:15;:24;93093:7;93077:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;93160:7;93156:2;93122:46;;93131:23;93146:7;93131:14;:23::i;:::-;93122:46;;;;;;;;;;;;93002:174;;:::o;89314:348::-;89407:4;89432:16;89440:7;89432;:16::i;:::-;89424:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;89508:13;89524:23;89539:7;89524:14;:23::i;:::-;89508:39;;89577:5;89566:16;;:7;:16;;;:51;;;;89610:7;89586:31;;:20;89598:7;89586:11;:20::i;:::-;:31;;;89566:51;:87;;;;89621:32;89638:5;89645:7;89621:16;:32::i;:::-;89566:87;89558:96;;;89314:348;;;;:::o;92306:578::-;92465:4;92438:31;;:23;92453:7;92438:14;:23::i;:::-;:31;;;92430:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;92548:1;92534:16;;:2;:16;;;;92526:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;92604:39;92625:4;92631:2;92635:7;92604:20;:39::i;:::-;92708:29;92725:1;92729:7;92708:8;:29::i;:::-;92769:1;92750:9;:15;92760:4;92750:15;;;;;;;;;;;;;;;;:20;;;;;;;:::i;:::-;;;;;;;;92798:1;92781:9;:13;92791:2;92781:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;92829:2;92810:7;:16;92818:7;92810:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;92868:7;92864:2;92849:27;;92858:4;92849:27;;;;;;;;;;;;92306:578;;;:::o;114071:98::-;114129:7;114160:1;114156;:5;;;;:::i;:::-;114149:12;;114071:98;;;;:::o;120471:104::-;120518:4;120542:25;:15;:23;:25::i;:::-;120535:32;;120471:104;:::o;122357:188::-;122413:7;122423:14;:12;:14::i;:::-;122413:24;;122448:27;:15;:25;:27::i;:::-;122486:18;122496:3;122501:2;122486:9;:18::i;:::-;122534:2;122520:17;;;;;;;;;;122357:188;;:::o;91609:360::-;91669:13;91685:23;91700:7;91685:14;:23::i;:::-;91669:39;;91721:48;91742:5;91757:1;91761:7;91721:20;:48::i;:::-;91810:29;91827:1;91831:7;91810:8;:29::i;:::-;91872:1;91852:9;:16;91862:5;91852:16;;;;;;;;;;;;;;;;:21;;;;;;;:::i;:::-;;;;;;;;91891:7;:16;91899:7;91891:16;;;;;;;;;;;;91884:23;;;;;;;;;;;91953:7;91949:1;91925:36;;91934:5;91925:36;;;;;;;;;;;;91609:360;;:::o;110452:173::-;110508:16;110527:6;;;;;;;;;;;110508:25;;110553:8;110544:6;;:17;;;;;;;;;;;;;;;;;;110608:8;110577:40;;110598:8;110577:40;;;;;;;;;;;;110452:173;;:::o;114470:98::-;114528:7;114559:1;114555;:5;;;;:::i;:::-;114548:12;;114470:98;;;;:::o;125997:181::-;126072:12;126089:8;:13;;126111:7;126089:34;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;126071:52;;;126142:7;126134:36;;;;;;;;;;;;:::i;:::-;;;;;;;;;125997:181;;;:::o;88392:315::-;88549:28;88559:4;88565:2;88569:7;88549:9;:28::i;:::-;88596:48;88619:4;88625:2;88629:7;88638:5;88596:22;:48::i;:::-;88588:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;88392:315;;;;:::o;122665:113::-;122725:13;122758:12;122751:19;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;122665:113;:::o;79270:723::-;79326:13;79556:1;79547:5;:10;79543:53;;;79574:10;;;;;;;;;;;;;;;;;;;;;79543:53;79606:12;79621:5;79606:20;;79637:14;79662:78;79677:1;79669:4;:9;79662:78;;79695:8;;;;;:::i;:::-;;;;79726:2;79718:10;;;;;:::i;:::-;;;79662:78;;;79750:19;79782:6;79772:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;79750:39;;79800:154;79816:1;79807:5;:10;79800:154;;79844:1;79834:11;;;;;:::i;:::-;;;79911:2;79903:5;:10;;;;:::i;:::-;79890:2;:24;;;;:::i;:::-;79877:39;;79860:6;79867;79860:14;;;;;;;;;;;;;;;;;;;:56;;;;;;;;;;;79940:2;79931:11;;;;;:::i;:::-;;;79800:154;;;79978:6;79964:21;;;;;79270:723;;;;:::o;113714:98::-;113772:7;113803:1;113799;:5;;;;:::i;:::-;113792:12;;113714:98;;;;:::o;113333:::-;113391:7;113422:1;113418;:5;;;;:::i;:::-;113411:12;;113333:98;;;;:::o;83122:305::-;83224:4;83276:25;83261:40;;;:11;:40;;;;:105;;;;83333:33;83318:48;;;:11;:48;;;;83261:105;:158;;;;83383:36;83407:11;83383:23;:36::i;:::-;83261:158;83241:178;;83122:305;;;:::o;126186:239::-;126372:45;126399:4;126405:2;126409:7;126372:26;:45::i;:::-;126186:239;;;:::o;118231:114::-;118296:7;118323;:14;;;118316:21;;118231:114;;;:::o;118353:127::-;118460:1;118442:7;:14;;;:19;;;;;;;;;;;118353:127;:::o;90004:110::-;90080:26;90090:2;90094:7;90080:26;;;;;;;;;;;;:9;:26::i;:::-;90004:110;;:::o;93741:803::-;93896:4;93917:15;:2;:13;;;:15::i;:::-;93913:624;;;93969:2;93953:36;;;93990:12;:10;:12::i;:::-;94004:4;94010:7;94019:5;93953:72;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;93949:533;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;94216:1;94199:6;:13;:18;94195:272;;;94242:60;;;;;;;;;;:::i;:::-;;;;;;;;94195:272;94417:6;94411:13;94402:6;94398:2;94394:15;94387:38;93949:533;94086:45;;;94076:55;;;:6;:55;;;;94069:62;;;;;93913:624;94521:4;94514:11;;93741:803;;;;;;;:::o;81729:157::-;81814:4;81853:25;81838:40;;;:11;:40;;;;81831:47;;81729:157;;;:::o;106346:275::-;106490:45;106517:4;106523:2;106527:7;106490:26;:45::i;:::-;106557:8;:6;:8::i;:::-;106556:9;106548:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;106346:275;;;:::o;90341:321::-;90471:18;90477:2;90481:7;90471:5;:18::i;:::-;90522:54;90553:1;90557:2;90561:7;90570:5;90522:22;:54::i;:::-;90500:154;;;;;;;;;;;;:::i;:::-;;;;;;;;;90341:321;;;:::o;71173:387::-;71233:4;71441:12;71508:7;71496:20;71488:28;;71551:1;71544:4;:8;71537:15;;;71173:387;;;:::o;99216:589::-;99360:45;99387:4;99393:2;99397:7;99360:26;:45::i;:::-;99438:1;99422:18;;:4;:18;;;99418:187;;;99457:40;99489:7;99457:31;:40::i;:::-;99418:187;;;99527:2;99519:10;;:4;:10;;;99515:90;;99546:47;99579:4;99585:7;99546:32;:47::i;:::-;99515:90;99418:187;99633:1;99619:16;;:2;:16;;;99615:183;;;99652:45;99689:7;99652:36;:45::i;:::-;99615:183;;;99725:4;99719:10;;:2;:10;;;99715:83;;99746:40;99774:2;99778:7;99746:27;:40::i;:::-;99715:83;99615:183;99216:589;;;:::o;90998:382::-;91092:1;91078:16;;:2;:16;;;;91070:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;91151:16;91159:7;91151;:16::i;:::-;91150:17;91142:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;91213:45;91242:1;91246:2;91250:7;91213:20;:45::i;:::-;91288:1;91271:9;:13;91281:2;91271:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;91319:2;91300:7;:16;91308:7;91300:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;91364:7;91360:2;91339:33;;91356:1;91339:33;;;;;;;;;;;;90998:382;;:::o;95116:126::-;;;;:::o;100528:164::-;100632:10;:17;;;;100605:15;:24;100621:7;100605:24;;;;;;;;;;;:44;;;;100660:10;100676:7;100660:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;100528:164;:::o;101319:988::-;101585:22;101635:1;101610:22;101627:4;101610:16;:22::i;:::-;:26;;;;:::i;:::-;101585:51;;101647:18;101668:17;:26;101686:7;101668:26;;;;;;;;;;;;101647:47;;101815:14;101801:10;:28;101797:328;;101846:19;101868:12;:18;101881:4;101868:18;;;;;;;;;;;;;;;:34;101887:14;101868:34;;;;;;;;;;;;101846:56;;101952:11;101919:12;:18;101932:4;101919:18;;;;;;;;;;;;;;;:30;101938:10;101919:30;;;;;;;;;;;:44;;;;102069:10;102036:17;:30;102054:11;102036:30;;;;;;;;;;;:43;;;;101797:328;;102221:17;:26;102239:7;102221:26;;;;;;;;;;;102214:33;;;102265:12;:18;102278:4;102265:18;;;;;;;;;;;;;;;:34;102284:14;102265:34;;;;;;;;;;;102258:41;;;101319:988;;;;:::o;102602:1079::-;102855:22;102900:1;102880:10;:17;;;;:21;;;;:::i;:::-;102855:46;;102912:18;102933:15;:24;102949:7;102933:24;;;;;;;;;;;;102912:45;;103284:19;103306:10;103317:14;103306:26;;;;;;;;;;;;;;;;;;;;;;;;103284:48;;103370:11;103345:10;103356;103345:22;;;;;;;;;;;;;;;;;;;;;;;:36;;;;103481:10;103450:15;:28;103466:11;103450:28;;;;;;;;;;;:41;;;;103622:15;:24;103638:7;103622:24;;;;;;;;;;;103615:31;;;103657:10;:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;102602:1079;;;;:::o;100106:221::-;100191:14;100208:20;100225:2;100208:16;:20::i;:::-;100191:37;;100266:7;100239:12;:16;100252:2;100239:16;;;;;;;;;;;;;;;:24;100256:6;100239:24;;;;;;;;;;;:34;;;;100313:6;100284:17;:26;100302:7;100284:26;;;;;;;;;;;:35;;;;100106:221;;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;7:343:1:-;84:5;109:65;125:48;166:6;125:48;:::i;:::-;109:65;:::i;:::-;100:74;;197:6;190:5;183:21;235:4;228:5;224:16;273:3;264:6;259:3;255:16;252:25;249:2;;;290:1;287;280:12;249:2;303:41;337:6;332:3;327;303:41;:::i;:::-;90:260;;;;;;:::o;356:345::-;434:5;459:66;475:49;517:6;475:49;:::i;:::-;459:66;:::i;:::-;450:75;;548:6;541:5;534:21;586:4;579:5;575:16;624:3;615:6;610:3;606:16;603:25;600:2;;;641:1;638;631:12;600:2;654:41;688:6;683:3;678;654:41;:::i;:::-;440:261;;;;;;:::o;707:139::-;753:5;791:6;778:20;769:29;;807:33;834:5;807:33;:::i;:::-;759:87;;;;:::o;852:133::-;895:5;933:6;920:20;911:29;;949:30;973:5;949:30;:::i;:::-;901:84;;;;:::o;991:137::-;1036:5;1074:6;1061:20;1052:29;;1090:32;1116:5;1090:32;:::i;:::-;1042:86;;;;:::o;1134:141::-;1190:5;1221:6;1215:13;1206:22;;1237:32;1263:5;1237:32;:::i;:::-;1196:79;;;;:::o;1294:271::-;1349:5;1398:3;1391:4;1383:6;1379:17;1375:27;1365:2;;1416:1;1413;1406:12;1365:2;1456:6;1443:20;1481:78;1555:3;1547:6;1540:4;1532:6;1528:17;1481:78;:::i;:::-;1472:87;;1355:210;;;;;:::o;1585:273::-;1641:5;1690:3;1683:4;1675:6;1671:17;1667:27;1657:2;;1708:1;1705;1698:12;1657:2;1748:6;1735:20;1773:79;1848:3;1840:6;1833:4;1825:6;1821:17;1773:79;:::i;:::-;1764:88;;1647:211;;;;;:::o;1864:139::-;1910:5;1948:6;1935:20;1926:29;;1964:33;1991:5;1964:33;:::i;:::-;1916:87;;;;:::o;2009:262::-;2068:6;2117:2;2105:9;2096:7;2092:23;2088:32;2085:2;;;2133:1;2130;2123:12;2085:2;2176:1;2201:53;2246:7;2237:6;2226:9;2222:22;2201:53;:::i;:::-;2191:63;;2147:117;2075:196;;;;:::o;2277:407::-;2345:6;2353;2402:2;2390:9;2381:7;2377:23;2373:32;2370:2;;;2418:1;2415;2408:12;2370:2;2461:1;2486:53;2531:7;2522:6;2511:9;2507:22;2486:53;:::i;:::-;2476:63;;2432:117;2588:2;2614:53;2659:7;2650:6;2639:9;2635:22;2614:53;:::i;:::-;2604:63;;2559:118;2360:324;;;;;:::o;2690:552::-;2767:6;2775;2783;2832:2;2820:9;2811:7;2807:23;2803:32;2800:2;;;2848:1;2845;2838:12;2800:2;2891:1;2916:53;2961:7;2952:6;2941:9;2937:22;2916:53;:::i;:::-;2906:63;;2862:117;3018:2;3044:53;3089:7;3080:6;3069:9;3065:22;3044:53;:::i;:::-;3034:63;;2989:118;3146:2;3172:53;3217:7;3208:6;3197:9;3193:22;3172:53;:::i;:::-;3162:63;;3117:118;2790:452;;;;;:::o;3248:809::-;3343:6;3351;3359;3367;3416:3;3404:9;3395:7;3391:23;3387:33;3384:2;;;3433:1;3430;3423:12;3384:2;3476:1;3501:53;3546:7;3537:6;3526:9;3522:22;3501:53;:::i;:::-;3491:63;;3447:117;3603:2;3629:53;3674:7;3665:6;3654:9;3650:22;3629:53;:::i;:::-;3619:63;;3574:118;3731:2;3757:53;3802:7;3793:6;3782:9;3778:22;3757:53;:::i;:::-;3747:63;;3702:118;3887:2;3876:9;3872:18;3859:32;3918:18;3910:6;3907:30;3904:2;;;3950:1;3947;3940:12;3904:2;3978:62;4032:7;4023:6;4012:9;4008:22;3978:62;:::i;:::-;3968:72;;3830:220;3374:683;;;;;;;:::o;4063:401::-;4128:6;4136;4185:2;4173:9;4164:7;4160:23;4156:32;4153:2;;;4201:1;4198;4191:12;4153:2;4244:1;4269:53;4314:7;4305:6;4294:9;4290:22;4269:53;:::i;:::-;4259:63;;4215:117;4371:2;4397:50;4439:7;4430:6;4419:9;4415:22;4397:50;:::i;:::-;4387:60;;4342:115;4143:321;;;;;:::o;4470:407::-;4538:6;4546;4595:2;4583:9;4574:7;4570:23;4566:32;4563:2;;;4611:1;4608;4601:12;4563:2;4654:1;4679:53;4724:7;4715:6;4704:9;4700:22;4679:53;:::i;:::-;4669:63;;4625:117;4781:2;4807:53;4852:7;4843:6;4832:9;4828:22;4807:53;:::i;:::-;4797:63;;4752:118;4553:324;;;;;:::o;4883:256::-;4939:6;4988:2;4976:9;4967:7;4963:23;4959:32;4956:2;;;5004:1;5001;4994:12;4956:2;5047:1;5072:50;5114:7;5105:6;5094:9;5090:22;5072:50;:::i;:::-;5062:60;;5018:114;4946:193;;;;:::o;5145:260::-;5203:6;5252:2;5240:9;5231:7;5227:23;5223:32;5220:2;;;5268:1;5265;5258:12;5220:2;5311:1;5336:52;5380:7;5371:6;5360:9;5356:22;5336:52;:::i;:::-;5326:62;;5282:116;5210:195;;;;:::o;5411:282::-;5480:6;5529:2;5517:9;5508:7;5504:23;5500:32;5497:2;;;5545:1;5542;5535:12;5497:2;5588:1;5613:63;5668:7;5659:6;5648:9;5644:22;5613:63;:::i;:::-;5603:73;;5559:127;5487:206;;;;:::o;5699:375::-;5768:6;5817:2;5805:9;5796:7;5792:23;5788:32;5785:2;;;5833:1;5830;5823:12;5785:2;5904:1;5893:9;5889:17;5876:31;5934:18;5926:6;5923:30;5920:2;;;5966:1;5963;5956:12;5920:2;5994:63;6049:7;6040:6;6029:9;6025:22;5994:63;:::i;:::-;5984:73;;5847:220;5775:299;;;;:::o;6080:262::-;6139:6;6188:2;6176:9;6167:7;6163:23;6159:32;6156:2;;;6204:1;6201;6194:12;6156:2;6247:1;6272:53;6317:7;6308:6;6297:9;6293:22;6272:53;:::i;:::-;6262:63;;6218:117;6146:196;;;;:::o;6348:407::-;6416:6;6424;6473:2;6461:9;6452:7;6448:23;6444:32;6441:2;;;6489:1;6486;6479:12;6441:2;6532:1;6557:53;6602:7;6593:6;6582:9;6578:22;6557:53;:::i;:::-;6547:63;;6503:117;6659:2;6685:53;6730:7;6721:6;6710:9;6706:22;6685:53;:::i;:::-;6675:63;;6630:118;6431:324;;;;;:::o;6761:778::-;6858:6;6866;6874;6923:2;6911:9;6902:7;6898:23;6894:32;6891:2;;;6939:1;6936;6929:12;6891:2;6982:1;7007:53;7052:7;7043:6;7032:9;7028:22;7007:53;:::i;:::-;6997:63;;6953:117;7137:2;7126:9;7122:18;7109:32;7168:18;7160:6;7157:30;7154:2;;;7200:1;7197;7190:12;7154:2;7228:63;7283:7;7274:6;7263:9;7259:22;7228:63;:::i;:::-;7218:73;;7080:221;7368:2;7357:9;7353:18;7340:32;7399:18;7391:6;7388:30;7385:2;;;7431:1;7428;7421:12;7385:2;7459:63;7514:7;7505:6;7494:9;7490:22;7459:63;:::i;:::-;7449:73;;7311:221;6881:658;;;;;:::o;7545:179::-;7614:10;7635:46;7677:3;7669:6;7635:46;:::i;:::-;7713:4;7708:3;7704:14;7690:28;;7625:99;;;;:::o;7730:118::-;7817:24;7835:5;7817:24;:::i;:::-;7812:3;7805:37;7795:53;;:::o;7884:732::-;8003:3;8032:54;8080:5;8032:54;:::i;:::-;8102:86;8181:6;8176:3;8102:86;:::i;:::-;8095:93;;8212:56;8262:5;8212:56;:::i;:::-;8291:7;8322:1;8307:284;8332:6;8329:1;8326:13;8307:284;;;8408:6;8402:13;8435:63;8494:3;8479:13;8435:63;:::i;:::-;8428:70;;8521:60;8574:6;8521:60;:::i;:::-;8511:70;;8367:224;8354:1;8351;8347:9;8342:14;;8307:284;;;8311:14;8607:3;8600:10;;8008:608;;;;;;;:::o;8622:109::-;8703:21;8718:5;8703:21;:::i;:::-;8698:3;8691:34;8681:50;;:::o;8737:360::-;8823:3;8851:38;8883:5;8851:38;:::i;:::-;8905:70;8968:6;8963:3;8905:70;:::i;:::-;8898:77;;8984:52;9029:6;9024:3;9017:4;9010:5;9006:16;8984:52;:::i;:::-;9061:29;9083:6;9061:29;:::i;:::-;9056:3;9052:39;9045:46;;8827:270;;;;;:::o;9103:364::-;9191:3;9219:39;9252:5;9219:39;:::i;:::-;9274:71;9338:6;9333:3;9274:71;:::i;:::-;9267:78;;9354:52;9399:6;9394:3;9387:4;9380:5;9376:16;9354:52;:::i;:::-;9431:29;9453:6;9431:29;:::i;:::-;9426:3;9422:39;9415:46;;9195:272;;;;;:::o;9473:377::-;9579:3;9607:39;9640:5;9607:39;:::i;:::-;9662:89;9744:6;9739:3;9662:89;:::i;:::-;9655:96;;9760:52;9805:6;9800:3;9793:4;9786:5;9782:16;9760:52;:::i;:::-;9837:6;9832:3;9828:16;9821:23;;9583:267;;;;;:::o;9856:366::-;9998:3;10019:67;10083:2;10078:3;10019:67;:::i;:::-;10012:74;;10095:93;10184:3;10095:93;:::i;:::-;10213:2;10208:3;10204:12;10197:19;;10002:220;;;:::o;10228:366::-;10370:3;10391:67;10455:2;10450:3;10391:67;:::i;:::-;10384:74;;10467:93;10556:3;10467:93;:::i;:::-;10585:2;10580:3;10576:12;10569:19;;10374:220;;;:::o;10600:366::-;10742:3;10763:67;10827:2;10822:3;10763:67;:::i;:::-;10756:74;;10839:93;10928:3;10839:93;:::i;:::-;10957:2;10952:3;10948:12;10941:19;;10746:220;;;:::o;10972:366::-;11114:3;11135:67;11199:2;11194:3;11135:67;:::i;:::-;11128:74;;11211:93;11300:3;11211:93;:::i;:::-;11329:2;11324:3;11320:12;11313:19;;11118:220;;;:::o;11344:366::-;11486:3;11507:67;11571:2;11566:3;11507:67;:::i;:::-;11500:74;;11583:93;11672:3;11583:93;:::i;:::-;11701:2;11696:3;11692:12;11685:19;;11490:220;;;:::o;11716:366::-;11858:3;11879:67;11943:2;11938:3;11879:67;:::i;:::-;11872:74;;11955:93;12044:3;11955:93;:::i;:::-;12073:2;12068:3;12064:12;12057:19;;11862:220;;;:::o;12088:366::-;12230:3;12251:67;12315:2;12310:3;12251:67;:::i;:::-;12244:74;;12327:93;12416:3;12327:93;:::i;:::-;12445:2;12440:3;12436:12;12429:19;;12234:220;;;:::o;12460:366::-;12602:3;12623:67;12687:2;12682:3;12623:67;:::i;:::-;12616:74;;12699:93;12788:3;12699:93;:::i;:::-;12817:2;12812:3;12808:12;12801:19;;12606:220;;;:::o;12832:366::-;12974:3;12995:67;13059:2;13054:3;12995:67;:::i;:::-;12988:74;;13071:93;13160:3;13071:93;:::i;:::-;13189:2;13184:3;13180:12;13173:19;;12978:220;;;:::o;13204:366::-;13346:3;13367:67;13431:2;13426:3;13367:67;:::i;:::-;13360:74;;13443:93;13532:3;13443:93;:::i;:::-;13561:2;13556:3;13552:12;13545:19;;13350:220;;;:::o;13576:365::-;13718:3;13739:66;13803:1;13798:3;13739:66;:::i;:::-;13732:73;;13814:93;13903:3;13814:93;:::i;:::-;13932:2;13927:3;13923:12;13916:19;;13722:219;;;:::o;13947:366::-;14089:3;14110:67;14174:2;14169:3;14110:67;:::i;:::-;14103:74;;14186:93;14275:3;14186:93;:::i;:::-;14304:2;14299:3;14295:12;14288:19;;14093:220;;;:::o;14319:366::-;14461:3;14482:67;14546:2;14541:3;14482:67;:::i;:::-;14475:74;;14558:93;14647:3;14558:93;:::i;:::-;14676:2;14671:3;14667:12;14660:19;;14465:220;;;:::o;14691:366::-;14833:3;14854:67;14918:2;14913:3;14854:67;:::i;:::-;14847:74;;14930:93;15019:3;14930:93;:::i;:::-;15048:2;15043:3;15039:12;15032:19;;14837:220;;;:::o;15063:366::-;15205:3;15226:67;15290:2;15285:3;15226:67;:::i;:::-;15219:74;;15302:93;15391:3;15302:93;:::i;:::-;15420:2;15415:3;15411:12;15404:19;;15209:220;;;:::o;15435:366::-;15577:3;15598:67;15662:2;15657:3;15598:67;:::i;:::-;15591:74;;15674:93;15763:3;15674:93;:::i;:::-;15792:2;15787:3;15783:12;15776:19;;15581:220;;;:::o;15807:366::-;15949:3;15970:67;16034:2;16029:3;15970:67;:::i;:::-;15963:74;;16046:93;16135:3;16046:93;:::i;:::-;16164:2;16159:3;16155:12;16148:19;;15953:220;;;:::o;16179:366::-;16321:3;16342:67;16406:2;16401:3;16342:67;:::i;:::-;16335:74;;16418:93;16507:3;16418:93;:::i;:::-;16536:2;16531:3;16527:12;16520:19;;16325:220;;;:::o;16551:366::-;16693:3;16714:67;16778:2;16773:3;16714:67;:::i;:::-;16707:74;;16790:93;16879:3;16790:93;:::i;:::-;16908:2;16903:3;16899:12;16892:19;;16697:220;;;:::o;16923:366::-;17065:3;17086:67;17150:2;17145:3;17086:67;:::i;:::-;17079:74;;17162:93;17251:3;17162:93;:::i;:::-;17280:2;17275:3;17271:12;17264:19;;17069:220;;;:::o;17295:366::-;17437:3;17458:67;17522:2;17517:3;17458:67;:::i;:::-;17451:74;;17534:93;17623:3;17534:93;:::i;:::-;17652:2;17647:3;17643:12;17636:19;;17441:220;;;:::o;17667:366::-;17809:3;17830:67;17894:2;17889:3;17830:67;:::i;:::-;17823:74;;17906:93;17995:3;17906:93;:::i;:::-;18024:2;18019:3;18015:12;18008:19;;17813:220;;;:::o;18039:366::-;18181:3;18202:67;18266:2;18261:3;18202:67;:::i;:::-;18195:74;;18278:93;18367:3;18278:93;:::i;:::-;18396:2;18391:3;18387:12;18380:19;;18185:220;;;:::o;18411:366::-;18553:3;18574:67;18638:2;18633:3;18574:67;:::i;:::-;18567:74;;18650:93;18739:3;18650:93;:::i;:::-;18768:2;18763:3;18759:12;18752:19;;18557:220;;;:::o;18783:366::-;18925:3;18946:67;19010:2;19005:3;18946:67;:::i;:::-;18939:74;;19022:93;19111:3;19022:93;:::i;:::-;19140:2;19135:3;19131:12;19124:19;;18929:220;;;:::o;19155:366::-;19297:3;19318:67;19382:2;19377:3;19318:67;:::i;:::-;19311:74;;19394:93;19483:3;19394:93;:::i;:::-;19512:2;19507:3;19503:12;19496:19;;19301:220;;;:::o;19527:366::-;19669:3;19690:67;19754:2;19749:3;19690:67;:::i;:::-;19683:74;;19766:93;19855:3;19766:93;:::i;:::-;19884:2;19879:3;19875:12;19868:19;;19673:220;;;:::o;19899:366::-;20041:3;20062:67;20126:2;20121:3;20062:67;:::i;:::-;20055:74;;20138:93;20227:3;20138:93;:::i;:::-;20256:2;20251:3;20247:12;20240:19;;20045:220;;;:::o;20271:366::-;20413:3;20434:67;20498:2;20493:3;20434:67;:::i;:::-;20427:74;;20510:93;20599:3;20510:93;:::i;:::-;20628:2;20623:3;20619:12;20612:19;;20417:220;;;:::o;20643:366::-;20785:3;20806:67;20870:2;20865:3;20806:67;:::i;:::-;20799:74;;20882:93;20971:3;20882:93;:::i;:::-;21000:2;20995:3;20991:12;20984:19;;20789:220;;;:::o;21015:398::-;21174:3;21195:83;21276:1;21271:3;21195:83;:::i;:::-;21188:90;;21287:93;21376:3;21287:93;:::i;:::-;21405:1;21400:3;21396:11;21389:18;;21178:235;;;:::o;21419:366::-;21561:3;21582:67;21646:2;21641:3;21582:67;:::i;:::-;21575:74;;21658:93;21747:3;21658:93;:::i;:::-;21776:2;21771:3;21767:12;21760:19;;21565:220;;;:::o;21791:366::-;21933:3;21954:67;22018:2;22013:3;21954:67;:::i;:::-;21947:74;;22030:93;22119:3;22030:93;:::i;:::-;22148:2;22143:3;22139:12;22132:19;;21937:220;;;:::o;22163:366::-;22305:3;22326:67;22390:2;22385:3;22326:67;:::i;:::-;22319:74;;22402:93;22491:3;22402:93;:::i;:::-;22520:2;22515:3;22511:12;22504:19;;22309:220;;;:::o;22535:366::-;22677:3;22698:67;22762:2;22757:3;22698:67;:::i;:::-;22691:74;;22774:93;22863:3;22774:93;:::i;:::-;22892:2;22887:3;22883:12;22876:19;;22681:220;;;:::o;22907:108::-;22984:24;23002:5;22984:24;:::i;:::-;22979:3;22972:37;22962:53;;:::o;23021:118::-;23108:24;23126:5;23108:24;:::i;:::-;23103:3;23096:37;23086:53;;:::o;23145:435::-;23325:3;23347:95;23438:3;23429:6;23347:95;:::i;:::-;23340:102;;23459:95;23550:3;23541:6;23459:95;:::i;:::-;23452:102;;23571:3;23564:10;;23329:251;;;;;:::o;23586:379::-;23770:3;23792:147;23935:3;23792:147;:::i;:::-;23785:154;;23956:3;23949:10;;23774:191;;;:::o;23971:222::-;24064:4;24102:2;24091:9;24087:18;24079:26;;24115:71;24183:1;24172:9;24168:17;24159:6;24115:71;:::i;:::-;24069:124;;;;:::o;24199:640::-;24394:4;24432:3;24421:9;24417:19;24409:27;;24446:71;24514:1;24503:9;24499:17;24490:6;24446:71;:::i;:::-;24527:72;24595:2;24584:9;24580:18;24571:6;24527:72;:::i;:::-;24609;24677:2;24666:9;24662:18;24653:6;24609:72;:::i;:::-;24728:9;24722:4;24718:20;24713:2;24702:9;24698:18;24691:48;24756:76;24827:4;24818:6;24756:76;:::i;:::-;24748:84;;24399:440;;;;;;;:::o;24845:373::-;24988:4;25026:2;25015:9;25011:18;25003:26;;25075:9;25069:4;25065:20;25061:1;25050:9;25046:17;25039:47;25103:108;25206:4;25197:6;25103:108;:::i;:::-;25095:116;;24993:225;;;;:::o;25224:210::-;25311:4;25349:2;25338:9;25334:18;25326:26;;25362:65;25424:1;25413:9;25409:17;25400:6;25362:65;:::i;:::-;25316:118;;;;:::o;25440:313::-;25553:4;25591:2;25580:9;25576:18;25568:26;;25640:9;25634:4;25630:20;25626:1;25615:9;25611:17;25604:47;25668:78;25741:4;25732:6;25668:78;:::i;:::-;25660:86;;25558:195;;;;:::o;25759:514::-;25920:4;25958:2;25947:9;25943:18;25935:26;;26007:9;26001:4;25997:20;25993:1;25982:9;25978:17;25971:47;26035:78;26108:4;26099:6;26035:78;:::i;:::-;26027:86;;26160:9;26154:4;26150:20;26145:2;26134:9;26130:18;26123:48;26188:78;26261:4;26252:6;26188:78;:::i;:::-;26180:86;;25925:348;;;;;:::o;26279:419::-;26445:4;26483:2;26472:9;26468:18;26460:26;;26532:9;26526:4;26522:20;26518:1;26507:9;26503:17;26496:47;26560:131;26686:4;26560:131;:::i;:::-;26552:139;;26450:248;;;:::o;26704:419::-;26870:4;26908:2;26897:9;26893:18;26885:26;;26957:9;26951:4;26947:20;26943:1;26932:9;26928:17;26921:47;26985:131;27111:4;26985:131;:::i;:::-;26977:139;;26875:248;;;:::o;27129:419::-;27295:4;27333:2;27322:9;27318:18;27310:26;;27382:9;27376:4;27372:20;27368:1;27357:9;27353:17;27346:47;27410:131;27536:4;27410:131;:::i;:::-;27402:139;;27300:248;;;:::o;27554:419::-;27720:4;27758:2;27747:9;27743:18;27735:26;;27807:9;27801:4;27797:20;27793:1;27782:9;27778:17;27771:47;27835:131;27961:4;27835:131;:::i;:::-;27827:139;;27725:248;;;:::o;27979:419::-;28145:4;28183:2;28172:9;28168:18;28160:26;;28232:9;28226:4;28222:20;28218:1;28207:9;28203:17;28196:47;28260:131;28386:4;28260:131;:::i;:::-;28252:139;;28150:248;;;:::o;28404:419::-;28570:4;28608:2;28597:9;28593:18;28585:26;;28657:9;28651:4;28647:20;28643:1;28632:9;28628:17;28621:47;28685:131;28811:4;28685:131;:::i;:::-;28677:139;;28575:248;;;:::o;28829:419::-;28995:4;29033:2;29022:9;29018:18;29010:26;;29082:9;29076:4;29072:20;29068:1;29057:9;29053:17;29046:47;29110:131;29236:4;29110:131;:::i;:::-;29102:139;;29000:248;;;:::o;29254:419::-;29420:4;29458:2;29447:9;29443:18;29435:26;;29507:9;29501:4;29497:20;29493:1;29482:9;29478:17;29471:47;29535:131;29661:4;29535:131;:::i;:::-;29527:139;;29425:248;;;:::o;29679:419::-;29845:4;29883:2;29872:9;29868:18;29860:26;;29932:9;29926:4;29922:20;29918:1;29907:9;29903:17;29896:47;29960:131;30086:4;29960:131;:::i;:::-;29952:139;;29850:248;;;:::o;30104:419::-;30270:4;30308:2;30297:9;30293:18;30285:26;;30357:9;30351:4;30347:20;30343:1;30332:9;30328:17;30321:47;30385:131;30511:4;30385:131;:::i;:::-;30377:139;;30275:248;;;:::o;30529:419::-;30695:4;30733:2;30722:9;30718:18;30710:26;;30782:9;30776:4;30772:20;30768:1;30757:9;30753:17;30746:47;30810:131;30936:4;30810:131;:::i;:::-;30802:139;;30700:248;;;:::o;30954:419::-;31120:4;31158:2;31147:9;31143:18;31135:26;;31207:9;31201:4;31197:20;31193:1;31182:9;31178:17;31171:47;31235:131;31361:4;31235:131;:::i;:::-;31227:139;;31125:248;;;:::o;31379:419::-;31545:4;31583:2;31572:9;31568:18;31560:26;;31632:9;31626:4;31622:20;31618:1;31607:9;31603:17;31596:47;31660:131;31786:4;31660:131;:::i;:::-;31652:139;;31550:248;;;:::o;31804:419::-;31970:4;32008:2;31997:9;31993:18;31985:26;;32057:9;32051:4;32047:20;32043:1;32032:9;32028:17;32021:47;32085:131;32211:4;32085:131;:::i;:::-;32077:139;;31975:248;;;:::o;32229:419::-;32395:4;32433:2;32422:9;32418:18;32410:26;;32482:9;32476:4;32472:20;32468:1;32457:9;32453:17;32446:47;32510:131;32636:4;32510:131;:::i;:::-;32502:139;;32400:248;;;:::o;32654:419::-;32820:4;32858:2;32847:9;32843:18;32835:26;;32907:9;32901:4;32897:20;32893:1;32882:9;32878:17;32871:47;32935:131;33061:4;32935:131;:::i;:::-;32927:139;;32825:248;;;:::o;33079:419::-;33245:4;33283:2;33272:9;33268:18;33260:26;;33332:9;33326:4;33322:20;33318:1;33307:9;33303:17;33296:47;33360:131;33486:4;33360:131;:::i;:::-;33352:139;;33250:248;;;:::o;33504:419::-;33670:4;33708:2;33697:9;33693:18;33685:26;;33757:9;33751:4;33747:20;33743:1;33732:9;33728:17;33721:47;33785:131;33911:4;33785:131;:::i;:::-;33777:139;;33675:248;;;:::o;33929:419::-;34095:4;34133:2;34122:9;34118:18;34110:26;;34182:9;34176:4;34172:20;34168:1;34157:9;34153:17;34146:47;34210:131;34336:4;34210:131;:::i;:::-;34202:139;;34100:248;;;:::o;34354:419::-;34520:4;34558:2;34547:9;34543:18;34535:26;;34607:9;34601:4;34597:20;34593:1;34582:9;34578:17;34571:47;34635:131;34761:4;34635:131;:::i;:::-;34627:139;;34525:248;;;:::o;34779:419::-;34945:4;34983:2;34972:9;34968:18;34960:26;;35032:9;35026:4;35022:20;35018:1;35007:9;35003:17;34996:47;35060:131;35186:4;35060:131;:::i;:::-;35052:139;;34950:248;;;:::o;35204:419::-;35370:4;35408:2;35397:9;35393:18;35385:26;;35457:9;35451:4;35447:20;35443:1;35432:9;35428:17;35421:47;35485:131;35611:4;35485:131;:::i;:::-;35477:139;;35375:248;;;:::o;35629:419::-;35795:4;35833:2;35822:9;35818:18;35810:26;;35882:9;35876:4;35872:20;35868:1;35857:9;35853:17;35846:47;35910:131;36036:4;35910:131;:::i;:::-;35902:139;;35800:248;;;:::o;36054:419::-;36220:4;36258:2;36247:9;36243:18;36235:26;;36307:9;36301:4;36297:20;36293:1;36282:9;36278:17;36271:47;36335:131;36461:4;36335:131;:::i;:::-;36327:139;;36225:248;;;:::o;36479:419::-;36645:4;36683:2;36672:9;36668:18;36660:26;;36732:9;36726:4;36722:20;36718:1;36707:9;36703:17;36696:47;36760:131;36886:4;36760:131;:::i;:::-;36752:139;;36650:248;;;:::o;36904:419::-;37070:4;37108:2;37097:9;37093:18;37085:26;;37157:9;37151:4;37147:20;37143:1;37132:9;37128:17;37121:47;37185:131;37311:4;37185:131;:::i;:::-;37177:139;;37075:248;;;:::o;37329:419::-;37495:4;37533:2;37522:9;37518:18;37510:26;;37582:9;37576:4;37572:20;37568:1;37557:9;37553:17;37546:47;37610:131;37736:4;37610:131;:::i;:::-;37602:139;;37500:248;;;:::o;37754:419::-;37920:4;37958:2;37947:9;37943:18;37935:26;;38007:9;38001:4;37997:20;37993:1;37982:9;37978:17;37971:47;38035:131;38161:4;38035:131;:::i;:::-;38027:139;;37925:248;;;:::o;38179:419::-;38345:4;38383:2;38372:9;38368:18;38360:26;;38432:9;38426:4;38422:20;38418:1;38407:9;38403:17;38396:47;38460:131;38586:4;38460:131;:::i;:::-;38452:139;;38350:248;;;:::o;38604:419::-;38770:4;38808:2;38797:9;38793:18;38785:26;;38857:9;38851:4;38847:20;38843:1;38832:9;38828:17;38821:47;38885:131;39011:4;38885:131;:::i;:::-;38877:139;;38775:248;;;:::o;39029:419::-;39195:4;39233:2;39222:9;39218:18;39210:26;;39282:9;39276:4;39272:20;39268:1;39257:9;39253:17;39246:47;39310:131;39436:4;39310:131;:::i;:::-;39302:139;;39200:248;;;:::o;39454:419::-;39620:4;39658:2;39647:9;39643:18;39635:26;;39707:9;39701:4;39697:20;39693:1;39682:9;39678:17;39671:47;39735:131;39861:4;39735:131;:::i;:::-;39727:139;;39625:248;;;:::o;39879:419::-;40045:4;40083:2;40072:9;40068:18;40060:26;;40132:9;40126:4;40122:20;40118:1;40107:9;40103:17;40096:47;40160:131;40286:4;40160:131;:::i;:::-;40152:139;;40050:248;;;:::o;40304:419::-;40470:4;40508:2;40497:9;40493:18;40485:26;;40557:9;40551:4;40547:20;40543:1;40532:9;40528:17;40521:47;40585:131;40711:4;40585:131;:::i;:::-;40577:139;;40475:248;;;:::o;40729:222::-;40822:4;40860:2;40849:9;40845:18;40837:26;;40873:71;40941:1;40930:9;40926:17;40917:6;40873:71;:::i;:::-;40827:124;;;;:::o;40957:129::-;40991:6;41018:20;;:::i;:::-;41008:30;;41047:33;41075:4;41067:6;41047:33;:::i;:::-;40998:88;;;:::o;41092:75::-;41125:6;41158:2;41152:9;41142:19;;41132:35;:::o;41173:307::-;41234:4;41324:18;41316:6;41313:30;41310:2;;;41346:18;;:::i;:::-;41310:2;41384:29;41406:6;41384:29;:::i;:::-;41376:37;;41468:4;41462;41458:15;41450:23;;41239:241;;;:::o;41486:308::-;41548:4;41638:18;41630:6;41627:30;41624:2;;;41660:18;;:::i;:::-;41624:2;41698:29;41720:6;41698:29;:::i;:::-;41690:37;;41782:4;41776;41772:15;41764:23;;41553:241;;;:::o;41800:132::-;41867:4;41890:3;41882:11;;41920:4;41915:3;41911:14;41903:22;;41872:60;;;:::o;41938:114::-;42005:6;42039:5;42033:12;42023:22;;42012:40;;;:::o;42058:98::-;42109:6;42143:5;42137:12;42127:22;;42116:40;;;:::o;42162:99::-;42214:6;42248:5;42242:12;42232:22;;42221:40;;;:::o;42267:113::-;42337:4;42369;42364:3;42360:14;42352:22;;42342:38;;;:::o;42386:184::-;42485:11;42519:6;42514:3;42507:19;42559:4;42554:3;42550:14;42535:29;;42497:73;;;;:::o;42576:168::-;42659:11;42693:6;42688:3;42681:19;42733:4;42728:3;42724:14;42709:29;;42671:73;;;;:::o;42750:147::-;42851:11;42888:3;42873:18;;42863:34;;;;:::o;42903:169::-;42987:11;43021:6;43016:3;43009:19;43061:4;43056:3;43052:14;43037:29;;42999:73;;;;:::o;43078:148::-;43180:11;43217:3;43202:18;;43192:34;;;;:::o;43232:305::-;43272:3;43291:20;43309:1;43291:20;:::i;:::-;43286:25;;43325:20;43343:1;43325:20;:::i;:::-;43320:25;;43479:1;43411:66;43407:74;43404:1;43401:81;43398:2;;;43485:18;;:::i;:::-;43398:2;43529:1;43526;43522:9;43515:16;;43276:261;;;;:::o;43543:185::-;43583:1;43600:20;43618:1;43600:20;:::i;:::-;43595:25;;43634:20;43652:1;43634:20;:::i;:::-;43629:25;;43673:1;43663:2;;43678:18;;:::i;:::-;43663:2;43720:1;43717;43713:9;43708:14;;43585:143;;;;:::o;43734:348::-;43774:7;43797:20;43815:1;43797:20;:::i;:::-;43792:25;;43831:20;43849:1;43831:20;:::i;:::-;43826:25;;44019:1;43951:66;43947:74;43944:1;43941:81;43936:1;43929:9;43922:17;43918:105;43915:2;;;44026:18;;:::i;:::-;43915:2;44074:1;44071;44067:9;44056:20;;43782:300;;;;:::o;44088:191::-;44128:4;44148:20;44166:1;44148:20;:::i;:::-;44143:25;;44182:20;44200:1;44182:20;:::i;:::-;44177:25;;44221:1;44218;44215:8;44212:2;;;44226:18;;:::i;:::-;44212:2;44271:1;44268;44264:9;44256:17;;44133:146;;;;:::o;44285:96::-;44322:7;44351:24;44369:5;44351:24;:::i;:::-;44340:35;;44330:51;;;:::o;44387:90::-;44421:7;44464:5;44457:13;44450:21;44439:32;;44429:48;;;:::o;44483:149::-;44519:7;44559:66;44552:5;44548:78;44537:89;;44527:105;;;:::o;44638:126::-;44675:7;44715:42;44708:5;44704:54;44693:65;;44683:81;;;:::o;44770:77::-;44807:7;44836:5;44825:16;;44815:32;;;:::o;44853:154::-;44937:6;44932:3;44927;44914:30;44999:1;44990:6;44985:3;44981:16;44974:27;44904:103;;;:::o;45013:307::-;45081:1;45091:113;45105:6;45102:1;45099:13;45091:113;;;45190:1;45185:3;45181:11;45175:18;45171:1;45166:3;45162:11;45155:39;45127:2;45124:1;45120:10;45115:15;;45091:113;;;45222:6;45219:1;45216:13;45213:2;;;45302:1;45293:6;45288:3;45284:16;45277:27;45213:2;45062:258;;;;:::o;45326:320::-;45370:6;45407:1;45401:4;45397:12;45387:22;;45454:1;45448:4;45444:12;45475:18;45465:2;;45531:4;45523:6;45519:17;45509:27;;45465:2;45593;45585:6;45582:14;45562:18;45559:38;45556:2;;;45612:18;;:::i;:::-;45556:2;45377:269;;;;:::o;45652:281::-;45735:27;45757:4;45735:27;:::i;:::-;45727:6;45723:40;45865:6;45853:10;45850:22;45829:18;45817:10;45814:34;45811:62;45808:2;;;45876:18;;:::i;:::-;45808:2;45916:10;45912:2;45905:22;45695:238;;;:::o;45939:233::-;45978:3;46001:24;46019:5;46001:24;:::i;:::-;45992:33;;46047:66;46040:5;46037:77;46034:2;;;46117:18;;:::i;:::-;46034:2;46164:1;46157:5;46153:13;46146:20;;45982:190;;;:::o;46178:176::-;46210:1;46227:20;46245:1;46227:20;:::i;:::-;46222:25;;46261:20;46279:1;46261:20;:::i;:::-;46256:25;;46300:1;46290:2;;46305:18;;:::i;:::-;46290:2;46346:1;46343;46339:9;46334:14;;46212:142;;;;:::o;46360:180::-;46408:77;46405:1;46398:88;46505:4;46502:1;46495:15;46529:4;46526:1;46519:15;46546:180;46594:77;46591:1;46584:88;46691:4;46688:1;46681:15;46715:4;46712:1;46705:15;46732:180;46780:77;46777:1;46770:88;46877:4;46874:1;46867:15;46901:4;46898:1;46891:15;46918:180;46966:77;46963:1;46956:88;47063:4;47060:1;47053:15;47087:4;47084:1;47077:15;47104:102;47145:6;47196:2;47192:7;47187:2;47180:5;47176:14;47172:28;47162:38;;47152:54;;;:::o;47212:230::-;47352:34;47348:1;47340:6;47336:14;47329:58;47421:13;47416:2;47408:6;47404:15;47397:38;47318:124;:::o;47448:170::-;47588:22;47584:1;47576:6;47572:14;47565:46;47554:64;:::o;47624:164::-;47764:16;47760:1;47752:6;47748:14;47741:40;47730:58;:::o;47794:230::-;47934:34;47930:1;47922:6;47918:14;47911:58;48003:13;47998:2;47990:6;47986:15;47979:38;47900:124;:::o;48030:237::-;48170:34;48166:1;48158:6;48154:14;48147:58;48239:20;48234:2;48226:6;48222:15;48215:45;48136:131;:::o;48273:225::-;48413:34;48409:1;48401:6;48397:14;48390:58;48482:8;48477:2;48469:6;48465:15;48458:33;48379:119;:::o;48504:177::-;48644:29;48640:1;48632:6;48628:14;48621:53;48610:71;:::o;48687:178::-;48827:30;48823:1;48815:6;48811:14;48804:54;48793:72;:::o;48871:223::-;49011:34;49007:1;48999:6;48995:14;48988:58;49080:6;49075:2;49067:6;49063:15;49056:31;48977:117;:::o;49100:175::-;49240:27;49236:1;49228:6;49224:14;49217:51;49206:69;:::o;49281:159::-;49421:11;49417:1;49409:6;49405:14;49398:35;49387:53;:::o;49446:231::-;49586:34;49582:1;49574:6;49570:14;49563:58;49655:14;49650:2;49642:6;49638:15;49631:39;49552:125;:::o;49683:179::-;49823:31;49819:1;49811:6;49807:14;49800:55;49789:73;:::o;49868:166::-;50008:18;50004:1;49996:6;49992:14;49985:42;49974:60;:::o;50040:243::-;50180:34;50176:1;50168:6;50164:14;50157:58;50249:26;50244:2;50236:6;50232:15;50225:51;50146:137;:::o;50289:229::-;50429:34;50425:1;50417:6;50413:14;50406:58;50498:12;50493:2;50485:6;50481:15;50474:37;50395:123;:::o;50524:228::-;50664:34;50660:1;50652:6;50648:14;50641:58;50733:11;50728:2;50720:6;50716:15;50709:36;50630:122;:::o;50758:175::-;50898:27;50894:1;50886:6;50882:14;50875:51;50864:69;:::o;50939:182::-;51079:34;51075:1;51067:6;51063:14;51056:58;51045:76;:::o;51127:231::-;51267:34;51263:1;51255:6;51251:14;51244:58;51336:14;51331:2;51323:6;51319:15;51312:39;51233:125;:::o;51364:182::-;51504:34;51500:1;51492:6;51488:14;51481:58;51470:76;:::o;51552:163::-;51692:15;51688:1;51680:6;51676:14;51669:39;51658:57;:::o;51721:228::-;51861:34;51857:1;51849:6;51845:14;51838:58;51930:11;51925:2;51917:6;51913:15;51906:36;51827:122;:::o;51955:234::-;52095:34;52091:1;52083:6;52079:14;52072:58;52164:17;52159:2;52151:6;52147:15;52140:42;52061:128;:::o;52195:167::-;52335:19;52331:1;52323:6;52319:14;52312:43;52301:61;:::o;52368:160::-;52508:12;52504:1;52496:6;52492:14;52485:36;52474:54;:::o;52534:233::-;52674:34;52670:1;52662:6;52658:14;52651:58;52743:16;52738:2;52730:6;52726:15;52719:41;52640:127;:::o;52773:220::-;52913:34;52909:1;52901:6;52897:14;52890:58;52982:3;52977:2;52969:6;52965:15;52958:28;52879:114;:::o;52999:174::-;53139:26;53135:1;53127:6;53123:14;53116:50;53105:68;:::o;53179:182::-;53319:34;53315:1;53307:6;53303:14;53296:58;53285:76;:::o;53367:114::-;53473:8;:::o;53487:166::-;53627:18;53623:1;53615:6;53611:14;53604:42;53593:60;:::o;53659:236::-;53799:34;53795:1;53787:6;53783:14;53776:58;53868:19;53863:2;53855:6;53851:15;53844:44;53765:130;:::o;53901:231::-;54041:34;54037:1;54029:6;54025:14;54018:58;54110:14;54105:2;54097:6;54093:15;54086:39;54007:125;:::o;54138:235::-;54278:34;54274:1;54266:6;54262:14;54255:58;54347:18;54342:2;54334:6;54330:15;54323:43;54244:129;:::o;54379:122::-;54452:24;54470:5;54452:24;:::i;:::-;54445:5;54442:35;54432:2;;54491:1;54488;54481:12;54432:2;54422:79;:::o;54507:116::-;54577:21;54592:5;54577:21;:::i;:::-;54570:5;54567:32;54557:2;;54613:1;54610;54603:12;54557:2;54547:76;:::o;54629:120::-;54701:23;54718:5;54701:23;:::i;:::-;54694:5;54691:34;54681:2;;54739:1;54736;54729:12;54681:2;54671:78;:::o;54755:122::-;54828:24;54846:5;54828:24;:::i;:::-;54821:5;54818:35;54808:2;;54867:1;54864;54857:12;54808:2;54798:79;:::o

Swarm Source

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