ETH Price: $2,980.88 (+1.69%)
Gas: 2 Gwei

Token

Spoiled Banana Society Playoffs Season #1 (SBS)
 

Overview

Max Total Supply

12,393 SBS

Holders

358

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Balance
1 SBS
0x7C145C109BE1c87e2725dEBe2F295EE9D2509cbd
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:
SpoiledBananaSocietyPlayoffsSeasonOne

Compiler Version
v0.8.9+commit.e5eed63a

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-12-28
*/

// File: hardhat/console.sol


pragma solidity >= 0.4.22 <0.9.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(int256 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(int256)", p0));
	}

	function logUint(uint256 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint256)", 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(uint256 p0) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint256)", 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(uint256 p0, uint256 p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint256,uint256)", p0, p1));
	}

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

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

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

	function log(string memory p0, uint256 p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,uint256)", 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, uint256 p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint256)", 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, uint256 p1) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint256)", 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(uint256 p0, uint256 p1, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint256,uint256,uint256)", p0, p1, p2));
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	function log(string memory p0, string memory p1, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,uint256)", 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, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint256)", 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, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint256)", 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, uint256 p1, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint256,uint256)", p0, p1, p2));
	}

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

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

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

	function log(bool p0, string memory p1, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,uint256)", 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, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint256)", 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, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint256)", 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, uint256 p1, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint256,uint256)", p0, p1, p2));
	}

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

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

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

	function log(address p0, string memory p1, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,uint256)", 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, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint256)", 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, uint256 p2) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint256)", 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(uint256 p0, uint256 p1, uint256 p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(uint256,uint256,uint256,uint256)", p0, p1, p2, p3));
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	function log(string memory p0, string memory p1, string memory p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,string,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,bool,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,string,address,uint256)", 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, uint256 p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,uint256,uint256)", p0, p1, p2, p3));
	}

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

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

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

	function log(string memory p0, bool p1, string memory p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,string,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,bool,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,bool,address,uint256)", 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, uint256 p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,uint256,uint256)", p0, p1, p2, p3));
	}

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

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

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

	function log(string memory p0, address p1, string memory p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,string,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,bool,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(string,address,address,uint256)", 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, uint256 p1, uint256 p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,uint256,uint256,uint256)", p0, p1, p2, p3));
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	function log(bool p0, string memory p1, string memory p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,string,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,bool,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,string,address,uint256)", 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, uint256 p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,uint256,uint256)", p0, p1, p2, p3));
	}

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

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

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

	function log(bool p0, bool p1, string memory p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,string,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,bool,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,bool,address,uint256)", 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, uint256 p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,uint256,uint256)", p0, p1, p2, p3));
	}

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

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

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

	function log(bool p0, address p1, string memory p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,string,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,bool,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(bool,address,address,uint256)", 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, uint256 p1, uint256 p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,uint256,uint256,uint256)", p0, p1, p2, p3));
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	function log(address p0, string memory p1, string memory p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,string,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,bool,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,string,address,uint256)", 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, uint256 p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,uint256,uint256)", p0, p1, p2, p3));
	}

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

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

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

	function log(address p0, bool p1, string memory p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,string,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,bool,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,bool,address,uint256)", 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, uint256 p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,uint256,uint256)", p0, p1, p2, p3));
	}

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

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

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

	function log(address p0, address p1, string memory p2, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,string,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,bool,uint256)", 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, uint256 p3) internal view {
		_sendLogPayload(abi.encodeWithSignature("log(address,address,address,uint256)", 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));
	}

}

// File: @openzeppelin/contracts/security/ReentrancyGuard.sol


// OpenZeppelin Contracts (last updated v4.8.0) (security/ReentrancyGuard.sol)

pragma solidity ^0.8.0;

/**
 * @dev Contract module that helps prevent reentrant calls to a function.
 *
 * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
 * available, which can be applied to functions to make sure there are no nested
 * (reentrant) calls to them.
 *
 * Note that because there is a single `nonReentrant` guard, functions marked as
 * `nonReentrant` may not call one another. This can be worked around by making
 * those functions `private`, and then adding `external` `nonReentrant` entry
 * points to them.
 *
 * TIP: If you would like to learn more about reentrancy and alternative ways
 * to protect against it, check out our blog post
 * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
 */
abstract contract ReentrancyGuard {
    // Booleans are more expensive than uint256 or any type that takes up a full
    // word because each write operation emits an extra SLOAD to first read the
    // slot's contents, replace the bits taken up by the boolean, and then write
    // back. This is the compiler's defense against contract upgrades and
    // pointer aliasing, and it cannot be disabled.

    // The values being non-zero value makes deployment a bit more expensive,
    // but in exchange the refund on every call to nonReentrant will be lower in
    // amount. Since refunds are capped to a percentage of the total
    // transaction's gas, it is best to keep them low in cases like this one, to
    // increase the likelihood of the full refund coming into effect.
    uint256 private constant _NOT_ENTERED = 1;
    uint256 private constant _ENTERED = 2;

    uint256 private _status;

    constructor() {
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and making it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        _nonReentrantBefore();
        _;
        _nonReentrantAfter();
    }

    function _nonReentrantBefore() private {
        // On the first call to nonReentrant, _status will be _NOT_ENTERED
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

        // Any calls to nonReentrant after this point will fail
        _status = _ENTERED;
    }

    function _nonReentrantAfter() private {
        // By storing the original value once again, a refund is triggered (see
        // https://eips.ethereum.org/EIPS/eip-2200)
        _status = _NOT_ENTERED;
    }
}

// File: @openzeppelin/contracts/utils/math/Math.sol


// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/Math.sol)

pragma solidity ^0.8.0;

/**
 * @dev Standard math utilities missing in the Solidity language.
 */
library Math {
    enum Rounding {
        Down, // Toward negative infinity
        Up, // Toward infinity
        Zero // Toward zero
    }

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

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

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

    /**
     * @dev Returns the ceiling of the division of two numbers.
     *
     * This differs from standard division with `/` in that it rounds up instead
     * of rounding down.
     */
    function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {
        // (a + b - 1) / b can overflow on addition, so we distribute.
        return a == 0 ? 0 : (a - 1) / b + 1;
    }

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

            // Handle non-overflow cases, 256 by 256 division.
            if (prod1 == 0) {
                return prod0 / denominator;
            }

            // Make sure the result is less than 2^256. Also prevents denominator == 0.
            require(denominator > prod1);

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

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

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

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

            // Does not overflow because the denominator cannot be zero at this stage in the function.
            uint256 twos = denominator & (~denominator + 1);
            assembly {
                // Divide denominator by twos.
                denominator := div(denominator, twos)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/utils/Strings.sol


// OpenZeppelin Contracts (last updated v4.8.0) (utils/Strings.sol)

pragma solidity ^0.8.0;


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

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

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

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
     */
    function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
        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] = _SYMBOLS[value & 0xf];
            value >>= 4;
        }
        require(value == 0, "Strings: hex length insufficient");
        return string(buffer);
    }

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

// File: @openzeppelin/contracts/utils/Context.sol


// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

pragma solidity ^0.8.0;

/**
 * @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;
    }
}

// File: @openzeppelin/contracts/security/Pausable.sol


// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)

pragma solidity ^0.8.0;


/**
 * @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 Modifier to make a function callable only when the contract is not paused.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    modifier whenNotPaused() {
        _requireNotPaused();
        _;
    }

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

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

    /**
     * @dev Throws if the contract is paused.
     */
    function _requireNotPaused() internal view virtual {
        require(!paused(), "Pausable: paused");
    }

    /**
     * @dev Throws if the contract is not paused.
     */
    function _requirePaused() internal view virtual {
        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());
    }
}

// File: @openzeppelin/contracts/access/Ownable.sol


// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)

pragma solidity ^0.8.0;


/**
 * @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() {
        _transferOwnership(_msgSender());
    }

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

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

    /**
     * @dev Throws if the sender is not the owner.
     */
    function _checkOwner() internal view virtual {
        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 {
        _transferOwnership(address(0));
    }

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

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

// File: @openzeppelin/contracts/utils/Address.sol


// OpenZeppelin Contracts (last updated v4.8.0) (utils/Address.sol)

pragma solidity ^0.8.1;

/**
 * @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
     * ====
     *
     * [IMPORTANT]
     * ====
     * You shouldn't rely on `isContract` to protect against flash loan attacks!
     *
     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
     * constructor.
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize/address.code.length, which returns 0
        // for contracts in construction, since the code is only stored at the end
        // of the constructor execution.

        return account.code.length > 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 functionCallWithValue(target, data, 0, "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");
        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResultFromTarget(target, 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) {
        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResultFromTarget(target, 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) {
        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResultFromTarget(target, success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
     * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
     *
     * _Available since v4.8._
     */
    function verifyCallResultFromTarget(
        address target,
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        if (success) {
            if (returndata.length == 0) {
                // only check isContract if the call was successful and the return data is empty
                // otherwise we already know that it was a contract
                require(isContract(target), "Address: call to non-contract");
            }
            return returndata;
        } else {
            _revert(returndata, errorMessage);
        }
    }

    /**
     * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason or using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            _revert(returndata, errorMessage);
        }
    }

    function _revert(bytes memory returndata, string memory errorMessage) private pure {
        // 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
            /// @solidity memory-safe-assembly
            assembly {
                let returndata_size := mload(returndata)
                revert(add(32, returndata), returndata_size)
            }
        } else {
            revert(errorMessage);
        }
    }
}

// File: @openzeppelin/contracts/token/ERC721/IERC721Receiver.sol


// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721Receiver.sol)

pragma solidity ^0.8.0;

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

// File: @openzeppelin/contracts/utils/introspection/IERC165.sol


// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)

pragma solidity ^0.8.0;

/**
 * @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);
}

// File: @openzeppelin/contracts/utils/introspection/ERC165.sol


// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)

pragma solidity ^0.8.0;


/**
 * @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;
    }
}

// File: @openzeppelin/contracts/token/ERC721/IERC721.sol


// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC721/IERC721.sol)

pragma solidity ^0.8.0;


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

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

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

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

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

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol


// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol)

pragma solidity ^0.8.0;


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

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

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

// File: @openzeppelin/contracts/token/ERC721/ERC721.sol


// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC721/ERC721.sol)

pragma solidity ^0.8.0;








/**
 * @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: address zero is not a valid owner");
        return _balances[owner];
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view virtual override returns (address) {
        address owner = _ownerOf(tokenId);
        require(owner != address(0), "ERC721: invalid token ID");
        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) {
        _requireMinted(tokenId);

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

    /**
     * @dev See {IERC721-approve}.
     */
    function approve(address to, uint256 tokenId) public virtual 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 token owner or approved for all"
        );

        _approve(to, tokenId);
    }

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

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        _setApprovalForAll(_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: caller is not token owner or 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: caller is not token owner or 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 the owner of the `tokenId`. Does NOT revert if token doesn't exist
     */
    function _ownerOf(uint256 tokenId) internal view virtual returns (address) {
        return _owners[tokenId];
    }

    /**
     * @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 _ownerOf(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) {
        address owner = ERC721.ownerOf(tokenId);
        return (spender == owner || isApprovedForAll(owner, spender) || getApproved(tokenId) == 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, 1);

        // Check that tokenId was not minted by `_beforeTokenTransfer` hook
        require(!_exists(tokenId), "ERC721: token already minted");

        unchecked {
            // Will not overflow unless all 2**256 token ids are minted to the same owner.
            // Given that tokens are minted one by one, it is impossible in practice that
            // this ever happens. Might change if we allow batch minting.
            // The ERC fails to describe this case.
            _balances[to] += 1;
        }

        _owners[tokenId] = to;

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

        _afterTokenTransfer(address(0), to, tokenId, 1);
    }

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     * This is an internal function that does not check if the sender is authorized to operate on the token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId) internal virtual {
        address owner = ERC721.ownerOf(tokenId);

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

        // Update ownership in case tokenId was transferred by `_beforeTokenTransfer` hook
        owner = ERC721.ownerOf(tokenId);

        // Clear approvals
        delete _tokenApprovals[tokenId];

        unchecked {
            // Cannot overflow, as that would require more tokens to be burned/transferred
            // out than the owner initially received through minting and transferring in.
            _balances[owner] -= 1;
        }
        delete _owners[tokenId];

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

        _afterTokenTransfer(owner, address(0), tokenId, 1);
    }

    /**
     * @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 from incorrect owner");
        require(to != address(0), "ERC721: transfer to the zero address");

        _beforeTokenTransfer(from, to, tokenId, 1);

        // Check that tokenId was not transferred by `_beforeTokenTransfer` hook
        require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer from incorrect owner");

        // Clear approvals from the previous owner
        delete _tokenApprovals[tokenId];

        unchecked {
            // `_balances[from]` cannot overflow for the same reason as described in `_burn`:
            // `from`'s balance is the number of token held, which is at least one before the current
            // transfer.
            // `_balances[to]` could overflow in the conditions described in `_mint`. That would require
            // all 2**256 token ids to be minted, which in practice is impossible.
            _balances[from] -= 1;
            _balances[to] += 1;
        }
        _owners[tokenId] = to;

        emit Transfer(from, to, tokenId);

        _afterTokenTransfer(from, to, tokenId, 1);
    }

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

    /**
     * @dev Approve `operator` to operate on all of `owner` tokens
     *
     * Emits an {ApprovalForAll} event.
     */
    function _setApprovalForAll(
        address owner,
        address operator,
        bool approved
    ) internal virtual {
        require(owner != operator, "ERC721: approve to caller");
        _operatorApprovals[owner][operator] = approved;
        emit ApprovalForAll(owner, operator, approved);
    }

    /**
     * @dev Reverts if the `tokenId` has not been minted yet.
     */
    function _requireMinted(uint256 tokenId) internal view virtual {
        require(_exists(tokenId), "ERC721: invalid token ID");
    }

    /**
     * @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.onERC721Received.selector;
            } catch (bytes memory reason) {
                if (reason.length == 0) {
                    revert("ERC721: transfer to non ERC721Receiver implementer");
                } else {
                    /// @solidity memory-safe-assembly
                    assembly {
                        revert(add(32, reason), mload(reason))
                    }
                }
            }
        } else {
            return true;
        }
    }

    /**
     * @dev Hook that is called before any token transfer. This includes minting and burning. If {ERC721Consecutive} is
     * used, the hook may be called as part of a consecutive (batch) mint, as indicated by `batchSize` greater than 1.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, ``from``'s tokens will be transferred to `to`.
     * - When `from` is zero, the tokens will be minted for `to`.
     * - When `to` is zero, ``from``'s tokens will be burned.
     * - `from` and `to` are never both zero.
     * - `batchSize` is non-zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256, /* firstTokenId */
        uint256 batchSize
    ) internal virtual {
        if (batchSize > 1) {
            if (from != address(0)) {
                _balances[from] -= batchSize;
            }
            if (to != address(0)) {
                _balances[to] += batchSize;
            }
        }
    }

    /**
     * @dev Hook that is called after any token transfer. This includes minting and burning. If {ERC721Consecutive} is
     * used, the hook may be called as part of a consecutive (batch) mint, as indicated by `batchSize` greater than 1.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, ``from``'s tokens were transferred to `to`.
     * - When `from` is zero, the tokens were minted for `to`.
     * - When `to` is zero, ``from``'s tokens were burned.
     * - `from` and `to` are never both zero.
     * - `batchSize` is non-zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _afterTokenTransfer(
        address from,
        address to,
        uint256 firstTokenId,
        uint256 batchSize
    ) internal virtual {}
}

// File: contracts/SpoiledBananaSocietyPlayoffsSeasonOne.sol


pragma solidity ^0.8.9;






/**
 *    .--.--.       ,---,.   .--.--.
 *   /  /    '.   ,'  .'  \ /  /    '.
 *  |  :  /`. / ,---.' .' ||  :  /`. /
 *  ;  |  |--`  |   |  |: |;  |  |--`
 *  |  :  ;_    :   :  :  /|  :  ;_
 *   \  \    `. :   |    ;  \  \    `.
 *    `----.   \|   :     \  `----.   \
 *    __ \  \  ||   |   . |  __ \  \  |
 *   /  /`--'  /'   :  '; | /  /`--'  /
 *  '--'.     / |   |  | ; '--'.     /
 *    `--'---'  |   :   /    `--'---'
 *              |   | ,'
 *              `----'
 * @title Spoiled Banana Society ERC-721 Smart Contract
 */

