ETH Price: $3,084.92 (-0.12%)
Gas: 5 Gwei

Token

Baby Ballers (BabyBallers)
 

Overview

Max Total Supply

724 BabyBallers

Holders

329

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
solecity.eth
Balance
1 BabyBallers
0x724DaEbd22c0D403De40aa5ee6cD2e0E2d11Afb2
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:
BabyBallers

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-27
*/

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: BabyBallers
// @author: JWall Team
contract BabyBallers 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 = 4000;
    uint256 public constant MAX_PRESALE_ITEMS = 1000;
    uint256 public PRICE = 15E16; // 0.15 ETH
    uint256 public constant RENAME_PRICE = 1E16; // 0.01 ETH
    uint256 public constant MAX_MINT = 30;
    uint256 public constant MAX_MINT_PRESALE = 30;
    string public baseTokenURI;
    string public PROVENANCE_HASH = "";
    uint256 public REVEAL_TIMESTAMP;
    uint256 public startingIndexBlock;
    uint256 public startingIndex;

    address public constant creatorAddress = 0x611078d27C4b0ecc330a8d3Ec7870626C643fEe8;
    address public constant devAddress = 0xe4D8bF31662c330ed120Ca0F5b3d41c8a34aFACF;

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

    constructor(string memory baseURI) ERC721("Baby Ballers", "BabyBallers") {
        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");
        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");
        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 CreateBaller(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 setMintPrice(uint256 _price) external onlyOwner {
        PRICE = _price;
    }

    /*     
    * 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 Baller.");

        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(devAddress, balance.mul(25).div(1000));
        _widthdraw(creatorAddress, 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":"CreateBaller","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":"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":"_price","type":"uint256"}],"name":"setMintPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_provenanceHash","type":"string"}],"name":"setProvenanceHash","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"}]

6080604052670214e8348c4f0000600d5560405180602001604052806000815250600f908051906020019062000037929190620005ad565b503480156200004557600080fd5b506040516200655d3803806200655d83398181016040528101906200006b9190620006cf565b6040518060400160405280600c81526020017f426162792042616c6c65727300000000000000000000000000000000000000008152506040518060400160405280600b81526020017f4261627942616c6c6572730000000000000000000000000000000000000000008152508160009080519060200190620000ef929190620005ad565b50806001908051906020019062000108929190620005ad565b5050506200012b6200011f620001bd60201b60201c565b620001c560201b60201c565b6000600a60146101000a81548160ff02191690831515021790555062000157816200028b60201b60201c565b6200016960016200033660201b60201c565b6000600c60006101000a81548160ff0219169083151502179055506000600c60016101000a81548160ff02191690831515021790555062093a8042620001b091906200088d565b6010819055505062000ae3565b600033905090565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6200029b620001bd60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16620002c1620003fd60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16146200031a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200031190620007fb565b60405180910390fd5b80600e908051906020019062000332929190620005ad565b5050565b62000346620001bd60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff166200036c620003fd60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1614620003c5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620003bc90620007fb565b60405180910390fd5b600115158115151415620003e957620003e36200042760201b60201c565b620003fa565b620003f9620004df60201b60201c565b5b50565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b620004376200059660201b60201c565b156200047a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200047190620007d9565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258620004c6620001bd60201b60201c565b604051620004d591906200079a565b60405180910390a1565b620004ef6200059660201b60201c565b62000531576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200052890620007b7565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6200057d620001bd60201b60201c565b6040516200058c91906200079a565b60405180910390a1565b6000600a60149054906101000a900460ff16905090565b828054620005bb906200095e565b90600052602060002090601f016020900481019282620005df57600085556200062b565b82601f10620005fa57805160ff19168380011785556200062b565b828001600101855582156200062b579182015b828111156200062a5782518255916020019190600101906200060d565b5b5090506200063a91906200063e565b5090565b5b80821115620006595760008160009055506001016200063f565b5090565b6000620006746200066e8462000846565b6200081d565b9050828152602081018484840111156200068d57600080fd5b6200069a84828562000928565b509392505050565b600082601f830112620006b457600080fd5b8151620006c68482602086016200065d565b91505092915050565b600060208284031215620006e257600080fd5b600082015167ffffffffffffffff811115620006fd57600080fd5b6200070b84828501620006a2565b91505092915050565b6200071f81620008ea565b82525050565b6000620007346014836200087c565b9150620007418262000a68565b602082019050919050565b60006200075b6010836200087c565b9150620007688262000a91565b602082019050919050565b6000620007826020836200087c565b91506200078f8262000aba565b602082019050919050565b6000602082019050620007b1600083018462000714565b92915050565b60006020820190508181036000830152620007d28162000725565b9050919050565b60006020820190508181036000830152620007f4816200074c565b9050919050565b60006020820190508181036000830152620008168162000773565b9050919050565b6000620008296200083c565b905062000837828262000994565b919050565b6000604051905090565b600067ffffffffffffffff82111562000864576200086362000a28565b5b6200086f8262000a57565b9050602081019050919050565b600082825260208201905092915050565b60006200089a826200091e565b9150620008a7836200091e565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115620008df57620008de620009ca565b5b828201905092915050565b6000620008f782620008fe565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60005b83811015620009485780820151818401526020810190506200092b565b8381111562000958576000848401525b50505050565b600060028204905060018216806200097757607f821691505b602082108114156200098e576200098d620009f9565b5b50919050565b6200099f8262000a57565b810181811067ffffffffffffffff82111715620009c157620009c062000a28565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b615a6a8062000af36000396000f3fe6080604052600436106102c95760003560e01c8063715018a611610175578063c87b56dd116100dc578063e985e9c511610095578063f0292a031161006f578063f0292a0314610a76578063f2fde38b14610aa1578063f4a0a52814610aca578063ff1b655614610af3576102c9565b8063e985e9c514610a06578063e986655014610a43578063ed16e3a614610a5a576102c9565b8063c87b56dd146108f2578063cb774d471461092f578063d547cfb71461095a578063d773154f14610985578063e36d6498146109b0578063e927fc5c146109db576102c9565b80638da5cb5b1161012e5780638da5cb5b1461081757806395d89b41146108425780639b6a67091461086d578063a22cb46514610889578063b66a0e5d146108b2578063b88d4fde146108c9576102c9565b8063715018a6146107605780637d17fcbe146107775780637e95eac41461078e578063850dd091146107b9578063853828b6146107e25780638d859f3e146107ec576102c9565b80632f745c59116102345780634f6ccce7116101ed57806359a7715a116101c757806359a7715a146106905780635c975abb146106bb5780636352211e146106e657806370a0823114610723576102c9565b80634f6ccce7146105ff57806355f804b31461063c57806357d4c4ee14610665576102c9565b80632f745c59146104ec5780633ad10ef61461052957806340c10f191461055457806342842e0e1461057057806342966c6814610599578063438b6300146105c2576102c9565b80630ffc6728116102865780630ffc6728146103dc578063109695231461040757806318160ddd1461043057806318e20a381461045b57806323b872dd1461048657806326a49e37146104af576102c9565b806301ffc9a7146102ce57806302329a291461030b57806304c98b2b1461033457806306fdde031461034b578063081812fc14610376578063095ea7b3146103b3575b600080fd5b3480156102da57600080fd5b506102f560048036038101906102f09190614034565b610b1e565b604051610302919061488b565b60405180910390f35b34801561031757600080fd5b50610332600480360381019061032d919061400b565b610b30565b005b34801561034057600080fd5b50610349610bd2565b005b34801561035757600080fd5b50610360610c6b565b60405161036d91906148a6565b60405180910390f35b34801561038257600080fd5b5061039d600480360381019061039891906140c7565b610cfd565b6040516103aa9190614802565b60405180910390f35b3480156103bf57600080fd5b506103da60048036038101906103d59190613fcf565b610d82565b005b3480156103e857600080fd5b506103f1610e9a565b6040516103fe9190614d3f565b60405180910390f35b34801561041357600080fd5b5061042e60048036038101906104299190614086565b610ea0565b005b34801561043c57600080fd5b50610445610f36565b6040516104529190614d3f565b60405180910390f35b34801561046757600080fd5b50610470610f43565b60405161047d9190614d3f565b60405180910390f35b34801561049257600080fd5b506104ad60048036038101906104a89190613ec9565b610f49565b005b3480156104bb57600080fd5b506104d660048036038101906104d191906140c7565b610fa9565b6040516104e39190614d3f565b60405180910390f35b3480156104f857600080fd5b50610513600480360381019061050e9190613fcf565b610fc7565b6040516105209190614d3f565b60405180910390f35b34801561053557600080fd5b5061053e61106c565b60405161054b9190614802565b60405180910390f35b61056e60048036038101906105699190613fcf565b611084565b005b34801561057c57600080fd5b5061059760048036038101906105929190613ec9565b611341565b005b3480156105a557600080fd5b506105c060048036038101906105bb91906140c7565b611361565b005b3480156105ce57600080fd5b506105e960048036038101906105e49190613e64565b6113bd565b6040516105f69190614869565b60405180910390f35b34801561060b57600080fd5b50610626600480360381019061062191906140c7565b6114b7565b6040516106339190614d3f565b60405180910390f35b34801561064857600080fd5b50610663600480360381019061065e9190614086565b61154e565b005b34801561067157600080fd5b5061067a6115e4565b6040516106879190614d3f565b60405180910390f35b34801561069c57600080fd5b506106a56115ea565b6040516106b29190614d3f565b60405180910390f35b3480156106c757600080fd5b506106d06115f9565b6040516106dd919061488b565b60405180910390f35b3480156106f257600080fd5b5061070d600480360381019061070891906140c7565b611610565b60405161071a9190614802565b60405180910390f35b34801561072f57600080fd5b5061074a60048036038101906107459190613e64565b6116c2565b6040516107579190614d3f565b60405180910390f35b34801561076c57600080fd5b5061077561177a565b005b34801561078357600080fd5b5061078c611802565b005b34801561079a57600080fd5b506107a36118cc565b6040516107b09190614d3f565b60405180910390f35b3480156107c557600080fd5b506107e060048036038101906107db91906140f0565b6118d1565b005b6107ea611a1b565b005b3480156107f857600080fd5b50610801611b0f565b60405161080e9190614d3f565b60405180910390f35b34801561082357600080fd5b5061082c611b15565b6040516108399190614802565b60405180910390f35b34801561084e57600080fd5b50610857611b3f565b60405161086491906148a6565b60405180910390f35b61088760048036038101906108829190613fcf565b611bd1565b005b34801561089557600080fd5b506108b060048036038101906108ab9190613f93565b611d84565b005b3480156108be57600080fd5b506108c7611f05565b005b3480156108d557600080fd5b506108f060048036038101906108eb9190613f18565b611f9e565b005b3480156108fe57600080fd5b50610919600480360381019061091491906140c7565b612000565b60405161092691906148a6565b60405180910390f35b34801561093b57600080fd5b506109446120a7565b6040516109519190614d3f565b60405180910390f35b34801561096657600080fd5b5061096f6120ad565b60405161097c91906148a6565b60405180910390f35b34801561099157600080fd5b5061099a61213b565b6040516109a79190614d3f565b60405180910390f35b3480156109bc57600080fd5b506109c5612146565b6040516109d29190614d3f565b60405180910390f35b3480156109e757600080fd5b506109f061214c565b6040516109fd9190614802565b60405180910390f35b348015610a1257600080fd5b50610a2d6004803603810190610a289190613e8d565b612164565b604051610a3a919061488b565b60405180910390f35b348015610a4f57600080fd5b50610a586121f8565b005b610a746004803603810190610a6f919061412c565b612309565b005b348015610a8257600080fd5b50610a8b61241a565b604051610a989190614d3f565b60405180910390f35b348015610aad57600080fd5b50610ac86004803603810190610ac39190613e64565b61241f565b005b348015610ad657600080fd5b50610af16004803603810190610aec91906140c7565b612517565b005b348015610aff57600080fd5b50610b0861259d565b604051610b1591906148a6565b60405180910390f35b6000610b298261262b565b9050919050565b610b386126a5565b73ffffffffffffffffffffffffffffffffffffffff16610b56611b15565b73ffffffffffffffffffffffffffffffffffffffff1614610bac576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ba390614b5f565b60405180910390fd5b600115158115151415610bc657610bc16126ad565b610bcf565b610bce612750565b5b50565b610bda6126a5565b73ffffffffffffffffffffffffffffffffffffffff16610bf8611b15565b73ffffffffffffffffffffffffffffffffffffffff1614610c4e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c4590614b5f565b60405180910390fd5b6001600c60006101000a81548160ff021916908315150217905550565b606060008054610c7a90615033565b80601f0160208091040260200160405190810160405280929190818152602001828054610ca690615033565b8015610cf35780601f10610cc857610100808354040283529160200191610cf3565b820191906000526020600020905b815481529060010190602001808311610cd657829003601f168201915b5050505050905090565b6000610d08826127f2565b610d47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d3e90614b3f565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610d8d82611610565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610dfe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610df590614c3f565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610e1d6126a5565b73ffffffffffffffffffffffffffffffffffffffff161480610e4c5750610e4b81610e466126a5565b612164565b5b610e8b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e8290614abf565b60405180910390fd5b610e95838361285e565b505050565b6103e881565b610ea86126a5565b73ffffffffffffffffffffffffffffffffffffffff16610ec6611b15565b73ffffffffffffffffffffffffffffffffffffffff1614610f1c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f1390614b5f565b60405180910390fd5b80600f9080519060200190610f32929190613c88565b5050565b6000600880549050905090565b60105481565b610f5a610f546126a5565b82612917565b610f99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f9090614cdf565b60405180910390fd5b610fa48383836129f5565b505050565b6000610fc082600d54612c5190919063ffffffff16565b9050919050565b6000610fd2836116c2565b8210611013576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100a9061495f565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b73e4d8bf31662c330ed120ca0f5b3d41c8a34afacf81565b610fa061108f612c67565b11156110d0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110c790614bff565b60405180910390fd5b6110d8611b15565b73ffffffffffffffffffffffffffffffffffffffff166110f66126a5565b73ffffffffffffffffffffffffffffffffffffffff161461115a576111196115f9565b15611159576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161115090614a9f565b60405180910390fd5b5b6000611164612c67565b905060011515600c60019054906101000a900460ff161515146111bc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b390614c5f565b60405180910390fd5b610fa0811115611201576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111f890614bff565b60405180910390fd5b610fa082826112109190614e68565b1115611251576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161124890614a3f565b60405180910390fd5b601e821115611295576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161128c9061493f565b60405180910390fd5b61129e82610fa9565b3410156112e0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d790614bdf565b60405180910390fd5b60005b82811015611307576112f484612c78565b80806112ff90615096565b9150506112e3565b50600060115414801561132f5750610fa0611320610f36565b148061132e57506010544210155b5b1561133c57436011819055505b505050565b61135c83838360405180602001604052806000815250611f9e565b505050565b61137261136c6126a5565b82612917565b6113b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113a890614d1f565b60405180910390fd5b6113ba81612cc9565b50565b606060006113ca836116c2565b905060008167ffffffffffffffff81111561140e577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405190808252806020026020018201604052801561143c5781602001602082028036833780820191505090505b50905060005b828110156114ac576114548582610fc7565b82828151811061148d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101818152505080806114a490615096565b915050611442565b508092505050919050565b60006114c1610f36565b8210611502576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114f990614cff565b60405180910390fd5b6008828154811061153c577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b6115566126a5565b73ffffffffffffffffffffffffffffffffffffffff16611574611b15565b73ffffffffffffffffffffffffffffffffffffffff16146115ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115c190614b5f565b60405180910390fd5b80600e90805190602001906115e0929190613c88565b5050565b610fa081565b60006115f4612c67565b905090565b6000600a60149054906101000a900460ff16905090565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156116b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116b090614aff565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611733576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161172a90614adf565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6117826126a5565b73ffffffffffffffffffffffffffffffffffffffff166117a0611b15565b73ffffffffffffffffffffffffffffffffffffffff16146117f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117ed90614b5f565b60405180910390fd5b6118006000612dda565b565b61180a6126a5565b73ffffffffffffffffffffffffffffffffffffffff16611828611b15565b73ffffffffffffffffffffffffffffffffffffffff161461187e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161187590614b5f565b60405180910390fd5b6000601254146118c3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118ba90614a7f565b60405180910390fd5b43601181905550565b601e81565b6118d96126a5565b73ffffffffffffffffffffffffffffffffffffffff166118f7611b15565b73ffffffffffffffffffffffffffffffffffffffff161461194d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161194490614b5f565b60405180910390fd5b6000611957612c67565b9050610fa081111561199e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161199590614bff565b60405180910390fd5b610fa083826119ad9190614e68565b11156119ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119e590614a3f565b60405180910390fd5b60005b83811015611a1557611a0283612c78565b8080611a0d90615096565b9150506119f1565b50505050565b611a236126a5565b73ffffffffffffffffffffffffffffffffffffffff16611a41611b15565b73ffffffffffffffffffffffffffffffffffffffff1614611a97576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a8e90614b5f565b60405180910390fd5b600047905060008111611aa957600080fd5b611aee73e4d8bf31662c330ed120ca0f5b3d41c8a34afacf611ae96103e8611adb601986612c5190919063ffffffff16565b612ea090919063ffffffff16565b612eb6565b611b0c73611078d27c4b0ecc330a8d3ec7870626c643fee847612eb6565b50565b600d5481565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611b4e90615033565b80601f0160208091040260200160405190810160405280929190818152602001828054611b7a90615033565b8015611bc75780601f10611b9c57610100808354040283529160200191611bc7565b820191906000526020600020905b815481529060010190602001808311611baa57829003601f168201915b5050505050905090565b6000611bdb612c67565b905060011515600c60009054906101000a900460ff16151514611c33576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c2a906149bf565b60405180910390fd5b6103e8811115611c78576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c6f90614b7f565b60405180910390fd5b6103e88282611c879190614e68565b1115611cc8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cbf90614a3f565b60405180910390fd5b601e821115611d0c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d039061493f565b60405180910390fd5b611d1582610fa9565b341015611d57576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d4e90614bdf565b60405180910390fd5b60005b82811015611d7e57611d6b84612c78565b8080611d7690615096565b915050611d5a565b50505050565b611d8c6126a5565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611dfa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611df190614a1f565b60405180910390fd5b8060056000611e076126a5565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611eb46126a5565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611ef9919061488b565b60405180910390a35050565b611f0d6126a5565b73ffffffffffffffffffffffffffffffffffffffff16611f2b611b15565b73ffffffffffffffffffffffffffffffffffffffff1614611f81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f7890614b5f565b60405180910390fd5b6001600c60016101000a81548160ff021916908315150217905550565b611faf611fa96126a5565b83612917565b611fee576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fe590614cdf565b60405180910390fd5b611ffa84848484612f67565b50505050565b606061200b826127f2565b61204a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161204190614bbf565b60405180910390fd5b6000612054612fc3565b90506000815111612074576040518060200160405280600081525061209f565b8061207e84613055565b60405160200161208f9291906147c9565b6040516020818303038152906040525b915050919050565b60125481565b600e80546120ba90615033565b80601f01602080910402602001604051908101604052809291908181526020018280546120e690615033565b80156121335780601f1061210857610100808354040283529160200191612133565b820191906000526020600020905b81548152906001019060200180831161211657829003601f168201915b505050505081565b662386f26fc1000081565b60115481565b73611078d27c4b0ecc330a8d3ec7870626c643fee881565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60006012541461223d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161223490614a7f565b60405180910390fd5b60006011541415612283576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161227a90614c7f565b60405180910390fd5b610fa06011544060001c61229791906150df565b60128190555060ff6122b46011544361320290919063ffffffff16565b11156122df57610fa06001436122ca9190614f49565b4060001c6122d891906150df565b6012819055505b6000601254141561230757612300600160125461321890919063ffffffff16565b6012819055505b565b600061231484611610565b90508073ffffffffffffffffffffffffffffffffffffffff166123356126a5565b73ffffffffffffffffffffffffffffffffffffffff161461238b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161238290614c9f565b60405180910390fd5b6000349050662386f26fc1000081146123d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d090614c1f565b60405180910390fd5b847f071e2b5b04043a73f97c13dbdcd19e7f2d114c2277c6f5d4c6403e547756e45d858560405161240b9291906148c8565b60405180910390a25050505050565b601e81565b6124276126a5565b73ffffffffffffffffffffffffffffffffffffffff16612445611b15565b73ffffffffffffffffffffffffffffffffffffffff161461249b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161249290614b5f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561250b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125029061499f565b60405180910390fd5b61251481612dda565b50565b61251f6126a5565b73ffffffffffffffffffffffffffffffffffffffff1661253d611b15565b73ffffffffffffffffffffffffffffffffffffffff1614612593576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161258a90614b5f565b60405180910390fd5b80600d8190555050565b600f80546125aa90615033565b80601f01602080910402602001604051908101604052809291908181526020018280546125d690615033565b80156126235780601f106125f857610100808354040283529160200191612623565b820191906000526020600020905b81548152906001019060200180831161260657829003601f168201915b505050505081565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061269e575061269d8261322e565b5b9050919050565b600033905090565b6126b56115f9565b156126f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126ec90614a9f565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586127396126a5565b6040516127469190614802565b60405180910390a1565b6127586115f9565b612797576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161278e9061491f565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6127db6126a5565b6040516127e89190614802565b60405180910390a1565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166128d183611610565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000612922826127f2565b612961576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161295890614a5f565b60405180910390fd5b600061296c83611610565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614806129db57508373ffffffffffffffffffffffffffffffffffffffff166129c384610cfd565b73ffffffffffffffffffffffffffffffffffffffff16145b806129ec57506129eb8185612164565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16612a1582611610565b73ffffffffffffffffffffffffffffffffffffffff1614612a6b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a6290614b9f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612adb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ad2906149ff565b60405180910390fd5b612ae6838383613310565b612af160008261285e565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612b419190614f49565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612b989190614e68565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b60008183612c5f9190614eef565b905092915050565b6000612c73600b613320565b905090565b6000612c82612c67565b9050612c8e600b61332e565b612c988282613344565b807f19dd2a2544ac87c5d8a268a6b07d51fbdf34267b576bd956a6799f02f5a0556460405160405180910390a25050565b6000612cd482611610565b9050612ce281600084613310565b612ced60008361285e565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612d3d9190614f49565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008183612eae9190614ebe565b905092915050565b60008273ffffffffffffffffffffffffffffffffffffffff1682604051612edc906147ed565b60006040518083038185875af1925050503d8060008114612f19576040519150601f19603f3d011682016040523d82523d6000602084013e612f1e565b606091505b5050905080612f62576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f5990614cbf565b60405180910390fd5b505050565b612f728484846129f5565b612f7e84848484613362565b612fbd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612fb49061497f565b60405180910390fd5b50505050565b6060600e8054612fd290615033565b80601f0160208091040260200160405190810160405280929190818152602001828054612ffe90615033565b801561304b5780601f106130205761010080835404028352916020019161304b565b820191906000526020600020905b81548152906001019060200180831161302e57829003601f168201915b5050505050905090565b6060600082141561309d576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506131fd565b600082905060005b600082146130cf5780806130b890615096565b915050600a826130c89190614ebe565b91506130a5565b60008167ffffffffffffffff811115613111577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156131435781602001600182028036833780820191505090505b5090505b600085146131f65760018261315c9190614f49565b9150600a8561316b91906150df565b60306131779190614e68565b60f81b8183815181106131b3577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856131ef9190614ebe565b9450613147565b8093505050505b919050565b600081836132109190614f49565b905092915050565b600081836132269190614e68565b905092915050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806132f957507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806133095750613308826134f9565b5b9050919050565b61331b838383613563565b505050565b600081600001549050919050565b6001816000016000828254019250508190555050565b61335e8282604051806020016040528060008152506135bb565b5050565b60006133838473ffffffffffffffffffffffffffffffffffffffff16613616565b156134ec578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026133ac6126a5565b8786866040518563ffffffff1660e01b81526004016133ce949392919061481d565b602060405180830381600087803b1580156133e857600080fd5b505af192505050801561341957506040513d601f19601f82011682018060405250810190613416919061405d565b60015b61349c573d8060008114613449576040519150601f19603f3d011682016040523d82523d6000602084013e61344e565b606091505b50600081511415613494576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161348b9061497f565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506134f1565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b61356e838383613629565b6135766115f9565b156135b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016135ad906148ff565b60405180910390fd5b505050565b6135c5838361373d565b6135d26000848484613362565b613611576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016136089061497f565b60405180910390fd5b505050565b600080823b905060008111915050919050565b61363483838361390b565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156136775761367281613910565b6136b6565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146136b5576136b48382613959565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156136f9576136f481613ac6565b613738565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614613737576137368282613c09565b5b5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156137ad576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016137a490614b1f565b60405180910390fd5b6137b6816127f2565b156137f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016137ed906149df565b60405180910390fd5b61380260008383613310565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546138529190614e68565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b60006001613966846116c2565b6139709190614f49565b9050600060076000848152602001908152602001600020549050818114613a55576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600880549050613ada9190614f49565b9050600060096000848152602001908152602001600020549050600060088381548110613b30577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020015490508060088381548110613b78577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020018190555081600960008381526020019081526020016000208190555060096000858152602001908152602001600020600090556008805480613bed577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b6000613c14836116c2565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b828054613c9490615033565b90600052602060002090601f016020900481019282613cb65760008555613cfd565b82601f10613ccf57805160ff1916838001178555613cfd565b82800160010185558215613cfd579182015b82811115613cfc578251825591602001919060010190613ce1565b5b509050613d0a9190613d0e565b5090565b5b80821115613d27576000816000905550600101613d0f565b5090565b6000613d3e613d3984614d7f565b614d5a565b905082815260208101848484011115613d5657600080fd5b613d61848285614ff1565b509392505050565b6000613d7c613d7784614db0565b614d5a565b905082815260208101848484011115613d9457600080fd5b613d9f848285614ff1565b509392505050565b600081359050613db6816159d8565b92915050565b600081359050613dcb816159ef565b92915050565b600081359050613de081615a06565b92915050565b600081519050613df581615a06565b92915050565b600082601f830112613e0c57600080fd5b8135613e1c848260208601613d2b565b91505092915050565b600082601f830112613e3657600080fd5b8135613e46848260208601613d69565b91505092915050565b600081359050613e5e81615a1d565b92915050565b600060208284031215613e7657600080fd5b6000613e8484828501613da7565b91505092915050565b60008060408385031215613ea057600080fd5b6000613eae85828601613da7565b9250506020613ebf85828601613da7565b9150509250929050565b600080600060608486031215613ede57600080fd5b6000613eec86828701613da7565b9350506020613efd86828701613da7565b9250506040613f0e86828701613e4f565b9150509250925092565b60008060008060808587031215613f2e57600080fd5b6000613f3c87828801613da7565b9450506020613f4d87828801613da7565b9350506040613f5e87828801613e4f565b925050606085013567ffffffffffffffff811115613f7b57600080fd5b613f8787828801613dfb565b91505092959194509250565b60008060408385031215613fa657600080fd5b6000613fb485828601613da7565b9250506020613fc585828601613dbc565b9150509250929050565b60008060408385031215613fe257600080fd5b6000613ff085828601613da7565b925050602061400185828601613e4f565b9150509250929050565b60006020828403121561401d57600080fd5b600061402b84828501613dbc565b91505092915050565b60006020828403121561404657600080fd5b600061405484828501613dd1565b91505092915050565b60006020828403121561406f57600080fd5b600061407d84828501613de6565b91505092915050565b60006020828403121561409857600080fd5b600082013567ffffffffffffffff8111156140b257600080fd5b6140be84828501613e25565b91505092915050565b6000602082840312156140d957600080fd5b60006140e784828501613e4f565b91505092915050565b6000806040838503121561410357600080fd5b600061411185828601613e4f565b925050602061412285828601613da7565b9150509250929050565b60008060006060848603121561414157600080fd5b600061414f86828701613e4f565b935050602084013567ffffffffffffffff81111561416c57600080fd5b61417886828701613e25565b925050604084013567ffffffffffffffff81111561419557600080fd5b6141a186828701613e25565b9150509250925092565b60006141b783836147ab565b60208301905092915050565b6141cc81614f7d565b82525050565b60006141dd82614df1565b6141e78185614e1f565b93506141f283614de1565b8060005b8381101561422357815161420a88826141ab565b975061421583614e12565b9250506001810190506141f6565b5085935050505092915050565b61423981614f8f565b82525050565b600061424a82614dfc565b6142548185614e30565b9350614264818560208601615000565b61426d816151cc565b840191505092915050565b600061428382614e07565b61428d8185614e4c565b935061429d818560208601615000565b6142a6816151cc565b840191505092915050565b60006142bc82614e07565b6142c68185614e5d565b93506142d6818560208601615000565b80840191505092915050565b60006142ef602b83614e4c565b91506142fa826151dd565b604082019050919050565b6000614312601483614e4c565b915061431d8261522c565b602082019050919050565b6000614335600e83614e4c565b915061434082615255565b602082019050919050565b6000614358602b83614e4c565b91506143638261527e565b604082019050919050565b600061437b603283614e4c565b9150614386826152cd565b604082019050919050565b600061439e602683614e4c565b91506143a98261531c565b604082019050919050565b60006143c1601b83614e4c565b91506143cc8261536b565b602082019050919050565b60006143e4601c83614e4c565b91506143ef82615394565b602082019050919050565b6000614407602483614e4c565b9150614412826153bd565b604082019050919050565b600061442a601983614e4c565b91506144358261540c565b602082019050919050565b600061444d600983614e4c565b915061445882615435565b602082019050919050565b6000614470602c83614e4c565b915061447b8261545e565b604082019050919050565b6000614493601d83614e4c565b915061449e826154ad565b602082019050919050565b60006144b6601083614e4c565b91506144c1826154d6565b602082019050919050565b60006144d9603883614e4c565b91506144e4826154ff565b604082019050919050565b60006144fc602a83614e4c565b91506145078261554e565b604082019050919050565b600061451f602983614e4c565b915061452a8261559d565b604082019050919050565b6000614542602083614e4c565b915061454d826155ec565b602082019050919050565b6000614565602c83614e4c565b915061457082615615565b604082019050919050565b6000614588602083614e4c565b915061459382615664565b602082019050919050565b60006145ab600d83614e4c565b91506145b68261568d565b602082019050919050565b60006145ce602983614e4c565b91506145d9826156b6565b604082019050919050565b60006145f1602f83614e4c565b91506145fc82615705565b604082019050919050565b6000614614601183614e4c565b915061461f82615754565b602082019050919050565b6000614637600a83614e4c565b91506146428261577d565b602082019050919050565b600061465a602e83614e4c565b9150614665826157a6565b604082019050919050565b600061467d602183614e4c565b9150614688826157f5565b604082019050919050565b60006146a0601883614e4c565b91506146ab82615844565b602082019050919050565b60006146c3602083614e4c565b91506146ce8261586d565b602082019050919050565b60006146e6600083614e41565b91506146f182615896565b600082019050919050565b6000614709601883614e4c565b915061471482615899565b602082019050919050565b600061472c601083614e4c565b9150614737826158c2565b602082019050919050565b600061474f603183614e4c565b915061475a826158eb565b604082019050919050565b6000614772602c83614e4c565b915061477d8261593a565b604082019050919050565b6000614795603083614e4c565b91506147a082615989565b604082019050919050565b6147b481614fe7565b82525050565b6147c381614fe7565b82525050565b60006147d582856142b1565b91506147e182846142b1565b91508190509392505050565b60006147f8826146d9565b9150819050919050565b600060208201905061481760008301846141c3565b92915050565b600060808201905061483260008301876141c3565b61483f60208301866141c3565b61484c60408301856147ba565b818103606083015261485e818461423f565b905095945050505050565b6000602082019050818103600083015261488381846141d2565b905092915050565b60006020820190506148a06000830184614230565b92915050565b600060208201905081810360008301526148c08184614278565b905092915050565b600060408201905081810360008301526148e28185614278565b905081810360208301526148f68184614278565b90509392505050565b60006020820190508181036000830152614918816142e2565b9050919050565b6000602082019050818103600083015261493881614305565b9050919050565b6000602082019050818103600083015261495881614328565b9050919050565b600060208201905081810360008301526149788161434b565b9050919050565b600060208201905081810360008301526149988161436e565b9050919050565b600060208201905081810360008301526149b881614391565b9050919050565b600060208201905081810360008301526149d8816143b4565b9050919050565b600060208201905081810360008301526149f8816143d7565b9050919050565b60006020820190508181036000830152614a18816143fa565b9050919050565b60006020820190508181036000830152614a388161441d565b9050919050565b60006020820190508181036000830152614a5881614440565b9050919050565b60006020820190508181036000830152614a7881614463565b9050919050565b60006020820190508181036000830152614a9881614486565b9050919050565b60006020820190508181036000830152614ab8816144a9565b9050919050565b60006020820190508181036000830152614ad8816144cc565b9050919050565b60006020820190508181036000830152614af8816144ef565b9050919050565b60006020820190508181036000830152614b1881614512565b9050919050565b60006020820190508181036000830152614b3881614535565b9050919050565b60006020820190508181036000830152614b5881614558565b9050919050565b60006020820190508181036000830152614b788161457b565b9050919050565b60006020820190508181036000830152614b988161459e565b9050919050565b60006020820190508181036000830152614bb8816145c1565b9050919050565b60006020820190508181036000830152614bd8816145e4565b9050919050565b60006020820190508181036000830152614bf881614607565b9050919050565b60006020820190508181036000830152614c188161462a565b9050919050565b60006020820190508181036000830152614c388161464d565b9050919050565b60006020820190508181036000830152614c5881614670565b9050919050565b60006020820190508181036000830152614c7881614693565b9050919050565b60006020820190508181036000830152614c98816146b6565b9050919050565b60006020820190508181036000830152614cb8816146fc565b9050919050565b60006020820190508181036000830152614cd88161471f565b9050919050565b60006020820190508181036000830152614cf881614742565b9050919050565b60006020820190508181036000830152614d1881614765565b9050919050565b60006020820190508181036000830152614d3881614788565b9050919050565b6000602082019050614d5460008301846147ba565b92915050565b6000614d64614d75565b9050614d708282615065565b919050565b6000604051905090565b600067ffffffffffffffff821115614d9a57614d9961519d565b5b614da3826151cc565b9050602081019050919050565b600067ffffffffffffffff821115614dcb57614dca61519d565b5b614dd4826151cc565b9050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b6000614e7382614fe7565b9150614e7e83614fe7565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115614eb357614eb2615110565b5b828201905092915050565b6000614ec982614fe7565b9150614ed483614fe7565b925082614ee457614ee361513f565b5b828204905092915050565b6000614efa82614fe7565b9150614f0583614fe7565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615614f3e57614f3d615110565b5b828202905092915050565b6000614f5482614fe7565b9150614f5f83614fe7565b925082821015614f7257614f71615110565b5b828203905092915050565b6000614f8882614fc7565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561501e578082015181840152602081019050615003565b8381111561502d576000848401525b50505050565b6000600282049050600182168061504b57607f821691505b6020821081141561505f5761505e61516e565b5b50919050565b61506e826151cc565b810181811067ffffffffffffffff8211171561508d5761508c61519d565b5b80604052505050565b60006150a182614fe7565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156150d4576150d3615110565b5b600182019050919050565b60006150ea82614fe7565b91506150f583614fe7565b9250826151055761510461513f565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4552433732315061757361626c653a20746f6b656e207472616e73666572207760008201527f68696c6520706175736564000000000000000000000000000000000000000000602082015250565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f45786365656473206e756d626572000000000000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f50726573616c6520686173206e6f742079657420737461727465640000000000600082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4d6178206c696d69740000000000000000000000000000000000000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f5374617274696e6720696e64657820697320616c726561647920736574000000600082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f50726573616c6520656e64656400000000000000000000000000000000000000600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f56616c75652062656c6f77207072696365000000000000000000000000000000600082015250565b7f53616c6520656e64656400000000000000000000000000000000000000000000600082015250565b7f5468657265206973206120707269636520666f72206368616e67696e6720796f60008201527f757220617474726962757465732e000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f53616c6520686173206e6f742079657420737461727465640000000000000000600082015250565b7f5374617274696e6720696e64657820626c6f636b206d75737420626520736574600082015250565b50565b7f54686973206973206e6f7420796f75722042616c6c65722e0000000000000000600082015250565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656400000000000000000000000000000000602082015250565b6159e181614f7d565b81146159ec57600080fd5b50565b6159f881614f8f565b8114615a0357600080fd5b50565b615a0f81614f9b565b8114615a1a57600080fd5b50565b615a2681614fe7565b8114615a3157600080fd5b5056fea26469706673582212205e83d9d6c7a927aaa64dc765bb8a7c9545a8a11d19f5a485a982232e17ebd71c64736f6c6343000804003300000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x6080604052600436106102c95760003560e01c8063715018a611610175578063c87b56dd116100dc578063e985e9c511610095578063f0292a031161006f578063f0292a0314610a76578063f2fde38b14610aa1578063f4a0a52814610aca578063ff1b655614610af3576102c9565b8063e985e9c514610a06578063e986655014610a43578063ed16e3a614610a5a576102c9565b8063c87b56dd146108f2578063cb774d471461092f578063d547cfb71461095a578063d773154f14610985578063e36d6498146109b0578063e927fc5c146109db576102c9565b80638da5cb5b1161012e5780638da5cb5b1461081757806395d89b41146108425780639b6a67091461086d578063a22cb46514610889578063b66a0e5d146108b2578063b88d4fde146108c9576102c9565b8063715018a6146107605780637d17fcbe146107775780637e95eac41461078e578063850dd091146107b9578063853828b6146107e25780638d859f3e146107ec576102c9565b80632f745c59116102345780634f6ccce7116101ed57806359a7715a116101c757806359a7715a146106905780635c975abb146106bb5780636352211e146106e657806370a0823114610723576102c9565b80634f6ccce7146105ff57806355f804b31461063c57806357d4c4ee14610665576102c9565b80632f745c59146104ec5780633ad10ef61461052957806340c10f191461055457806342842e0e1461057057806342966c6814610599578063438b6300146105c2576102c9565b80630ffc6728116102865780630ffc6728146103dc578063109695231461040757806318160ddd1461043057806318e20a381461045b57806323b872dd1461048657806326a49e37146104af576102c9565b806301ffc9a7146102ce57806302329a291461030b57806304c98b2b1461033457806306fdde031461034b578063081812fc14610376578063095ea7b3146103b3575b600080fd5b3480156102da57600080fd5b506102f560048036038101906102f09190614034565b610b1e565b604051610302919061488b565b60405180910390f35b34801561031757600080fd5b50610332600480360381019061032d919061400b565b610b30565b005b34801561034057600080fd5b50610349610bd2565b005b34801561035757600080fd5b50610360610c6b565b60405161036d91906148a6565b60405180910390f35b34801561038257600080fd5b5061039d600480360381019061039891906140c7565b610cfd565b6040516103aa9190614802565b60405180910390f35b3480156103bf57600080fd5b506103da60048036038101906103d59190613fcf565b610d82565b005b3480156103e857600080fd5b506103f1610e9a565b6040516103fe9190614d3f565b60405180910390f35b34801561041357600080fd5b5061042e60048036038101906104299190614086565b610ea0565b005b34801561043c57600080fd5b50610445610f36565b6040516104529190614d3f565b60405180910390f35b34801561046757600080fd5b50610470610f43565b60405161047d9190614d3f565b60405180910390f35b34801561049257600080fd5b506104ad60048036038101906104a89190613ec9565b610f49565b005b3480156104bb57600080fd5b506104d660048036038101906104d191906140c7565b610fa9565b6040516104e39190614d3f565b60405180910390f35b3480156104f857600080fd5b50610513600480360381019061050e9190613fcf565b610fc7565b6040516105209190614d3f565b60405180910390f35b34801561053557600080fd5b5061053e61106c565b60405161054b9190614802565b60405180910390f35b61056e60048036038101906105699190613fcf565b611084565b005b34801561057c57600080fd5b5061059760048036038101906105929190613ec9565b611341565b005b3480156105a557600080fd5b506105c060048036038101906105bb91906140c7565b611361565b005b3480156105ce57600080fd5b506105e960048036038101906105e49190613e64565b6113bd565b6040516105f69190614869565b60405180910390f35b34801561060b57600080fd5b50610626600480360381019061062191906140c7565b6114b7565b6040516106339190614d3f565b60405180910390f35b34801561064857600080fd5b50610663600480360381019061065e9190614086565b61154e565b005b34801561067157600080fd5b5061067a6115e4565b6040516106879190614d3f565b60405180910390f35b34801561069c57600080fd5b506106a56115ea565b6040516106b29190614d3f565b60405180910390f35b3480156106c757600080fd5b506106d06115f9565b6040516106dd919061488b565b60405180910390f35b3480156106f257600080fd5b5061070d600480360381019061070891906140c7565b611610565b60405161071a9190614802565b60405180910390f35b34801561072f57600080fd5b5061074a60048036038101906107459190613e64565b6116c2565b6040516107579190614d3f565b60405180910390f35b34801561076c57600080fd5b5061077561177a565b005b34801561078357600080fd5b5061078c611802565b005b34801561079a57600080fd5b506107a36118cc565b6040516107b09190614d3f565b60405180910390f35b3480156107c557600080fd5b506107e060048036038101906107db91906140f0565b6118d1565b005b6107ea611a1b565b005b3480156107f857600080fd5b50610801611b0f565b60405161080e9190614d3f565b60405180910390f35b34801561082357600080fd5b5061082c611b15565b6040516108399190614802565b60405180910390f35b34801561084e57600080fd5b50610857611b3f565b60405161086491906148a6565b60405180910390f35b61088760048036038101906108829190613fcf565b611bd1565b005b34801561089557600080fd5b506108b060048036038101906108ab9190613f93565b611d84565b005b3480156108be57600080fd5b506108c7611f05565b005b3480156108d557600080fd5b506108f060048036038101906108eb9190613f18565b611f9e565b005b3480156108fe57600080fd5b50610919600480360381019061091491906140c7565b612000565b60405161092691906148a6565b60405180910390f35b34801561093b57600080fd5b506109446120a7565b6040516109519190614d3f565b60405180910390f35b34801561096657600080fd5b5061096f6120ad565b60405161097c91906148a6565b60405180910390f35b34801561099157600080fd5b5061099a61213b565b6040516109a79190614d3f565b60405180910390f35b3480156109bc57600080fd5b506109c5612146565b6040516109d29190614d3f565b60405180910390f35b3480156109e757600080fd5b506109f061214c565b6040516109fd9190614802565b60405180910390f35b348015610a1257600080fd5b50610a2d6004803603810190610a289190613e8d565b612164565b604051610a3a919061488b565b60405180910390f35b348015610a4f57600080fd5b50610a586121f8565b005b610a746004803603810190610a6f919061412c565b612309565b005b348015610a8257600080fd5b50610a8b61241a565b604051610a989190614d3f565b60405180910390f35b348015610aad57600080fd5b50610ac86004803603810190610ac39190613e64565b61241f565b005b348015610ad657600080fd5b50610af16004803603810190610aec91906140c7565b612517565b005b348015610aff57600080fd5b50610b0861259d565b604051610b1591906148a6565b60405180910390f35b6000610b298261262b565b9050919050565b610b386126a5565b73ffffffffffffffffffffffffffffffffffffffff16610b56611b15565b73ffffffffffffffffffffffffffffffffffffffff1614610bac576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ba390614b5f565b60405180910390fd5b600115158115151415610bc657610bc16126ad565b610bcf565b610bce612750565b5b50565b610bda6126a5565b73ffffffffffffffffffffffffffffffffffffffff16610bf8611b15565b73ffffffffffffffffffffffffffffffffffffffff1614610c4e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c4590614b5f565b60405180910390fd5b6001600c60006101000a81548160ff021916908315150217905550565b606060008054610c7a90615033565b80601f0160208091040260200160405190810160405280929190818152602001828054610ca690615033565b8015610cf35780601f10610cc857610100808354040283529160200191610cf3565b820191906000526020600020905b815481529060010190602001808311610cd657829003601f168201915b5050505050905090565b6000610d08826127f2565b610d47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d3e90614b3f565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610d8d82611610565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610dfe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610df590614c3f565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610e1d6126a5565b73ffffffffffffffffffffffffffffffffffffffff161480610e4c5750610e4b81610e466126a5565b612164565b5b610e8b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e8290614abf565b60405180910390fd5b610e95838361285e565b505050565b6103e881565b610ea86126a5565b73ffffffffffffffffffffffffffffffffffffffff16610ec6611b15565b73ffffffffffffffffffffffffffffffffffffffff1614610f1c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f1390614b5f565b60405180910390fd5b80600f9080519060200190610f32929190613c88565b5050565b6000600880549050905090565b60105481565b610f5a610f546126a5565b82612917565b610f99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f9090614cdf565b60405180910390fd5b610fa48383836129f5565b505050565b6000610fc082600d54612c5190919063ffffffff16565b9050919050565b6000610fd2836116c2565b8210611013576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161100a9061495f565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b73e4d8bf31662c330ed120ca0f5b3d41c8a34afacf81565b610fa061108f612c67565b11156110d0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110c790614bff565b60405180910390fd5b6110d8611b15565b73ffffffffffffffffffffffffffffffffffffffff166110f66126a5565b73ffffffffffffffffffffffffffffffffffffffff161461115a576111196115f9565b15611159576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161115090614a9f565b60405180910390fd5b5b6000611164612c67565b905060011515600c60019054906101000a900460ff161515146111bc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b390614c5f565b60405180910390fd5b610fa0811115611201576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111f890614bff565b60405180910390fd5b610fa082826112109190614e68565b1115611251576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161124890614a3f565b60405180910390fd5b601e821115611295576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161128c9061493f565b60405180910390fd5b61129e82610fa9565b3410156112e0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d790614bdf565b60405180910390fd5b60005b82811015611307576112f484612c78565b80806112ff90615096565b9150506112e3565b50600060115414801561132f5750610fa0611320610f36565b148061132e57506010544210155b5b1561133c57436011819055505b505050565b61135c83838360405180602001604052806000815250611f9e565b505050565b61137261136c6126a5565b82612917565b6113b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113a890614d1f565b60405180910390fd5b6113ba81612cc9565b50565b606060006113ca836116c2565b905060008167ffffffffffffffff81111561140e577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405190808252806020026020018201604052801561143c5781602001602082028036833780820191505090505b50905060005b828110156114ac576114548582610fc7565b82828151811061148d577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101818152505080806114a490615096565b915050611442565b508092505050919050565b60006114c1610f36565b8210611502576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114f990614cff565b60405180910390fd5b6008828154811061153c577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b6115566126a5565b73ffffffffffffffffffffffffffffffffffffffff16611574611b15565b73ffffffffffffffffffffffffffffffffffffffff16146115ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115c190614b5f565b60405180910390fd5b80600e90805190602001906115e0929190613c88565b5050565b610fa081565b60006115f4612c67565b905090565b6000600a60149054906101000a900460ff16905090565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156116b9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116b090614aff565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611733576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161172a90614adf565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6117826126a5565b73ffffffffffffffffffffffffffffffffffffffff166117a0611b15565b73ffffffffffffffffffffffffffffffffffffffff16146117f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117ed90614b5f565b60405180910390fd5b6118006000612dda565b565b61180a6126a5565b73ffffffffffffffffffffffffffffffffffffffff16611828611b15565b73ffffffffffffffffffffffffffffffffffffffff161461187e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161187590614b5f565b60405180910390fd5b6000601254146118c3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118ba90614a7f565b60405180910390fd5b43601181905550565b601e81565b6118d96126a5565b73ffffffffffffffffffffffffffffffffffffffff166118f7611b15565b73ffffffffffffffffffffffffffffffffffffffff161461194d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161194490614b5f565b60405180910390fd5b6000611957612c67565b9050610fa081111561199e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161199590614bff565b60405180910390fd5b610fa083826119ad9190614e68565b11156119ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119e590614a3f565b60405180910390fd5b60005b83811015611a1557611a0283612c78565b8080611a0d90615096565b9150506119f1565b50505050565b611a236126a5565b73ffffffffffffffffffffffffffffffffffffffff16611a41611b15565b73ffffffffffffffffffffffffffffffffffffffff1614611a97576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a8e90614b5f565b60405180910390fd5b600047905060008111611aa957600080fd5b611aee73e4d8bf31662c330ed120ca0f5b3d41c8a34afacf611ae96103e8611adb601986612c5190919063ffffffff16565b612ea090919063ffffffff16565b612eb6565b611b0c73611078d27c4b0ecc330a8d3ec7870626c643fee847612eb6565b50565b600d5481565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611b4e90615033565b80601f0160208091040260200160405190810160405280929190818152602001828054611b7a90615033565b8015611bc75780601f10611b9c57610100808354040283529160200191611bc7565b820191906000526020600020905b815481529060010190602001808311611baa57829003601f168201915b5050505050905090565b6000611bdb612c67565b905060011515600c60009054906101000a900460ff16151514611c33576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c2a906149bf565b60405180910390fd5b6103e8811115611c78576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c6f90614b7f565b60405180910390fd5b6103e88282611c879190614e68565b1115611cc8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cbf90614a3f565b60405180910390fd5b601e821115611d0c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d039061493f565b60405180910390fd5b611d1582610fa9565b341015611d57576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d4e90614bdf565b60405180910390fd5b60005b82811015611d7e57611d6b84612c78565b8080611d7690615096565b915050611d5a565b50505050565b611d8c6126a5565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611dfa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611df190614a1f565b60405180910390fd5b8060056000611e076126a5565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611eb46126a5565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611ef9919061488b565b60405180910390a35050565b611f0d6126a5565b73ffffffffffffffffffffffffffffffffffffffff16611f2b611b15565b73ffffffffffffffffffffffffffffffffffffffff1614611f81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f7890614b5f565b60405180910390fd5b6001600c60016101000a81548160ff021916908315150217905550565b611faf611fa96126a5565b83612917565b611fee576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fe590614cdf565b60405180910390fd5b611ffa84848484612f67565b50505050565b606061200b826127f2565b61204a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161204190614bbf565b60405180910390fd5b6000612054612fc3565b90506000815111612074576040518060200160405280600081525061209f565b8061207e84613055565b60405160200161208f9291906147c9565b6040516020818303038152906040525b915050919050565b60125481565b600e80546120ba90615033565b80601f01602080910402602001604051908101604052809291908181526020018280546120e690615033565b80156121335780601f1061210857610100808354040283529160200191612133565b820191906000526020600020905b81548152906001019060200180831161211657829003601f168201915b505050505081565b662386f26fc1000081565b60115481565b73611078d27c4b0ecc330a8d3ec7870626c643fee881565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60006012541461223d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161223490614a7f565b60405180910390fd5b60006011541415612283576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161227a90614c7f565b60405180910390fd5b610fa06011544060001c61229791906150df565b60128190555060ff6122b46011544361320290919063ffffffff16565b11156122df57610fa06001436122ca9190614f49565b4060001c6122d891906150df565b6012819055505b6000601254141561230757612300600160125461321890919063ffffffff16565b6012819055505b565b600061231484611610565b90508073ffffffffffffffffffffffffffffffffffffffff166123356126a5565b73ffffffffffffffffffffffffffffffffffffffff161461238b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161238290614c9f565b60405180910390fd5b6000349050662386f26fc1000081146123d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d090614c1f565b60405180910390fd5b847f071e2b5b04043a73f97c13dbdcd19e7f2d114c2277c6f5d4c6403e547756e45d858560405161240b9291906148c8565b60405180910390a25050505050565b601e81565b6124276126a5565b73ffffffffffffffffffffffffffffffffffffffff16612445611b15565b73ffffffffffffffffffffffffffffffffffffffff161461249b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161249290614b5f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561250b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125029061499f565b60405180910390fd5b61251481612dda565b50565b61251f6126a5565b73ffffffffffffffffffffffffffffffffffffffff1661253d611b15565b73ffffffffffffffffffffffffffffffffffffffff1614612593576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161258a90614b5f565b60405180910390fd5b80600d8190555050565b600f80546125aa90615033565b80601f01602080910402602001604051908101604052809291908181526020018280546125d690615033565b80156126235780601f106125f857610100808354040283529160200191612623565b820191906000526020600020905b81548152906001019060200180831161260657829003601f168201915b505050505081565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061269e575061269d8261322e565b5b9050919050565b600033905090565b6126b56115f9565b156126f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126ec90614a9f565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586127396126a5565b6040516127469190614802565b60405180910390a1565b6127586115f9565b612797576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161278e9061491f565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6127db6126a5565b6040516127e89190614802565b60405180910390a1565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166128d183611610565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000612922826127f2565b612961576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161295890614a5f565b60405180910390fd5b600061296c83611610565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614806129db57508373ffffffffffffffffffffffffffffffffffffffff166129c384610cfd565b73ffffffffffffffffffffffffffffffffffffffff16145b806129ec57506129eb8185612164565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16612a1582611610565b73ffffffffffffffffffffffffffffffffffffffff1614612a6b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a6290614b9f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612adb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ad2906149ff565b60405180910390fd5b612ae6838383613310565b612af160008261285e565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612b419190614f49565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612b989190614e68565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b60008183612c5f9190614eef565b905092915050565b6000612c73600b613320565b905090565b6000612c82612c67565b9050612c8e600b61332e565b612c988282613344565b807f19dd2a2544ac87c5d8a268a6b07d51fbdf34267b576bd956a6799f02f5a0556460405160405180910390a25050565b6000612cd482611610565b9050612ce281600084613310565b612ced60008361285e565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612d3d9190614f49565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008183612eae9190614ebe565b905092915050565b60008273ffffffffffffffffffffffffffffffffffffffff1682604051612edc906147ed565b60006040518083038185875af1925050503d8060008114612f19576040519150601f19603f3d011682016040523d82523d6000602084013e612f1e565b606091505b5050905080612f62576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f5990614cbf565b60405180910390fd5b505050565b612f728484846129f5565b612f7e84848484613362565b612fbd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612fb49061497f565b60405180910390fd5b50505050565b6060600e8054612fd290615033565b80601f0160208091040260200160405190810160405280929190818152602001828054612ffe90615033565b801561304b5780601f106130205761010080835404028352916020019161304b565b820191906000526020600020905b81548152906001019060200180831161302e57829003601f168201915b5050505050905090565b6060600082141561309d576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506131fd565b600082905060005b600082146130cf5780806130b890615096565b915050600a826130c89190614ebe565b91506130a5565b60008167ffffffffffffffff811115613111577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f1916602001820160405280156131435781602001600182028036833780820191505090505b5090505b600085146131f65760018261315c9190614f49565b9150600a8561316b91906150df565b60306131779190614e68565b60f81b8183815181106131b3577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856131ef9190614ebe565b9450613147565b8093505050505b919050565b600081836132109190614f49565b905092915050565b600081836132269190614e68565b905092915050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806132f957507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806133095750613308826134f9565b5b9050919050565b61331b838383613563565b505050565b600081600001549050919050565b6001816000016000828254019250508190555050565b61335e8282604051806020016040528060008152506135bb565b5050565b60006133838473ffffffffffffffffffffffffffffffffffffffff16613616565b156134ec578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026133ac6126a5565b8786866040518563ffffffff1660e01b81526004016133ce949392919061481d565b602060405180830381600087803b1580156133e857600080fd5b505af192505050801561341957506040513d601f19601f82011682018060405250810190613416919061405d565b60015b61349c573d8060008114613449576040519150601f19603f3d011682016040523d82523d6000602084013e61344e565b606091505b50600081511415613494576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161348b9061497f565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506134f1565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b61356e838383613629565b6135766115f9565b156135b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016135ad906148ff565b60405180910390fd5b505050565b6135c5838361373d565b6135d26000848484613362565b613611576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016136089061497f565b60405180910390fd5b505050565b600080823b905060008111915050919050565b61363483838361390b565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156136775761367281613910565b6136b6565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146136b5576136b48382613959565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156136f9576136f481613ac6565b613738565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614613737576137368282613c09565b5b5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156137ad576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016137a490614b1f565b60405180910390fd5b6137b6816127f2565b156137f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016137ed906149df565b60405180910390fd5b61380260008383613310565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546138529190614e68565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b60006001613966846116c2565b6139709190614f49565b9050600060076000848152602001908152602001600020549050818114613a55576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600880549050613ada9190614f49565b9050600060096000848152602001908152602001600020549050600060088381548110613b30577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020015490508060088381548110613b78577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020018190555081600960008381526020019081526020016000208190555060096000858152602001908152602001600020600090556008805480613bed577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b6000613c14836116c2565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b828054613c9490615033565b90600052602060002090601f016020900481019282613cb65760008555613cfd565b82601f10613ccf57805160ff1916838001178555613cfd565b82800160010185558215613cfd579182015b82811115613cfc578251825591602001919060010190613ce1565b5b509050613d0a9190613d0e565b5090565b5b80821115613d27576000816000905550600101613d0f565b5090565b6000613d3e613d3984614d7f565b614d5a565b905082815260208101848484011115613d5657600080fd5b613d61848285614ff1565b509392505050565b6000613d7c613d7784614db0565b614d5a565b905082815260208101848484011115613d9457600080fd5b613d9f848285614ff1565b509392505050565b600081359050613db6816159d8565b92915050565b600081359050613dcb816159ef565b92915050565b600081359050613de081615a06565b92915050565b600081519050613df581615a06565b92915050565b600082601f830112613e0c57600080fd5b8135613e1c848260208601613d2b565b91505092915050565b600082601f830112613e3657600080fd5b8135613e46848260208601613d69565b91505092915050565b600081359050613e5e81615a1d565b92915050565b600060208284031215613e7657600080fd5b6000613e8484828501613da7565b91505092915050565b60008060408385031215613ea057600080fd5b6000613eae85828601613da7565b9250506020613ebf85828601613da7565b9150509250929050565b600080600060608486031215613ede57600080fd5b6000613eec86828701613da7565b9350506020613efd86828701613da7565b9250506040613f0e86828701613e4f565b9150509250925092565b60008060008060808587031215613f2e57600080fd5b6000613f3c87828801613da7565b9450506020613f4d87828801613da7565b9350506040613f5e87828801613e4f565b925050606085013567ffffffffffffffff811115613f7b57600080fd5b613f8787828801613dfb565b91505092959194509250565b60008060408385031215613fa657600080fd5b6000613fb485828601613da7565b9250506020613fc585828601613dbc565b9150509250929050565b60008060408385031215613fe257600080fd5b6000613ff085828601613da7565b925050602061400185828601613e4f565b9150509250929050565b60006020828403121561401d57600080fd5b600061402b84828501613dbc565b91505092915050565b60006020828403121561404657600080fd5b600061405484828501613dd1565b91505092915050565b60006020828403121561406f57600080fd5b600061407d84828501613de6565b91505092915050565b60006020828403121561409857600080fd5b600082013567ffffffffffffffff8111156140b257600080fd5b6140be84828501613e25565b91505092915050565b6000602082840312156140d957600080fd5b60006140e784828501613e4f565b91505092915050565b6000806040838503121561410357600080fd5b600061411185828601613e4f565b925050602061412285828601613da7565b9150509250929050565b60008060006060848603121561414157600080fd5b600061414f86828701613e4f565b935050602084013567ffffffffffffffff81111561416c57600080fd5b61417886828701613e25565b925050604084013567ffffffffffffffff81111561419557600080fd5b6141a186828701613e25565b9150509250925092565b60006141b783836147ab565b60208301905092915050565b6141cc81614f7d565b82525050565b60006141dd82614df1565b6141e78185614e1f565b93506141f283614de1565b8060005b8381101561422357815161420a88826141ab565b975061421583614e12565b9250506001810190506141f6565b5085935050505092915050565b61423981614f8f565b82525050565b600061424a82614dfc565b6142548185614e30565b9350614264818560208601615000565b61426d816151cc565b840191505092915050565b600061428382614e07565b61428d8185614e4c565b935061429d818560208601615000565b6142a6816151cc565b840191505092915050565b60006142bc82614e07565b6142c68185614e5d565b93506142d6818560208601615000565b80840191505092915050565b60006142ef602b83614e4c565b91506142fa826151dd565b604082019050919050565b6000614312601483614e4c565b915061431d8261522c565b602082019050919050565b6000614335600e83614e4c565b915061434082615255565b602082019050919050565b6000614358602b83614e4c565b91506143638261527e565b604082019050919050565b600061437b603283614e4c565b9150614386826152cd565b604082019050919050565b600061439e602683614e4c565b91506143a98261531c565b604082019050919050565b60006143c1601b83614e4c565b91506143cc8261536b565b602082019050919050565b60006143e4601c83614e4c565b91506143ef82615394565b602082019050919050565b6000614407602483614e4c565b9150614412826153bd565b604082019050919050565b600061442a601983614e4c565b91506144358261540c565b602082019050919050565b600061444d600983614e4c565b915061445882615435565b602082019050919050565b6000614470602c83614e4c565b915061447b8261545e565b604082019050919050565b6000614493601d83614e4c565b915061449e826154ad565b602082019050919050565b60006144b6601083614e4c565b91506144c1826154d6565b602082019050919050565b60006144d9603883614e4c565b91506144e4826154ff565b604082019050919050565b60006144fc602a83614e4c565b91506145078261554e565b604082019050919050565b600061451f602983614e4c565b915061452a8261559d565b604082019050919050565b6000614542602083614e4c565b915061454d826155ec565b602082019050919050565b6000614565602c83614e4c565b915061457082615615565b604082019050919050565b6000614588602083614e4c565b915061459382615664565b602082019050919050565b60006145ab600d83614e4c565b91506145b68261568d565b602082019050919050565b60006145ce602983614e4c565b91506145d9826156b6565b604082019050919050565b60006145f1602f83614e4c565b91506145fc82615705565b604082019050919050565b6000614614601183614e4c565b915061461f82615754565b602082019050919050565b6000614637600a83614e4c565b91506146428261577d565b602082019050919050565b600061465a602e83614e4c565b9150614665826157a6565b604082019050919050565b600061467d602183614e4c565b9150614688826157f5565b604082019050919050565b60006146a0601883614e4c565b91506146ab82615844565b602082019050919050565b60006146c3602083614e4c565b91506146ce8261586d565b602082019050919050565b60006146e6600083614e41565b91506146f182615896565b600082019050919050565b6000614709601883614e4c565b915061471482615899565b602082019050919050565b600061472c601083614e4c565b9150614737826158c2565b602082019050919050565b600061474f603183614e4c565b915061475a826158eb565b604082019050919050565b6000614772602c83614e4c565b915061477d8261593a565b604082019050919050565b6000614795603083614e4c565b91506147a082615989565b604082019050919050565b6147b481614fe7565b82525050565b6147c381614fe7565b82525050565b60006147d582856142b1565b91506147e182846142b1565b91508190509392505050565b60006147f8826146d9565b9150819050919050565b600060208201905061481760008301846141c3565b92915050565b600060808201905061483260008301876141c3565b61483f60208301866141c3565b61484c60408301856147ba565b818103606083015261485e818461423f565b905095945050505050565b6000602082019050818103600083015261488381846141d2565b905092915050565b60006020820190506148a06000830184614230565b92915050565b600060208201905081810360008301526148c08184614278565b905092915050565b600060408201905081810360008301526148e28185614278565b905081810360208301526148f68184614278565b90509392505050565b60006020820190508181036000830152614918816142e2565b9050919050565b6000602082019050818103600083015261493881614305565b9050919050565b6000602082019050818103600083015261495881614328565b9050919050565b600060208201905081810360008301526149788161434b565b9050919050565b600060208201905081810360008301526149988161436e565b9050919050565b600060208201905081810360008301526149b881614391565b9050919050565b600060208201905081810360008301526149d8816143b4565b9050919050565b600060208201905081810360008301526149f8816143d7565b9050919050565b60006020820190508181036000830152614a18816143fa565b9050919050565b60006020820190508181036000830152614a388161441d565b9050919050565b60006020820190508181036000830152614a5881614440565b9050919050565b60006020820190508181036000830152614a7881614463565b9050919050565b60006020820190508181036000830152614a9881614486565b9050919050565b60006020820190508181036000830152614ab8816144a9565b9050919050565b60006020820190508181036000830152614ad8816144cc565b9050919050565b60006020820190508181036000830152614af8816144ef565b9050919050565b60006020820190508181036000830152614b1881614512565b9050919050565b60006020820190508181036000830152614b3881614535565b9050919050565b60006020820190508181036000830152614b5881614558565b9050919050565b60006020820190508181036000830152614b788161457b565b9050919050565b60006020820190508181036000830152614b988161459e565b9050919050565b60006020820190508181036000830152614bb8816145c1565b9050919050565b60006020820190508181036000830152614bd8816145e4565b9050919050565b60006020820190508181036000830152614bf881614607565b9050919050565b60006020820190508181036000830152614c188161462a565b9050919050565b60006020820190508181036000830152614c388161464d565b9050919050565b60006020820190508181036000830152614c5881614670565b9050919050565b60006020820190508181036000830152614c7881614693565b9050919050565b60006020820190508181036000830152614c98816146b6565b9050919050565b60006020820190508181036000830152614cb8816146fc565b9050919050565b60006020820190508181036000830152614cd88161471f565b9050919050565b60006020820190508181036000830152614cf881614742565b9050919050565b60006020820190508181036000830152614d1881614765565b9050919050565b60006020820190508181036000830152614d3881614788565b9050919050565b6000602082019050614d5460008301846147ba565b92915050565b6000614d64614d75565b9050614d708282615065565b919050565b6000604051905090565b600067ffffffffffffffff821115614d9a57614d9961519d565b5b614da3826151cc565b9050602081019050919050565b600067ffffffffffffffff821115614dcb57614dca61519d565b5b614dd4826151cc565b9050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b6000614e7382614fe7565b9150614e7e83614fe7565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115614eb357614eb2615110565b5b828201905092915050565b6000614ec982614fe7565b9150614ed483614fe7565b925082614ee457614ee361513f565b5b828204905092915050565b6000614efa82614fe7565b9150614f0583614fe7565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615614f3e57614f3d615110565b5b828202905092915050565b6000614f5482614fe7565b9150614f5f83614fe7565b925082821015614f7257614f71615110565b5b828203905092915050565b6000614f8882614fc7565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561501e578082015181840152602081019050615003565b8381111561502d576000848401525b50505050565b6000600282049050600182168061504b57607f821691505b6020821081141561505f5761505e61516e565b5b50919050565b61506e826151cc565b810181811067ffffffffffffffff8211171561508d5761508c61519d565b5b80604052505050565b60006150a182614fe7565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156150d4576150d3615110565b5b600182019050919050565b60006150ea82614fe7565b91506150f583614fe7565b9250826151055761510461513f565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4552433732315061757361626c653a20746f6b656e207472616e73666572207760008201527f68696c6520706175736564000000000000000000000000000000000000000000602082015250565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f45786365656473206e756d626572000000000000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f50726573616c6520686173206e6f742079657420737461727465640000000000600082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4d6178206c696d69740000000000000000000000000000000000000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f5374617274696e6720696e64657820697320616c726561647920736574000000600082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f50726573616c6520656e64656400000000000000000000000000000000000000600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f56616c75652062656c6f77207072696365000000000000000000000000000000600082015250565b7f53616c6520656e64656400000000000000000000000000000000000000000000600082015250565b7f5468657265206973206120707269636520666f72206368616e67696e6720796f60008201527f757220617474726962757465732e000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f53616c6520686173206e6f742079657420737461727465640000000000000000600082015250565b7f5374617274696e6720696e64657820626c6f636b206d75737420626520736574600082015250565b50565b7f54686973206973206e6f7420796f75722042616c6c65722e0000000000000000600082015250565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656400000000000000000000000000000000602082015250565b6159e181614f7d565b81146159ec57600080fd5b50565b6159f881614f8f565b8114615a0357600080fd5b50565b615a0f81614f9b565b8114615a1a57600080fd5b50565b615a2681614fe7565b8114615a3157600080fd5b5056fea26469706673582212205e83d9d6c7a927aaa64dc765bb8a7c9545a8a11d19f5a485a982232e17ebd71c64736f6c63430008040033

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

118910:7227:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;125955:179;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;124508:154;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;124670:74;;;;;;;;;;;;;:::i;:::-;;84067:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;85626:221;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;85149:411;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119225:48;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;122917:129;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;98180:113;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119559:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86516:339;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;122413:104;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;97848:256;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119764:79;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;121529:681;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;86926:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;95594:245;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;124147:353;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;98370:233;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;122646:101;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119178:40;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;120556:91;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;104673:86;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;83761:239;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;83491:208;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110003:94;;;;;;;;;;;;;:::i;:::-;;123945:194;;;;;;;;;;;;;:::i;:::-;;119433:45;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;120655:321;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;125254:257;;;:::i;:::-;;119280:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109352:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;84236:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;120984:537;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;85919:295;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;124752:68;;;;;;;;;;;;;:::i;:::-;;87182:328;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;84411:334;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119637:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119485:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119327:43;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119597:33;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119674:83;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86285:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;123122:686;;;;;;;;;;;;;:::i;:::-;;124828:418;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119389:37;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110252:192;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;122755:90;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119518:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;125955:179;126066:4;126090:36;126114:11;126090:23;:36::i;:::-;126083:43;;125955:179;;;:::o;124508:154::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;124572:4:::1;124565:11;;:3;:11;;;124561:73;;;124593:8;:6;:8::i;:::-;124616:7;;124561:73;124644:10;:8;:10::i;:::-;109643:1;124508:154:::0;:::o;124670:74::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;124732:4:::1;124722:7;;:14;;;;;;;;;;;;;;;;;;124670: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;119225:48::-;119269:4;119225:48;:::o;122917:129::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;123023:15:::1;123005;:33;;;;;;;;;;;;:::i;:::-;;122917:129:::0;:::o;98180:113::-;98241:7;98268:10;:17;;;;98261:24;;98180:113;:::o;119559: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;122413:104::-;122465:7;122492:17;122502:6;122492:5;;:9;;:17;;;;:::i;:::-;122485:24;;122413: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;119764:79::-;119801:42;119764:79;:::o;121529:681::-;119214:4;120270:14;:12;:14::i;:::-;:27;;120262:50;;;;;;;;;;;;:::i;:::-;;;;;;;;;120343:7;:5;:7::i;:::-;120327:23;;:12;:10;:12::i;:::-;:23;;;120323:94;;120376:8;:6;:8::i;:::-;120375:9;120367:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;120323:94;121609:13:::1;121625:14;:12;:14::i;:::-;121609:30;;121666:4;121658:12;;:4;;;;;;;;;;;:12;;;121650:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;119214:4;121718:5;:18;;121710:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;119214:4;121778:6;121770:5;:14;;;;:::i;:::-;:27;;121762:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;119424:2;121830:6;:18;;121822:45;;;;;;;;;;;;:::i;:::-;;;;;;;;;121899:13;121905:6;121899:5;:13::i;:::-;121886:9;:26;;121878:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;121952:9;121947:83;121971:6;121967:1;:10;121947:83;;;121999:19;122014:3;121999:14;:19::i;:::-;121979:3;;;;;:::i;:::-;;;;121947:83;;;;122068:1;122046:18;;:23;:94;;;;;119214:4;122074:13;:11;:13::i;:::-;:26;:65;;;;122123:16;;122104:15;:35;;122074:65;122046:94;122042:160;;;122178:12;122157:18;:33;;;;122042:160;120427:1;121529:681:::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;124147:353::-;124209:16;124238:18;124259:17;124269:6;124259:9;:17::i;:::-;124238:38;;124289:25;124331:10;124317:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;124289:53;;124358:9;124353:112;124377:10;124373:1;:14;124353:112;;;124423:30;124443:6;124451:1;124423:19;:30::i;:::-;124409:8;124418:1;124409:11;;;;;;;;;;;;;;;;;;;;;:44;;;;;124389:3;;;;;:::i;:::-;;;;124353:112;;;;124484:8;124477:15;;;;124147: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;122646:101::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;122732:7:::1;122717:12;:22;;;;;;;;;;;;:::i;:::-;;122646:101:::0;:::o;119178:40::-;119214:4;119178:40;:::o;120556:91::-;120598:7;120625:14;:12;:14::i;:::-;120618:21;;120556: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;123945:194::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;124042:1:::1;124025:13;;:18;124017:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;124119:12;124098:18;:33;;;;123945:194::o:0;119433:45::-;119476:2;119433:45;:::o;120655:321::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;120733:13:::1;120749:14;:12;:14::i;:::-;120733:30;;119214:4;120782:5;:18;;120774:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;119214:4;120842:6;120834:5;:14;;;;:::i;:::-;:27;;120826:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;120891:9;120886:83;120910:6;120906:1;:10;120886:83;;;120938:19;120953:3;120938:14;:19::i;:::-;120918:3;;;;;:::i;:::-;;;;120886:83;;;;109643:1;120655:321:::0;;:::o;125254:257::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;125313:15:::1;125331:21;125313:39;;125381:1;125371:7;:11;125363:20;;;::::0;::::1;;125394:49;119801:42;125417:25;125437:4;125417:15;125429:2;125417:7;:11;;:15;;;;:::i;:::-;:19;;:25;;;;:::i;:::-;125394:10;:49::i;:::-;125454;119715:42;125481:21;125454:10;:49::i;:::-;109643:1;125254:257::o:0;119280:28::-;;;;:::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;120984:537::-;121060:13;121076:14;:12;:14::i;:::-;121060:30;;121120:4;121109:15;;:7;;;;;;;;;;;:15;;;121101:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;119269:4;121175:5;:26;;121167:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;119269:4;121246:6;121238:5;:14;;;;:::i;:::-;:35;;121230:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;119476:2;121306:6;:26;;121298:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;121383:13;121389:6;121383:5;:13::i;:::-;121370:9;:26;;121362:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;121436:9;121431:83;121455:6;121451:1;:10;121431:83;;;121483:19;121498:3;121483:14;:19::i;:::-;121463:3;;;;;:::i;:::-;;;;121431:83;;;;120984:537;;;:::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;124752:68::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;124808:4:::1;124801;;:11;;;;;;;;;;;;;;;;;;124752: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;119637:28::-;;;;:::o;119485:26::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;119327:43::-;119366:4;119327:43;:::o;119597:33::-;;;;:::o;119674:83::-;119715:42;119674:83;:::o;86285:164::-;86382:4;86406:18;:25;86425:5;86406:25;;;;;;;;;;;;;;;:35;86432:8;86406:35;;;;;;;;;;;;;;;;;;;;;;;;;86399:42;;86285:164;;;;:::o;123122:686::-;123195:1;123178:13;;:18;123170:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;123271:1;123249:18;;:23;;123241:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;119214:4;123364:18;;123354:29;123346:38;;:50;;;;:::i;:::-;123330:13;:66;;;;123571:3;123532:36;123549:18;;123532:12;:16;;:36;;;;:::i;:::-;:42;123528:139;;;119214:4;123640:1;123625:12;:16;;;;:::i;:::-;123615:27;123607:36;;:48;;;;:::i;:::-;123591:13;:64;;;;123528:139;123735:1;123718:13;;:18;123714:87;;;123769:20;123787:1;123769:13;;:17;;:20;;;;:::i;:::-;123753:13;:36;;;;123714:87;123122:686::o;124828:418::-;124936:13;124952:23;124967:7;124952:14;:23::i;:::-;124936:39;;125010:5;124994:21;;:12;:10;:12::i;:::-;:21;;;124986:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;125057:18;125078:9;125057:30;;119366:4;125106:10;:26;125098:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;125218:7;125201:37;125227:3;125232:5;125201:37;;;;;;;:::i;:::-;;;;;;;;124828:418;;;;;:::o;119389:37::-;119424:2;119389:37;:::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;122755:90::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;122831:6:::1;122823:5;:14;;;;122755:90:::0;:::o;119518:34::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::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;120444:104::-;120491:4;120515:25;:15;:23;:25::i;:::-;120508:32;;120444:104;:::o;122218:187::-;122274:7;122284:14;:12;:14::i;:::-;122274:24;;122309:27;:15;:25;:27::i;:::-;122347:18;122357:3;122362:2;122347:9;:18::i;:::-;122394:2;122381:16;;;;;;;;;;122218:187;;:::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;125519:181::-;125594:12;125611:8;:13;;125633:7;125611:34;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;125593:52;;;125664:7;125656:36;;;;;;;;;;;;:::i;:::-;;;;;;;;;125519: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;122525:113::-;122585:13;122618:12;122611:19;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;122525: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;125708:239::-;125894:45;125921:4;125927:2;125931:7;125894:26;:45::i;:::-;125708: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:398::-;20802:3;20823:83;20904:1;20899:3;20823:83;:::i;:::-;20816:90;;20915:93;21004:3;20915:93;:::i;:::-;21033:1;21028:3;21024:11;21017:18;;20806:235;;;:::o;21047:366::-;21189:3;21210:67;21274:2;21269:3;21210:67;:::i;:::-;21203:74;;21286:93;21375:3;21286:93;:::i;:::-;21404:2;21399:3;21395:12;21388:19;;21193:220;;;:::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:182::-;50898:34;50894:1;50886:6;50882:14;50875:58;50864:76;:::o;50946:231::-;51086:34;51082:1;51074:6;51070:14;51063:58;51155:14;51150:2;51142:6;51138:15;51131:39;51052:125;:::o;51183:182::-;51323:34;51319:1;51311:6;51307:14;51300:58;51289:76;:::o;51371:163::-;51511:15;51507:1;51499:6;51495:14;51488:39;51477:57;:::o;51540:228::-;51680:34;51676:1;51668:6;51664:14;51657:58;51749:11;51744:2;51736:6;51732:15;51725:36;51646:122;:::o;51774:234::-;51914:34;51910:1;51902:6;51898:14;51891:58;51983:17;51978:2;51970:6;51966:15;51959:42;51880:128;:::o;52014:167::-;52154:19;52150:1;52142:6;52138:14;52131:43;52120:61;:::o;52187:160::-;52327:12;52323:1;52315:6;52311:14;52304:36;52293:54;:::o;52353:233::-;52493:34;52489:1;52481:6;52477:14;52470:58;52562:16;52557:2;52549:6;52545:15;52538:41;52459:127;:::o;52592:220::-;52732:34;52728:1;52720:6;52716:14;52709:58;52801:3;52796:2;52788:6;52784:15;52777:28;52698:114;:::o;52818:174::-;52958:26;52954:1;52946:6;52942:14;52935:50;52924:68;:::o;52998:182::-;53138:34;53134:1;53126:6;53122:14;53115:58;53104:76;:::o;53186:114::-;53292:8;:::o;53306:174::-;53446:26;53442:1;53434:6;53430:14;53423:50;53412:68;:::o;53486:166::-;53626:18;53622:1;53614:6;53610:14;53603:42;53592:60;:::o;53658:236::-;53798:34;53794:1;53786:6;53782:14;53775:58;53867:19;53862:2;53854:6;53850:15;53843:44;53764:130;:::o;53900:231::-;54040:34;54036:1;54028:6;54024:14;54017:58;54109:14;54104:2;54096:6;54092:15;54085:39;54006:125;:::o;54137:235::-;54277:34;54273:1;54265:6;54261:14;54254:58;54346:18;54341:2;54333:6;54329:15;54322:43;54243:129;:::o;54378:122::-;54451:24;54469:5;54451:24;:::i;:::-;54444:5;54441:35;54431:2;;54490:1;54487;54480:12;54431:2;54421:79;:::o;54506:116::-;54576:21;54591:5;54576:21;:::i;:::-;54569:5;54566:32;54556:2;;54612:1;54609;54602:12;54556:2;54546:76;:::o;54628:120::-;54700:23;54717:5;54700:23;:::i;:::-;54693:5;54690:34;54680:2;;54738:1;54735;54728:12;54680:2;54670:78;:::o;54754:122::-;54827:24;54845:5;54827:24;:::i;:::-;54820:5;54817:35;54807:2;;54866:1;54863;54856:12;54807:2;54797:79;:::o

Swarm Source

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