contract SpoiledBananaSocietyPlayoffsSeasonOne is ERC721, Ownable, Pausable, ReentrancyGuard {

    string public SPOILEDBANANASOCIETY_PROVENANCE = "";
    string private baseURI;
    uint256 public MAX_TOKENS = 15000;
    uint256 public constant RESERVED_TOKENS = 20;
    uint256 public constant TOKEN_PRICE = 20000000000000000; // 0.08 ETH
    uint256 public constant MAX_TOKENS_PURCHASE = 20;
    uint256 public numTokensMinted = 10000;
    uint256 public numTokensBurned = 0;

    // PUBLIC MINT
    bool public mintIsActive = false;

    // WALLET BASED PRESALE MINT
    bool public presaleIsActive = false;
    mapping (address => bool) public presaleWalletList;

    // FREE WALLET BASED MINT
    bool public freeWalletIsActive = false;
    mapping (address => bool) public freeWalletList;

    constructor() ERC721("Spoiled Banana Society Playoffs Season #1", "SBS") {}

    // PUBLIC MINT
    function flipMintState() external onlyOwner {
        mintIsActive = !mintIsActive;
    }

    function setMaxTokens(uint256 amount) external onlyOwner {
        require(amount >= MAX_TOKENS, "You are setting the max number of tokens to an amount that is less than the current max");
        MAX_TOKENS = amount;
    }

    function mint(uint256 numberOfTokens) external payable nonReentrant {
        require(mintIsActive, "Mint is not active");
        require(numberOfTokens <= MAX_TOKENS_PURCHASE, "You went over max tokens per transaction");
        require(numTokensMinted + numberOfTokens <= MAX_TOKENS, "Not enough tokens left to mint that many");
        require(TOKEN_PRICE * numberOfTokens <= msg.value, "You sent the incorrect amount of ETH");
        for (uint256 i = 0; i < numberOfTokens; i++) {
            uint256 mintIndex = numTokensMinted;
            if (numTokensMinted < MAX_TOKENS) {
                numTokensMinted++;
                _safeMint(msg.sender, mintIndex);
            }
        }
    }

    // WALLET BASED PRESALE MINT
    function flipPresaleState() external onlyOwner {
	    presaleIsActive = !presaleIsActive;
    }

    function initPresaleWalletList(address[] memory walletList) external onlyOwner {
	    for (uint256 i = 0; i < walletList.length; i++) {
		    presaleWalletList[walletList[i]] = true;
	    }
    }

    function mintPresaleWalletList(uint256 numberOfTokens) external payable nonReentrant {
        require(presaleIsActive, "Mint is not active");
	    require(numberOfTokens <= MAX_TOKENS_PURCHASE, "You went over max tokens per transaction");
	    require(presaleWalletList[msg.sender] == true, "You are not on the presale wallet list or have already minted");
	    require(numTokensMinted + numberOfTokens <= MAX_TOKENS, "Not enough tokens left to mint that many");
        require(TOKEN_PRICE * numberOfTokens <= msg.value, "You sent the incorrect amount of ETH");
	    for (uint256 i = 0; i < numberOfTokens; i++) {
		    uint256 mintIndex = numTokensMinted;
		    if (numTokensMinted < MAX_TOKENS) {
			    numTokensMinted++;
			    _safeMint(msg.sender, mintIndex);
		    }
	    }
	    presaleWalletList[msg.sender] = false;
    }

    // FREE WALLET BASED GIVEAWAY MINT - Only Mint One
    function flipFreeWalletState() external onlyOwner {
	    freeWalletIsActive = !freeWalletIsActive;
    }

    function initFreeWalletList(address[] memory walletList) external onlyOwner {
	    for (uint256 i = 0; i < walletList.length; i++) {
		    freeWalletList[walletList[i]] = true;
	    }
    }

    function mintFreeWalletList() external nonReentrant {
        require(freeWalletIsActive, "Mint is not active");
	    require(freeWalletList[msg.sender] == true, "You are not on the free wallet list or have already minted");
	    require(numTokensMinted + 1 <= MAX_TOKENS, "Not enough tokens left to mint that many");

        uint256 mintIndex = numTokensMinted;
        numTokensMinted++;
        _safeMint(msg.sender, mintIndex);

	    freeWalletList[msg.sender] = false;
    }

    // TOTAL SUPPLY
    function totalSupply() external view returns (uint) { 
        return numTokensMinted - numTokensBurned;
    }

    // BURN IT 
    function burn(uint256 tokenId) public virtual {
	    require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721Burnable: caller is not owner nor approved");
	    _burn(tokenId);
        numTokensBurned++;
    }

    // OWNER FUNCTIONS
    function withdraw() external onlyOwner {
        uint256 balance = address(this).balance;
        Address.sendValue(payable(owner()), balance);
    }

    function reserveTokens() external onlyOwner {
        uint256 mintIndex = numTokensMinted;
        for (uint256 i = 0; i < RESERVED_TOKENS; i++) {
            numTokensMinted++;
            _safeMint(msg.sender, mintIndex + i);
        }
    }

    function setPaused(bool _setPaused) external onlyOwner {
	    return (_setPaused) ? _pause() : _unpause();
    }

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

    function setBaseURI(string memory uri) external onlyOwner {
        baseURI = uri;
    }

    function setProvenanceHash(string memory provenanceHash) external onlyOwner {
        SPOILEDBANANASOCIETY_PROVENANCE = provenanceHash;
    }

}

Contract Security Audit

Contract ABI

[{"inputs":[],"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":"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_TOKENS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_TOKENS_PURCHASE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"RESERVED_TOKENS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"SPOILEDBANANASOCIETY_PROVENANCE","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"TOKEN_PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"flipFreeWalletState","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"flipMintState","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"flipPresaleState","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"freeWalletIsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"freeWalletList","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"walletList","type":"address[]"}],"name":"initFreeWalletList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"walletList","type":"address[]"}],"name":"initPresaleWalletList","outputs":[],"stateMutability":"nonpayable","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":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"mintFreeWalletList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"mintIsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"mintPresaleWalletList","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"numTokensBurned","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"numTokensMinted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"presaleIsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"presaleWalletList","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"reserveTokens","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":"uri","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"setMaxTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_setPaused","type":"bool"}],"name":"setPaused","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"provenanceHash","type":"string"}],"name":"setProvenanceHash","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

608060405260405180602001604052806000815250600890805190602001906200002b92919062000237565b50613a98600a55612710600b556000600c556000600d60006101000a81548160ff0219169083151502179055506000600d60016101000a81548160ff0219169083151502179055506000600f60006101000a81548160ff0219169083151502179055503480156200009b57600080fd5b5060405180606001604052806029815260200162004e0d602991396040518060400160405280600381526020017f534253000000000000000000000000000000000000000000000000000000000081525081600090805190602001906200010492919062000237565b5080600190805190602001906200011d92919062000237565b50505062000140620001346200016960201b60201c565b6200017160201b60201c565b6000600660146101000a81548160ff02191690831515021790555060016007819055506200034c565b600033905090565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b828054620002459062000316565b90600052602060002090601f016020900481019282620002695760008555620002b5565b82601f106200028457805160ff1916838001178555620002b5565b82800160010185558215620002b5579182015b82811115620002b457825182559160200191906001019062000297565b5b509050620002c49190620002c8565b5090565b5b80821115620002e3576000816000905550600101620002c9565b5090565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200032f57607f821691505b60208210811415620003465762000345620002e7565b5b50919050565b614ab1806200035c6000396000f3fe6080604052600436106102725760003560e01c80635c975abb1161014f578063a0712d68116100c1578063daefe6d21161007a578063daefe6d2146108d4578063e985e9c5146108ff578063f2fde38b1461093c578063f47c84c514610965578063f81227d414610990578063fdc9b483146109a757610272565b8063a0712d68146107e7578063a22cb46514610803578063b88d4fde1461082c578063c87b56dd14610855578063cca9791114610892578063d2d8cb67146108a957610272565b8063715018a611610113578063715018a6146106fb578063748c4557146107125780637b51715d1461074f578063894a8cac1461077a5780638da5cb5b1461079157806395d89b41146107bc57610272565b80635c975abb146106025780635d04aeab1461062d5780636352211e1461065657806368fc68c71461069357806370a08231146106be57610272565b806327ac36c4116101e857806342966c68116101ac57806342966c6814610529578063452b67cb14610552578063471a42941461056e5780634f699a431461059957806355f804b3146105c257806359c74f29146105eb57610272565b806327ac36c41461047c57806330f72cd4146104935780633ccfd60b146104be5780634230baee146104d557806342842e0e1461050057610272565b8063109695231161023a578063109695231461038257806311e776fe146103ab57806316c38b3c146103d457806318160ddd146103fd57806323b872dd1461042857806323eb00321461045157610272565b806301ffc9a71461027757806306fdde03146102b4578063081812fc146102df578063095ea7b31461031c5780630c9a631314610345575b600080fd5b34801561028357600080fd5b5061029e600480360381019061029991906131da565b6109d2565b6040516102ab9190613222565b60405180910390f35b3480156102c057600080fd5b506102c9610ab4565b6040516102d691906132d6565b60405180910390f35b3480156102eb57600080fd5b506103066004803603810190610301919061332e565b610b46565b604051610313919061339c565b60405180910390f35b34801561032857600080fd5b50610343600480360381019061033e91906133e3565b610b8c565b005b34801561035157600080fd5b5061036c60048036038101906103679190613423565b610ca4565b6040516103799190613222565b60405180910390f35b34801561038e57600080fd5b506103a960048036038101906103a49190613585565b610cc4565b005b3480156103b757600080fd5b506103d260048036038101906103cd919061332e565b610ce6565b005b3480156103e057600080fd5b506103fb60048036038101906103f691906135fa565b610d3d565b005b34801561040957600080fd5b50610412610d63565b60405161041f9190613636565b60405180910390f35b34801561043457600080fd5b5061044f600480360381019061044a9190613651565b610d7a565b005b34801561045d57600080fd5b50610466610dda565b6040516104739190613636565b60405180910390f35b34801561048857600080fd5b50610491610ddf565b005b34801561049f57600080fd5b506104a8610e3e565b6040516104b59190613222565b60405180910390f35b3480156104ca57600080fd5b506104d3610e51565b005b3480156104e157600080fd5b506104ea610e72565b6040516104f79190613636565b60405180910390f35b34801561050c57600080fd5b5061052760048036038101906105229190613651565b610e78565b005b34801561053557600080fd5b50610550600480360381019061054b919061332e565b610e98565b005b61056c6004803603810190610567919061332e565b610f0c565b005b34801561057a57600080fd5b5061058361119a565b6040516105909190613222565b60405180910390f35b3480156105a557600080fd5b506105c060048036038101906105bb919061376c565b6111ad565b005b3480156105ce57600080fd5b506105e960048036038101906105e49190613585565b61124a565b005b3480156105f757600080fd5b5061060061126c565b005b34801561060e57600080fd5b506106176112a0565b6040516106249190613222565b60405180910390f35b34801561063957600080fd5b50610654600480360381019061064f919061376c565b6112b7565b005b34801561066257600080fd5b5061067d6004803603810190610678919061332e565b611354565b60405161068a919061339c565b60405180910390f35b34801561069f57600080fd5b506106a86113db565b6040516106b59190613636565b60405180910390f35b3480156106ca57600080fd5b506106e560048036038101906106e09190613423565b6113e0565b6040516106f29190613636565b60405180910390f35b34801561070757600080fd5b50610710611498565b005b34801561071e57600080fd5b5061073960048036038101906107349190613423565b6114ac565b6040516107469190613222565b60405180910390f35b34801561075b57600080fd5b506107646114cc565b6040516107719190613636565b60405180910390f35b34801561078657600080fd5b5061078f6114d2565b005b34801561079d57600080fd5b506107a6611506565b6040516107b3919061339c565b60405180910390f35b3480156107c857600080fd5b506107d1611530565b6040516107de91906132d6565b60405180910390f35b61080160048036038101906107fc919061332e565b6115c2565b005b34801561080f57600080fd5b5061082a600480360381019061082591906137b5565b611765565b005b34801561083857600080fd5b50610853600480360381019061084e9190613896565b61177b565b005b34801561086157600080fd5b5061087c6004803603810190610877919061332e565b6117dd565b60405161088991906132d6565b60405180910390f35b34801561089e57600080fd5b506108a7611845565b005b3480156108b557600080fd5b506108be611a0e565b6040516108cb9190613636565b60405180910390f35b3480156108e057600080fd5b506108e9611a19565b6040516108f691906132d6565b60405180910390f35b34801561090b57600080fd5b5061092660048036038101906109219190613919565b611aa7565b6040516109339190613222565b60405180910390f35b34801561094857600080fd5b50610963600480360381019061095e9190613423565b611b3b565b005b34801561097157600080fd5b5061097a611bbf565b6040516109879190613636565b60405180910390f35b34801561099c57600080fd5b506109a5611bc5565b005b3480156109b357600080fd5b506109bc611bf9565b6040516109c99190613222565b60405180910390f35b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610a9d57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610aad5750610aac82611c0c565b5b9050919050565b606060008054610ac390613988565b80601f0160208091040260200160405190810160405280929190818152602001828054610aef90613988565b8015610b3c5780601f10610b1157610100808354040283529160200191610b3c565b820191906000526020600020905b815481529060010190602001808311610b1f57829003601f168201915b5050505050905090565b6000610b5182611c76565b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610b9782611354565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c08576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bff90613a2c565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610c27611cc1565b73ffffffffffffffffffffffffffffffffffffffff161480610c565750610c5581610c50611cc1565b611aa7565b5b610c95576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c8c90613abe565b60405180910390fd5b610c9f8383611cc9565b505050565b60106020528060005260406000206000915054906101000a900460ff1681565b610ccc611d82565b8060089080519060200190610ce29291906130cb565b5050565b610cee611d82565b600a54811015610d33576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d2a90613b76565b60405180910390fd5b80600a8190555050565b610d45611d82565b80610d5757610d52611e00565b610d60565b610d5f611e63565b5b50565b6000600c54600b54610d759190613bc5565b905090565b610d8b610d85611cc1565b82611ec6565b610dca576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dc190613c6b565b60405180910390fd5b610dd5838383611f5b565b505050565b601481565b610de7611d82565b6000600b54905060005b6014811015610e3a57600b6000815480929190610e0d90613c8b565b9190505550610e27338284610e229190613cd4565b612255565b8080610e3290613c8b565b915050610df1565b5050565b600d60019054906101000a900460ff1681565b610e59611d82565b6000479050610e6f610e69611506565b82612273565b50565b600b5481565b610e938383836040518060200160405280600081525061177b565b505050565b610ea9610ea3611cc1565b82611ec6565b610ee8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610edf90613d9c565b60405180910390fd5b610ef181612367565b600c6000815480929190610f0490613c8b565b919050555050565b610f146124b5565b600d60019054906101000a900460ff16610f63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f5a90613e08565b60405180910390fd5b6014811115610fa7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f9e90613e9a565b60405180910390fd5b60011515600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615151461103a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161103190613f2c565b60405180910390fd5b600a5481600b5461104b9190613cd4565b111561108c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161108390613fbe565b60405180910390fd5b348166470de4df8200006110a09190613fde565b11156110e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110d8906140aa565b60405180910390fd5b60005b81811015611136576000600b549050600a54600b54101561112257600b600081548092919061111290613c8b565b91905055506111213382612255565b5b50808061112e90613c8b565b9150506110e4565b506000600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550611197612505565b50565b600d60009054906101000a900460ff1681565b6111b5611d82565b60005b8151811015611246576001600e60008484815181106111da576111d96140ca565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550808061123e90613c8b565b9150506111b8565b5050565b611252611d82565b80600990805190602001906112689291906130cb565b5050565b611274611d82565b600d60009054906101000a900460ff1615600d60006101000a81548160ff021916908315150217905550565b6000600660149054906101000a900460ff16905090565b6112bf611d82565b60005b8151811015611350576001601060008484815181106112e4576112e36140ca565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550808061134890613c8b565b9150506112c2565b5050565b6000806113608361250f565b9050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156113d2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113c990614145565b60405180910390fd5b80915050919050565b601481565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611451576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611448906141d7565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6114a0611d82565b6114aa600061254c565b565b600e6020528060005260406000206000915054906101000a900460ff1681565b600c5481565b6114da611d82565b600f60009054906101000a900460ff1615600f60006101000a81548160ff021916908315150217905550565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606001805461153f90613988565b80601f016020809104026020016040519081016040528092919081815260200182805461156b90613988565b80156115b85780601f1061158d576101008083540402835291602001916115b8565b820191906000526020600020905b81548152906001019060200180831161159b57829003601f168201915b5050505050905090565b6115ca6124b5565b600d60009054906101000a900460ff16611619576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161161090613e08565b60405180910390fd5b601481111561165d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161165490613e9a565b60405180910390fd5b600a5481600b5461166e9190613cd4565b11156116af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116a690613fbe565b60405180910390fd5b348166470de4df8200006116c39190613fde565b1115611704576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116fb906140aa565b60405180910390fd5b60005b81811015611759576000600b549050600a54600b54101561174557600b600081548092919061173590613c8b565b91905055506117443382612255565b5b50808061175190613c8b565b915050611707565b50611762612505565b50565b611777611770611cc1565b8383612612565b5050565b61178c611786611cc1565b83611ec6565b6117cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117c290613c6b565b60405180910390fd5b6117d78484848461277f565b50505050565b60606117e882611c76565b60006117f26127db565b90506000815111611812576040518060200160405280600081525061183d565b8061181c8461286d565b60405160200161182d929190614233565b6040516020818303038152906040525b915050919050565b61184d6124b5565b600f60009054906101000a900460ff1661189c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161189390613e08565b60405180910390fd5b60011515601060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615151461192f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611926906142c9565b60405180910390fd5b600a546001600b546119419190613cd4565b1115611982576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161197990613fbe565b60405180910390fd5b6000600b549050600b600081548092919061199c90613c8b565b91905055506119ab3382612255565b6000601060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050611a0c612505565b565b66470de4df82000081565b60088054611a2690613988565b80601f0160208091040260200160405190810160405280929190818152602001828054611a5290613988565b8015611a9f5780601f10611a7457610100808354040283529160200191611a9f565b820191906000526020600020905b815481529060010190602001808311611a8257829003601f168201915b505050505081565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b611b43611d82565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611bb3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611baa9061435b565b60405180910390fd5b611bbc8161254c565b50565b600a5481565b611bcd611d82565b600d60019054906101000a900460ff1615600d60016101000a81548160ff021916908315150217905550565b600f60009054906101000a900460ff1681565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b611c7f81612945565b611cbe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cb590614145565b60405180910390fd5b50565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16611d3c83611354565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b611d8a611cc1565b73ffffffffffffffffffffffffffffffffffffffff16611da8611506565b73ffffffffffffffffffffffffffffffffffffffff1614611dfe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611df5906143c7565b60405180910390fd5b565b611e08612986565b6000600660146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611e4c611cc1565b604051611e59919061339c565b60405180910390a1565b611e6b6129cf565b6001600660146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611eaf611cc1565b604051611ebc919061339c565b60405180910390a1565b600080611ed283611354565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611f145750611f138185611aa7565b5b80611f5257508373ffffffffffffffffffffffffffffffffffffffff16611f3a84610b46565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16611f7b82611354565b73ffffffffffffffffffffffffffffffffffffffff1614611fd1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fc890614459565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612041576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612038906144eb565b60405180910390fd5b61204e8383836001612a19565b8273ffffffffffffffffffffffffffffffffffffffff1661206e82611354565b73ffffffffffffffffffffffffffffffffffffffff16146120c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120bb90614459565b60405180910390fd5b6004600082815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825403925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282540192505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46122508383836001612b3f565b505050565b61226f828260405180602001604052806000815250612b45565b5050565b804710156122b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122ad90614557565b60405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff16826040516122dc906145a8565b60006040518083038185875af1925050503d8060008114612319576040519150601f19603f3d011682016040523d82523d6000602084013e61231e565b606091505b5050905080612362576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123599061462f565b60405180910390fd5b505050565b600061237282611354565b9050612382816000846001612a19565b61238b82611354565b90506004600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825403925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46124b1816000846001612b3f565b5050565b600260075414156124fb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124f29061469b565b60405180910390fd5b6002600781905550565b6001600781905550565b60006002600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612681576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267890614707565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516127729190613222565b60405180910390a3505050565b61278a848484611f5b565b61279684848484612ba0565b6127d5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127cc90614799565b60405180910390fd5b50505050565b6060600980546127ea90613988565b80601f016020809104026020016040519081016040528092919081815260200182805461281690613988565b80156128635780601f1061283857610100808354040283529160200191612863565b820191906000526020600020905b81548152906001019060200180831161284657829003601f168201915b5050505050905090565b60606000600161287c84612d37565b01905060008167ffffffffffffffff81111561289b5761289a61345a565b5b6040519080825280601f01601f1916602001820160405280156128cd5781602001600182028036833780820191505090505b509050600082602001820190505b60011561293a578080600190039150507f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a8581612924576129236147b9565b5b04945060008514156129355761293a565b6128db565b819350505050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166129678361250f565b73ffffffffffffffffffffffffffffffffffffffff1614159050919050565b61298e6112a0565b6129cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129c490614834565b60405180910390fd5b565b6129d76112a0565b15612a17576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a0e906148a0565b60405180910390fd5b565b6001811115612b3957600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614612aad5780600360008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612aa59190613bc5565b925050819055505b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614612b385780600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612b309190613cd4565b925050819055505b5b50505050565b50505050565b612b4f8383612e8a565b612b5c6000848484612ba0565b612b9b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b9290614799565b60405180910390fd5b505050565b6000612bc18473ffffffffffffffffffffffffffffffffffffffff166130a8565b15612d2a578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02612bea611cc1565b8786866040518563ffffffff1660e01b8152600401612c0c9493929190614915565b602060405180830381600087803b158015612c2657600080fd5b505af1925050508015612c5757506040513d601f19601f82011682018060405250810190612c549190614976565b60015b612cda573d8060008114612c87576040519150601f19603f3d011682016040523d82523d6000602084013e612c8c565b606091505b50600081511415612cd2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612cc990614799565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612d2f565b600190505b949350505050565b600080600090507a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310612d95577a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008381612d8b57612d8a6147b9565b5b0492506040810190505b6d04ee2d6d415b85acef81000000008310612dd2576d04ee2d6d415b85acef81000000008381612dc857612dc76147b9565b5b0492506020810190505b662386f26fc100008310612e0157662386f26fc100008381612df757612df66147b9565b5b0492506010810190505b6305f5e1008310612e2a576305f5e1008381612e2057612e1f6147b9565b5b0492506008810190505b6127108310612e4f576127108381612e4557612e446147b9565b5b0492506004810190505b60648310612e725760648381612e6857612e676147b9565b5b0492506002810190505b600a8310612e81576001810190505b80915050919050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612efa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ef1906149ef565b60405180910390fd5b612f0381612945565b15612f43576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f3a90614a5b565b60405180910390fd5b612f51600083836001612a19565b612f5a81612945565b15612f9a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f9190614a5b565b60405180910390fd5b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282540192505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46130a4600083836001612b3f565b5050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b8280546130d790613988565b90600052602060002090601f0160209004810192826130f95760008555613140565b82601f1061311257805160ff1916838001178555613140565b82800160010185558215613140579182015b8281111561313f578251825591602001919060010190613124565b5b50905061314d9190613151565b5090565b5b8082111561316a576000816000905550600101613152565b5090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6131b781613182565b81146131c257600080fd5b50565b6000813590506131d4816131ae565b92915050565b6000602082840312156131f0576131ef613178565b5b60006131fe848285016131c5565b91505092915050565b60008115159050919050565b61321c81613207565b82525050565b60006020820190506132376000830184613213565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561327757808201518184015260208101905061325c565b83811115613286576000848401525b50505050565b6000601f19601f8301169050919050565b60006132a88261323d565b6132b28185613248565b93506132c2818560208601613259565b6132cb8161328c565b840191505092915050565b600060208201905081810360008301526132f0818461329d565b905092915050565b6000819050919050565b61330b816132f8565b811461331657600080fd5b50565b60008135905061332881613302565b92915050565b60006020828403121561334457613343613178565b5b600061335284828501613319565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006133868261335b565b9050919050565b6133968161337b565b82525050565b60006020820190506133b1600083018461338d565b92915050565b6133c08161337b565b81146133cb57600080fd5b50565b6000813590506133dd816133b7565b92915050565b600080604083850312156133fa576133f9613178565b5b6000613408858286016133ce565b925050602061341985828601613319565b9150509250929050565b60006020828403121561343957613438613178565b5b6000613447848285016133ce565b91505092915050565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6134928261328c565b810181811067ffffffffffffffff821117156134b1576134b061345a565b5b80604052505050565b60006134c461316e565b90506134d08282613489565b919050565b600067ffffffffffffffff8211156134f0576134ef61345a565b5b6134f98261328c565b9050602081019050919050565b82818337600083830152505050565b6000613528613523846134d5565b6134ba565b90508281526020810184848401111561354457613543613455565b5b61354f848285613506565b509392505050565b600082601f83011261356c5761356b613450565b5b813561357c848260208601613515565b91505092915050565b60006020828403121561359b5761359a613178565b5b600082013567ffffffffffffffff8111156135b9576135b861317d565b5b6135c584828501613557565b91505092915050565b6135d781613207565b81146135e257600080fd5b50565b6000813590506135f4816135ce565b92915050565b6000602082840312156136105761360f613178565b5b600061361e848285016135e5565b91505092915050565b613630816132f8565b82525050565b600060208201905061364b6000830184613627565b92915050565b60008060006060848603121561366a57613669613178565b5b6000613678868287016133ce565b9350506020613689868287016133ce565b925050604061369a86828701613319565b9150509250925092565b600067ffffffffffffffff8211156136bf576136be61345a565b5b602082029050602081019050919050565b600080fd5b60006136e86136e3846136a4565b6134ba565b9050808382526020820190506020840283018581111561370b5761370a6136d0565b5b835b81811015613734578061372088826133ce565b84526020840193505060208101905061370d565b5050509392505050565b600082601f83011261375357613752613450565b5b81356137638482602086016136d5565b91505092915050565b60006020828403121561378257613781613178565b5b600082013567ffffffffffffffff8111156137a05761379f61317d565b5b6137ac8482850161373e565b91505092915050565b600080604083850312156137cc576137cb613178565b5b60006137da858286016133ce565b92505060206137eb858286016135e5565b9150509250929050565b600067ffffffffffffffff8211156138105761380f61345a565b5b6138198261328c565b9050602081019050919050565b6000613839613834846137f5565b6134ba565b90508281526020810184848401111561385557613854613455565b5b613860848285613506565b509392505050565b600082601f83011261387d5761387c613450565b5b813561388d848260208601613826565b91505092915050565b600080600080608085870312156138b0576138af613178565b5b60006138be878288016133ce565b94505060206138cf878288016133ce565b93505060406138e087828801613319565b925050606085013567ffffffffffffffff8111156139015761390061317d565b5b61390d87828801613868565b91505092959194509250565b600080604083850312156139305761392f613178565b5b600061393e858286016133ce565b925050602061394f858286016133ce565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806139a057607f821691505b602082108114156139b4576139b3613959565b5b50919050565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b6000613a16602183613248565b9150613a21826139ba565b604082019050919050565b60006020820190508181036000830152613a4581613a09565b9050919050565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60008201527f6b656e206f776e6572206f7220617070726f76656420666f7220616c6c000000602082015250565b6000613aa8603d83613248565b9150613ab382613a4c565b604082019050919050565b60006020820190508181036000830152613ad781613a9b565b9050919050565b7f596f75206172652073657474696e6720746865206d6178206e756d626572206f60008201527f6620746f6b656e7320746f20616e20616d6f756e742074686174206973206c6560208201527f7373207468616e207468652063757272656e74206d6178000000000000000000604082015250565b6000613b60605783613248565b9150613b6b82613ade565b606082019050919050565b60006020820190508181036000830152613b8f81613b53565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000613bd0826132f8565b9150613bdb836132f8565b925082821015613bee57613bed613b96565b5b828203905092915050565b7f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560008201527f72206f7220617070726f76656400000000000000000000000000000000000000602082015250565b6000613c55602d83613248565b9150613c6082613bf9565b604082019050919050565b60006020820190508181036000830152613c8481613c48565b9050919050565b6000613c96826132f8565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613cc957613cc8613b96565b5b600182019050919050565b6000613cdf826132f8565b9150613cea836132f8565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115613d1f57613d1e613b96565b5b828201905092915050565b7f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656400000000000000000000000000000000602082015250565b6000613d86603083613248565b9150613d9182613d2a565b604082019050919050565b60006020820190508181036000830152613db581613d79565b9050919050565b7f4d696e74206973206e6f74206163746976650000000000000000000000000000600082015250565b6000613df2601283613248565b9150613dfd82613dbc565b602082019050919050565b60006020820190508181036000830152613e2181613de5565b9050919050565b7f596f752077656e74206f766572206d617820746f6b656e73207065722074726160008201527f6e73616374696f6e000000000000000000000000000000000000000000000000602082015250565b6000613e84602883613248565b9150613e8f82613e28565b604082019050919050565b60006020820190508181036000830152613eb381613e77565b9050919050565b7f596f7520617265206e6f74206f6e207468652070726573616c652077616c6c6560008201527f74206c697374206f72206861766520616c7265616479206d696e746564000000602082015250565b6000613f16603d83613248565b9150613f2182613eba565b604082019050919050565b60006020820190508181036000830152613f4581613f09565b9050919050565b7f4e6f7420656e6f75676820746f6b656e73206c65667420746f206d696e74207460008201527f686174206d616e79000000000000000000000000000000000000000000000000602082015250565b6000613fa8602883613248565b9150613fb382613f4c565b604082019050919050565b60006020820190508181036000830152613fd781613f9b565b9050919050565b6000613fe9826132f8565b9150613ff4836132f8565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048311821515161561402d5761402c613b96565b5b828202905092915050565b7f596f752073656e742074686520696e636f727265637420616d6f756e74206f6660008201527f2045544800000000000000000000000000000000000000000000000000000000602082015250565b6000614094602483613248565b915061409f82614038565b604082019050919050565b600060208201905081810360008301526140c381614087565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4552433732313a20696e76616c696420746f6b656e2049440000000000000000600082015250565b600061412f601883613248565b915061413a826140f9565b602082019050919050565b6000602082019050818103600083015261415e81614122565b9050919050565b7f4552433732313a2061646472657373207a65726f206973206e6f74206120766160008201527f6c6964206f776e65720000000000000000000000000000000000000000000000602082015250565b60006141c1602983613248565b91506141cc82614165565b604082019050919050565b600060208201905081810360008301526141f0816141b4565b9050919050565b600081905092915050565b600061420d8261323d565b61421781856141f7565b9350614227818560208601613259565b80840191505092915050565b600061423f8285614202565b915061424b8284614202565b91508190509392505050565b7f596f7520617265206e6f74206f6e2074686520667265652077616c6c6574206c60008201527f697374206f72206861766520616c7265616479206d696e746564000000000000602082015250565b60006142b3603a83613248565b91506142be82614257565b604082019050919050565b600060208201905081810360008301526142e2816142a6565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000614345602683613248565b9150614350826142e9565b604082019050919050565b6000602082019050818103600083015261437481614338565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006143b1602083613248565b91506143bc8261437b565b602082019050919050565b600060208201905081810360008301526143e0816143a4565b9050919050565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b6000614443602583613248565b915061444e826143e7565b604082019050919050565b6000602082019050818103600083015261447281614436565b9050919050565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006144d5602483613248565b91506144e082614479565b604082019050919050565b60006020820190508181036000830152614504816144c8565b9050919050565b7f416464726573733a20696e73756666696369656e742062616c616e6365000000600082015250565b6000614541601d83613248565b915061454c8261450b565b602082019050919050565b6000602082019050818103600083015261457081614534565b9050919050565b600081905092915050565b50565b6000614592600083614577565b915061459d82614582565b600082019050919050565b60006145b382614585565b9150819050919050565b7f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260008201527f6563697069656e74206d61792068617665207265766572746564000000000000602082015250565b6000614619603a83613248565b9150614624826145bd565b604082019050919050565b600060208201905081810360008301526146488161460c565b9050919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b6000614685601f83613248565b91506146908261464f565b602082019050919050565b600060208201905081810360008301526146b481614678565b9050919050565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b60006146f1601983613248565b91506146fc826146bb565b602082019050919050565b60006020820190508181036000830152614720816146e4565b9050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b6000614783603283613248565b915061478e82614727565b604082019050919050565b600060208201905081810360008301526147b281614776565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b600061481e601483613248565b9150614829826147e8565b602082019050919050565b6000602082019050818103600083015261484d81614811565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b600061488a601083613248565b915061489582614854565b602082019050919050565b600060208201905081810360008301526148b98161487d565b9050919050565b600081519050919050565b600082825260208201905092915050565b60006148e7826148c0565b6148f181856148cb565b9350614901818560208601613259565b61490a8161328c565b840191505092915050565b600060808201905061492a600083018761338d565b614937602083018661338d565b6149446040830185613627565b818103606083015261495681846148dc565b905095945050505050565b600081519050614970816131ae565b92915050565b60006020828403121561498c5761498b613178565b5b600061499a84828501614961565b91505092915050565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b60006149d9602083613248565b91506149e4826149a3565b602082019050919050565b60006020820190508181036000830152614a08816149cc565b9050919050565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b6000614a45601c83613248565b9150614a5082614a0f565b602082019050919050565b60006020820190508181036000830152614a7481614a38565b905091905056fea26469706673582212204efe2b6b7fe4fe06b82f9ae28aaf6ad828773ccab6004f7aa26ad667cc63e74264736f6c6343000809003353706f696c65642042616e616e6120536f636965747920506c61796f66667320536561736f6e202331

Deployed Bytecode

0x6080604052600436106102725760003560e01c80635c975abb1161014f578063a0712d68116100c1578063daefe6d21161007a578063daefe6d2146108d4578063e985e9c5146108ff578063f2fde38b1461093c578063f47c84c514610965578063f81227d414610990578063fdc9b483146109a757610272565b8063a0712d68146107e7578063a22cb46514610803578063b88d4fde1461082c578063c87b56dd14610855578063cca9791114610892578063d2d8cb67146108a957610272565b8063715018a611610113578063715018a6146106fb578063748c4557146107125780637b51715d1461074f578063894a8cac1461077a5780638da5cb5b1461079157806395d89b41146107bc57610272565b80635c975abb146106025780635d04aeab1461062d5780636352211e1461065657806368fc68c71461069357806370a08231146106be57610272565b806327ac36c4116101e857806342966c68116101ac57806342966c6814610529578063452b67cb14610552578063471a42941461056e5780634f699a431461059957806355f804b3146105c257806359c74f29146105eb57610272565b806327ac36c41461047c57806330f72cd4146104935780633ccfd60b146104be5780634230baee146104d557806342842e0e1461050057610272565b8063109695231161023a578063109695231461038257806311e776fe146103ab57806316c38b3c146103d457806318160ddd146103fd57806323b872dd1461042857806323eb00321461045157610272565b806301ffc9a71461027757806306fdde03146102b4578063081812fc146102df578063095ea7b31461031c5780630c9a631314610345575b600080fd5b34801561028357600080fd5b5061029e600480360381019061029991906131da565b6109d2565b6040516102ab9190613222565b60405180910390f35b3480156102c057600080fd5b506102c9610ab4565b6040516102d691906132d6565b60405180910390f35b3480156102eb57600080fd5b506103066004803603810190610301919061332e565b610b46565b604051610313919061339c565b60405180910390f35b34801561032857600080fd5b50610343600480360381019061033e91906133e3565b610b8c565b005b34801561035157600080fd5b5061036c60048036038101906103679190613423565b610ca4565b6040516103799190613222565b60405180910390f35b34801561038e57600080fd5b506103a960048036038101906103a49190613585565b610cc4565b005b3480156103b757600080fd5b506103d260048036038101906103cd919061332e565b610ce6565b005b3480156103e057600080fd5b506103fb60048036038101906103f691906135fa565b610d3d565b005b34801561040957600080fd5b50610412610d63565b60405161041f9190613636565b60405180910390f35b34801561043457600080fd5b5061044f600480360381019061044a9190613651565b610d7a565b005b34801561045d57600080fd5b50610466610dda565b6040516104739190613636565b60405180910390f35b34801561048857600080fd5b50610491610ddf565b005b34801561049f57600080fd5b506104a8610e3e565b6040516104b59190613222565b60405180910390f35b3480156104ca57600080fd5b506104d3610e51565b005b3480156104e157600080fd5b506104ea610e72565b6040516104f79190613636565b60405180910390f35b34801561050c57600080fd5b5061052760048036038101906105229190613651565b610e78565b005b34801561053557600080fd5b50610550600480360381019061054b919061332e565b610e98565b005b61056c6004803603810190610567919061332e565b610f0c565b005b34801561057a57600080fd5b5061058361119a565b6040516105909190613222565b60405180910390f35b3480156105a557600080fd5b506105c060048036038101906105bb919061376c565b6111ad565b005b3480156105ce57600080fd5b506105e960048036038101906105e49190613585565b61124a565b005b3480156105f757600080fd5b5061060061126c565b005b34801561060e57600080fd5b506106176112a0565b6040516106249190613222565b60405180910390f35b34801561063957600080fd5b50610654600480360381019061064f919061376c565b6112b7565b005b34801561066257600080fd5b5061067d6004803603810190610678919061332e565b611354565b60405161068a919061339c565b60405180910390f35b34801561069f57600080fd5b506106a86113db565b6040516106b59190613636565b60405180910390f35b3480156106ca57600080fd5b506106e560048036038101906106e09190613423565b6113e0565b6040516106f29190613636565b60405180910390f35b34801561070757600080fd5b50610710611498565b005b34801561071e57600080fd5b5061073960048036038101906107349190613423565b6114ac565b6040516107469190613222565b60405180910390f35b34801561075b57600080fd5b506107646114cc565b6040516107719190613636565b60405180910390f35b34801561078657600080fd5b5061078f6114d2565b005b34801561079d57600080fd5b506107a6611506565b6040516107b3919061339c565b60405180910390f35b3480156107c857600080fd5b506107d1611530565b6040516107de91906132d6565b60405180910390f35b61080160048036038101906107fc919061332e565b6115c2565b005b34801561080f57600080fd5b5061082a600480360381019061082591906137b5565b611765565b005b34801561083857600080fd5b50610853600480360381019061084e9190613896565b61177b565b005b34801561086157600080fd5b5061087c6004803603810190610877919061332e565b6117dd565b60405161088991906132d6565b60405180910390f35b34801561089e57600080fd5b506108a7611845565b005b3480156108b557600080fd5b506108be611a0e565b6040516108cb9190613636565b60405180910390f35b3480156108e057600080fd5b506108e9611a19565b6040516108f691906132d6565b60405180910390f35b34801561090b57600080fd5b5061092660048036038101906109219190613919565b611aa7565b6040516109339190613222565b60405180910390f35b34801561094857600080fd5b50610963600480360381019061095e9190613423565b611b3b565b005b34801561097157600080fd5b5061097a611bbf565b6040516109879190613636565b60405180910390f35b34801561099c57600080fd5b506109a5611bc5565b005b3480156109b357600080fd5b506109bc611bf9565b6040516109c99190613222565b60405180910390f35b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480610a9d57507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80610aad5750610aac82611c0c565b5b9050919050565b606060008054610ac390613988565b80601f0160208091040260200160405190810160405280929190818152602001828054610aef90613988565b8015610b3c5780601f10610b1157610100808354040283529160200191610b3c565b820191906000526020600020905b815481529060010190602001808311610b1f57829003601f168201915b5050505050905090565b6000610b5182611c76565b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610b9782611354565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c08576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bff90613a2c565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610c27611cc1565b73ffffffffffffffffffffffffffffffffffffffff161480610c565750610c5581610c50611cc1565b611aa7565b5b610c95576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c8c90613abe565b60405180910390fd5b610c9f8383611cc9565b505050565b60106020528060005260406000206000915054906101000a900460ff1681565b610ccc611d82565b8060089080519060200190610ce29291906130cb565b5050565b610cee611d82565b600a54811015610d33576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d2a90613b76565b60405180910390fd5b80600a8190555050565b610d45611d82565b80610d5757610d52611e00565b610d60565b610d5f611e63565b5b50565b6000600c54600b54610d759190613bc5565b905090565b610d8b610d85611cc1565b82611ec6565b610dca576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dc190613c6b565b60405180910390fd5b610dd5838383611f5b565b505050565b601481565b610de7611d82565b6000600b54905060005b6014811015610e3a57600b6000815480929190610e0d90613c8b565b9190505550610e27338284610e229190613cd4565b612255565b8080610e3290613c8b565b915050610df1565b5050565b600d60019054906101000a900460ff1681565b610e59611d82565b6000479050610e6f610e69611506565b82612273565b50565b600b5481565b610e938383836040518060200160405280600081525061177b565b505050565b610ea9610ea3611cc1565b82611ec6565b610ee8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610edf90613d9c565b60405180910390fd5b610ef181612367565b600c6000815480929190610f0490613c8b565b919050555050565b610f146124b5565b600d60019054906101000a900460ff16610f63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f5a90613e08565b60405180910390fd5b6014811115610fa7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f9e90613e9a565b60405180910390fd5b60011515600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615151461103a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161103190613f2c565b60405180910390fd5b600a5481600b5461104b9190613cd4565b111561108c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161108390613fbe565b60405180910390fd5b348166470de4df8200006110a09190613fde565b11156110e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110d8906140aa565b60405180910390fd5b60005b81811015611136576000600b549050600a54600b54101561112257600b600081548092919061111290613c8b565b91905055506111213382612255565b5b50808061112e90613c8b565b9150506110e4565b506000600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550611197612505565b50565b600d60009054906101000a900460ff1681565b6111b5611d82565b60005b8151811015611246576001600e60008484815181106111da576111d96140ca565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550808061123e90613c8b565b9150506111b8565b5050565b611252611d82565b80600990805190602001906112689291906130cb565b5050565b611274611d82565b600d60009054906101000a900460ff1615600d60006101000a81548160ff021916908315150217905550565b6000600660149054906101000a900460ff16905090565b6112bf611d82565b60005b8151811015611350576001601060008484815181106112e4576112e36140ca565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550808061134890613c8b565b9150506112c2565b5050565b6000806113608361250f565b9050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156113d2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113c990614145565b60405180910390fd5b80915050919050565b601481565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611451576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611448906141d7565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6114a0611d82565b6114aa600061254c565b565b600e6020528060005260406000206000915054906101000a900460ff1681565b600c5481565b6114da611d82565b600f60009054906101000a900460ff1615600f60006101000a81548160ff021916908315150217905550565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606001805461153f90613988565b80601f016020809104026020016040519081016040528092919081815260200182805461156b90613988565b80156115b85780601f1061158d576101008083540402835291602001916115b8565b820191906000526020600020905b81548152906001019060200180831161159b57829003601f168201915b5050505050905090565b6115ca6124b5565b600d60009054906101000a900460ff16611619576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161161090613e08565b60405180910390fd5b601481111561165d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161165490613e9a565b60405180910390fd5b600a5481600b5461166e9190613cd4565b11156116af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116a690613fbe565b60405180910390fd5b348166470de4df8200006116c39190613fde565b1115611704576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116fb906140aa565b60405180910390fd5b60005b81811015611759576000600b549050600a54600b54101561174557600b600081548092919061173590613c8b565b91905055506117443382612255565b5b50808061175190613c8b565b915050611707565b50611762612505565b50565b611777611770611cc1565b8383612612565b5050565b61178c611786611cc1565b83611ec6565b6117cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117c290613c6b565b60405180910390fd5b6117d78484848461277f565b50505050565b60606117e882611c76565b60006117f26127db565b90506000815111611812576040518060200160405280600081525061183d565b8061181c8461286d565b60405160200161182d929190614233565b6040516020818303038152906040525b915050919050565b61184d6124b5565b600f60009054906101000a900460ff1661189c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161189390613e08565b60405180910390fd5b60011515601060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615151461192f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611926906142c9565b60405180910390fd5b600a546001600b546119419190613cd4565b1115611982576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161197990613fbe565b60405180910390fd5b6000600b549050600b600081548092919061199c90613c8b565b91905055506119ab3382612255565b6000601060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050611a0c612505565b565b66470de4df82000081565b60088054611a2690613988565b80601f0160208091040260200160405190810160405280929190818152602001828054611a5290613988565b8015611a9f5780601f10611a7457610100808354040283529160200191611a9f565b820191906000526020600020905b815481529060010190602001808311611a8257829003601f168201915b505050505081565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b611b43611d82565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611bb3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611baa9061435b565b60405180910390fd5b611bbc8161254c565b50565b600a5481565b611bcd611d82565b600d60019054906101000a900460ff1615600d60016101000a81548160ff021916908315150217905550565b600f60009054906101000a900460ff1681565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b611c7f81612945565b611cbe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cb590614145565b60405180910390fd5b50565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16611d3c83611354565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b611d8a611cc1565b73ffffffffffffffffffffffffffffffffffffffff16611da8611506565b73ffffffffffffffffffffffffffffffffffffffff1614611dfe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611df5906143c7565b60405180910390fd5b565b611e08612986565b6000600660146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611e4c611cc1565b604051611e59919061339c565b60405180910390a1565b611e6b6129cf565b6001600660146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611eaf611cc1565b604051611ebc919061339c565b60405180910390a1565b600080611ed283611354565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611f145750611f138185611aa7565b5b80611f5257508373ffffffffffffffffffffffffffffffffffffffff16611f3a84610b46565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16611f7b82611354565b73ffffffffffffffffffffffffffffffffffffffff1614611fd1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fc890614459565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612041576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612038906144eb565b60405180910390fd5b61204e8383836001612a19565b8273ffffffffffffffffffffffffffffffffffffffff1661206e82611354565b73ffffffffffffffffffffffffffffffffffffffff16146120c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120bb90614459565b60405180910390fd5b6004600082815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825403925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282540192505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46122508383836001612b3f565b505050565b61226f828260405180602001604052806000815250612b45565b5050565b804710156122b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122ad90614557565b60405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff16826040516122dc906145a8565b60006040518083038185875af1925050503d8060008114612319576040519150601f19603f3d011682016040523d82523d6000602084013e61231e565b606091505b5050905080612362576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123599061462f565b60405180910390fd5b505050565b600061237282611354565b9050612382816000846001612a19565b61238b82611354565b90506004600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825403925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46124b1816000846001612b3f565b5050565b600260075414156124fb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124f29061469b565b60405180910390fd5b6002600781905550565b6001600781905550565b60006002600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415612681576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267890614707565b60405180910390fd5b80600560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516127729190613222565b60405180910390a3505050565b61278a848484611f5b565b61279684848484612ba0565b6127d5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127cc90614799565b60405180910390fd5b50505050565b6060600980546127ea90613988565b80601f016020809104026020016040519081016040528092919081815260200182805461281690613988565b80156128635780601f1061283857610100808354040283529160200191612863565b820191906000526020600020905b81548152906001019060200180831161284657829003601f168201915b5050505050905090565b60606000600161287c84612d37565b01905060008167ffffffffffffffff81111561289b5761289a61345a565b5b6040519080825280601f01601f1916602001820160405280156128cd5781602001600182028036833780820191505090505b509050600082602001820190505b60011561293a578080600190039150507f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a8581612924576129236147b9565b5b04945060008514156129355761293a565b6128db565b819350505050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166129678361250f565b73ffffffffffffffffffffffffffffffffffffffff1614159050919050565b61298e6112a0565b6129cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016129c490614834565b60405180910390fd5b565b6129d76112a0565b15612a17576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a0e906148a0565b60405180910390fd5b565b6001811115612b3957600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614612aad5780600360008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612aa59190613bc5565b925050819055505b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614612b385780600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612b309190613cd4565b925050819055505b5b50505050565b50505050565b612b4f8383612e8a565b612b5c6000848484612ba0565b612b9b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b9290614799565b60405180910390fd5b505050565b6000612bc18473ffffffffffffffffffffffffffffffffffffffff166130a8565b15612d2a578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02612bea611cc1565b8786866040518563ffffffff1660e01b8152600401612c0c9493929190614915565b602060405180830381600087803b158015612c2657600080fd5b505af1925050508015612c5757506040513d601f19601f82011682018060405250810190612c549190614976565b60015b612cda573d8060008114612c87576040519150601f19603f3d011682016040523d82523d6000602084013e612c8c565b606091505b50600081511415612cd2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612cc990614799565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612d2f565b600190505b949350505050565b600080600090507a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310612d95577a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008381612d8b57612d8a6147b9565b5b0492506040810190505b6d04ee2d6d415b85acef81000000008310612dd2576d04ee2d6d415b85acef81000000008381612dc857612dc76147b9565b5b0492506020810190505b662386f26fc100008310612e0157662386f26fc100008381612df757612df66147b9565b5b0492506010810190505b6305f5e1008310612e2a576305f5e1008381612e2057612e1f6147b9565b5b0492506008810190505b6127108310612e4f576127108381612e4557612e446147b9565b5b0492506004810190505b60648310612e725760648381612e6857612e676147b9565b5b0492506002810190505b600a8310612e81576001810190505b80915050919050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612efa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ef1906149ef565b60405180910390fd5b612f0381612945565b15612f43576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f3a90614a5b565b60405180910390fd5b612f51600083836001612a19565b612f5a81612945565b15612f9a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f9190614a5b565b60405180910390fd5b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282540192505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a46130a4600083836001612b3f565b5050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b8280546130d790613988565b90600052602060002090601f0160209004810192826130f95760008555613140565b82601f1061311257805160ff1916838001178555613140565b82800160010185558215613140579182015b8281111561313f578251825591602001919060010190613124565b5b50905061314d9190613151565b5090565b5b8082111561316a576000816000905550600101613152565b5090565b6000604051905090565b600080fd5b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6131b781613182565b81146131c257600080fd5b50565b6000813590506131d4816131ae565b92915050565b6000602082840312156131f0576131ef613178565b5b60006131fe848285016131c5565b91505092915050565b60008115159050919050565b61321c81613207565b82525050565b60006020820190506132376000830184613213565b92915050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561327757808201518184015260208101905061325c565b83811115613286576000848401525b50505050565b6000601f19601f8301169050919050565b60006132a88261323d565b6132b28185613248565b93506132c2818560208601613259565b6132cb8161328c565b840191505092915050565b600060208201905081810360008301526132f0818461329d565b905092915050565b6000819050919050565b61330b816132f8565b811461331657600080fd5b50565b60008135905061332881613302565b92915050565b60006020828403121561334457613343613178565b5b600061335284828501613319565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006133868261335b565b9050919050565b6133968161337b565b82525050565b60006020820190506133b1600083018461338d565b92915050565b6133c08161337b565b81146133cb57600080fd5b50565b6000813590506133dd816133b7565b92915050565b600080604083850312156133fa576133f9613178565b5b6000613408858286016133ce565b925050602061341985828601613319565b9150509250929050565b60006020828403121561343957613438613178565b5b6000613447848285016133ce565b91505092915050565b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6134928261328c565b810181811067ffffffffffffffff821117156134b1576134b061345a565b5b80604052505050565b60006134c461316e565b90506134d08282613489565b919050565b600067ffffffffffffffff8211156134f0576134ef61345a565b5b6134f98261328c565b9050602081019050919050565b82818337600083830152505050565b6000613528613523846134d5565b6134ba565b90508281526020810184848401111561354457613543613455565b5b61354f848285613506565b509392505050565b600082601f83011261356c5761356b613450565b5b813561357c848260208601613515565b91505092915050565b60006020828403121561359b5761359a613178565b5b600082013567ffffffffffffffff8111156135b9576135b861317d565b5b6135c584828501613557565b91505092915050565b6135d781613207565b81146135e257600080fd5b50565b6000813590506135f4816135ce565b92915050565b6000602082840312156136105761360f613178565b5b600061361e848285016135e5565b91505092915050565b613630816132f8565b82525050565b600060208201905061364b6000830184613627565b92915050565b60008060006060848603121561366a57613669613178565b5b6000613678868287016133ce565b9350506020613689868287016133ce565b925050604061369a86828701613319565b9150509250925092565b600067ffffffffffffffff8211156136bf576136be61345a565b5b602082029050602081019050919050565b600080fd5b60006136e86136e3846136a4565b6134ba565b9050808382526020820190506020840283018581111561370b5761370a6136d0565b5b835b81811015613734578061372088826133ce565b84526020840193505060208101905061370d565b5050509392505050565b600082601f83011261375357613752613450565b5b81356137638482602086016136d5565b91505092915050565b60006020828403121561378257613781613178565b5b600082013567ffffffffffffffff8111156137a05761379f61317d565b5b6137ac8482850161373e565b91505092915050565b600080604083850312156137cc576137cb613178565b5b60006137da858286016133ce565b92505060206137eb858286016135e5565b9150509250929050565b600067ffffffffffffffff8211156138105761380f61345a565b5b6138198261328c565b9050602081019050919050565b6000613839613834846137f5565b6134ba565b90508281526020810184848401111561385557613854613455565b5b613860848285613506565b509392505050565b600082601f83011261387d5761387c613450565b5b813561388d848260208601613826565b91505092915050565b600080600080608085870312156138b0576138af613178565b5b60006138be878288016133ce565b94505060206138cf878288016133ce565b93505060406138e087828801613319565b925050606085013567ffffffffffffffff8111156139015761390061317d565b5b61390d87828801613868565b91505092959194509250565b600080604083850312156139305761392f613178565b5b600061393e858286016133ce565b925050602061394f858286016133ce565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806139a057607f821691505b602082108114156139b4576139b3613959565b5b50919050565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b6000613a16602183613248565b9150613a21826139ba565b604082019050919050565b60006020820190508181036000830152613a4581613a09565b9050919050565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60008201527f6b656e206f776e6572206f7220617070726f76656420666f7220616c6c000000602082015250565b6000613aa8603d83613248565b9150613ab382613a4c565b604082019050919050565b60006020820190508181036000830152613ad781613a9b565b9050919050565b7f596f75206172652073657474696e6720746865206d6178206e756d626572206f60008201527f6620746f6b656e7320746f20616e20616d6f756e742074686174206973206c6560208201527f7373207468616e207468652063757272656e74206d6178000000000000000000604082015250565b6000613b60605783613248565b9150613b6b82613ade565b606082019050919050565b60006020820190508181036000830152613b8f81613b53565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000613bd0826132f8565b9150613bdb836132f8565b925082821015613bee57613bed613b96565b5b828203905092915050565b7f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560008201527f72206f7220617070726f76656400000000000000000000000000000000000000602082015250565b6000613c55602d83613248565b9150613c6082613bf9565b604082019050919050565b60006020820190508181036000830152613c8481613c48565b9050919050565b6000613c96826132f8565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613cc957613cc8613b96565b5b600182019050919050565b6000613cdf826132f8565b9150613cea836132f8565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115613d1f57613d1e613b96565b5b828201905092915050565b7f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656400000000000000000000000000000000602082015250565b6000613d86603083613248565b9150613d9182613d2a565b604082019050919050565b60006020820190508181036000830152613db581613d79565b9050919050565b7f4d696e74206973206e6f74206163746976650000000000000000000000000000600082015250565b6000613df2601283613248565b9150613dfd82613dbc565b602082019050919050565b60006020820190508181036000830152613e2181613de5565b9050919050565b7f596f752077656e74206f766572206d617820746f6b656e73207065722074726160008201527f6e73616374696f6e000000000000000000000000000000000000000000000000602082015250565b6000613e84602883613248565b9150613e8f82613e28565b604082019050919050565b60006020820190508181036000830152613eb381613e77565b9050919050565b7f596f7520617265206e6f74206f6e207468652070726573616c652077616c6c6560008201527f74206c697374206f72206861766520616c7265616479206d696e746564000000602082015250565b6000613f16603d83613248565b9150613f2182613eba565b604082019050919050565b60006020820190508181036000830152613f4581613f09565b9050919050565b7f4e6f7420656e6f75676820746f6b656e73206c65667420746f206d696e74207460008201527f686174206d616e79000000000000000000000000000000000000000000000000602082015250565b6000613fa8602883613248565b9150613fb382613f4c565b604082019050919050565b60006020820190508181036000830152613fd781613f9b565b9050919050565b6000613fe9826132f8565b9150613ff4836132f8565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048311821515161561402d5761402c613b96565b5b828202905092915050565b7f596f752073656e742074686520696e636f727265637420616d6f756e74206f6660008201527f2045544800000000000000000000000000000000000000000000000000000000602082015250565b6000614094602483613248565b915061409f82614038565b604082019050919050565b600060208201905081810360008301526140c381614087565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4552433732313a20696e76616c696420746f6b656e2049440000000000000000600082015250565b600061412f601883613248565b915061413a826140f9565b602082019050919050565b6000602082019050818103600083015261415e81614122565b9050919050565b7f4552433732313a2061646472657373207a65726f206973206e6f74206120766160008201527f6c6964206f776e65720000000000000000000000000000000000000000000000602082015250565b60006141c1602983613248565b91506141cc82614165565b604082019050919050565b600060208201905081810360008301526141f0816141b4565b9050919050565b600081905092915050565b600061420d8261323d565b61421781856141f7565b9350614227818560208601613259565b80840191505092915050565b600061423f8285614202565b915061424b8284614202565b91508190509392505050565b7f596f7520617265206e6f74206f6e2074686520667265652077616c6c6574206c60008201527f697374206f72206861766520616c7265616479206d696e746564000000000000602082015250565b60006142b3603a83613248565b91506142be82614257565b604082019050919050565b600060208201905081810360008301526142e2816142a6565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000614345602683613248565b9150614350826142e9565b604082019050919050565b6000602082019050818103600083015261437481614338565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006143b1602083613248565b91506143bc8261437b565b602082019050919050565b600060208201905081810360008301526143e0816143a4565b9050919050565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b6000614443602583613248565b915061444e826143e7565b604082019050919050565b6000602082019050818103600083015261447281614436565b9050919050565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006144d5602483613248565b91506144e082614479565b604082019050919050565b60006020820190508181036000830152614504816144c8565b9050919050565b7f416464726573733a20696e73756666696369656e742062616c616e6365000000600082015250565b6000614541601d83613248565b915061454c8261450b565b602082019050919050565b6000602082019050818103600083015261457081614534565b9050919050565b600081905092915050565b50565b6000614592600083614577565b915061459d82614582565b600082019050919050565b60006145b382614585565b9150819050919050565b7f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260008201527f6563697069656e74206d61792068617665207265766572746564000000000000602082015250565b6000614619603a83613248565b9150614624826145bd565b604082019050919050565b600060208201905081810360008301526146488161460c565b9050919050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b6000614685601f83613248565b91506146908261464f565b602082019050919050565b600060208201905081810360008301526146b481614678565b9050919050565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b60006146f1601983613248565b91506146fc826146bb565b602082019050919050565b60006020820190508181036000830152614720816146e4565b9050919050565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b6000614783603283613248565b915061478e82614727565b604082019050919050565b600060208201905081810360008301526147b281614776565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b600061481e601483613248565b9150614829826147e8565b602082019050919050565b6000602082019050818103600083015261484d81614811565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b600061488a601083613248565b915061489582614854565b602082019050919050565b600060208201905081810360008301526148b98161487d565b9050919050565b600081519050919050565b600082825260208201905092915050565b60006148e7826148c0565b6148f181856148cb565b9350614901818560208601613259565b61490a8161328c565b840191505092915050565b600060808201905061492a600083018761338d565b614937602083018661338d565b6149446040830185613627565b818103606083015261495681846148dc565b905095945050505050565b600081519050614970816131ae565b92915050565b60006020828403121561498c5761498b613178565b5b600061499a84828501614961565b91505092915050565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b60006149d9602083613248565b91506149e4826149a3565b602082019050919050565b60006020820190508181036000830152614a08816149cc565b9050919050565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b6000614a45601c83613248565b9150614a5082614a0f565b602082019050919050565b60006020820190508181036000830152614a7481614a38565b905091905056fea26469706673582212204efe2b6b7fe4fe06b82f9ae28aaf6ad828773ccab6004f7aa26ad667cc63e74264736f6c63430008090033

Deployed Bytecode Sourcemap

126116:5344:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;109618:305;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110546:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;112058:171;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;111576:416;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;126884:47;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;131312:143;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;127142:226;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;130984:114;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;130184:112;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;112758:335;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;126469:48;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;130727:249;;;;;;;;;;;;;:::i;:::-;;126707:35;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;130567:152;;;;;;;;;;;;;:::i;:::-;;126524:38;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;113164:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;130321:214;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;128440:846;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;126632:32;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;128233:199;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;131214:90;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;127043:91;;;;;;;;;;;;;:::i;:::-;;86184:86;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;129464:193;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;110256:223;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;126344:44;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109987:207;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;89049:103;;;;;;;;;;;;;:::i;:::-;;126749:50;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;126569:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;129350:106;;;;;;;;;;;;;:::i;:::-;;88401:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110715:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;127376:710;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;112301:155;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;113420:322;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;110890:281;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;129665:490;;;;;;;;;;;;;:::i;:::-;;126395:55;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;126218:50;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;112527:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;89307:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;126304:33;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;128128:97;;;;;;;;;;;;;:::i;:::-;;126839:38;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109618:305;109720:4;109772:25;109757:40;;;:11;:40;;;;:105;;;;109829:33;109814:48;;;:11;:48;;;;109757:105;:158;;;;109879:36;109903:11;109879:23;:36::i;:::-;109757:158;109737:178;;109618:305;;;:::o;110546:100::-;110600:13;110633:5;110626:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;110546:100;:::o;112058:171::-;112134:7;112154:23;112169:7;112154:14;:23::i;:::-;112197:15;:24;112213:7;112197:24;;;;;;;;;;;;;;;;;;;;;112190:31;;112058:171;;;:::o;111576:416::-;111657:13;111673:23;111688:7;111673:14;:23::i;:::-;111657:39;;111721:5;111715:11;;:2;:11;;;;111707:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;111815:5;111799:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;111824:37;111841:5;111848:12;:10;:12::i;:::-;111824:16;:37::i;:::-;111799:62;111777:173;;;;;;;;;;;;:::i;:::-;;;;;;;;;111963:21;111972:2;111976:7;111963:8;:21::i;:::-;111646:346;111576:416;;:::o;126884:47::-;;;;;;;;;;;;;;;;;;;;;;:::o;131312:143::-;88287:13;:11;:13::i;:::-;131433:14:::1;131399:31;:48;;;;;;;;;;;;:::i;:::-;;131312:143:::0;:::o;127142:226::-;88287:13;:11;:13::i;:::-;127228:10:::1;;127218:6;:20;;127210:120;;;;;;;;;;;;:::i;:::-;;;;;;;;;127354:6;127341:10;:19;;;;127142:226:::0;:::o;130984:114::-;88287:13;:11;:13::i;:::-;131055:10:::1;131054:36;;131080:10;:8;:10::i;:::-;131054:36;;;131069:8;:6;:8::i;:::-;131054:36;130984:114:::0;:::o;130184:112::-;130230:4;130273:15;;130255;;:33;;;;:::i;:::-;130248:40;;130184:112;:::o;112758:335::-;112953:41;112972:12;:10;:12::i;:::-;112986:7;112953:18;:41::i;:::-;112945:99;;;;;;;;;;;;:::i;:::-;;;;;;;;;113057:28;113067:4;113073:2;113077:7;113057:9;:28::i;:::-;112758:335;;;:::o;126469:48::-;126515:2;126469:48;:::o;130727:249::-;88287:13;:11;:13::i;:::-;130782:17:::1;130802:15;;130782:35;;130833:9;130828:141;126386:2;130848:1;:19;130828:141;;;130889:15;;:17;;;;;;;;;:::i;:::-;;;;;;130921:36;130931:10;130955:1;130943:9;:13;;;;:::i;:::-;130921:9;:36::i;:::-;130869:3;;;;;:::i;:::-;;;;130828:141;;;;130771:205;130727:249::o:0;126707:35::-;;;;;;;;;;;;;:::o;130567:152::-;88287:13;:11;:13::i;:::-;130617:15:::1;130635:21;130617:39;;130667:44;130693:7;:5;:7::i;:::-;130703;130667:17;:44::i;:::-;130606:113;130567:152::o:0;126524:38::-;;;;:::o;113164:185::-;113302:39;113319:4;113325:2;113329:7;113302:39;;;;;;;;;;;;:16;:39::i;:::-;113164:185;;;:::o;130321:214::-;130383:41;130402:12;:10;:12::i;:::-;130416:7;130383:18;:41::i;:::-;130375:102;;;;;;;;;;;;:::i;:::-;;;;;;;;;130485:14;130491:7;130485:5;:14::i;:::-;130510:15;;:17;;;;;;;;;:::i;:::-;;;;;;130321:214;:::o;128440:846::-;67818:21;:19;:21::i;:::-;128544:15:::1;;;;;;;;;;;128536:46;;;;;;;;;;;;:::i;:::-;;;;;;;;;126515:2;128598:14;:37;;128590:90;;;;;;;;;;;;:::i;:::-;;;;;;;;;128729:4;128696:37;;:17;:29;128714:10;128696:29;;;;;;;;;;;;;;;;;;;;;;;;;:37;;;128688:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;128851:10;;128833:14;128815:15;;:32;;;;:::i;:::-;:46;;128807:99;;;;;;;;;;;;:::i;:::-;;;;;;;;;128957:9;128939:14;126433:17;128925:28;;;;:::i;:::-;:41;;128917:90;;;;;;;;;;;;:::i;:::-;;;;;;;;;129020:9;129015:219;129039:14;129035:1;:18;129015:219;;;129069:17;129089:15;;129069:35;;129135:10;;129117:15;;:28;129113:113;;;129157:15;;:17;;;;;;;;;:::i;:::-;;;;;;129184:32;129194:10;129206:9;129184;:32::i;:::-;129113:113;129060:174;129055:3;;;;;:::i;:::-;;;;129015:219;;;;129273:5;129241:17;:29;129259:10;129241:29;;;;;;;;;;;;;;;;:37;;;;;;;;;;;;;;;;;;67862:20:::0;:18;:20::i;:::-;128440:846;:::o;126632:32::-;;;;;;;;;;;;;:::o;128233:199::-;88287:13;:11;:13::i;:::-;128325:9:::1;128320:105;128344:10;:17;128340:1;:21;128320:105;;;128412:4;128377:17;:32;128395:10;128406:1;128395:13;;;;;;;;:::i;:::-;;;;;;;;128377:32;;;;;;;;;;;;;;;;:39;;;;;;;;;;;;;;;;;;128363:3;;;;;:::i;:::-;;;;128320:105;;;;128233:199:::0;:::o;131214:90::-;88287:13;:11;:13::i;:::-;131293:3:::1;131283:7;:13;;;;;;;;;;;;:::i;:::-;;131214:90:::0;:::o;127043:91::-;88287:13;:11;:13::i;:::-;127114:12:::1;;;;;;;;;;;127113:13;127098:12;;:28;;;;;;;;;;;;;;;;;;127043:91::o:0;86184:86::-;86231:4;86255:7;;;;;;;;;;;86248:14;;86184:86;:::o;129464:193::-;88287:13;:11;:13::i;:::-;129553:9:::1;129548:102;129572:10;:17;129568:1;:21;129548:102;;;129637:4;129605:14;:29;129620:10;129631:1;129620:13;;;;;;;;:::i;:::-;;;;;;;;129605:29;;;;;;;;;;;;;;;;:36;;;;;;;;;;;;;;;;;;129591:3;;;;;:::i;:::-;;;;129548:102;;;;129464:193:::0;:::o;110256:223::-;110328:7;110348:13;110364:17;110373:7;110364:8;:17::i;:::-;110348:33;;110417:1;110400:19;;:5;:19;;;;110392:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;110466:5;110459:12;;;110256:223;;;:::o;126344:44::-;126386:2;126344:44;:::o;109987:207::-;110059:7;110104:1;110087:19;;:5;:19;;;;110079:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;110170:9;:16;110180:5;110170:16;;;;;;;;;;;;;;;;110163:23;;109987:207;;;:::o;89049:103::-;88287:13;:11;:13::i;:::-;89114:30:::1;89141:1;89114:18;:30::i;:::-;89049:103::o:0;126749:50::-;;;;;;;;;;;;;;;;;;;;;;:::o;126569:34::-;;;;:::o;129350:106::-;88287:13;:11;:13::i;:::-;129430:18:::1;;;;;;;;;;;129429:19;129408:18;;:40;;;;;;;;;;;;;;;;;;129350:106::o:0;88401:87::-;88447:7;88474:6;;;;;;;;;;;88467:13;;88401:87;:::o;110715:104::-;110771:13;110804:7;110797:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;110715:104;:::o;127376:710::-;67818:21;:19;:21::i;:::-;127463:12:::1;;;;;;;;;;;127455:43;;;;;;;;;;;;:::i;:::-;;;;;;;;;126515:2;127517:14;:37;;127509:90;;;;;;;;;;;;:::i;:::-;;;;;;;;;127654:10;;127636:14;127618:15;;:32;;;;:::i;:::-;:46;;127610:99;;;;;;;;;;;;:::i;:::-;;;;;;;;;127760:9;127742:14;126433:17;127728:28;;;;:::i;:::-;:41;;127720:90;;;;;;;;;;;;:::i;:::-;;;;;;;;;127826:9;127821:258;127845:14;127841:1;:18;127821:258;;;127881:17;127901:15;;127881:35;;127953:10;;127935:15;;:28;127931:137;;;127984:15;;:17;;;;;;;;;:::i;:::-;;;;;;128020:32;128030:10;128042:9;128020;:32::i;:::-;127931:137;127866:213;127861:3;;;;;:::i;:::-;;;;127821:258;;;;67862:20:::0;:18;:20::i;:::-;127376:710;:::o;112301:155::-;112396:52;112415:12;:10;:12::i;:::-;112429:8;112439;112396:18;:52::i;:::-;112301:155;;:::o;113420:322::-;113594:41;113613:12;:10;:12::i;:::-;113627:7;113594:18;:41::i;:::-;113586:99;;;;;;;;;;;;:::i;:::-;;;;;;;;;113696:38;113710:4;113716:2;113720:7;113729:4;113696:13;:38::i;:::-;113420:322;;;;:::o;110890:281::-;110963:13;110989:23;111004:7;110989:14;:23::i;:::-;111025:21;111049:10;:8;:10::i;:::-;111025:34;;111101:1;111083:7;111077:21;:25;:86;;;;;;;;;;;;;;;;;111129:7;111138:18;:7;:16;:18::i;:::-;111112:45;;;;;;;;;:::i;:::-;;;;;;;;;;;;;111077:86;111070:93;;;110890:281;;;:::o;129665:490::-;67818:21;:19;:21::i;:::-;129736:18:::1;;;;;;;;;;;129728:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;129823:4;129793:34;;:14;:26;129808:10;129793:26;;;;;;;;;;;;;;;;;;;;;;;;;:34;;;129785:105;;;;;;;;;;;;:::i;:::-;;;;;;;;;129929:10;;129924:1;129906:15;;:19;;;;:::i;:::-;:33;;129898:86;;;;;;;;;;;;:::i;:::-;;;;;;;;;129997:17;130017:15;;129997:35;;130043:15;;:17;;;;;;;;;:::i;:::-;;;;;;130071:32;130081:10;130093:9;130071;:32::i;:::-;130142:5;130113:14;:26;130128:10;130113:26;;;;;;;;;;;;;;;;:34;;;;;;;;;;;;;;;;;;129717:438;67862:20:::0;:18;:20::i;:::-;129665:490::o;126395:55::-;126433:17;126395:55;:::o;126218:50::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;112527:164::-;112624:4;112648:18;:25;112667:5;112648:25;;;;;;;;;;;;;;;:35;112674:8;112648:35;;;;;;;;;;;;;;;;;;;;;;;;;112641:42;;112527:164;;;;:::o;89307:201::-;88287:13;:11;:13::i;:::-;89416:1:::1;89396:22;;:8;:22;;;;89388:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;89472:28;89491:8;89472:18;:28::i;:::-;89307:201:::0;:::o;126304:33::-;;;;:::o;128128:97::-;88287:13;:11;:13::i;:::-;128202:15:::1;;;;;;;;;;;128201:16;128183:15;;:34;;;;;;;;;;;;;;;;;;128128:97::o:0;126839:38::-;;;;;;;;;;;;;:::o;102130:157::-;102215:4;102254:25;102239:40;;;:11;:40;;;;102232:47;;102130:157;;;:::o;121877:135::-;121959:16;121967:7;121959;:16::i;:::-;121951:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;121877:135;:::o;84297:98::-;84350:7;84377:10;84370:17;;84297:98;:::o;121156:174::-;121258:2;121231:15;:24;121247:7;121231:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;121314:7;121310:2;121276:46;;121285:23;121300:7;121285:14;:23::i;:::-;121276:46;;;;;;;;;;;;121156:174;;:::o;88566:132::-;88641:12;:10;:12::i;:::-;88630:23;;:7;:5;:7::i;:::-;:23;;;88622:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;88566:132::o;87039:120::-;86048:16;:14;:16::i;:::-;87108:5:::1;87098:7;;:15;;;;;;;;;;;;;;;;;;87129:22;87138:12;:10;:12::i;:::-;87129:22;;;;;;:::i;:::-;;;;;;;;87039:120::o:0;86780:118::-;85789:19;:17;:19::i;:::-;86850:4:::1;86840:7;;:14;;;;;;;;;;;;;;;;;;86870:20;86877:12;:10;:12::i;:::-;86870:20;;;;;;:::i;:::-;;;;;;;;86780:118::o:0;115775:264::-;115868:4;115885:13;115901:23;115916:7;115901:14;:23::i;:::-;115885:39;;115954:5;115943:16;;:7;:16;;;:52;;;;115963:32;115980:5;115987:7;115963:16;:32::i;:::-;115943:52;:87;;;;116023:7;115999:31;;:20;116011:7;115999:11;:20::i;:::-;:31;;;115943:87;115935:96;;;115775:264;;;;:::o;119774:1263::-;119933:4;119906:31;;:23;119921:7;119906:14;:23::i;:::-;:31;;;119898:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;120012:1;119998:16;;:2;:16;;;;119990:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;120068:42;120089:4;120095:2;120099:7;120108:1;120068:20;:42::i;:::-;120240:4;120213:31;;:23;120228:7;120213:14;:23::i;:::-;:31;;;120205:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;120358:15;:24;120374:7;120358:24;;;;;;;;;;;;120351:31;;;;;;;;;;;120853:1;120834:9;:15;120844:4;120834:15;;;;;;;;;;;;;;;;:20;;;;;;;;;;;120886:1;120869:9;:13;120879:2;120869:13;;;;;;;;;;;;;;;;:18;;;;;;;;;;;120928:2;120909:7;:16;120917:7;120909:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;120967:7;120963:2;120948:27;;120957:4;120948:27;;;;;;;;;;;;120988:41;121008:4;121014:2;121018:7;121027:1;120988:19;:41::i;:::-;119774:1263;;;:::o;116381:110::-;116457:26;116467:2;116471:7;116457:26;;;;;;;;;;;;:9;:26::i;:::-;116381:110;;:::o;92360:317::-;92475:6;92450:21;:31;;92442:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;92529:12;92547:9;:14;;92569:6;92547:33;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;92528:52;;;92599:7;92591:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;92431:246;92360:317;;:::o;118654:783::-;118714:13;118730:23;118745:7;118730:14;:23::i;:::-;118714:39;;118766:51;118787:5;118802:1;118806:7;118815:1;118766:20;:51::i;:::-;118930:23;118945:7;118930:14;:23::i;:::-;118922:31;;119001:15;:24;119017:7;119001:24;;;;;;;;;;;;118994:31;;;;;;;;;;;119266:1;119246:9;:16;119256:5;119246:16;;;;;;;;;;;;;;;;:21;;;;;;;;;;;119296:7;:16;119304:7;119296:16;;;;;;;;;;;;119289:23;;;;;;;;;;;119358:7;119354:1;119330:36;;119339:5;119330:36;;;;;;;;;;;;119379:50;119399:5;119414:1;119418:7;119427:1;119379:19;:50::i;:::-;118703:734;118654:783;:::o;67898:293::-;67300:1;68032:7;;:19;;68024:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;67300:1;68165:7;:18;;;;67898:293::o;68199:213::-;67256:1;68382:7;:22;;;;68199:213::o;115050:117::-;115116:7;115143;:16;115151:7;115143:16;;;;;;;;;;;;;;;;;;;;;115136:23;;115050:117;;;:::o;89668:191::-;89742:16;89761:6;;;;;;;;;;;89742:25;;89787:8;89778:6;;:17;;;;;;;;;;;;;;;;;;89842:8;89811:40;;89832:8;89811:40;;;;;;;;;;;;89731:128;89668:191;:::o;121473:315::-;121628:8;121619:17;;:5;:17;;;;121611:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;121715:8;121677:18;:25;121696:5;121677:25;;;;;;;;;;;;;;;:35;121703:8;121677:35;;;;;;;;;;;;;;;;:46;;;;;;;;;;;;;;;;;;121761:8;121739:41;;121754:5;121739:41;;;121771:8;121739:41;;;;;;:::i;:::-;;;;;;;;121473:315;;;:::o;114623:313::-;114779:28;114789:4;114795:2;114799:7;114779:9;:28::i;:::-;114826:47;114849:4;114855:2;114859:7;114868:4;114826:22;:47::i;:::-;114818:110;;;;;;;;;;;;:::i;:::-;;;;;;;;;114623:313;;;;:::o;131106:100::-;131158:13;131191:7;131184:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;131106:100;:::o;81724:716::-;81780:13;81831:14;81868:1;81848:17;81859:5;81848:10;:17::i;:::-;:21;81831:38;;81884:20;81918:6;81907:18;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;81884:41;;81940:11;82069:6;82065:2;82061:15;82053:6;82049:28;82042:35;;82106:288;82113:4;82106:288;;;82138:5;;;;;;;;82280:8;82275:2;82268:5;82264:14;82259:30;82254:3;82246:44;82336:2;82327:11;;;;;;:::i;:::-;;;;;82370:1;82361:5;:10;82357:21;;;82373:5;;82357:21;82106:288;;;82415:6;82408:13;;;;;81724:716;;;:::o;115480:128::-;115545:4;115598:1;115569:31;;:17;115578:7;115569:8;:17::i;:::-;:31;;;;115562:38;;115480:128;;;:::o;86528:108::-;86595:8;:6;:8::i;:::-;86587:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;86528:108::o;86343:::-;86414:8;:6;:8::i;:::-;86413:9;86405:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;86343:108::o;124161:410::-;124351:1;124339:9;:13;124335:229;;;124389:1;124373:18;;:4;:18;;;124369:87;;124431:9;124412;:15;124422:4;124412:15;;;;;;;;;;;;;;;;:28;;;;;;;:::i;:::-;;;;;;;;124369:87;124488:1;124474:16;;:2;:16;;;124470:83;;124528:9;124511;:13;124521:2;124511:13;;;;;;;;;;;;;;;;:26;;;;;;;:::i;:::-;;;;;;;;124470:83;124335:229;124161:410;;;;:::o;125293:158::-;;;;;:::o;116718:319::-;116847:18;116853:2;116857:7;116847:5;:18::i;:::-;116898:53;116929:1;116933:2;116937:7;116946:4;116898:22;:53::i;:::-;116876:153;;;;;;;;;;;;:::i;:::-;;;;;;;;;116718:319;;;:::o;122576:853::-;122730:4;122751:15;:2;:13;;;:15::i;:::-;122747:675;;;122803:2;122787:36;;;122824:12;:10;:12::i;:::-;122838:4;122844:7;122853:4;122787:71;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;122783:584;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;123045:1;123028:6;:13;:18;123024:328;;;123071:60;;;;;;;;;;:::i;:::-;;;;;;;;123024:328;123302:6;123296:13;123287:6;123283:2;123279:15;123272:38;122783:584;122919:41;;;122909:51;;;:6;:51;;;;122902:58;;;;;122747:675;123406:4;123399:11;;122576:853;;;;;;;:::o;78590:922::-;78643:7;78663:14;78680:1;78663:18;;78730:6;78721:5;:15;78717:102;;78766:6;78757:15;;;;;;:::i;:::-;;;;;78801:2;78791:12;;;;78717:102;78846:6;78837:5;:15;78833:102;;78882:6;78873:15;;;;;;:::i;:::-;;;;;78917:2;78907:12;;;;78833:102;78962:6;78953:5;:15;78949:102;;78998:6;78989:15;;;;;;:::i;:::-;;;;;79033:2;79023:12;;;;78949:102;79078:5;79069;:14;79065:99;;79113:5;79104:14;;;;;;:::i;:::-;;;;;79147:1;79137:11;;;;79065:99;79191:5;79182;:14;79178:99;;79226:5;79217:14;;;;;;:::i;:::-;;;;;79260:1;79250:11;;;;79178:99;79304:5;79295;:14;79291:99;;79339:5;79330:14;;;;;;:::i;:::-;;;;;79373:1;79363:11;;;;79291:99;79417:5;79408;:14;79404:66;;79453:1;79443:11;;;;79404:66;79498:6;79491:13;;;78590:922;;;:::o;117373:942::-;117467:1;117453:16;;:2;:16;;;;117445:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;117526:16;117534:7;117526;:16::i;:::-;117525:17;117517:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;117588:48;117617:1;117621:2;117625:7;117634:1;117588:20;:48::i;:::-;117735:16;117743:7;117735;:16::i;:::-;117734:17;117726:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;118150:1;118133:9;:13;118143:2;118133:13;;;;;;;;;;;;;;;;:18;;;;;;;;;;;118194:2;118175:7;:16;118183:7;118175:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;118239:7;118235:2;118214:33;;118231:1;118214:33;;;;;;;;;;;;118260:47;118288:1;118292:2;118296:7;118305:1;118260:19;:47::i;:::-;117373:942;;:::o;91099:326::-;91159:4;91416:1;91394:7;:19;;;:23;91387:30;;91099:326;;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;7:75:1:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:149;370:7;410:66;403:5;399:78;388:89;;334:149;;;:::o;489:120::-;561:23;578:5;561:23;:::i;:::-;554:5;551:34;541:62;;599:1;596;589:12;541:62;489:120;:::o;615:137::-;660:5;698:6;685:20;676:29;;714:32;740:5;714:32;:::i;:::-;615:137;;;;:::o;758:327::-;816:6;865:2;853:9;844:7;840:23;836:32;833:119;;;871:79;;:::i;:::-;833:119;991:1;1016:52;1060:7;1051:6;1040:9;1036:22;1016:52;:::i;:::-;1006:62;;962:116;758:327;;;;:::o;1091:90::-;1125:7;1168:5;1161:13;1154:21;1143:32;;1091:90;;;:::o;1187:109::-;1268:21;1283:5;1268:21;:::i;:::-;1263:3;1256:34;1187:109;;:::o;1302:210::-;1389:4;1427:2;1416:9;1412:18;1404:26;;1440:65;1502:1;1491:9;1487:17;1478:6;1440:65;:::i;:::-;1302:210;;;;:::o;1518:99::-;1570:6;1604:5;1598:12;1588:22;;1518:99;;;:::o;1623:169::-;1707:11;1741:6;1736:3;1729:19;1781:4;1776:3;1772:14;1757:29;;1623:169;;;;:::o;1798:307::-;1866:1;1876:113;1890:6;1887:1;1884:13;1876:113;;;1975:1;1970:3;1966:11;1960:18;1956:1;1951:3;1947:11;1940:39;1912:2;1909:1;1905:10;1900:15;;1876:113;;;2007:6;2004:1;2001:13;1998:101;;;2087:1;2078:6;2073:3;2069:16;2062:27;1998:101;1847:258;1798:307;;;:::o;2111:102::-;2152:6;2203:2;2199:7;2194:2;2187:5;2183:14;2179:28;2169:38;;2111:102;;;:::o;2219:364::-;2307:3;2335:39;2368:5;2335:39;:::i;:::-;2390:71;2454:6;2449:3;2390:71;:::i;:::-;2383:78;;2470:52;2515:6;2510:3;2503:4;2496:5;2492:16;2470:52;:::i;:::-;2547:29;2569:6;2547:29;:::i;:::-;2542:3;2538:39;2531:46;;2311:272;2219:364;;;;:::o;2589:313::-;2702:4;2740:2;2729:9;2725:18;2717:26;;2789:9;2783:4;2779:20;2775:1;2764:9;2760:17;2753:47;2817:78;2890:4;2881:6;2817:78;:::i;:::-;2809:86;;2589:313;;;;:::o;2908:77::-;2945:7;2974:5;2963:16;;2908:77;;;:::o;2991:122::-;3064:24;3082:5;3064:24;:::i;:::-;3057:5;3054:35;3044:63;;3103:1;3100;3093:12;3044:63;2991:122;:::o;3119:139::-;3165:5;3203:6;3190:20;3181:29;;3219:33;3246:5;3219:33;:::i;:::-;3119:139;;;;:::o;3264:329::-;3323:6;3372:2;3360:9;3351:7;3347:23;3343:32;3340:119;;;3378:79;;:::i;:::-;3340:119;3498:1;3523:53;3568:7;3559:6;3548:9;3544:22;3523:53;:::i;:::-;3513:63;;3469:117;3264:329;;;;:::o;3599:126::-;3636:7;3676:42;3669:5;3665:54;3654:65;;3599:126;;;:::o;3731:96::-;3768:7;3797:24;3815:5;3797:24;:::i;:::-;3786:35;;3731:96;;;:::o;3833:118::-;3920:24;3938:5;3920:24;:::i;:::-;3915:3;3908:37;3833:118;;:::o;3957:222::-;4050:4;4088:2;4077:9;4073:18;4065:26;;4101:71;4169:1;4158:9;4154:17;4145:6;4101:71;:::i;:::-;3957:222;;;;:::o;4185:122::-;4258:24;4276:5;4258:24;:::i;:::-;4251:5;4248:35;4238:63;;4297:1;4294;4287:12;4238:63;4185:122;:::o;4313:139::-;4359:5;4397:6;4384:20;4375:29;;4413:33;4440:5;4413:33;:::i;:::-;4313:139;;;;:::o;4458:474::-;4526:6;4534;4583:2;4571:9;4562:7;4558:23;4554:32;4551:119;;;4589:79;;:::i;:::-;4551:119;4709:1;4734:53;4779:7;4770:6;4759:9;4755:22;4734:53;:::i;:::-;4724:63;;4680:117;4836:2;4862:53;4907:7;4898:6;4887:9;4883:22;4862:53;:::i;:::-;4852:63;;4807:118;4458:474;;;;;:::o;4938:329::-;4997:6;5046:2;5034:9;5025:7;5021:23;5017:32;5014:119;;;5052:79;;:::i;:::-;5014:119;5172:1;5197:53;5242:7;5233:6;5222:9;5218:22;5197:53;:::i;:::-;5187:63;;5143:117;4938:329;;;;:::o;5273:117::-;5382:1;5379;5372:12;5396:117;5505:1;5502;5495:12;5519:180;5567:77;5564:1;5557:88;5664:4;5661:1;5654:15;5688:4;5685:1;5678:15;5705:281;5788:27;5810:4;5788:27;:::i;:::-;5780:6;5776:40;5918:6;5906:10;5903:22;5882:18;5870:10;5867:34;5864:62;5861:88;;;5929:18;;:::i;:::-;5861:88;5969:10;5965:2;5958:22;5748:238;5705:281;;:::o;5992:129::-;6026:6;6053:20;;:::i;:::-;6043:30;;6082:33;6110:4;6102:6;6082:33;:::i;:::-;5992:129;;;:::o;6127:308::-;6189:4;6279:18;6271:6;6268:30;6265:56;;;6301:18;;:::i;:::-;6265:56;6339:29;6361:6;6339:29;:::i;:::-;6331:37;;6423:4;6417;6413:15;6405:23;;6127:308;;;:::o;6441:154::-;6525:6;6520:3;6515;6502:30;6587:1;6578:6;6573:3;6569:16;6562:27;6441:154;;;:::o;6601:412::-;6679:5;6704:66;6720:49;6762:6;6720:49;:::i;:::-;6704:66;:::i;:::-;6695:75;;6793:6;6786:5;6779:21;6831:4;6824:5;6820:16;6869:3;6860:6;6855:3;6851:16;6848:25;6845:112;;;6876:79;;:::i;:::-;6845:112;6966:41;7000:6;6995:3;6990;6966:41;:::i;:::-;6685:328;6601:412;;;;;:::o;7033:340::-;7089:5;7138:3;7131:4;7123:6;7119:17;7115:27;7105:122;;7146:79;;:::i;:::-;7105:122;7263:6;7250:20;7288:79;7363:3;7355:6;7348:4;7340:6;7336:17;7288:79;:::i;:::-;7279:88;;7095:278;7033:340;;;;:::o;7379:509::-;7448:6;7497:2;7485:9;7476:7;7472:23;7468:32;7465:119;;;7503:79;;:::i;:::-;7465:119;7651:1;7640:9;7636:17;7623:31;7681:18;7673:6;7670:30;7667:117;;;7703:79;;:::i;:::-;7667:117;7808:63;7863:7;7854:6;7843:9;7839:22;7808:63;:::i;:::-;7798:73;;7594:287;7379:509;;;;:::o;7894:116::-;7964:21;7979:5;7964:21;:::i;:::-;7957:5;7954:32;7944:60;;8000:1;7997;7990:12;7944:60;7894:116;:::o;8016:133::-;8059:5;8097:6;8084:20;8075:29;;8113:30;8137:5;8113:30;:::i;:::-;8016:133;;;;:::o;8155:323::-;8211:6;8260:2;8248:9;8239:7;8235:23;8231:32;8228:119;;;8266:79;;:::i;:::-;8228:119;8386:1;8411:50;8453:7;8444:6;8433:9;8429:22;8411:50;:::i;:::-;8401:60;;8357:114;8155:323;;;;:::o;8484:118::-;8571:24;8589:5;8571:24;:::i;:::-;8566:3;8559:37;8484:118;;:::o;8608:222::-;8701:4;8739:2;8728:9;8724:18;8716:26;;8752:71;8820:1;8809:9;8805:17;8796:6;8752:71;:::i;:::-;8608:222;;;;:::o;8836:619::-;8913:6;8921;8929;8978:2;8966:9;8957:7;8953:23;8949:32;8946:119;;;8984:79;;:::i;:::-;8946:119;9104:1;9129:53;9174:7;9165:6;9154:9;9150:22;9129:53;:::i;:::-;9119:63;;9075:117;9231:2;9257:53;9302:7;9293:6;9282:9;9278:22;9257:53;:::i;:::-;9247:63;;9202:118;9359:2;9385:53;9430:7;9421:6;9410:9;9406:22;9385:53;:::i;:::-;9375:63;;9330:118;8836:619;;;;;:::o;9461:311::-;9538:4;9628:18;9620:6;9617:30;9614:56;;;9650:18;;:::i;:::-;9614:56;9700:4;9692:6;9688:17;9680:25;;9760:4;9754;9750:15;9742:23;;9461:311;;;:::o;9778:117::-;9887:1;9884;9877:12;9918:710;10014:5;10039:81;10055:64;10112:6;10055:64;:::i;:::-;10039:81;:::i;:::-;10030:90;;10140:5;10169:6;10162:5;10155:21;10203:4;10196:5;10192:16;10185:23;;10256:4;10248:6;10244:17;10236:6;10232:30;10285:3;10277:6;10274:15;10271:122;;;10304:79;;:::i;:::-;10271:122;10419:6;10402:220;10436:6;10431:3;10428:15;10402:220;;;10511:3;10540:37;10573:3;10561:10;10540:37;:::i;:::-;10535:3;10528:50;10607:4;10602:3;10598:14;10591:21;;10478:144;10462:4;10457:3;10453:14;10446:21;;10402:220;;;10406:21;10020:608;;9918:710;;;;;:::o;10651:370::-;10722:5;10771:3;10764:4;10756:6;10752:17;10748:27;10738:122;;10779:79;;:::i;:::-;10738:122;10896:6;10883:20;10921:94;11011:3;11003:6;10996:4;10988:6;10984:17;10921:94;:::i;:::-;10912:103;;10728:293;10651:370;;;;:::o;11027:539::-;11111:6;11160:2;11148:9;11139:7;11135:23;11131:32;11128:119;;;11166:79;;:::i;:::-;11128:119;11314:1;11303:9;11299:17;11286:31;11344:18;11336:6;11333:30;11330:117;;;11366:79;;:::i;:::-;11330:117;11471:78;11541:7;11532:6;11521:9;11517:22;11471:78;:::i;:::-;11461:88;;11257:302;11027:539;;;;:::o;11572:468::-;11637:6;11645;11694:2;11682:9;11673:7;11669:23;11665:32;11662:119;;;11700:79;;:::i;:::-;11662:119;11820:1;11845:53;11890:7;11881:6;11870:9;11866:22;11845:53;:::i;:::-;11835:63;;11791:117;11947:2;11973:50;12015:7;12006:6;11995:9;11991:22;11973:50;:::i;:::-;11963:60;;11918:115;11572:468;;;;;:::o;12046:307::-;12107:4;12197:18;12189:6;12186:30;12183:56;;;12219:18;;:::i;:::-;12183:56;12257:29;12279:6;12257:29;:::i;:::-;12249:37;;12341:4;12335;12331:15;12323:23;;12046:307;;;:::o;12359:410::-;12436:5;12461:65;12477:48;12518:6;12477:48;:::i;:::-;12461:65;:::i;:::-;12452:74;;12549:6;12542:5;12535:21;12587:4;12580:5;12576:16;12625:3;12616:6;12611:3;12607:16;12604:25;12601:112;;;12632:79;;:::i;:::-;12601:112;12722:41;12756:6;12751:3;12746;12722:41;:::i;:::-;12442:327;12359:410;;;;;:::o;12788:338::-;12843:5;12892:3;12885:4;12877:6;12873:17;12869:27;12859:122;;12900:79;;:::i;:::-;12859:122;13017:6;13004:20;13042:78;13116:3;13108:6;13101:4;13093:6;13089:17;13042:78;:::i;:::-;13033:87;;12849:277;12788:338;;;;:::o;13132:943::-;13227:6;13235;13243;13251;13300:3;13288:9;13279:7;13275:23;13271:33;13268:120;;;13307:79;;:::i;:::-;13268:120;13427:1;13452:53;13497:7;13488:6;13477:9;13473:22;13452:53;:::i;:::-;13442:63;;13398:117;13554:2;13580:53;13625:7;13616:6;13605:9;13601:22;13580:53;:::i;:::-;13570:63;;13525:118;13682:2;13708:53;13753:7;13744:6;13733:9;13729:22;13708:53;:::i;:::-;13698:63;;13653:118;13838:2;13827:9;13823:18;13810:32;13869:18;13861:6;13858:30;13855:117;;;13891:79;;:::i;:::-;13855:117;13996:62;14050:7;14041:6;14030:9;14026:22;13996:62;:::i;:::-;13986:72;;13781:287;13132:943;;;;;;;:::o;14081:474::-;14149:6;14157;14206:2;14194:9;14185:7;14181:23;14177:32;14174:119;;;14212:79;;:::i;:::-;14174:119;14332:1;14357:53;14402:7;14393:6;14382:9;14378:22;14357:53;:::i;:::-;14347:63;;14303:117;14459:2;14485:53;14530:7;14521:6;14510:9;14506:22;14485:53;:::i;:::-;14475:63;;14430:118;14081:474;;;;;:::o;14561:180::-;14609:77;14606:1;14599:88;14706:4;14703:1;14696:15;14730:4;14727:1;14720:15;14747:320;14791:6;14828:1;14822:4;14818:12;14808:22;;14875:1;14869:4;14865:12;14896:18;14886:81;;14952:4;14944:6;14940:17;14930:27;;14886:81;15014:2;15006:6;15003:14;14983:18;14980:38;14977:84;;;15033:18;;:::i;:::-;14977:84;14798:269;14747:320;;;:::o;15073:220::-;15213:34;15209:1;15201:6;15197:14;15190:58;15282:3;15277:2;15269:6;15265:15;15258:28;15073:220;:::o;15299:366::-;15441:3;15462:67;15526:2;15521:3;15462:67;:::i;:::-;15455:74;;15538:93;15627:3;15538:93;:::i;:::-;15656:2;15651:3;15647:12;15640:19;;15299:366;;;:::o;15671:419::-;15837:4;15875:2;15864:9;15860:18;15852:26;;15924:9;15918:4;15914:20;15910:1;15899:9;15895:17;15888:47;15952:131;16078:4;15952:131;:::i;:::-;15944:139;;15671:419;;;:::o;16096:248::-;16236:34;16232:1;16224:6;16220:14;16213:58;16305:31;16300:2;16292:6;16288:15;16281:56;16096:248;:::o;16350:366::-;16492:3;16513:67;16577:2;16572:3;16513:67;:::i;:::-;16506:74;;16589:93;16678:3;16589:93;:::i;:::-;16707:2;16702:3;16698:12;16691:19;;16350:366;;;:::o;16722:419::-;16888:4;16926:2;16915:9;16911:18;16903:26;;16975:9;16969:4;16965:20;16961:1;16950:9;16946:17;16939:47;17003:131;17129:4;17003:131;:::i;:::-;16995:139;;16722:419;;;:::o;17147:311::-;17287:34;17283:1;17275:6;17271:14;17264:58;17356:34;17351:2;17343:6;17339:15;17332:59;17425:25;17420:2;17412:6;17408:15;17401:50;17147:311;:::o;17464:366::-;17606:3;17627:67;17691:2;17686:3;17627:67;:::i;:::-;17620:74;;17703:93;17792:3;17703:93;:::i;:::-;17821:2;17816:3;17812:12;17805:19;;17464:366;;;:::o;17836:419::-;18002:4;18040:2;18029:9;18025:18;18017:26;;18089:9;18083:4;18079:20;18075:1;18064:9;18060:17;18053:47;18117:131;18243:4;18117:131;:::i;:::-;18109:139;;17836:419;;;:::o;18261:180::-;18309:77;18306:1;18299:88;18406:4;18403:1;18396:15;18430:4;18427:1;18420:15;18447:191;18487:4;18507:20;18525:1;18507:20;:::i;:::-;18502:25;;18541:20;18559:1;18541:20;:::i;:::-;18536:25;;18580:1;18577;18574:8;18571:34;;;18585:18;;:::i;:::-;18571:34;18630:1;18627;18623:9;18615:17;;18447:191;;;;:::o;18644:232::-;18784:34;18780:1;18772:6;18768:14;18761:58;18853:15;18848:2;18840:6;18836:15;18829:40;18644:232;:::o;18882:366::-;19024:3;19045:67;19109:2;19104:3;19045:67;:::i;:::-;19038:74;;19121:93;19210:3;19121:93;:::i;:::-;19239:2;19234:3;19230:12;19223:19;;18882:366;;;:::o;19254:419::-;19420:4;19458:2;19447:9;19443:18;19435:26;;19507:9;19501:4;19497:20;19493:1;19482:9;19478:17;19471:47;19535:131;19661:4;19535:131;:::i;:::-;19527:139;;19254:419;;;:::o;19679:233::-;19718:3;19741:24;19759:5;19741:24;:::i;:::-;19732:33;;19787:66;19780:5;19777:77;19774:103;;;19857:18;;:::i;:::-;19774:103;19904:1;19897:5;19893:13;19886:20;;19679:233;;;:::o;19918:305::-;19958:3;19977:20;19995:1;19977:20;:::i;:::-;19972:25;;20011:20;20029:1;20011:20;:::i;:::-;20006:25;;20165:1;20097:66;20093:74;20090:1;20087:81;20084:107;;;20171:18;;:::i;:::-;20084:107;20215:1;20212;20208:9;20201:16;;19918:305;;;;:::o;20229:235::-;20369:34;20365:1;20357:6;20353:14;20346:58;20438:18;20433:2;20425:6;20421:15;20414:43;20229:235;:::o;20470:366::-;20612:3;20633:67;20697:2;20692:3;20633:67;:::i;:::-;20626:74;;20709:93;20798:3;20709:93;:::i;:::-;20827:2;20822:3;20818:12;20811:19;;20470:366;;;:::o;20842:419::-;21008:4;21046:2;21035:9;21031:18;21023:26;;21095:9;21089:4;21085:20;21081:1;21070:9;21066:17;21059:47;21123:131;21249:4;21123:131;:::i;:::-;21115:139;;20842:419;;;:::o;21267:168::-;21407:20;21403:1;21395:6;21391:14;21384:44;21267:168;:::o;21441:366::-;21583:3;21604:67;21668:2;21663:3;21604:67;:::i;:::-;21597:74;;21680:93;21769:3;21680:93;:::i;:::-;21798:2;21793:3;21789:12;21782:19;;21441:366;;;:::o;21813:419::-;21979:4;22017:2;22006:9;22002:18;21994:26;;22066:9;22060:4;22056:20;22052:1;22041:9;22037:17;22030:47;22094:131;22220:4;22094:131;:::i;:::-;22086:139;;21813:419;;;:::o;22238:227::-;22378:34;22374:1;22366:6;22362:14;22355:58;22447:10;22442:2;22434:6;22430:15;22423:35;22238:227;:::o;22471:366::-;22613:3;22634:67;22698:2;22693:3;22634:67;:::i;:::-;22627:74;;22710:93;22799:3;22710:93;:::i;:::-;22828:2;22823:3;22819:12;22812:19;;22471:366;;;:::o;22843:419::-;23009:4;23047:2;23036:9;23032:18;23024:26;;23096:9;23090:4;23086:20;23082:1;23071:9;23067:17;23060:47;23124:131;23250:4;23124:131;:::i;:::-;23116:139;;22843:419;;;:::o;23268:248::-;23408:34;23404:1;23396:6;23392:14;23385:58;23477:31;23472:2;23464:6;23460:15;23453:56;23268:248;:::o;23522:366::-;23664:3;23685:67;23749:2;23744:3;23685:67;:::i;:::-;23678:74;;23761:93;23850:3;23761:93;:::i;:::-;23879:2;23874:3;23870:12;23863:19;;23522:366;;;:::o;23894:419::-;24060:4;24098:2;24087:9;24083:18;24075:26;;24147:9;24141:4;24137:20;24133:1;24122:9;24118:17;24111:47;24175:131;24301:4;24175:131;:::i;:::-;24167:139;;23894:419;;;:::o;24319:227::-;24459:34;24455:1;24447:6;24443:14;24436:58;24528:10;24523:2;24515:6;24511:15;24504:35;24319:227;:::o;24552:366::-;24694:3;24715:67;24779:2;24774:3;24715:67;:::i;:::-;24708:74;;24791:93;24880:3;24791:93;:::i;:::-;24909:2;24904:3;24900:12;24893:19;;24552:366;;;:::o;24924:419::-;25090:4;25128:2;25117:9;25113:18;25105:26;;25177:9;25171:4;25167:20;25163:1;25152:9;25148:17;25141:47;25205:131;25331:4;25205:131;:::i;:::-;25197:139;;24924:419;;;:::o;25349:348::-;25389:7;25412:20;25430:1;25412:20;:::i;:::-;25407:25;;25446:20;25464:1;25446:20;:::i;:::-;25441:25;;25634:1;25566:66;25562:74;25559:1;25556:81;25551:1;25544:9;25537:17;25533:105;25530:131;;;25641:18;;:::i;:::-;25530:131;25689:1;25686;25682:9;25671:20;;25349:348;;;;:::o;25703:223::-;25843:34;25839:1;25831:6;25827:14;25820:58;25912:6;25907:2;25899:6;25895:15;25888:31;25703:223;:::o;25932:366::-;26074:3;26095:67;26159:2;26154:3;26095:67;:::i;:::-;26088:74;;26171:93;26260:3;26171:93;:::i;:::-;26289:2;26284:3;26280:12;26273:19;;25932:366;;;:::o;26304:419::-;26470:4;26508:2;26497:9;26493:18;26485:26;;26557:9;26551:4;26547:20;26543:1;26532:9;26528:17;26521:47;26585:131;26711:4;26585:131;:::i;:::-;26577:139;;26304:419;;;:::o;26729:180::-;26777:77;26774:1;26767:88;26874:4;26871:1;26864:15;26898:4;26895:1;26888:15;26915:174;27055:26;27051:1;27043:6;27039:14;27032:50;26915:174;:::o;27095:366::-;27237:3;27258:67;27322:2;27317:3;27258:67;:::i;:::-;27251:74;;27334:93;27423:3;27334:93;:::i;:::-;27452:2;27447:3;27443:12;27436:19;;27095:366;;;:::o;27467:419::-;27633:4;27671:2;27660:9;27656:18;27648:26;;27720:9;27714:4;27710:20;27706:1;27695:9;27691:17;27684:47;27748:131;27874:4;27748:131;:::i;:::-;27740:139;;27467:419;;;:::o;27892:228::-;28032:34;28028:1;28020:6;28016:14;28009:58;28101:11;28096:2;28088:6;28084:15;28077:36;27892:228;:::o;28126:366::-;28268:3;28289:67;28353:2;28348:3;28289:67;:::i;:::-;28282:74;;28365:93;28454:3;28365:93;:::i;:::-;28483:2;28478:3;28474:12;28467:19;;28126:366;;;:::o;28498:419::-;28664:4;28702:2;28691:9;28687:18;28679:26;;28751:9;28745:4;28741:20;28737:1;28726:9;28722:17;28715:47;28779:131;28905:4;28779:131;:::i;:::-;28771:139;;28498:419;;;:::o;28923:148::-;29025:11;29062:3;29047:18;;28923:148;;;;:::o;29077:377::-;29183:3;29211:39;29244:5;29211:39;:::i;:::-;29266:89;29348:6;29343:3;29266:89;:::i;:::-;29259:96;;29364:52;29409:6;29404:3;29397:4;29390:5;29386:16;29364:52;:::i;:::-;29441:6;29436:3;29432:16;29425:23;;29187:267;29077:377;;;;:::o;29460:435::-;29640:3;29662:95;29753:3;29744:6;29662:95;:::i;:::-;29655:102;;29774:95;29865:3;29856:6;29774:95;:::i;:::-;29767:102;;29886:3;29879:10;;29460:435;;;;;:::o;29901:245::-;30041:34;30037:1;30029:6;30025:14;30018:58;30110:28;30105:2;30097:6;30093:15;30086:53;29901:245;:::o;30152:366::-;30294:3;30315:67;30379:2;30374:3;30315:67;:::i;:::-;30308:74;;30391:93;30480:3;30391:93;:::i;:::-;30509:2;30504:3;30500:12;30493:19;;30152:366;;;:::o;30524:419::-;30690:4;30728:2;30717:9;30713:18;30705:26;;30777:9;30771:4;30767:20;30763:1;30752:9;30748:17;30741:47;30805:131;30931:4;30805:131;:::i;:::-;30797:139;;30524:419;;;:::o;30949:225::-;31089:34;31085:1;31077:6;31073:14;31066:58;31158:8;31153:2;31145:6;31141:15;31134:33;30949:225;:::o;31180:366::-;31322:3;31343:67;31407:2;31402:3;31343:67;:::i;:::-;31336:74;;31419:93;31508:3;31419:93;:::i;:::-;31537:2;31532:3;31528:12;31521:19;;31180:366;;;:::o;31552:419::-;31718:4;31756:2;31745:9;31741:18;31733:26;;31805:9;31799:4;31795:20;31791:1;31780:9;31776:17;31769:47;31833:131;31959:4;31833:131;:::i;:::-;31825:139;;31552:419;;;:::o;31977:182::-;32117:34;32113:1;32105:6;32101:14;32094:58;31977:182;:::o;32165:366::-;32307:3;32328:67;32392:2;32387:3;32328:67;:::i;:::-;32321:74;;32404:93;32493:3;32404:93;:::i;:::-;32522:2;32517:3;32513:12;32506:19;;32165:366;;;:::o;32537:419::-;32703:4;32741:2;32730:9;32726:18;32718:26;;32790:9;32784:4;32780:20;32776:1;32765:9;32761:17;32754:47;32818:131;32944:4;32818:131;:::i;:::-;32810:139;;32537:419;;;:::o;32962:224::-;33102:34;33098:1;33090:6;33086:14;33079:58;33171:7;33166:2;33158:6;33154:15;33147:32;32962:224;:::o;33192:366::-;33334:3;33355:67;33419:2;33414:3;33355:67;:::i;:::-;33348:74;;33431:93;33520:3;33431:93;:::i;:::-;33549:2;33544:3;33540:12;33533:19;;33192:366;;;:::o;33564:419::-;33730:4;33768:2;33757:9;33753:18;33745:26;;33817:9;33811:4;33807:20;33803:1;33792:9;33788:17;33781:47;33845:131;33971:4;33845:131;:::i;:::-;33837:139;;33564:419;;;:::o;33989:223::-;34129:34;34125:1;34117:6;34113:14;34106:58;34198:6;34193:2;34185:6;34181:15;34174:31;33989:223;:::o;34218:366::-;34360:3;34381:67;34445:2;34440:3;34381:67;:::i;:::-;34374:74;;34457:93;34546:3;34457:93;:::i;:::-;34575:2;34570:3;34566:12;34559:19;;34218:366;;;:::o;34590:419::-;34756:4;34794:2;34783:9;34779:18;34771:26;;34843:9;34837:4;34833:20;34829:1;34818:9;34814:17;34807:47;34871:131;34997:4;34871:131;:::i;:::-;34863:139;;34590:419;;;:::o;35015:179::-;35155:31;35151:1;35143:6;35139:14;35132:55;35015:179;:::o;35200:366::-;35342:3;35363:67;35427:2;35422:3;35363:67;:::i;:::-;35356:74;;35439:93;35528:3;35439:93;:::i;:::-;35557:2;35552:3;35548:12;35541:19;;35200:366;;;:::o;35572:419::-;35738:4;35776:2;35765:9;35761:18;35753:26;;35825:9;35819:4;35815:20;35811:1;35800:9;35796:17;35789:47;35853:131;35979:4;35853:131;:::i;:::-;35845:139;;35572:419;;;:::o;35997:147::-;36098:11;36135:3;36120:18;;35997:147;;;;:::o;36150:114::-;;:::o;36270:398::-;36429:3;36450:83;36531:1;36526:3;36450:83;:::i;:::-;36443:90;;36542:93;36631:3;36542:93;:::i;:::-;36660:1;36655:3;36651:11;36644:18;;36270:398;;;:::o;36674:379::-;36858:3;36880:147;37023:3;36880:147;:::i;:::-;36873:154;;37044:3;37037:10;;36674:379;;;:::o;37059:245::-;37199:34;37195:1;37187:6;37183:14;37176:58;37268:28;37263:2;37255:6;37251:15;37244:53;37059:245;:::o;37310:366::-;37452:3;37473:67;37537:2;37532:3;37473:67;:::i;:::-;37466:74;;37549:93;37638:3;37549:93;:::i;:::-;37667:2;37662:3;37658:12;37651:19;;37310:366;;;:::o;37682:419::-;37848:4;37886:2;37875:9;37871:18;37863:26;;37935:9;37929:4;37925:20;37921:1;37910:9;37906:17;37899:47;37963:131;38089:4;37963:131;:::i;:::-;37955:139;;37682:419;;;:::o;38107:181::-;38247:33;38243:1;38235:6;38231:14;38224:57;38107:181;:::o;38294:366::-;38436:3;38457:67;38521:2;38516:3;38457:67;:::i;:::-;38450:74;;38533:93;38622:3;38533:93;:::i;:::-;38651:2;38646:3;38642:12;38635:19;;38294:366;;;:::o;38666:419::-;38832:4;38870:2;38859:9;38855:18;38847:26;;38919:9;38913:4;38909:20;38905:1;38894:9;38890:17;38883:47;38947:131;39073:4;38947:131;:::i;:::-;38939:139;;38666:419;;;:::o;39091:175::-;39231:27;39227:1;39219:6;39215:14;39208:51;39091:175;:::o;39272:366::-;39414:3;39435:67;39499:2;39494:3;39435:67;:::i;:::-;39428:74;;39511:93;39600:3;39511:93;:::i;:::-;39629:2;39624:3;39620:12;39613:19;;39272:366;;;:::o;39644:419::-;39810:4;39848:2;39837:9;39833:18;39825:26;;39897:9;39891:4;39887:20;39883:1;39872:9;39868:17;39861:47;39925:131;40051:4;39925:131;:::i;:::-;39917:139;;39644:419;;;:::o;40069:237::-;40209:34;40205:1;40197:6;40193:14;40186:58;40278:20;40273:2;40265:6;40261:15;40254:45;40069:237;:::o;40312:366::-;40454:3;40475:67;40539:2;40534:3;40475:67;:::i;:::-;40468:74;;40551:93;40640:3;40551:93;:::i;:::-;40669:2;40664:3;40660:12;40653:19;;40312:366;;;:::o;40684:419::-;40850:4;40888:2;40877:9;40873:18;40865:26;;40937:9;40931:4;40927:20;40923:1;40912:9;40908:17;40901:47;40965:131;41091:4;40965:131;:::i;:::-;40957:139;;40684:419;;;:::o;41109:180::-;41157:77;41154:1;41147:88;41254:4;41251:1;41244:15;41278:4;41275:1;41268:15;41295:170;41435:22;41431:1;41423:6;41419:14;41412:46;41295:170;:::o;41471:366::-;41613:3;41634:67;41698:2;41693:3;41634:67;:::i;:::-;41627:74;;41710:93;41799:3;41710:93;:::i;:::-;41828:2;41823:3;41819:12;41812:19;;41471:366;;;:::o;41843:419::-;42009:4;42047:2;42036:9;42032:18;42024:26;;42096:9;42090:4;42086:20;42082:1;42071:9;42067:17;42060:47;42124:131;42250:4;42124:131;:::i;:::-;42116:139;;41843:419;;;:::o;42268:166::-;42408:18;42404:1;42396:6;42392:14;42385:42;42268:166;:::o;42440:366::-;42582:3;42603:67;42667:2;42662:3;42603:67;:::i;:::-;42596:74;;42679:93;42768:3;42679:93;:::i;:::-;42797:2;42792:3;42788:12;42781:19;;42440:366;;;:::o;42812:419::-;42978:4;43016:2;43005:9;43001:18;42993:26;;43065:9;43059:4;43055:20;43051:1;43040:9;43036:17;43029:47;43093:131;43219:4;43093:131;:::i;:::-;43085:139;;42812:419;;;:::o;43237:98::-;43288:6;43322:5;43316:12;43306:22;;43237:98;;;:::o;43341:168::-;43424:11;43458:6;43453:3;43446:19;43498:4;43493:3;43489:14;43474:29;;43341:168;;;;:::o;43515:360::-;43601:3;43629:38;43661:5;43629:38;:::i;:::-;43683:70;43746:6;43741:3;43683:70;:::i;:::-;43676:77;;43762:52;43807:6;43802:3;43795:4;43788:5;43784:16;43762:52;:::i;:::-;43839:29;43861:6;43839:29;:::i;:::-;43834:3;43830:39;43823:46;;43605:270;43515:360;;;;:::o;43881:640::-;44076:4;44114:3;44103:9;44099:19;44091:27;;44128:71;44196:1;44185:9;44181:17;44172:6;44128:71;:::i;:::-;44209:72;44277:2;44266:9;44262:18;44253:6;44209:72;:::i;:::-;44291;44359:2;44348:9;44344:18;44335:6;44291:72;:::i;:::-;44410:9;44404:4;44400:20;44395:2;44384:9;44380:18;44373:48;44438:76;44509:4;44500:6;44438:76;:::i;:::-;44430:84;;43881:640;;;;;;;:::o;44527:141::-;44583:5;44614:6;44608:13;44599:22;;44630:32;44656:5;44630:32;:::i;:::-;44527:141;;;;:::o;44674:349::-;44743:6;44792:2;44780:9;44771:7;44767:23;44763:32;44760:119;;;44798:79;;:::i;:::-;44760:119;44918:1;44943:63;44998:7;44989:6;44978:9;44974:22;44943:63;:::i;:::-;44933:73;;44889:127;44674:349;;;;:::o;45029:182::-;45169:34;45165:1;45157:6;45153:14;45146:58;45029:182;:::o;45217:366::-;45359:3;45380:67;45444:2;45439:3;45380:67;:::i;:::-;45373:74;;45456:93;45545:3;45456:93;:::i;:::-;45574:2;45569:3;45565:12;45558:19;;45217:366;;;:::o;45589:419::-;45755:4;45793:2;45782:9;45778:18;45770:26;;45842:9;45836:4;45832:20;45828:1;45817:9;45813:17;45806:47;45870:131;45996:4;45870:131;:::i;:::-;45862:139;;45589:419;;;:::o;46014:178::-;46154:30;46150:1;46142:6;46138:14;46131:54;46014:178;:::o;46198:366::-;46340:3;46361:67;46425:2;46420:3;46361:67;:::i;:::-;46354:74;;46437:93;46526:3;46437:93;:::i;:::-;46555:2;46550:3;46546:12;46539:19;;46198:366;;;:::o;46570:419::-;46736:4;46774:2;46763:9;46759:18;46751:26;;46823:9;46817:4;46813:20;46809:1;46798:9;46794:17;46787:47;46851:131;46977:4;46851:131;:::i;:::-;46843:139;;46570:419;;;:::o

Swarm Source

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