ETH Price: $3,109.08 (+0.51%)
Gas: 4 Gwei

Token

Doge Battle (DogeBattle)
 

Overview

Max Total Supply

6,969 DogeBattle

Holders

1,452

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
reagentzero.eth
Balance
1 DogeBattle
0xaad1195adcec96c05534c80069fa30d19e19b1f1
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:
DogeBattle

Compiler Version
v0.8.4+commit.c7e474f2

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

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

pragma solidity ^0.8.0;



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}


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


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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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


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


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

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        _approve(to, tokenId);
    }

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

        return _tokenApprovals[tokenId];
    }

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

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

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

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

        _transfer(from, to, tokenId);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        _beforeTokenTransfer(from, to, tokenId);

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

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

        emit Transfer(from, to, tokenId);
    }

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

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

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


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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

    bool private _paused;

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

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

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

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

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

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


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

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


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

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

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

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

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

        return super.tokenURI(tokenId);
    }

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

//SPDX-License-Identifier: Unlicense
// @title: Doge Battle
// @author: DogeBattle Team
contract DogeBattle is ERC721Enumerable, Ownable, ERC721Burnable, ERC721Pausable {

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

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

    uint256 public constant MAX_ITEMS = 6969;
    uint256 public constant MAX_PRESALE_ITEMS = 690;
    uint256 public constant MAX_RESERVE = 100;
    uint256 public PRICE = 25E15; // 0.025 ETH
    uint256 public constant RENAME_PRICE = 1E16; // 0.01 ETH
    uint256 public constant MAX_MINT = 20;
    uint256 public constant MAX_MINT_PRESALE = 20;
    string public baseTokenURI;
    string public PROVENANCE_HASH = "";
    uint256 public REVEAL_TIMESTAMP;
    uint256 public startingIndexBlock;
    uint256 public startingIndex;

    address public constant creatorAddress = 0x3887c2367E38978D642080b24cFD9BC2d68Db6B1;
    address public constant treasuryAddress = 0x2C8f9020Dc8E4bF80CBD536cf5cc5586a445bF20;
    address public constant devAddress = 0xFaC70B677CCBCCE64C79f6807333534d54253126;

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

    constructor(string memory baseURI) ERC721("Doge Battle", "DogeBattle") {
        setBaseURI(baseURI);
        pause(true);
        presale = false;
        sale = false;
        REVEAL_TIMESTAMP = block.timestamp + (86400 * 7);
    }

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

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

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

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

    function presaleMint(address _to, uint256 _count) public payable {
        uint256 total = _totalSupply();
        require(presale == true, "Presale has not yet started");
        require(total <= MAX_PRESALE_ITEMS, "Presale ended");
        require(total + _count <= MAX_PRESALE_ITEMS, "Max limit");
        require(_count <= MAX_MINT_PRESALE, "Exceeds number");
        require(msg.value >= price(_count), "Value below price");

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

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

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

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

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

    function price(uint256 _count) public view returns (uint256) {
        return PRICE.mul(_count);
    }

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

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

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

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

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

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

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

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

        return tokenIds;
    }

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

    function startPresale() public onlyOwner {
        presale = true;
    }

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

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

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

        emit AttributeChanged(tokenId, key, value);
    }

    function withdrawAll() public payable onlyOwner {
        uint256 balance = address(this).balance;
        require(balance > 0);
        _widthdraw(devAddress, balance.mul(10).div(100));
        _widthdraw(treasuryAddress, balance.mul(10).div(100));
        _widthdraw(creatorAddress, address(this).balance);
    }

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

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

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

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"string","name":"_key","type":"string"},{"indexed":false,"internalType":"string","name":"_value","type":"string"}],"name":"AttributeChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"}],"name":"CreateDoge","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"MAX_ITEMS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_MINT","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_MINT_PRESALE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_PRESALE_ITEMS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_RESERVE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PROVENANCE_HASH","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"RENAME_PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"REVEAL_TIMESTAMP","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"baseTokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"key","type":"string"},{"internalType":"string","name":"value","type":"string"}],"name":"changeAttribute","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"creatorAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"devAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"emergencySetStartingIndexBlock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_count","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_count","type":"uint256"},{"internalType":"address","name":"_to","type":"address"}],"name":"mintReserve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bool","name":"val","type":"bool"}],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_count","type":"uint256"}],"name":"presaleMint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_count","type":"uint256"}],"name":"price","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_price","type":"uint256"}],"name":"setMintPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_provenanceHash","type":"string"}],"name":"setProvenanceHash","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"setStartingIndex","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startPresale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startSale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startingIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"startingIndexBlock","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalMint","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"treasuryAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"walletOfOwner","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdrawAll","outputs":[],"stateMutability":"payable","type":"function"}]

60806040526658d15e17628000600d5560405180602001604052806000815250600f908051906020019062000036929190620005ac565b503480156200004457600080fd5b50604051620066483803806200664883398181016040528101906200006a9190620006ce565b6040518060400160405280600b81526020017f446f676520426174746c650000000000000000000000000000000000000000008152506040518060400160405280600a81526020017f446f6765426174746c65000000000000000000000000000000000000000000008152508160009080519060200190620000ee929190620005ac565b50806001908051906020019062000107929190620005ac565b5050506200012a6200011e620001bc60201b60201c565b620001c460201b60201c565b6000600a60146101000a81548160ff02191690831515021790555062000156816200028a60201b60201c565b6200016860016200033560201b60201c565b6000600c60006101000a81548160ff0219169083151502179055506000600c60016101000a81548160ff02191690831515021790555062093a8042620001af91906200088c565b6010819055505062000ae2565b600033905090565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6200029a620001bc60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16620002c0620003fc60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff161462000319576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200031090620007fa565b60405180910390fd5b80600e908051906020019062000331929190620005ac565b5050565b62000345620001bc60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff166200036b620003fc60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1614620003c4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620003bb90620007fa565b60405180910390fd5b600115158115151415620003e857620003e26200042660201b60201c565b620003f9565b620003f8620004de60201b60201c565b5b50565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b620004366200059560201b60201c565b1562000479576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200047090620007d8565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258620004c5620001bc60201b60201c565b604051620004d4919062000799565b60405180910390a1565b620004ee6200059560201b60201c565b62000530576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200052790620007b6565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6200057c620001bc60201b60201c565b6040516200058b919062000799565b60405180910390a1565b6000600a60149054906101000a900460ff16905090565b828054620005ba906200095d565b90600052602060002090601f016020900481019282620005de57600085556200062a565b82601f10620005f957805160ff19168380011785556200062a565b828001600101855582156200062a579182015b82811115620006295782518255916020019190600101906200060c565b5b5090506200063991906200063d565b5090565b5b80821115620006585760008160009055506001016200063e565b5090565b6000620006736200066d8462000845565b6200081c565b9050828152602081018484840111156200068c57600080fd5b6200069984828562000927565b509392505050565b600082601f830112620006b357600080fd5b8151620006c58482602086016200065c565b91505092915050565b600060208284031215620006e157600080fd5b600082015167ffffffffffffffff811115620006fc57600080fd5b6200070a84828501620006a1565b91505092915050565b6200071e81620008e9565b82525050565b6000620007336014836200087b565b9150620007408262000a67565b602082019050919050565b60006200075a6010836200087b565b9150620007678262000a90565b602082019050919050565b6000620007816020836200087b565b91506200078e8262000ab9565b602082019050919050565b6000602082019050620007b0600083018462000713565b92915050565b60006020820190508181036000830152620007d18162000724565b9050919050565b60006020820190508181036000830152620007f3816200074b565b9050919050565b60006020820190508181036000830152620008158162000772565b9050919050565b6000620008286200083b565b905062000836828262000993565b919050565b6000604051905090565b600067ffffffffffffffff82111562000863576200086262000a27565b5b6200086e8262000a56565b9050602081019050919050565b600082825260208201905092915050565b600062000899826200091d565b9150620008a6836200091d565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115620008de57620008dd620009c9565b5b828201905092915050565b6000620008f682620008fd565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60005b83811015620009475780820151818401526020810190506200092a565b8381111562000957576000848401525b50505050565b600060028204905060018216806200097657607f821691505b602082108114156200098d576200098c620009f8565b5b50919050565b6200099e8262000a56565b810181811067ffffffffffffffff82111715620009c057620009bf62000a27565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b615b568062000af26000396000f3fe6080604052600436106102ff5760003560e01c80637d17fcbe11610190578063cb774d47116100dc578063e986655011610095578063f0292a031161006f578063f0292a0314610b02578063f2fde38b14610b2d578063f4a0a52814610b56578063ff1b655614610b7f576102ff565b8063e986655014610aa4578063ed16e3a614610abb578063eff31e9e14610ad7576102ff565b8063cb774d4714610990578063d547cfb7146109bb578063d773154f146109e6578063e36d649814610a11578063e927fc5c14610a3c578063e985e9c514610a67576102ff565b806395d89b4111610149578063b66a0e5d11610123578063b66a0e5d146108e8578063b88d4fde146108ff578063c5f956af14610928578063c87b56dd14610953576102ff565b806395d89b41146108785780639b6a6709146108a3578063a22cb465146108bf576102ff565b80637d17fcbe146107ad5780637e95eac4146107c4578063850dd091146107ef578063853828b6146108185780638d859f3e146108225780638da5cb5b1461084d576102ff565b80633ad10ef61161024f57806355f804b3116102085780635c975abb116101e25780635c975abb146106f15780636352211e1461071c57806370a0823114610759578063715018a614610796576102ff565b806355f804b31461067257806357d4c4ee1461069b57806359a7715a146106c6576102ff565b80633ad10ef61461055f57806340c10f191461058a57806342842e0e146105a657806342966c68146105cf578063438b6300146105f85780634f6ccce714610635576102ff565b80630ffc6728116102bc57806318e20a381161029657806318e20a381461049157806323b872dd146104bc57806326a49e37146104e55780632f745c5914610522576102ff565b80630ffc672814610412578063109695231461043d57806318160ddd14610466576102ff565b806301ffc9a71461030457806302329a291461034157806304c98b2b1461036a57806306fdde0314610381578063081812fc146103ac578063095ea7b3146103e9575b600080fd5b34801561031057600080fd5b5061032b60048036038101906103269190614120565b610baa565b6040516103389190614977565b60405180910390f35b34801561034d57600080fd5b50610368600480360381019061036391906140f7565b610bbc565b005b34801561037657600080fd5b5061037f610c5e565b005b34801561038d57600080fd5b50610396610cf7565b6040516103a39190614992565b60405180910390f35b3480156103b857600080fd5b506103d360048036038101906103ce91906141b3565b610d89565b6040516103e091906148ee565b60405180910390f35b3480156103f557600080fd5b50610410600480360381019061040b91906140bb565b610e0e565b005b34801561041e57600080fd5b50610427610f26565b6040516104349190614e2b565b60405180910390f35b34801561044957600080fd5b50610464600480360381019061045f9190614172565b610f2c565b005b34801561047257600080fd5b5061047b610fc2565b6040516104889190614e2b565b60405180910390f35b34801561049d57600080fd5b506104a6610fcf565b6040516104b39190614e2b565b60405180910390f35b3480156104c857600080fd5b506104e360048036038101906104de9190613fb5565b610fd5565b005b3480156104f157600080fd5b5061050c600480360381019061050791906141b3565b611035565b6040516105199190614e2b565b60405180910390f35b34801561052e57600080fd5b50610549600480360381019061054491906140bb565b611053565b6040516105569190614e2b565b60405180910390f35b34801561056b57600080fd5b506105746110f8565b60405161058191906148ee565b60405180910390f35b6105a4600480360381019061059f91906140bb565b611110565b005b3480156105b257600080fd5b506105cd60048036038101906105c89190613fb5565b6113cd565b005b3480156105db57600080fd5b506105f660048036038101906105f191906141b3565b6113ed565b005b34801561060457600080fd5b5061061f600480360381019061061a9190613f50565b611449565b60405161062c9190614955565b60405180910390f35b34801561064157600080fd5b5061065c600480360381019061065791906141b3565b611543565b6040516106699190614e2b565b60405180910390f35b34801561067e57600080fd5b5061069960048036038101906106949190614172565b6115da565b005b3480156106a757600080fd5b506106b0611670565b6040516106bd9190614e2b565b60405180910390f35b3480156106d257600080fd5b506106db611676565b6040516106e89190614e2b565b60405180910390f35b3480156106fd57600080fd5b50610706611685565b6040516107139190614977565b60405180910390f35b34801561072857600080fd5b50610743600480360381019061073e91906141b3565b61169c565b60405161075091906148ee565b60405180910390f35b34801561076557600080fd5b50610780600480360381019061077b9190613f50565b61174e565b60405161078d9190614e2b565b60405180910390f35b3480156107a257600080fd5b506107ab611806565b005b3480156107b957600080fd5b506107c261188e565b005b3480156107d057600080fd5b506107d9611958565b6040516107e69190614e2b565b60405180910390f35b3480156107fb57600080fd5b50610816600480360381019061081191906141dc565b61195d565b005b610820611aa7565b005b34801561082e57600080fd5b50610837611bde565b6040516108449190614e2b565b60405180910390f35b34801561085957600080fd5b50610862611be4565b60405161086f91906148ee565b60405180910390f35b34801561088457600080fd5b5061088d611c0e565b60405161089a9190614992565b60405180910390f35b6108bd60048036038101906108b891906140bb565b611ca0565b005b3480156108cb57600080fd5b506108e660048036038101906108e1919061407f565b611e53565b005b3480156108f457600080fd5b506108fd611fd4565b005b34801561090b57600080fd5b5061092660048036038101906109219190614004565b61206d565b005b34801561093457600080fd5b5061093d6120cf565b60405161094a91906148ee565b60405180910390f35b34801561095f57600080fd5b5061097a600480360381019061097591906141b3565b6120e7565b6040516109879190614992565b60405180910390f35b34801561099c57600080fd5b506109a561218e565b6040516109b29190614e2b565b60405180910390f35b3480156109c757600080fd5b506109d0612194565b6040516109dd9190614992565b60405180910390f35b3480156109f257600080fd5b506109fb612222565b604051610a089190614e2b565b60405180910390f35b348015610a1d57600080fd5b50610a2661222d565b604051610a339190614e2b565b60405180910390f35b348015610a4857600080fd5b50610a51612233565b604051610a5e91906148ee565b60405180910390f35b348015610a7357600080fd5b50610a8e6004803603810190610a899190613f79565b61224b565b604051610a9b9190614977565b60405180910390f35b348015610ab057600080fd5b50610ab96122df565b005b610ad56004803603810190610ad09190614218565b6123f0565b005b348015610ae357600080fd5b50610aec612501565b604051610af99190614e2b565b60405180910390f35b348015610b0e57600080fd5b50610b17612506565b604051610b249190614e2b565b60405180910390f35b348015610b3957600080fd5b50610b546004803603810190610b4f9190613f50565b61250b565b005b348015610b6257600080fd5b50610b7d6004803603810190610b7891906141b3565b612603565b005b348015610b8b57600080fd5b50610b94612689565b604051610ba19190614992565b60405180910390f35b6000610bb582612717565b9050919050565b610bc4612791565b73ffffffffffffffffffffffffffffffffffffffff16610be2611be4565b73ffffffffffffffffffffffffffffffffffffffff1614610c38576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c2f90614c6b565b60405180910390fd5b600115158115151415610c5257610c4d612799565b610c5b565b610c5a61283c565b5b50565b610c66612791565b73ffffffffffffffffffffffffffffffffffffffff16610c84611be4565b73ffffffffffffffffffffffffffffffffffffffff1614610cda576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cd190614c6b565b60405180910390fd5b6001600c60006101000a81548160ff021916908315150217905550565b606060008054610d069061511f565b80601f0160208091040260200160405190810160405280929190818152602001828054610d329061511f565b8015610d7f5780601f10610d5457610100808354040283529160200191610d7f565b820191906000526020600020905b815481529060010190602001808311610d6257829003601f168201915b5050505050905090565b6000610d94826128de565b610dd3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dca90614c2b565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610e198261169c565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610e8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e8190614d4b565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610ea9612791565b73ffffffffffffffffffffffffffffffffffffffff161480610ed85750610ed781610ed2612791565b61224b565b5b610f17576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f0e90614bab565b60405180910390fd5b610f21838361294a565b505050565b6102b281565b610f34612791565b73ffffffffffffffffffffffffffffffffffffffff16610f52611be4565b73ffffffffffffffffffffffffffffffffffffffff1614610fa8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f9f90614c6b565b60405180910390fd5b80600f9080519060200190610fbe929190613d74565b5050565b6000600880549050905090565b60105481565b610fe6610fe0612791565b82612a03565b611025576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161101c90614dcb565b60405180910390fd5b611030838383612ae1565b505050565b600061104c82600d54612d3d90919063ffffffff16565b9050919050565b600061105e8361174e565b821061109f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161109690614a4b565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b73fac70b677ccbcce64c79f6807333534d5425312681565b611b3961111b612d53565b111561115c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161115390614d0b565b60405180910390fd5b611164611be4565b73ffffffffffffffffffffffffffffffffffffffff16611182612791565b73ffffffffffffffffffffffffffffffffffffffff16146111e6576111a5611685565b156111e5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111dc90614b8b565b60405180910390fd5b5b60006111f0612d53565b905060011515600c60019054906101000a900460ff16151514611248576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161123f90614d6b565b60405180910390fd5b611b3981111561128d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161128490614d0b565b60405180910390fd5b611b39828261129c9190614f54565b11156112dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d490614b2b565b60405180910390fd5b6014821115611321576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131890614a2b565b60405180910390fd5b61132a82611035565b34101561136c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161136390614ceb565b60405180910390fd5b60005b828110156113935761138084612d64565b808061138b90615182565b91505061136f565b5060006011541480156113bb5750611b396113ac610fc2565b14806113ba57506010544210155b5b156113c857436011819055505b505050565b6113e88383836040518060200160405280600081525061206d565b505050565b6113fe6113f8612791565b82612a03565b61143d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161143490614e0b565b60405180910390fd5b61144681612db5565b50565b606060006114568361174e565b905060008167ffffffffffffffff81111561149a577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280602002602001820160405280156114c85781602001602082028036833780820191505090505b50905060005b82811015611538576114e08582611053565b828281518110611519577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001018181525050808061153090615182565b9150506114ce565b508092505050919050565b600061154d610fc2565b821061158e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161158590614deb565b60405180910390fd5b600882815481106115c8577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b6115e2612791565b73ffffffffffffffffffffffffffffffffffffffff16611600611be4565b73ffffffffffffffffffffffffffffffffffffffff1614611656576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161164d90614c6b565b60405180910390fd5b80600e908051906020019061166c929190613d74565b5050565b611b3981565b6000611680612d53565b905090565b6000600a60149054906101000a900460ff16905090565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611745576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161173c90614beb565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156117bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117b690614bcb565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61180e612791565b73ffffffffffffffffffffffffffffffffffffffff1661182c611be4565b73ffffffffffffffffffffffffffffffffffffffff1614611882576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161187990614c6b565b60405180910390fd5b61188c6000612ec6565b565b611896612791565b73ffffffffffffffffffffffffffffffffffffffff166118b4611be4565b73ffffffffffffffffffffffffffffffffffffffff161461190a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161190190614c6b565b60405180910390fd5b60006012541461194f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161194690614b6b565b60405180910390fd5b43601181905550565b601481565b611965612791565b73ffffffffffffffffffffffffffffffffffffffff16611983611be4565b73ffffffffffffffffffffffffffffffffffffffff16146119d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119d090614c6b565b60405180910390fd5b60006119e3612d53565b9050611b39811115611a2a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a2190614d0b565b60405180910390fd5b611b398382611a399190614f54565b1115611a7a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a7190614b2b565b60405180910390fd5b60005b83811015611aa157611a8e83612d64565b8080611a9990615182565b915050611a7d565b50505050565b611aaf612791565b73ffffffffffffffffffffffffffffffffffffffff16611acd611be4565b73ffffffffffffffffffffffffffffffffffffffff1614611b23576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b1a90614c6b565b60405180910390fd5b600047905060008111611b3557600080fd5b611b7973fac70b677ccbcce64c79f6807333534d54253126611b746064611b66600a86612d3d90919063ffffffff16565b612f8c90919063ffffffff16565b612fa2565b611bbd732c8f9020dc8e4bf80cbd536cf5cc5586a445bf20611bb86064611baa600a86612d3d90919063ffffffff16565b612f8c90919063ffffffff16565b612fa2565b611bdb733887c2367e38978d642080b24cfd9bc2d68db6b147612fa2565b50565b600d5481565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611c1d9061511f565b80601f0160208091040260200160405190810160405280929190818152602001828054611c499061511f565b8015611c965780601f10611c6b57610100808354040283529160200191611c96565b820191906000526020600020905b815481529060010190602001808311611c7957829003601f168201915b5050505050905090565b6000611caa612d53565b905060011515600c60009054906101000a900460ff16151514611d02576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cf990614aab565b60405180910390fd5b6102b2811115611d47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d3e90614c8b565b60405180910390fd5b6102b28282611d569190614f54565b1115611d97576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d8e90614b2b565b60405180910390fd5b6014821115611ddb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dd290614a2b565b60405180910390fd5b611de482611035565b341015611e26576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e1d90614ceb565b60405180910390fd5b60005b82811015611e4d57611e3a84612d64565b8080611e4590615182565b915050611e29565b50505050565b611e5b612791565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611ec9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ec090614b0b565b60405180910390fd5b8060056000611ed6612791565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611f83612791565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611fc89190614977565b60405180910390a35050565b611fdc612791565b73ffffffffffffffffffffffffffffffffffffffff16611ffa611be4565b73ffffffffffffffffffffffffffffffffffffffff1614612050576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161204790614c6b565b60405180910390fd5b6001600c60016101000a81548160ff021916908315150217905550565b61207e612078612791565b83612a03565b6120bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120b490614dcb565b60405180910390fd5b6120c984848484613053565b50505050565b732c8f9020dc8e4bf80cbd536cf5cc5586a445bf2081565b60606120f2826128de565b612131576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161212890614ccb565b60405180910390fd5b600061213b6130af565b9050600081511161215b5760405180602001604052806000815250612186565b8061216584613141565b6040516020016121769291906148b5565b6040516020818303038152906040525b915050919050565b60125481565b600e80546121a19061511f565b80601f01602080910402602001604051908101604052809291908181526020018280546121cd9061511f565b801561221a5780601f106121ef5761010080835404028352916020019161221a565b820191906000526020600020905b8154815290600101906020018083116121fd57829003601f168201915b505050505081565b662386f26fc1000081565b60115481565b733887c2367e38978d642080b24cfd9bc2d68db6b181565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600060125414612324576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161231b90614b6b565b60405180910390fd5b6000601154141561236a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161236190614d8b565b60405180910390fd5b611b396011544060001c61237e91906151cb565b60128190555060ff61239b601154436132ee90919063ffffffff16565b11156123c657611b396001436123b19190615035565b4060001c6123bf91906151cb565b6012819055505b600060125414156123ee576123e7600160125461330490919063ffffffff16565b6012819055505b565b60006123fb8461169c565b90508073ffffffffffffffffffffffffffffffffffffffff1661241c612791565b73ffffffffffffffffffffffffffffffffffffffff1614612472576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161246990614c4b565b60405180910390fd5b6000349050662386f26fc1000081146124c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124b790614d2b565b60405180910390fd5b847f071e2b5b04043a73f97c13dbdcd19e7f2d114c2277c6f5d4c6403e547756e45d85856040516124f29291906149b4565b60405180910390a25050505050565b606481565b601481565b612513612791565b73ffffffffffffffffffffffffffffffffffffffff16612531611be4565b73ffffffffffffffffffffffffffffffffffffffff1614612587576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161257e90614c6b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156125f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125ee90614a8b565b60405180910390fd5b61260081612ec6565b50565b61260b612791565b73ffffffffffffffffffffffffffffffffffffffff16612629611be4565b73ffffffffffffffffffffffffffffffffffffffff161461267f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267690614c6b565b60405180910390fd5b80600d8190555050565b600f80546126969061511f565b80601f01602080910402602001604051908101604052809291908181526020018280546126c29061511f565b801561270f5780601f106126e45761010080835404028352916020019161270f565b820191906000526020600020905b8154815290600101906020018083116126f257829003601f168201915b505050505081565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061278a57506127898261331a565b5b9050919050565b600033905090565b6127a1611685565b156127e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127d890614b8b565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258612825612791565b60405161283291906148ee565b60405180910390a1565b612844611685565b612883576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161287a90614a0b565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6128c7612791565b6040516128d491906148ee565b60405180910390a1565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166129bd8361169c565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000612a0e826128de565b612a4d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a4490614b4b565b60405180910390fd5b6000612a588361169c565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480612ac757508373ffffffffffffffffffffffffffffffffffffffff16612aaf84610d89565b73ffffffffffffffffffffffffffffffffffffffff16145b80612ad85750612ad7818561224b565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16612b018261169c565b73ffffffffffffffffffffffffffffffffffffffff1614612b57576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b4e90614cab565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612bc7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612bbe90614aeb565b60405180910390fd5b612bd28383836133fc565b612bdd60008261294a565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612c2d9190615035565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612c849190614f54565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b60008183612d4b9190614fdb565b905092915050565b6000612d5f600b61340c565b905090565b6000612d6e612d53565b9050612d7a600b61341a565b612d848282613430565b807f244a7553ccb5f497258db5243cc6ba6eb590cc2e029c585d066e496453cd0c1160405160405180910390a25050565b6000612dc08261169c565b9050612dce816000846133fc565b612dd960008361294a565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612e299190615035565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008183612f9a9190614faa565b905092915050565b60008273ffffffffffffffffffffffffffffffffffffffff1682604051612fc8906148d9565b60006040518083038185875af1925050503d8060008114613005576040519150601f19603f3d011682016040523d82523d6000602084013e61300a565b606091505b505090508061304e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161304590614dab565b60405180910390fd5b505050565b61305e848484612ae1565b61306a8484848461344e565b6130a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016130a090614a6b565b60405180910390fd5b50505050565b6060600e80546130be9061511f565b80601f01602080910402602001604051908101604052809291908181526020018280546130ea9061511f565b80156131375780601f1061310c57610100808354040283529160200191613137565b820191906000526020600020905b81548152906001019060200180831161311a57829003601f168201915b5050505050905090565b60606000821415613189576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506132e9565b600082905060005b600082146131bb5780806131a490615182565b915050600a826131b49190614faa565b9150613191565b60008167ffffffffffffffff8111156131fd577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f19166020018201604052801561322f5781602001600182028036833780820191505090505b5090505b600085146132e2576001826132489190615035565b9150600a8561325791906151cb565b60306132639190614f54565b60f81b81838151811061329f577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856132db9190614faa565b9450613233565b8093505050505b919050565b600081836132fc9190615035565b905092915050565b600081836133129190614f54565b905092915050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806133e557507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806133f557506133f4826135e5565b5b9050919050565b61340783838361364f565b505050565b600081600001549050919050565b6001816000016000828254019250508190555050565b61344a8282604051806020016040528060008152506136a7565b5050565b600061346f8473ffffffffffffffffffffffffffffffffffffffff16613702565b156135d8578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02613498612791565b8786866040518563ffffffff1660e01b81526004016134ba9493929190614909565b602060405180830381600087803b1580156134d457600080fd5b505af192505050801561350557506040513d601f19601f820116820180604052508101906135029190614149565b60015b613588573d8060008114613535576040519150601f19603f3d011682016040523d82523d6000602084013e61353a565b606091505b50600081511415613580576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161357790614a6b565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506135dd565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b61365a838383613715565b613662611685565b156136a2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613699906149eb565b60405180910390fd5b505050565b6136b18383613829565b6136be600084848461344e565b6136fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016136f490614a6b565b60405180910390fd5b505050565b600080823b905060008111915050919050565b6137208383836139f7565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156137635761375e816139fc565b6137a2565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146137a1576137a08382613a45565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156137e5576137e081613bb2565b613824565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614613823576138228282613cf5565b5b5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613899576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161389090614c0b565b60405180910390fd5b6138a2816128de565b156138e2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016138d990614acb565b60405180910390fd5b6138ee600083836133fc565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461393e9190614f54565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b60006001613a528461174e565b613a5c9190615035565b9050600060076000848152602001908152602001600020549050818114613b41576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600880549050613bc69190615035565b9050600060096000848152602001908152602001600020549050600060088381548110613c1c577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020015490508060088381548110613c64577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020018190555081600960008381526020019081526020016000208190555060096000858152602001908152602001600020600090556008805480613cd9577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b6000613d008361174e565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b828054613d809061511f565b90600052602060002090601f016020900481019282613da25760008555613de9565b82601f10613dbb57805160ff1916838001178555613de9565b82800160010185558215613de9579182015b82811115613de8578251825591602001919060010190613dcd565b5b509050613df69190613dfa565b5090565b5b80821115613e13576000816000905550600101613dfb565b5090565b6000613e2a613e2584614e6b565b614e46565b905082815260208101848484011115613e4257600080fd5b613e4d8482856150dd565b509392505050565b6000613e68613e6384614e9c565b614e46565b905082815260208101848484011115613e8057600080fd5b613e8b8482856150dd565b509392505050565b600081359050613ea281615ac4565b92915050565b600081359050613eb781615adb565b92915050565b600081359050613ecc81615af2565b92915050565b600081519050613ee181615af2565b92915050565b600082601f830112613ef857600080fd5b8135613f08848260208601613e17565b91505092915050565b600082601f830112613f2257600080fd5b8135613f32848260208601613e55565b91505092915050565b600081359050613f4a81615b09565b92915050565b600060208284031215613f6257600080fd5b6000613f7084828501613e93565b91505092915050565b60008060408385031215613f8c57600080fd5b6000613f9a85828601613e93565b9250506020613fab85828601613e93565b9150509250929050565b600080600060608486031215613fca57600080fd5b6000613fd886828701613e93565b9350506020613fe986828701613e93565b9250506040613ffa86828701613f3b565b9150509250925092565b6000806000806080858703121561401a57600080fd5b600061402887828801613e93565b945050602061403987828801613e93565b935050604061404a87828801613f3b565b925050606085013567ffffffffffffffff81111561406757600080fd5b61407387828801613ee7565b91505092959194509250565b6000806040838503121561409257600080fd5b60006140a085828601613e93565b92505060206140b185828601613ea8565b9150509250929050565b600080604083850312156140ce57600080fd5b60006140dc85828601613e93565b92505060206140ed85828601613f3b565b9150509250929050565b60006020828403121561410957600080fd5b600061411784828501613ea8565b91505092915050565b60006020828403121561413257600080fd5b600061414084828501613ebd565b91505092915050565b60006020828403121561415b57600080fd5b600061416984828501613ed2565b91505092915050565b60006020828403121561418457600080fd5b600082013567ffffffffffffffff81111561419e57600080fd5b6141aa84828501613f11565b91505092915050565b6000602082840312156141c557600080fd5b60006141d384828501613f3b565b91505092915050565b600080604083850312156141ef57600080fd5b60006141fd85828601613f3b565b925050602061420e85828601613e93565b9150509250929050565b60008060006060848603121561422d57600080fd5b600061423b86828701613f3b565b935050602084013567ffffffffffffffff81111561425857600080fd5b61426486828701613f11565b925050604084013567ffffffffffffffff81111561428157600080fd5b61428d86828701613f11565b9150509250925092565b60006142a38383614897565b60208301905092915050565b6142b881615069565b82525050565b60006142c982614edd565b6142d38185614f0b565b93506142de83614ecd565b8060005b8381101561430f5781516142f68882614297565b975061430183614efe565b9250506001810190506142e2565b5085935050505092915050565b6143258161507b565b82525050565b600061433682614ee8565b6143408185614f1c565b93506143508185602086016150ec565b614359816152b8565b840191505092915050565b600061436f82614ef3565b6143798185614f38565b93506143898185602086016150ec565b614392816152b8565b840191505092915050565b60006143a882614ef3565b6143b28185614f49565b93506143c28185602086016150ec565b80840191505092915050565b60006143db602b83614f38565b91506143e6826152c9565b604082019050919050565b60006143fe601483614f38565b915061440982615318565b602082019050919050565b6000614421600e83614f38565b915061442c82615341565b602082019050919050565b6000614444602b83614f38565b915061444f8261536a565b604082019050919050565b6000614467603283614f38565b9150614472826153b9565b604082019050919050565b600061448a602683614f38565b915061449582615408565b604082019050919050565b60006144ad601b83614f38565b91506144b882615457565b602082019050919050565b60006144d0601c83614f38565b91506144db82615480565b602082019050919050565b60006144f3602483614f38565b91506144fe826154a9565b604082019050919050565b6000614516601983614f38565b9150614521826154f8565b602082019050919050565b6000614539600983614f38565b915061454482615521565b602082019050919050565b600061455c602c83614f38565b91506145678261554a565b604082019050919050565b600061457f601d83614f38565b915061458a82615599565b602082019050919050565b60006145a2601083614f38565b91506145ad826155c2565b602082019050919050565b60006145c5603883614f38565b91506145d0826155eb565b604082019050919050565b60006145e8602a83614f38565b91506145f38261563a565b604082019050919050565b600061460b602983614f38565b915061461682615689565b604082019050919050565b600061462e602083614f38565b9150614639826156d8565b602082019050919050565b6000614651602c83614f38565b915061465c82615701565b604082019050919050565b6000614674601683614f38565b915061467f82615750565b602082019050919050565b6000614697602083614f38565b91506146a282615779565b602082019050919050565b60006146ba600d83614f38565b91506146c5826157a2565b602082019050919050565b60006146dd602983614f38565b91506146e8826157cb565b604082019050919050565b6000614700602f83614f38565b915061470b8261581a565b604082019050919050565b6000614723601183614f38565b915061472e82615869565b602082019050919050565b6000614746600a83614f38565b915061475182615892565b602082019050919050565b6000614769602e83614f38565b9150614774826158bb565b604082019050919050565b600061478c602183614f38565b91506147978261590a565b604082019050919050565b60006147af601883614f38565b91506147ba82615959565b602082019050919050565b60006147d2602083614f38565b91506147dd82615982565b602082019050919050565b60006147f5600083614f2d565b9150614800826159ab565b600082019050919050565b6000614818601083614f38565b9150614823826159ae565b602082019050919050565b600061483b603183614f38565b9150614846826159d7565b604082019050919050565b600061485e602c83614f38565b915061486982615a26565b604082019050919050565b6000614881603083614f38565b915061488c82615a75565b604082019050919050565b6148a0816150d3565b82525050565b6148af816150d3565b82525050565b60006148c1828561439d565b91506148cd828461439d565b91508190509392505050565b60006148e4826147e8565b9150819050919050565b600060208201905061490360008301846142af565b92915050565b600060808201905061491e60008301876142af565b61492b60208301866142af565b61493860408301856148a6565b818103606083015261494a818461432b565b905095945050505050565b6000602082019050818103600083015261496f81846142be565b905092915050565b600060208201905061498c600083018461431c565b92915050565b600060208201905081810360008301526149ac8184614364565b905092915050565b600060408201905081810360008301526149ce8185614364565b905081810360208301526149e28184614364565b90509392505050565b60006020820190508181036000830152614a04816143ce565b9050919050565b60006020820190508181036000830152614a24816143f1565b9050919050565b60006020820190508181036000830152614a4481614414565b9050919050565b60006020820190508181036000830152614a6481614437565b9050919050565b60006020820190508181036000830152614a848161445a565b9050919050565b60006020820190508181036000830152614aa48161447d565b9050919050565b60006020820190508181036000830152614ac4816144a0565b9050919050565b60006020820190508181036000830152614ae4816144c3565b9050919050565b60006020820190508181036000830152614b04816144e6565b9050919050565b60006020820190508181036000830152614b2481614509565b9050919050565b60006020820190508181036000830152614b448161452c565b9050919050565b60006020820190508181036000830152614b648161454f565b9050919050565b60006020820190508181036000830152614b8481614572565b9050919050565b60006020820190508181036000830152614ba481614595565b9050919050565b60006020820190508181036000830152614bc4816145b8565b9050919050565b60006020820190508181036000830152614be4816145db565b9050919050565b60006020820190508181036000830152614c04816145fe565b9050919050565b60006020820190508181036000830152614c2481614621565b9050919050565b60006020820190508181036000830152614c4481614644565b9050919050565b60006020820190508181036000830152614c6481614667565b9050919050565b60006020820190508181036000830152614c848161468a565b9050919050565b60006020820190508181036000830152614ca4816146ad565b9050919050565b60006020820190508181036000830152614cc4816146d0565b9050919050565b60006020820190508181036000830152614ce4816146f3565b9050919050565b60006020820190508181036000830152614d0481614716565b9050919050565b60006020820190508181036000830152614d2481614739565b9050919050565b60006020820190508181036000830152614d448161475c565b9050919050565b60006020820190508181036000830152614d648161477f565b9050919050565b60006020820190508181036000830152614d84816147a2565b9050919050565b60006020820190508181036000830152614da4816147c5565b9050919050565b60006020820190508181036000830152614dc48161480b565b9050919050565b60006020820190508181036000830152614de48161482e565b9050919050565b60006020820190508181036000830152614e0481614851565b9050919050565b60006020820190508181036000830152614e2481614874565b9050919050565b6000602082019050614e4060008301846148a6565b92915050565b6000614e50614e61565b9050614e5c8282615151565b919050565b6000604051905090565b600067ffffffffffffffff821115614e8657614e85615289565b5b614e8f826152b8565b9050602081019050919050565b600067ffffffffffffffff821115614eb757614eb6615289565b5b614ec0826152b8565b9050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b6000614f5f826150d3565b9150614f6a836150d3565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115614f9f57614f9e6151fc565b5b828201905092915050565b6000614fb5826150d3565b9150614fc0836150d3565b925082614fd057614fcf61522b565b5b828204905092915050565b6000614fe6826150d3565b9150614ff1836150d3565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048311821515161561502a576150296151fc565b5b828202905092915050565b6000615040826150d3565b915061504b836150d3565b92508282101561505e5761505d6151fc565b5b828203905092915050565b6000615074826150b3565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561510a5780820151818401526020810190506150ef565b83811115615119576000848401525b50505050565b6000600282049050600182168061513757607f821691505b6020821081141561514b5761514a61525a565b5b50919050565b61515a826152b8565b810181811067ffffffffffffffff8211171561517957615178615289565b5b80604052505050565b600061518d826150d3565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156151c0576151bf6151fc565b5b600182019050919050565b60006151d6826150d3565b91506151e1836150d3565b9250826151f1576151f061522b565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4552433732315061757361626c653a20746f6b656e207472616e73666572207760008201527f68696c6520706175736564000000000000000000000000000000000000000000602082015250565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f45786365656473206e756d626572000000000000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f50726573616c6520686173206e6f742079657420737461727465640000000000600082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4d6178206c696d69740000000000000000000000000000000000000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f5374617274696e6720696e64657820697320616c726561647920736574000000600082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f54686973206973206e6f7420796f757220446f67652e00000000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f50726573616c6520656e64656400000000000000000000000000000000000000600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f56616c75652062656c6f77207072696365000000000000000000000000000000600082015250565b7f53616c6520656e64656400000000000000000000000000000000000000000000600082015250565b7f5468657265206973206120707269636520666f72206368616e67696e6720796f60008201527f757220617474726962757465732e000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f53616c6520686173206e6f742079657420737461727465640000000000000000600082015250565b7f5374617274696e6720696e64657820626c6f636b206d75737420626520736574600082015250565b50565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656400000000000000000000000000000000602082015250565b615acd81615069565b8114615ad857600080fd5b50565b615ae48161507b565b8114615aef57600080fd5b50565b615afb81615087565b8114615b0657600080fd5b50565b615b12816150d3565b8114615b1d57600080fd5b5056fea264697066735822122012e7c7700e026552316cf357b16d0d41600cc32b60192f6bf3843069964e7fd564736f6c6343000804003300000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x6080604052600436106102ff5760003560e01c80637d17fcbe11610190578063cb774d47116100dc578063e986655011610095578063f0292a031161006f578063f0292a0314610b02578063f2fde38b14610b2d578063f4a0a52814610b56578063ff1b655614610b7f576102ff565b8063e986655014610aa4578063ed16e3a614610abb578063eff31e9e14610ad7576102ff565b8063cb774d4714610990578063d547cfb7146109bb578063d773154f146109e6578063e36d649814610a11578063e927fc5c14610a3c578063e985e9c514610a67576102ff565b806395d89b4111610149578063b66a0e5d11610123578063b66a0e5d146108e8578063b88d4fde146108ff578063c5f956af14610928578063c87b56dd14610953576102ff565b806395d89b41146108785780639b6a6709146108a3578063a22cb465146108bf576102ff565b80637d17fcbe146107ad5780637e95eac4146107c4578063850dd091146107ef578063853828b6146108185780638d859f3e146108225780638da5cb5b1461084d576102ff565b80633ad10ef61161024f57806355f804b3116102085780635c975abb116101e25780635c975abb146106f15780636352211e1461071c57806370a0823114610759578063715018a614610796576102ff565b806355f804b31461067257806357d4c4ee1461069b57806359a7715a146106c6576102ff565b80633ad10ef61461055f57806340c10f191461058a57806342842e0e146105a657806342966c68146105cf578063438b6300146105f85780634f6ccce714610635576102ff565b80630ffc6728116102bc57806318e20a381161029657806318e20a381461049157806323b872dd146104bc57806326a49e37146104e55780632f745c5914610522576102ff565b80630ffc672814610412578063109695231461043d57806318160ddd14610466576102ff565b806301ffc9a71461030457806302329a291461034157806304c98b2b1461036a57806306fdde0314610381578063081812fc146103ac578063095ea7b3146103e9575b600080fd5b34801561031057600080fd5b5061032b60048036038101906103269190614120565b610baa565b6040516103389190614977565b60405180910390f35b34801561034d57600080fd5b50610368600480360381019061036391906140f7565b610bbc565b005b34801561037657600080fd5b5061037f610c5e565b005b34801561038d57600080fd5b50610396610cf7565b6040516103a39190614992565b60405180910390f35b3480156103b857600080fd5b506103d360048036038101906103ce91906141b3565b610d89565b6040516103e091906148ee565b60405180910390f35b3480156103f557600080fd5b50610410600480360381019061040b91906140bb565b610e0e565b005b34801561041e57600080fd5b50610427610f26565b6040516104349190614e2b565b60405180910390f35b34801561044957600080fd5b50610464600480360381019061045f9190614172565b610f2c565b005b34801561047257600080fd5b5061047b610fc2565b6040516104889190614e2b565b60405180910390f35b34801561049d57600080fd5b506104a6610fcf565b6040516104b39190614e2b565b60405180910390f35b3480156104c857600080fd5b506104e360048036038101906104de9190613fb5565b610fd5565b005b3480156104f157600080fd5b5061050c600480360381019061050791906141b3565b611035565b6040516105199190614e2b565b60405180910390f35b34801561052e57600080fd5b50610549600480360381019061054491906140bb565b611053565b6040516105569190614e2b565b60405180910390f35b34801561056b57600080fd5b506105746110f8565b60405161058191906148ee565b60405180910390f35b6105a4600480360381019061059f91906140bb565b611110565b005b3480156105b257600080fd5b506105cd60048036038101906105c89190613fb5565b6113cd565b005b3480156105db57600080fd5b506105f660048036038101906105f191906141b3565b6113ed565b005b34801561060457600080fd5b5061061f600480360381019061061a9190613f50565b611449565b60405161062c9190614955565b60405180910390f35b34801561064157600080fd5b5061065c600480360381019061065791906141b3565b611543565b6040516106699190614e2b565b60405180910390f35b34801561067e57600080fd5b5061069960048036038101906106949190614172565b6115da565b005b3480156106a757600080fd5b506106b0611670565b6040516106bd9190614e2b565b60405180910390f35b3480156106d257600080fd5b506106db611676565b6040516106e89190614e2b565b60405180910390f35b3480156106fd57600080fd5b50610706611685565b6040516107139190614977565b60405180910390f35b34801561072857600080fd5b50610743600480360381019061073e91906141b3565b61169c565b60405161075091906148ee565b60405180910390f35b34801561076557600080fd5b50610780600480360381019061077b9190613f50565b61174e565b60405161078d9190614e2b565b60405180910390f35b3480156107a257600080fd5b506107ab611806565b005b3480156107b957600080fd5b506107c261188e565b005b3480156107d057600080fd5b506107d9611958565b6040516107e69190614e2b565b60405180910390f35b3480156107fb57600080fd5b50610816600480360381019061081191906141dc565b61195d565b005b610820611aa7565b005b34801561082e57600080fd5b50610837611bde565b6040516108449190614e2b565b60405180910390f35b34801561085957600080fd5b50610862611be4565b60405161086f91906148ee565b60405180910390f35b34801561088457600080fd5b5061088d611c0e565b60405161089a9190614992565b60405180910390f35b6108bd60048036038101906108b891906140bb565b611ca0565b005b3480156108cb57600080fd5b506108e660048036038101906108e1919061407f565b611e53565b005b3480156108f457600080fd5b506108fd611fd4565b005b34801561090b57600080fd5b5061092660048036038101906109219190614004565b61206d565b005b34801561093457600080fd5b5061093d6120cf565b60405161094a91906148ee565b60405180910390f35b34801561095f57600080fd5b5061097a600480360381019061097591906141b3565b6120e7565b6040516109879190614992565b60405180910390f35b34801561099c57600080fd5b506109a561218e565b6040516109b29190614e2b565b60405180910390f35b3480156109c757600080fd5b506109d0612194565b6040516109dd9190614992565b60405180910390f35b3480156109f257600080fd5b506109fb612222565b604051610a089190614e2b565b60405180910390f35b348015610a1d57600080fd5b50610a2661222d565b604051610a339190614e2b565b60405180910390f35b348015610a4857600080fd5b50610a51612233565b604051610a5e91906148ee565b60405180910390f35b348015610a7357600080fd5b50610a8e6004803603810190610a899190613f79565b61224b565b604051610a9b9190614977565b60405180910390f35b348015610ab057600080fd5b50610ab96122df565b005b610ad56004803603810190610ad09190614218565b6123f0565b005b348015610ae357600080fd5b50610aec612501565b604051610af99190614e2b565b60405180910390f35b348015610b0e57600080fd5b50610b17612506565b604051610b249190614e2b565b60405180910390f35b348015610b3957600080fd5b50610b546004803603810190610b4f9190613f50565b61250b565b005b348015610b6257600080fd5b50610b7d6004803603810190610b7891906141b3565b612603565b005b348015610b8b57600080fd5b50610b94612689565b604051610ba19190614992565b60405180910390f35b6000610bb582612717565b9050919050565b610bc4612791565b73ffffffffffffffffffffffffffffffffffffffff16610be2611be4565b73ffffffffffffffffffffffffffffffffffffffff1614610c38576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c2f90614c6b565b60405180910390fd5b600115158115151415610c5257610c4d612799565b610c5b565b610c5a61283c565b5b50565b610c66612791565b73ffffffffffffffffffffffffffffffffffffffff16610c84611be4565b73ffffffffffffffffffffffffffffffffffffffff1614610cda576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cd190614c6b565b60405180910390fd5b6001600c60006101000a81548160ff021916908315150217905550565b606060008054610d069061511f565b80601f0160208091040260200160405190810160405280929190818152602001828054610d329061511f565b8015610d7f5780601f10610d5457610100808354040283529160200191610d7f565b820191906000526020600020905b815481529060010190602001808311610d6257829003601f168201915b5050505050905090565b6000610d94826128de565b610dd3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dca90614c2b565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610e198261169c565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610e8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e8190614d4b565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610ea9612791565b73ffffffffffffffffffffffffffffffffffffffff161480610ed85750610ed781610ed2612791565b61224b565b5b610f17576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f0e90614bab565b60405180910390fd5b610f21838361294a565b505050565b6102b281565b610f34612791565b73ffffffffffffffffffffffffffffffffffffffff16610f52611be4565b73ffffffffffffffffffffffffffffffffffffffff1614610fa8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f9f90614c6b565b60405180910390fd5b80600f9080519060200190610fbe929190613d74565b5050565b6000600880549050905090565b60105481565b610fe6610fe0612791565b82612a03565b611025576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161101c90614dcb565b60405180910390fd5b611030838383612ae1565b505050565b600061104c82600d54612d3d90919063ffffffff16565b9050919050565b600061105e8361174e565b821061109f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161109690614a4b565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b73fac70b677ccbcce64c79f6807333534d5425312681565b611b3961111b612d53565b111561115c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161115390614d0b565b60405180910390fd5b611164611be4565b73ffffffffffffffffffffffffffffffffffffffff16611182612791565b73ffffffffffffffffffffffffffffffffffffffff16146111e6576111a5611685565b156111e5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111dc90614b8b565b60405180910390fd5b5b60006111f0612d53565b905060011515600c60019054906101000a900460ff16151514611248576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161123f90614d6b565b60405180910390fd5b611b3981111561128d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161128490614d0b565b60405180910390fd5b611b39828261129c9190614f54565b11156112dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112d490614b2b565b60405180910390fd5b6014821115611321576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131890614a2b565b60405180910390fd5b61132a82611035565b34101561136c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161136390614ceb565b60405180910390fd5b60005b828110156113935761138084612d64565b808061138b90615182565b91505061136f565b5060006011541480156113bb5750611b396113ac610fc2565b14806113ba57506010544210155b5b156113c857436011819055505b505050565b6113e88383836040518060200160405280600081525061206d565b505050565b6113fe6113f8612791565b82612a03565b61143d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161143490614e0b565b60405180910390fd5b61144681612db5565b50565b606060006114568361174e565b905060008167ffffffffffffffff81111561149a577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280602002602001820160405280156114c85781602001602082028036833780820191505090505b50905060005b82811015611538576114e08582611053565b828281518110611519577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001018181525050808061153090615182565b9150506114ce565b508092505050919050565b600061154d610fc2565b821061158e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161158590614deb565b60405180910390fd5b600882815481106115c8577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b6115e2612791565b73ffffffffffffffffffffffffffffffffffffffff16611600611be4565b73ffffffffffffffffffffffffffffffffffffffff1614611656576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161164d90614c6b565b60405180910390fd5b80600e908051906020019061166c929190613d74565b5050565b611b3981565b6000611680612d53565b905090565b6000600a60149054906101000a900460ff16905090565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611745576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161173c90614beb565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156117bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117b690614bcb565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61180e612791565b73ffffffffffffffffffffffffffffffffffffffff1661182c611be4565b73ffffffffffffffffffffffffffffffffffffffff1614611882576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161187990614c6b565b60405180910390fd5b61188c6000612ec6565b565b611896612791565b73ffffffffffffffffffffffffffffffffffffffff166118b4611be4565b73ffffffffffffffffffffffffffffffffffffffff161461190a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161190190614c6b565b60405180910390fd5b60006012541461194f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161194690614b6b565b60405180910390fd5b43601181905550565b601481565b611965612791565b73ffffffffffffffffffffffffffffffffffffffff16611983611be4565b73ffffffffffffffffffffffffffffffffffffffff16146119d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119d090614c6b565b60405180910390fd5b60006119e3612d53565b9050611b39811115611a2a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a2190614d0b565b60405180910390fd5b611b398382611a399190614f54565b1115611a7a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a7190614b2b565b60405180910390fd5b60005b83811015611aa157611a8e83612d64565b8080611a9990615182565b915050611a7d565b50505050565b611aaf612791565b73ffffffffffffffffffffffffffffffffffffffff16611acd611be4565b73ffffffffffffffffffffffffffffffffffffffff1614611b23576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b1a90614c6b565b60405180910390fd5b600047905060008111611b3557600080fd5b611b7973fac70b677ccbcce64c79f6807333534d54253126611b746064611b66600a86612d3d90919063ffffffff16565b612f8c90919063ffffffff16565b612fa2565b611bbd732c8f9020dc8e4bf80cbd536cf5cc5586a445bf20611bb86064611baa600a86612d3d90919063ffffffff16565b612f8c90919063ffffffff16565b612fa2565b611bdb733887c2367e38978d642080b24cfd9bc2d68db6b147612fa2565b50565b600d5481565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054611c1d9061511f565b80601f0160208091040260200160405190810160405280929190818152602001828054611c499061511f565b8015611c965780601f10611c6b57610100808354040283529160200191611c96565b820191906000526020600020905b815481529060010190602001808311611c7957829003601f168201915b5050505050905090565b6000611caa612d53565b905060011515600c60009054906101000a900460ff16151514611d02576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cf990614aab565b60405180910390fd5b6102b2811115611d47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d3e90614c8b565b60405180910390fd5b6102b28282611d569190614f54565b1115611d97576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d8e90614b2b565b60405180910390fd5b6014821115611ddb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dd290614a2b565b60405180910390fd5b611de482611035565b341015611e26576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e1d90614ceb565b60405180910390fd5b60005b82811015611e4d57611e3a84612d64565b8080611e4590615182565b915050611e29565b50505050565b611e5b612791565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611ec9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ec090614b0b565b60405180910390fd5b8060056000611ed6612791565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611f83612791565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611fc89190614977565b60405180910390a35050565b611fdc612791565b73ffffffffffffffffffffffffffffffffffffffff16611ffa611be4565b73ffffffffffffffffffffffffffffffffffffffff1614612050576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161204790614c6b565b60405180910390fd5b6001600c60016101000a81548160ff021916908315150217905550565b61207e612078612791565b83612a03565b6120bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120b490614dcb565b60405180910390fd5b6120c984848484613053565b50505050565b732c8f9020dc8e4bf80cbd536cf5cc5586a445bf2081565b60606120f2826128de565b612131576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161212890614ccb565b60405180910390fd5b600061213b6130af565b9050600081511161215b5760405180602001604052806000815250612186565b8061216584613141565b6040516020016121769291906148b5565b6040516020818303038152906040525b915050919050565b60125481565b600e80546121a19061511f565b80601f01602080910402602001604051908101604052809291908181526020018280546121cd9061511f565b801561221a5780601f106121ef5761010080835404028352916020019161221a565b820191906000526020600020905b8154815290600101906020018083116121fd57829003601f168201915b505050505081565b662386f26fc1000081565b60115481565b733887c2367e38978d642080b24cfd9bc2d68db6b181565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600060125414612324576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161231b90614b6b565b60405180910390fd5b6000601154141561236a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161236190614d8b565b60405180910390fd5b611b396011544060001c61237e91906151cb565b60128190555060ff61239b601154436132ee90919063ffffffff16565b11156123c657611b396001436123b19190615035565b4060001c6123bf91906151cb565b6012819055505b600060125414156123ee576123e7600160125461330490919063ffffffff16565b6012819055505b565b60006123fb8461169c565b90508073ffffffffffffffffffffffffffffffffffffffff1661241c612791565b73ffffffffffffffffffffffffffffffffffffffff1614612472576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161246990614c4b565b60405180910390fd5b6000349050662386f26fc1000081146124c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124b790614d2b565b60405180910390fd5b847f071e2b5b04043a73f97c13dbdcd19e7f2d114c2277c6f5d4c6403e547756e45d85856040516124f29291906149b4565b60405180910390a25050505050565b606481565b601481565b612513612791565b73ffffffffffffffffffffffffffffffffffffffff16612531611be4565b73ffffffffffffffffffffffffffffffffffffffff1614612587576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161257e90614c6b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156125f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125ee90614a8b565b60405180910390fd5b61260081612ec6565b50565b61260b612791565b73ffffffffffffffffffffffffffffffffffffffff16612629611be4565b73ffffffffffffffffffffffffffffffffffffffff161461267f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267690614c6b565b60405180910390fd5b80600d8190555050565b600f80546126969061511f565b80601f01602080910402602001604051908101604052809291908181526020018280546126c29061511f565b801561270f5780601f106126e45761010080835404028352916020019161270f565b820191906000526020600020905b8154815290600101906020018083116126f257829003601f168201915b505050505081565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061278a57506127898261331a565b5b9050919050565b600033905090565b6127a1611685565b156127e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127d890614b8b565b60405180910390fd5b6001600a60146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258612825612791565b60405161283291906148ee565b60405180910390a1565b612844611685565b612883576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161287a90614a0b565b60405180910390fd5b6000600a60146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6128c7612791565b6040516128d491906148ee565b60405180910390a1565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166129bd8361169c565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000612a0e826128de565b612a4d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a4490614b4b565b60405180910390fd5b6000612a588361169c565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480612ac757508373ffffffffffffffffffffffffffffffffffffffff16612aaf84610d89565b73ffffffffffffffffffffffffffffffffffffffff16145b80612ad85750612ad7818561224b565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16612b018261169c565b73ffffffffffffffffffffffffffffffffffffffff1614612b57576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b4e90614cab565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612bc7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612bbe90614aeb565b60405180910390fd5b612bd28383836133fc565b612bdd60008261294a565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612c2d9190615035565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612c849190614f54565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b60008183612d4b9190614fdb565b905092915050565b6000612d5f600b61340c565b905090565b6000612d6e612d53565b9050612d7a600b61341a565b612d848282613430565b807f244a7553ccb5f497258db5243cc6ba6eb590cc2e029c585d066e496453cd0c1160405160405180910390a25050565b6000612dc08261169c565b9050612dce816000846133fc565b612dd960008361294a565b6001600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612e299190615035565b925050819055506002600083815260200190815260200160002060006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905581600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b60008183612f9a9190614faa565b905092915050565b60008273ffffffffffffffffffffffffffffffffffffffff1682604051612fc8906148d9565b60006040518083038185875af1925050503d8060008114613005576040519150601f19603f3d011682016040523d82523d6000602084013e61300a565b606091505b505090508061304e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161304590614dab565b60405180910390fd5b505050565b61305e848484612ae1565b61306a8484848461344e565b6130a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016130a090614a6b565b60405180910390fd5b50505050565b6060600e80546130be9061511f565b80601f01602080910402602001604051908101604052809291908181526020018280546130ea9061511f565b80156131375780601f1061310c57610100808354040283529160200191613137565b820191906000526020600020905b81548152906001019060200180831161311a57829003601f168201915b5050505050905090565b60606000821415613189576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506132e9565b600082905060005b600082146131bb5780806131a490615182565b915050600a826131b49190614faa565b9150613191565b60008167ffffffffffffffff8111156131fd577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f19166020018201604052801561322f5781602001600182028036833780820191505090505b5090505b600085146132e2576001826132489190615035565b9150600a8561325791906151cb565b60306132639190614f54565b60f81b81838151811061329f577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856132db9190614faa565b9450613233565b8093505050505b919050565b600081836132fc9190615035565b905092915050565b600081836133129190614f54565b905092915050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614806133e557507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806133f557506133f4826135e5565b5b9050919050565b61340783838361364f565b505050565b600081600001549050919050565b6001816000016000828254019250508190555050565b61344a8282604051806020016040528060008152506136a7565b5050565b600061346f8473ffffffffffffffffffffffffffffffffffffffff16613702565b156135d8578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02613498612791565b8786866040518563ffffffff1660e01b81526004016134ba9493929190614909565b602060405180830381600087803b1580156134d457600080fd5b505af192505050801561350557506040513d601f19601f820116820180604052508101906135029190614149565b60015b613588573d8060008114613535576040519150601f19603f3d011682016040523d82523d6000602084013e61353a565b606091505b50600081511415613580576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161357790614a6b565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506135dd565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b61365a838383613715565b613662611685565b156136a2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613699906149eb565b60405180910390fd5b505050565b6136b18383613829565b6136be600084848461344e565b6136fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016136f490614a6b565b60405180910390fd5b505050565b600080823b905060008111915050919050565b6137208383836139f7565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156137635761375e816139fc565b6137a2565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146137a1576137a08382613a45565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156137e5576137e081613bb2565b613824565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614613823576138228282613cf5565b5b5b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415613899576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161389090614c0b565b60405180910390fd5b6138a2816128de565b156138e2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016138d990614acb565b60405180910390fd5b6138ee600083836133fc565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461393e9190614f54565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b60006001613a528461174e565b613a5c9190615035565b9050600060076000848152602001908152602001600020549050818114613b41576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600880549050613bc69190615035565b9050600060096000848152602001908152602001600020549050600060088381548110613c1c577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020015490508060088381548110613c64577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020018190555081600960008381526020019081526020016000208190555060096000858152602001908152602001600020600090556008805480613cd9577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b6000613d008361174e565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b828054613d809061511f565b90600052602060002090601f016020900481019282613da25760008555613de9565b82601f10613dbb57805160ff1916838001178555613de9565b82800160010185558215613de9579182015b82811115613de8578251825591602001919060010190613dcd565b5b509050613df69190613dfa565b5090565b5b80821115613e13576000816000905550600101613dfb565b5090565b6000613e2a613e2584614e6b565b614e46565b905082815260208101848484011115613e4257600080fd5b613e4d8482856150dd565b509392505050565b6000613e68613e6384614e9c565b614e46565b905082815260208101848484011115613e8057600080fd5b613e8b8482856150dd565b509392505050565b600081359050613ea281615ac4565b92915050565b600081359050613eb781615adb565b92915050565b600081359050613ecc81615af2565b92915050565b600081519050613ee181615af2565b92915050565b600082601f830112613ef857600080fd5b8135613f08848260208601613e17565b91505092915050565b600082601f830112613f2257600080fd5b8135613f32848260208601613e55565b91505092915050565b600081359050613f4a81615b09565b92915050565b600060208284031215613f6257600080fd5b6000613f7084828501613e93565b91505092915050565b60008060408385031215613f8c57600080fd5b6000613f9a85828601613e93565b9250506020613fab85828601613e93565b9150509250929050565b600080600060608486031215613fca57600080fd5b6000613fd886828701613e93565b9350506020613fe986828701613e93565b9250506040613ffa86828701613f3b565b9150509250925092565b6000806000806080858703121561401a57600080fd5b600061402887828801613e93565b945050602061403987828801613e93565b935050604061404a87828801613f3b565b925050606085013567ffffffffffffffff81111561406757600080fd5b61407387828801613ee7565b91505092959194509250565b6000806040838503121561409257600080fd5b60006140a085828601613e93565b92505060206140b185828601613ea8565b9150509250929050565b600080604083850312156140ce57600080fd5b60006140dc85828601613e93565b92505060206140ed85828601613f3b565b9150509250929050565b60006020828403121561410957600080fd5b600061411784828501613ea8565b91505092915050565b60006020828403121561413257600080fd5b600061414084828501613ebd565b91505092915050565b60006020828403121561415b57600080fd5b600061416984828501613ed2565b91505092915050565b60006020828403121561418457600080fd5b600082013567ffffffffffffffff81111561419e57600080fd5b6141aa84828501613f11565b91505092915050565b6000602082840312156141c557600080fd5b60006141d384828501613f3b565b91505092915050565b600080604083850312156141ef57600080fd5b60006141fd85828601613f3b565b925050602061420e85828601613e93565b9150509250929050565b60008060006060848603121561422d57600080fd5b600061423b86828701613f3b565b935050602084013567ffffffffffffffff81111561425857600080fd5b61426486828701613f11565b925050604084013567ffffffffffffffff81111561428157600080fd5b61428d86828701613f11565b9150509250925092565b60006142a38383614897565b60208301905092915050565b6142b881615069565b82525050565b60006142c982614edd565b6142d38185614f0b565b93506142de83614ecd565b8060005b8381101561430f5781516142f68882614297565b975061430183614efe565b9250506001810190506142e2565b5085935050505092915050565b6143258161507b565b82525050565b600061433682614ee8565b6143408185614f1c565b93506143508185602086016150ec565b614359816152b8565b840191505092915050565b600061436f82614ef3565b6143798185614f38565b93506143898185602086016150ec565b614392816152b8565b840191505092915050565b60006143a882614ef3565b6143b28185614f49565b93506143c28185602086016150ec565b80840191505092915050565b60006143db602b83614f38565b91506143e6826152c9565b604082019050919050565b60006143fe601483614f38565b915061440982615318565b602082019050919050565b6000614421600e83614f38565b915061442c82615341565b602082019050919050565b6000614444602b83614f38565b915061444f8261536a565b604082019050919050565b6000614467603283614f38565b9150614472826153b9565b604082019050919050565b600061448a602683614f38565b915061449582615408565b604082019050919050565b60006144ad601b83614f38565b91506144b882615457565b602082019050919050565b60006144d0601c83614f38565b91506144db82615480565b602082019050919050565b60006144f3602483614f38565b91506144fe826154a9565b604082019050919050565b6000614516601983614f38565b9150614521826154f8565b602082019050919050565b6000614539600983614f38565b915061454482615521565b602082019050919050565b600061455c602c83614f38565b91506145678261554a565b604082019050919050565b600061457f601d83614f38565b915061458a82615599565b602082019050919050565b60006145a2601083614f38565b91506145ad826155c2565b602082019050919050565b60006145c5603883614f38565b91506145d0826155eb565b604082019050919050565b60006145e8602a83614f38565b91506145f38261563a565b604082019050919050565b600061460b602983614f38565b915061461682615689565b604082019050919050565b600061462e602083614f38565b9150614639826156d8565b602082019050919050565b6000614651602c83614f38565b915061465c82615701565b604082019050919050565b6000614674601683614f38565b915061467f82615750565b602082019050919050565b6000614697602083614f38565b91506146a282615779565b602082019050919050565b60006146ba600d83614f38565b91506146c5826157a2565b602082019050919050565b60006146dd602983614f38565b91506146e8826157cb565b604082019050919050565b6000614700602f83614f38565b915061470b8261581a565b604082019050919050565b6000614723601183614f38565b915061472e82615869565b602082019050919050565b6000614746600a83614f38565b915061475182615892565b602082019050919050565b6000614769602e83614f38565b9150614774826158bb565b604082019050919050565b600061478c602183614f38565b91506147978261590a565b604082019050919050565b60006147af601883614f38565b91506147ba82615959565b602082019050919050565b60006147d2602083614f38565b91506147dd82615982565b602082019050919050565b60006147f5600083614f2d565b9150614800826159ab565b600082019050919050565b6000614818601083614f38565b9150614823826159ae565b602082019050919050565b600061483b603183614f38565b9150614846826159d7565b604082019050919050565b600061485e602c83614f38565b915061486982615a26565b604082019050919050565b6000614881603083614f38565b915061488c82615a75565b604082019050919050565b6148a0816150d3565b82525050565b6148af816150d3565b82525050565b60006148c1828561439d565b91506148cd828461439d565b91508190509392505050565b60006148e4826147e8565b9150819050919050565b600060208201905061490360008301846142af565b92915050565b600060808201905061491e60008301876142af565b61492b60208301866142af565b61493860408301856148a6565b818103606083015261494a818461432b565b905095945050505050565b6000602082019050818103600083015261496f81846142be565b905092915050565b600060208201905061498c600083018461431c565b92915050565b600060208201905081810360008301526149ac8184614364565b905092915050565b600060408201905081810360008301526149ce8185614364565b905081810360208301526149e28184614364565b90509392505050565b60006020820190508181036000830152614a04816143ce565b9050919050565b60006020820190508181036000830152614a24816143f1565b9050919050565b60006020820190508181036000830152614a4481614414565b9050919050565b60006020820190508181036000830152614a6481614437565b9050919050565b60006020820190508181036000830152614a848161445a565b9050919050565b60006020820190508181036000830152614aa48161447d565b9050919050565b60006020820190508181036000830152614ac4816144a0565b9050919050565b60006020820190508181036000830152614ae4816144c3565b9050919050565b60006020820190508181036000830152614b04816144e6565b9050919050565b60006020820190508181036000830152614b2481614509565b9050919050565b60006020820190508181036000830152614b448161452c565b9050919050565b60006020820190508181036000830152614b648161454f565b9050919050565b60006020820190508181036000830152614b8481614572565b9050919050565b60006020820190508181036000830152614ba481614595565b9050919050565b60006020820190508181036000830152614bc4816145b8565b9050919050565b60006020820190508181036000830152614be4816145db565b9050919050565b60006020820190508181036000830152614c04816145fe565b9050919050565b60006020820190508181036000830152614c2481614621565b9050919050565b60006020820190508181036000830152614c4481614644565b9050919050565b60006020820190508181036000830152614c6481614667565b9050919050565b60006020820190508181036000830152614c848161468a565b9050919050565b60006020820190508181036000830152614ca4816146ad565b9050919050565b60006020820190508181036000830152614cc4816146d0565b9050919050565b60006020820190508181036000830152614ce4816146f3565b9050919050565b60006020820190508181036000830152614d0481614716565b9050919050565b60006020820190508181036000830152614d2481614739565b9050919050565b60006020820190508181036000830152614d448161475c565b9050919050565b60006020820190508181036000830152614d648161477f565b9050919050565b60006020820190508181036000830152614d84816147a2565b9050919050565b60006020820190508181036000830152614da4816147c5565b9050919050565b60006020820190508181036000830152614dc48161480b565b9050919050565b60006020820190508181036000830152614de48161482e565b9050919050565b60006020820190508181036000830152614e0481614851565b9050919050565b60006020820190508181036000830152614e2481614874565b9050919050565b6000602082019050614e4060008301846148a6565b92915050565b6000614e50614e61565b9050614e5c8282615151565b919050565b6000604051905090565b600067ffffffffffffffff821115614e8657614e85615289565b5b614e8f826152b8565b9050602081019050919050565b600067ffffffffffffffff821115614eb757614eb6615289565b5b614ec0826152b8565b9050602081019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b600081905092915050565b6000614f5f826150d3565b9150614f6a836150d3565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115614f9f57614f9e6151fc565b5b828201905092915050565b6000614fb5826150d3565b9150614fc0836150d3565b925082614fd057614fcf61522b565b5b828204905092915050565b6000614fe6826150d3565b9150614ff1836150d3565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048311821515161561502a576150296151fc565b5b828202905092915050565b6000615040826150d3565b915061504b836150d3565b92508282101561505e5761505d6151fc565b5b828203905092915050565b6000615074826150b3565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561510a5780820151818401526020810190506150ef565b83811115615119576000848401525b50505050565b6000600282049050600182168061513757607f821691505b6020821081141561514b5761514a61525a565b5b50919050565b61515a826152b8565b810181811067ffffffffffffffff8211171561517957615178615289565b5b80604052505050565b600061518d826150d3565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156151c0576151bf6151fc565b5b600182019050919050565b60006151d6826150d3565b91506151e1836150d3565b9250826151f1576151f061522b565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f4552433732315061757361626c653a20746f6b656e207472616e73666572207760008201527f68696c6520706175736564000000000000000000000000000000000000000000602082015250565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b7f45786365656473206e756d626572000000000000000000000000000000000000600082015250565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f50726573616c6520686173206e6f742079657420737461727465640000000000600082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4d6178206c696d69740000000000000000000000000000000000000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f5374617274696e6720696e64657820697320616c726561647920736574000000600082015250565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f54686973206973206e6f7420796f757220446f67652e00000000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f50726573616c6520656e64656400000000000000000000000000000000000000600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f56616c75652062656c6f77207072696365000000000000000000000000000000600082015250565b7f53616c6520656e64656400000000000000000000000000000000000000000000600082015250565b7f5468657265206973206120707269636520666f72206368616e67696e6720796f60008201527f757220617474726962757465732e000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f53616c6520686173206e6f742079657420737461727465640000000000000000600082015250565b7f5374617274696e6720696e64657820626c6f636b206d75737420626520736574600082015250565b50565b7f5472616e73666572206661696c65642e00000000000000000000000000000000600082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656400000000000000000000000000000000602082015250565b615acd81615069565b8114615ad857600080fd5b50565b615ae48161507b565b8114615aef57600080fd5b50565b615afb81615087565b8114615b0657600080fd5b50565b615b12816150d3565b8114615b1d57600080fd5b5056fea264697066735822122012e7c7700e026552316cf357b16d0d41600cc32b60192f6bf3843069964e7fd564736f6c63430008040033

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

00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000

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

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


Deployed Bytecode Sourcemap

118915:7420:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;126153:179;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;124645:154;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;124807:74;;;;;;;;;;;;;:::i;:::-;;84067:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;85626:221;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;85149:411;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119229:47;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;123054:129;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;98180:113;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119611:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86516:339;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;122550:104;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;97848:256;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119907:79;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;121668:681;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;86926:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;95594:245;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;124284:353;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;98370:233;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;122783:101;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119182:40;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;120695:91;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;104673:86;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;83761:239;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;83491:208;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110003:94;;;;;;;;;;;;;:::i;:::-;;124082:194;;;;;;;;;;;;;:::i;:::-;;119485:45;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;120794:321;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;125389:320;;;:::i;:::-;;119331:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109352:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;84236:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;121123:537;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;85919:295;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;124889:68;;;;;;;;;;;;;:::i;:::-;;87182:328;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119816:84;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;84411:334;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119689:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119537:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119379:43;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119649:33;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119726:83;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86285:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;123259:686;;;;;;;;;;;;;:::i;:::-;;124965:416;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119283:41;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;119441:37;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110252:192;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;122892:90;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;119570:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;126153:179;126264:4;126288:36;126312:11;126288:23;:36::i;:::-;126281:43;;126153:179;;;:::o;124645:154::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;124709:4:::1;124702:11;;:3;:11;;;124698:73;;;124730:8;:6;:8::i;:::-;124753:7;;124698:73;124781:10;:8;:10::i;:::-;109643:1;124645:154:::0;:::o;124807:74::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;124869:4:::1;124859:7;;:14;;;;;;;;;;;;;;;;;;124807:74::o:0;84067:100::-;84121:13;84154:5;84147:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;84067:100;:::o;85626:221::-;85702:7;85730:16;85738:7;85730;:16::i;:::-;85722:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;85815:15;:24;85831:7;85815:24;;;;;;;;;;;;;;;;;;;;;85808:31;;85626:221;;;:::o;85149:411::-;85230:13;85246:23;85261:7;85246:14;:23::i;:::-;85230:39;;85294:5;85288:11;;:2;:11;;;;85280:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;85388:5;85372:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;85397:37;85414:5;85421:12;:10;:12::i;:::-;85397:16;:37::i;:::-;85372:62;85350:168;;;;;;;;;;;;:::i;:::-;;;;;;;;;85531:21;85540:2;85544:7;85531:8;:21::i;:::-;85149:411;;;:::o;119229:47::-;119273:3;119229:47;:::o;123054:129::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;123160:15:::1;123142;:33;;;;;;;;;;;;:::i;:::-;;123054:129:::0;:::o;98180:113::-;98241:7;98268:10;:17;;;;98261:24;;98180:113;:::o;119611:31::-;;;;:::o;86516:339::-;86711:41;86730:12;:10;:12::i;:::-;86744:7;86711:18;:41::i;:::-;86703:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;86819:28;86829:4;86835:2;86839:7;86819:9;:28::i;:::-;86516:339;;;:::o;122550:104::-;122602:7;122629:17;122639:6;122629:5;;:9;;:17;;;;:::i;:::-;122622:24;;122550:104;;;:::o;97848:256::-;97945:7;97981:23;97998:5;97981:16;:23::i;:::-;97973:5;:31;97965:87;;;;;;;;;;;;:::i;:::-;;;;;;;;;98070:12;:19;98083:5;98070:19;;;;;;;;;;;;;;;:26;98090:5;98070:26;;;;;;;;;;;;98063:33;;97848:256;;;;:::o;119907:79::-;119944:42;119907:79;:::o;121668:681::-;119218:4;120409:14;:12;:14::i;:::-;:27;;120401:50;;;;;;;;;;;;:::i;:::-;;;;;;;;;120482:7;:5;:7::i;:::-;120466:23;;:12;:10;:12::i;:::-;:23;;;120462:94;;120515:8;:6;:8::i;:::-;120514:9;120506:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;120462:94;121748:13:::1;121764:14;:12;:14::i;:::-;121748:30;;121805:4;121797:12;;:4;;;;;;;;;;;:12;;;121789:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;119218:4;121857:5;:18;;121849:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;119218:4;121917:6;121909:5;:14;;;;:::i;:::-;:27;;121901:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;119476:2;121969:6;:18;;121961:45;;;;;;;;;;;;:::i;:::-;;;;;;;;;122038:13;122044:6;122038:5;:13::i;:::-;122025:9;:26;;122017:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;122091:9;122086:83;122110:6;122106:1;:10;122086:83;;;122138:19;122153:3;122138:14;:19::i;:::-;122118:3;;;;;:::i;:::-;;;;122086:83;;;;122207:1;122185:18;;:23;:94;;;;;119218:4;122213:13;:11;:13::i;:::-;:26;:65;;;;122262:16;;122243:15;:35;;122213:65;122185:94;122181:160;;;122317:12;122296:18;:33;;;;122181:160;120566:1;121668:681:::0;;:::o;86926:185::-;87064:39;87081:4;87087:2;87091:7;87064:39;;;;;;;;;;;;:16;:39::i;:::-;86926:185;;;:::o;95594:245::-;95712:41;95731:12;:10;:12::i;:::-;95745:7;95712:18;:41::i;:::-;95704:102;;;;;;;;;;;;:::i;:::-;;;;;;;;;95817:14;95823:7;95817:5;:14::i;:::-;95594:245;:::o;124284:353::-;124346:16;124375:18;124396:17;124406:6;124396:9;:17::i;:::-;124375:38;;124426:25;124468:10;124454:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;124426:53;;124495:9;124490:112;124514:10;124510:1;:14;124490:112;;;124560:30;124580:6;124588:1;124560:19;:30::i;:::-;124546:8;124555:1;124546:11;;;;;;;;;;;;;;;;;;;;;:44;;;;;124526:3;;;;;:::i;:::-;;;;124490:112;;;;124621:8;124614:15;;;;124284:353;;;:::o;98370:233::-;98445:7;98481:30;:28;:30::i;:::-;98473:5;:38;98465:95;;;;;;;;;;;;:::i;:::-;;;;;;;;;98578:10;98589:5;98578:17;;;;;;;;;;;;;;;;;;;;;;;;98571:24;;98370:233;;;:::o;122783:101::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;122869:7:::1;122854:12;:22;;;;;;;;;;;;:::i;:::-;;122783:101:::0;:::o;119182:40::-;119218:4;119182:40;:::o;120695:91::-;120737:7;120764:14;:12;:14::i;:::-;120757:21;;120695:91;:::o;104673:86::-;104720:4;104744:7;;;;;;;;;;;104737:14;;104673:86;:::o;83761:239::-;83833:7;83853:13;83869:7;:16;83877:7;83869:16;;;;;;;;;;;;;;;;;;;;;83853:32;;83921:1;83904:19;;:5;:19;;;;83896:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;83987:5;83980:12;;;83761:239;;;:::o;83491:208::-;83563:7;83608:1;83591:19;;:5;:19;;;;83583:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;83675:9;:16;83685:5;83675:16;;;;;;;;;;;;;;;;83668:23;;83491:208;;;:::o;110003:94::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;110068:21:::1;110086:1;110068:9;:21::i;:::-;110003:94::o:0;124082:194::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;124179:1:::1;124162:13;;:18;124154:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;124256:12;124235:18;:33;;;;124082:194::o:0;119485:45::-;119528:2;119485:45;:::o;120794:321::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;120872:13:::1;120888:14;:12;:14::i;:::-;120872:30;;119218:4;120921:5;:18;;120913:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;119218:4;120981:6;120973:5;:14;;;;:::i;:::-;:27;;120965:49;;;;;;;;;;;;:::i;:::-;;;;;;;;;121030:9;121025:83;121049:6;121045:1;:10;121025:83;;;121077:19;121092:3;121077:14;:19::i;:::-;121057:3;;;;;:::i;:::-;;;;121025:83;;;;109643:1;120794:321:::0;;:::o;125389:320::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;125448:15:::1;125466:21;125448:39;;125516:1;125506:7;:11;125498:20;;;::::0;::::1;;125529:48;119944:42;125552:24;125572:3;125552:15;125564:2;125552:7;:11;;:15;;;;:::i;:::-;:19;;:24;;;;:::i;:::-;125529:10;:48::i;:::-;125588:53;119858:42;125616:24;125636:3;125616:15;125628:2;125616:7;:11;;:15;;;;:::i;:::-;:19;;:24;;;;:::i;:::-;125588:10;:53::i;:::-;125652:49;119767:42;125679:21;125652:10;:49::i;:::-;109643:1;125389:320::o:0;119331:28::-;;;;:::o;109352:87::-;109398:7;109425:6;;;;;;;;;;;109418:13;;109352:87;:::o;84236:104::-;84292:13;84325:7;84318:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;84236:104;:::o;121123:537::-;121199:13;121215:14;:12;:14::i;:::-;121199:30;;121259:4;121248:15;;:7;;;;;;;;;;;:15;;;121240:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;119273:3;121314:5;:26;;121306:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;119273:3;121385:6;121377:5;:14;;;;:::i;:::-;:35;;121369:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;119528:2;121445:6;:26;;121437:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;121522:13;121528:6;121522:5;:13::i;:::-;121509:9;:26;;121501:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;121575:9;121570:83;121594:6;121590:1;:10;121570:83;;;121622:19;121637:3;121622:14;:19::i;:::-;121602:3;;;;;:::i;:::-;;;;121570:83;;;;121123:537;;;:::o;85919:295::-;86034:12;:10;:12::i;:::-;86022:24;;:8;:24;;;;86014:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;86134:8;86089:18;:32;86108:12;:10;:12::i;:::-;86089:32;;;;;;;;;;;;;;;:42;86122:8;86089:42;;;;;;;;;;;;;;;;:53;;;;;;;;;;;;;;;;;;86187:8;86158:48;;86173:12;:10;:12::i;:::-;86158:48;;;86197:8;86158:48;;;;;;:::i;:::-;;;;;;;;85919:295;;:::o;124889:68::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;124945:4:::1;124938;;:11;;;;;;;;;;;;;;;;;;124889:68::o:0;87182:328::-;87357:41;87376:12;:10;:12::i;:::-;87390:7;87357:18;:41::i;:::-;87349:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;87463:39;87477:4;87483:2;87487:7;87496:5;87463:13;:39::i;:::-;87182:328;;;;:::o;119816:84::-;119858:42;119816:84;:::o;84411:334::-;84484:13;84518:16;84526:7;84518;:16::i;:::-;84510:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;84599:21;84623:10;:8;:10::i;:::-;84599:34;;84675:1;84657:7;84651:21;:25;:86;;;;;;;;;;;;;;;;;84703:7;84712:18;:7;:16;:18::i;:::-;84686:45;;;;;;;;;:::i;:::-;;;;;;;;;;;;;84651:86;84644:93;;;84411:334;;;:::o;119689:28::-;;;;:::o;119537:26::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;119379:43::-;119418:4;119379:43;:::o;119649:33::-;;;;:::o;119726:83::-;119767:42;119726:83;:::o;86285:164::-;86382:4;86406:18;:25;86425:5;86406:25;;;;;;;;;;;;;;;:35;86432:8;86406:35;;;;;;;;;;;;;;;;;;;;;;;;;86399:42;;86285:164;;;;:::o;123259:686::-;123332:1;123315:13;;:18;123307:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;123408:1;123386:18;;:23;;123378:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;119218:4;123501:18;;123491:29;123483:38;;:50;;;;:::i;:::-;123467:13;:66;;;;123708:3;123669:36;123686:18;;123669:12;:16;;:36;;;;:::i;:::-;:42;123665:139;;;119218:4;123777:1;123762:12;:16;;;;:::i;:::-;123752:27;123744:36;;:48;;;;:::i;:::-;123728:13;:64;;;;123665:139;123872:1;123855:13;;:18;123851:87;;;123906:20;123924:1;123906:13;;:17;;:20;;;;:::i;:::-;123890:13;:36;;;;123851:87;123259:686::o;124965:416::-;125073:13;125089:23;125104:7;125089:14;:23::i;:::-;125073:39;;125147:5;125131:21;;:12;:10;:12::i;:::-;:21;;;125123:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;125192:18;125213:9;125192:30;;119418:4;125241:10;:26;125233:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;125353:7;125336:37;125362:3;125367:5;125336:37;;;;;;;:::i;:::-;;;;;;;;124965:416;;;;;:::o;119283:41::-;119321:3;119283:41;:::o;119441:37::-;119476:2;119441:37;:::o;110252:192::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;110361:1:::1;110341:22;;:8;:22;;;;110333:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;110417:19;110427:8;110417:9;:19::i;:::-;110252:192:::0;:::o;122892:90::-;109583:12;:10;:12::i;:::-;109572:23;;:7;:5;:7::i;:::-;:23;;;109564:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;122968:6:::1;122960:5;:14;;;;122892:90:::0;:::o;119570:34::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;97540:224::-;97642:4;97681:35;97666:50;;;:11;:50;;;;:90;;;;97720:36;97744:11;97720:23;:36::i;:::-;97666:90;97659:97;;97540:224;;;:::o;78828:98::-;78881:7;78908:10;78901:17;;78828:98;:::o;105473:118::-;104999:8;:6;:8::i;:::-;104998:9;104990:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;105543:4:::1;105533:7;;:14;;;;;;;;;;;;;;;;;;105563:20;105570:12;:10;:12::i;:::-;105563:20;;;;;;:::i;:::-;;;;;;;;105473:118::o:0;105732:120::-;105276:8;:6;:8::i;:::-;105268:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;105801:5:::1;105791:7;;:15;;;;;;;;;;;;;;;;;;105822:22;105831:12;:10;:12::i;:::-;105822:22;;;;;;:::i;:::-;;;;;;;;105732:120::o:0;89020:127::-;89085:4;89137:1;89109:30;;:7;:16;89117:7;89109:16;;;;;;;;;;;;;;;;;;;;;:30;;;;89102:37;;89020:127;;;:::o;93002:174::-;93104:2;93077:15;:24;93093:7;93077:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;93160:7;93156:2;93122:46;;93131:23;93146:7;93131:14;:23::i;:::-;93122:46;;;;;;;;;;;;93002:174;;:::o;89314:348::-;89407:4;89432:16;89440:7;89432;:16::i;:::-;89424:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;89508:13;89524:23;89539:7;89524:14;:23::i;:::-;89508:39;;89577:5;89566:16;;:7;:16;;;:51;;;;89610:7;89586:31;;:20;89598:7;89586:11;:20::i;:::-;:31;;;89566:51;:87;;;;89621:32;89638:5;89645:7;89621:16;:32::i;:::-;89566:87;89558:96;;;89314:348;;;;:::o;92306:578::-;92465:4;92438:31;;:23;92453:7;92438:14;:23::i;:::-;:31;;;92430:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;92548:1;92534:16;;:2;:16;;;;92526:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;92604:39;92625:4;92631:2;92635:7;92604:20;:39::i;:::-;92708:29;92725:1;92729:7;92708:8;:29::i;:::-;92769:1;92750:9;:15;92760:4;92750:15;;;;;;;;;;;;;;;;:20;;;;;;;:::i;:::-;;;;;;;;92798:1;92781:9;:13;92791:2;92781:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;92829:2;92810:7;:16;92818:7;92810:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;92868:7;92864:2;92849:27;;92858:4;92849:27;;;;;;;;;;;;92306:578;;;:::o;114071:98::-;114129:7;114160:1;114156;:5;;;;:::i;:::-;114149:12;;114071:98;;;;:::o;120583:104::-;120630:4;120654:25;:15;:23;:25::i;:::-;120647:32;;120583:104;:::o;122357:185::-;122413:7;122423:14;:12;:14::i;:::-;122413:24;;122448:27;:15;:25;:27::i;:::-;122486:18;122496:3;122501:2;122486:9;:18::i;:::-;122531:2;122520:14;;;;;;;;;;122357:185;;:::o;91609:360::-;91669:13;91685:23;91700:7;91685:14;:23::i;:::-;91669:39;;91721:48;91742:5;91757:1;91761:7;91721:20;:48::i;:::-;91810:29;91827:1;91831:7;91810:8;:29::i;:::-;91872:1;91852:9;:16;91862:5;91852:16;;;;;;;;;;;;;;;;:21;;;;;;;:::i;:::-;;;;;;;;91891:7;:16;91899:7;91891:16;;;;;;;;;;;;91884:23;;;;;;;;;;;91953:7;91949:1;91925:36;;91934:5;91925:36;;;;;;;;;;;;91609:360;;:::o;110452:173::-;110508:16;110527:6;;;;;;;;;;;110508:25;;110553:8;110544:6;;:17;;;;;;;;;;;;;;;;;;110608:8;110577:40;;110598:8;110577:40;;;;;;;;;;;;110452:173;;:::o;114470:98::-;114528:7;114559:1;114555;:5;;;;:::i;:::-;114548:12;;114470:98;;;;:::o;125717:181::-;125792:12;125809:8;:13;;125831:7;125809:34;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;125791:52;;;125862:7;125854:36;;;;;;;;;;;;:::i;:::-;;;;;;;;;125717:181;;;:::o;88392:315::-;88549:28;88559:4;88565:2;88569:7;88549:9;:28::i;:::-;88596:48;88619:4;88625:2;88629:7;88638:5;88596:22;:48::i;:::-;88588:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;88392:315;;;;:::o;122662:113::-;122722:13;122755:12;122748:19;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;122662:113;:::o;79270:723::-;79326:13;79556:1;79547:5;:10;79543:53;;;79574:10;;;;;;;;;;;;;;;;;;;;;79543:53;79606:12;79621:5;79606:20;;79637:14;79662:78;79677:1;79669:4;:9;79662:78;;79695:8;;;;;:::i;:::-;;;;79726:2;79718:10;;;;;:::i;:::-;;;79662:78;;;79750:19;79782:6;79772:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;79750:39;;79800:154;79816:1;79807:5;:10;79800:154;;79844:1;79834:11;;;;;:::i;:::-;;;79911:2;79903:5;:10;;;;:::i;:::-;79890:2;:24;;;;:::i;:::-;79877:39;;79860:6;79867;79860:14;;;;;;;;;;;;;;;;;;;:56;;;;;;;;;;;79940:2;79931:11;;;;;:::i;:::-;;;79800:154;;;79978:6;79964:21;;;;;79270:723;;;;:::o;113714:98::-;113772:7;113803:1;113799;:5;;;;:::i;:::-;113792:12;;113714:98;;;;:::o;113333:::-;113391:7;113422:1;113418;:5;;;;:::i;:::-;113411:12;;113333:98;;;;:::o;83122:305::-;83224:4;83276:25;83261:40;;;:11;:40;;;;:105;;;;83333:33;83318:48;;;:11;:48;;;;83261:105;:158;;;;83383:36;83407:11;83383:23;:36::i;:::-;83261:158;83241:178;;83122:305;;;:::o;125906:239::-;126092:45;126119:4;126125:2;126129:7;126092:26;:45::i;:::-;125906:239;;;:::o;118231:114::-;118296:7;118323;:14;;;118316:21;;118231:114;;;:::o;118353:127::-;118460:1;118442:7;:14;;;:19;;;;;;;;;;;118353:127;:::o;90004:110::-;90080:26;90090:2;90094:7;90080:26;;;;;;;;;;;;:9;:26::i;:::-;90004:110;;:::o;93741:803::-;93896:4;93917:15;:2;:13;;;:15::i;:::-;93913:624;;;93969:2;93953:36;;;93990:12;:10;:12::i;:::-;94004:4;94010:7;94019:5;93953:72;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;93949:533;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;94216:1;94199:6;:13;:18;94195:272;;;94242:60;;;;;;;;;;:::i;:::-;;;;;;;;94195:272;94417:6;94411:13;94402:6;94398:2;94394:15;94387:38;93949:533;94086:45;;;94076:55;;;:6;:55;;;;94069:62;;;;;93913:624;94521:4;94514:11;;93741:803;;;;;;;:::o;81729:157::-;81814:4;81853:25;81838:40;;;:11;:40;;;;81831:47;;81729:157;;;:::o;106346:275::-;106490:45;106517:4;106523:2;106527:7;106490:26;:45::i;:::-;106557:8;:6;:8::i;:::-;106556:9;106548:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;106346:275;;;:::o;90341:321::-;90471:18;90477:2;90481:7;90471:5;:18::i;:::-;90522:54;90553:1;90557:2;90561:7;90570:5;90522:22;:54::i;:::-;90500:154;;;;;;;;;;;;:::i;:::-;;;;;;;;;90341:321;;;:::o;71173:387::-;71233:4;71441:12;71508:7;71496:20;71488:28;;71551:1;71544:4;:8;71537:15;;;71173:387;;;:::o;99216:589::-;99360:45;99387:4;99393:2;99397:7;99360:26;:45::i;:::-;99438:1;99422:18;;:4;:18;;;99418:187;;;99457:40;99489:7;99457:31;:40::i;:::-;99418:187;;;99527:2;99519:10;;:4;:10;;;99515:90;;99546:47;99579:4;99585:7;99546:32;:47::i;:::-;99515:90;99418:187;99633:1;99619:16;;:2;:16;;;99615:183;;;99652:45;99689:7;99652:36;:45::i;:::-;99615:183;;;99725:4;99719:10;;:2;:10;;;99715:83;;99746:40;99774:2;99778:7;99746:27;:40::i;:::-;99715:83;99615:183;99216:589;;;:::o;90998:382::-;91092:1;91078:16;;:2;:16;;;;91070:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;91151:16;91159:7;91151;:16::i;:::-;91150:17;91142:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;91213:45;91242:1;91246:2;91250:7;91213:20;:45::i;:::-;91288:1;91271:9;:13;91281:2;91271:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;91319:2;91300:7;:16;91308:7;91300:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;91364:7;91360:2;91339:33;;91356:1;91339:33;;;;;;;;;;;;90998:382;;:::o;95116:126::-;;;;:::o;100528:164::-;100632:10;:17;;;;100605:15;:24;100621:7;100605:24;;;;;;;;;;;:44;;;;100660:10;100676:7;100660:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;100528:164;:::o;101319:988::-;101585:22;101635:1;101610:22;101627:4;101610:16;:22::i;:::-;:26;;;;:::i;:::-;101585:51;;101647:18;101668:17;:26;101686:7;101668:26;;;;;;;;;;;;101647:47;;101815:14;101801:10;:28;101797:328;;101846:19;101868:12;:18;101881:4;101868:18;;;;;;;;;;;;;;;:34;101887:14;101868:34;;;;;;;;;;;;101846:56;;101952:11;101919:12;:18;101932:4;101919:18;;;;;;;;;;;;;;;:30;101938:10;101919:30;;;;;;;;;;;:44;;;;102069:10;102036:17;:30;102054:11;102036:30;;;;;;;;;;;:43;;;;101797:328;;102221:17;:26;102239:7;102221:26;;;;;;;;;;;102214:33;;;102265:12;:18;102278:4;102265:18;;;;;;;;;;;;;;;:34;102284:14;102265:34;;;;;;;;;;;102258:41;;;101319:988;;;;:::o;102602:1079::-;102855:22;102900:1;102880:10;:17;;;;:21;;;;:::i;:::-;102855:46;;102912:18;102933:15;:24;102949:7;102933:24;;;;;;;;;;;;102912:45;;103284:19;103306:10;103317:14;103306:26;;;;;;;;;;;;;;;;;;;;;;;;103284:48;;103370:11;103345:10;103356;103345:22;;;;;;;;;;;;;;;;;;;;;;;:36;;;;103481:10;103450:15;:28;103466:11;103450:28;;;;;;;;;;;:41;;;;103622:15;:24;103638:7;103622:24;;;;;;;;;;;103615:31;;;103657:10;:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;102602:1079;;;;:::o;100106:221::-;100191:14;100208:20;100225:2;100208:16;:20::i;:::-;100191:37;;100266:7;100239:12;:16;100252:2;100239:16;;;;;;;;;;;;;;;:24;100256:6;100239:24;;;;;;;;;;;:34;;;;100313:6;100284:17;:26;100302:7;100284:26;;;;;;;;;;;:35;;;;100106:221;;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;7:343:1:-;84:5;109:65;125:48;166:6;125:48;:::i;:::-;109:65;:::i;:::-;100:74;;197:6;190:5;183:21;235:4;228:5;224:16;273:3;264:6;259:3;255:16;252:25;249:2;;;290:1;287;280:12;249:2;303:41;337:6;332:3;327;303:41;:::i;:::-;90:260;;;;;;:::o;356:345::-;434:5;459:66;475:49;517:6;475:49;:::i;:::-;459:66;:::i;:::-;450:75;;548:6;541:5;534:21;586:4;579:5;575:16;624:3;615:6;610:3;606:16;603:25;600:2;;;641:1;638;631:12;600:2;654:41;688:6;683:3;678;654:41;:::i;:::-;440:261;;;;;;:::o;707:139::-;753:5;791:6;778:20;769:29;;807:33;834:5;807:33;:::i;:::-;759:87;;;;:::o;852:133::-;895:5;933:6;920:20;911:29;;949:30;973:5;949:30;:::i;:::-;901:84;;;;:::o;991:137::-;1036:5;1074:6;1061:20;1052:29;;1090:32;1116:5;1090:32;:::i;:::-;1042:86;;;;:::o;1134:141::-;1190:5;1221:6;1215:13;1206:22;;1237:32;1263:5;1237:32;:::i;:::-;1196:79;;;;:::o;1294:271::-;1349:5;1398:3;1391:4;1383:6;1379:17;1375:27;1365:2;;1416:1;1413;1406:12;1365:2;1456:6;1443:20;1481:78;1555:3;1547:6;1540:4;1532:6;1528:17;1481:78;:::i;:::-;1472:87;;1355:210;;;;;:::o;1585:273::-;1641:5;1690:3;1683:4;1675:6;1671:17;1667:27;1657:2;;1708:1;1705;1698:12;1657:2;1748:6;1735:20;1773:79;1848:3;1840:6;1833:4;1825:6;1821:17;1773:79;:::i;:::-;1764:88;;1647:211;;;;;:::o;1864:139::-;1910:5;1948:6;1935:20;1926:29;;1964:33;1991:5;1964:33;:::i;:::-;1916:87;;;;:::o;2009:262::-;2068:6;2117:2;2105:9;2096:7;2092:23;2088:32;2085:2;;;2133:1;2130;2123:12;2085:2;2176:1;2201:53;2246:7;2237:6;2226:9;2222:22;2201:53;:::i;:::-;2191:63;;2147:117;2075:196;;;;:::o;2277:407::-;2345:6;2353;2402:2;2390:9;2381:7;2377:23;2373:32;2370:2;;;2418:1;2415;2408:12;2370:2;2461:1;2486:53;2531:7;2522:6;2511:9;2507:22;2486:53;:::i;:::-;2476:63;;2432:117;2588:2;2614:53;2659:7;2650:6;2639:9;2635:22;2614:53;:::i;:::-;2604:63;;2559:118;2360:324;;;;;:::o;2690:552::-;2767:6;2775;2783;2832:2;2820:9;2811:7;2807:23;2803:32;2800:2;;;2848:1;2845;2838:12;2800:2;2891:1;2916:53;2961:7;2952:6;2941:9;2937:22;2916:53;:::i;:::-;2906:63;;2862:117;3018:2;3044:53;3089:7;3080:6;3069:9;3065:22;3044:53;:::i;:::-;3034:63;;2989:118;3146:2;3172:53;3217:7;3208:6;3197:9;3193:22;3172:53;:::i;:::-;3162:63;;3117:118;2790:452;;;;;:::o;3248:809::-;3343:6;3351;3359;3367;3416:3;3404:9;3395:7;3391:23;3387:33;3384:2;;;3433:1;3430;3423:12;3384:2;3476:1;3501:53;3546:7;3537:6;3526:9;3522:22;3501:53;:::i;:::-;3491:63;;3447:117;3603:2;3629:53;3674:7;3665:6;3654:9;3650:22;3629:53;:::i;:::-;3619:63;;3574:118;3731:2;3757:53;3802:7;3793:6;3782:9;3778:22;3757:53;:::i;:::-;3747:63;;3702:118;3887:2;3876:9;3872:18;3859:32;3918:18;3910:6;3907:30;3904:2;;;3950:1;3947;3940:12;3904:2;3978:62;4032:7;4023:6;4012:9;4008:22;3978:62;:::i;:::-;3968:72;;3830:220;3374:683;;;;;;;:::o;4063:401::-;4128:6;4136;4185:2;4173:9;4164:7;4160:23;4156:32;4153:2;;;4201:1;4198;4191:12;4153:2;4244:1;4269:53;4314:7;4305:6;4294:9;4290:22;4269:53;:::i;:::-;4259:63;;4215:117;4371:2;4397:50;4439:7;4430:6;4419:9;4415:22;4397:50;:::i;:::-;4387:60;;4342:115;4143:321;;;;;:::o;4470:407::-;4538:6;4546;4595:2;4583:9;4574:7;4570:23;4566:32;4563:2;;;4611:1;4608;4601:12;4563:2;4654:1;4679:53;4724:7;4715:6;4704:9;4700:22;4679:53;:::i;:::-;4669:63;;4625:117;4781:2;4807:53;4852:7;4843:6;4832:9;4828:22;4807:53;:::i;:::-;4797:63;;4752:118;4553:324;;;;;:::o;4883:256::-;4939:6;4988:2;4976:9;4967:7;4963:23;4959:32;4956:2;;;5004:1;5001;4994:12;4956:2;5047:1;5072:50;5114:7;5105:6;5094:9;5090:22;5072:50;:::i;:::-;5062:60;;5018:114;4946:193;;;;:::o;5145:260::-;5203:6;5252:2;5240:9;5231:7;5227:23;5223:32;5220:2;;;5268:1;5265;5258:12;5220:2;5311:1;5336:52;5380:7;5371:6;5360:9;5356:22;5336:52;:::i;:::-;5326:62;;5282:116;5210:195;;;;:::o;5411:282::-;5480:6;5529:2;5517:9;5508:7;5504:23;5500:32;5497:2;;;5545:1;5542;5535:12;5497:2;5588:1;5613:63;5668:7;5659:6;5648:9;5644:22;5613:63;:::i;:::-;5603:73;;5559:127;5487:206;;;;:::o;5699:375::-;5768:6;5817:2;5805:9;5796:7;5792:23;5788:32;5785:2;;;5833:1;5830;5823:12;5785:2;5904:1;5893:9;5889:17;5876:31;5934:18;5926:6;5923:30;5920:2;;;5966:1;5963;5956:12;5920:2;5994:63;6049:7;6040:6;6029:9;6025:22;5994:63;:::i;:::-;5984:73;;5847:220;5775:299;;;;:::o;6080:262::-;6139:6;6188:2;6176:9;6167:7;6163:23;6159:32;6156:2;;;6204:1;6201;6194:12;6156:2;6247:1;6272:53;6317:7;6308:6;6297:9;6293:22;6272:53;:::i;:::-;6262:63;;6218:117;6146:196;;;;:::o;6348:407::-;6416:6;6424;6473:2;6461:9;6452:7;6448:23;6444:32;6441:2;;;6489:1;6486;6479:12;6441:2;6532:1;6557:53;6602:7;6593:6;6582:9;6578:22;6557:53;:::i;:::-;6547:63;;6503:117;6659:2;6685:53;6730:7;6721:6;6710:9;6706:22;6685:53;:::i;:::-;6675:63;;6630:118;6431:324;;;;;:::o;6761:778::-;6858:6;6866;6874;6923:2;6911:9;6902:7;6898:23;6894:32;6891:2;;;6939:1;6936;6929:12;6891:2;6982:1;7007:53;7052:7;7043:6;7032:9;7028:22;7007:53;:::i;:::-;6997:63;;6953:117;7137:2;7126:9;7122:18;7109:32;7168:18;7160:6;7157:30;7154:2;;;7200:1;7197;7190:12;7154:2;7228:63;7283:7;7274:6;7263:9;7259:22;7228:63;:::i;:::-;7218:73;;7080:221;7368:2;7357:9;7353:18;7340:32;7399:18;7391:6;7388:30;7385:2;;;7431:1;7428;7421:12;7385:2;7459:63;7514:7;7505:6;7494:9;7490:22;7459:63;:::i;:::-;7449:73;;7311:221;6881:658;;;;;:::o;7545:179::-;7614:10;7635:46;7677:3;7669:6;7635:46;:::i;:::-;7713:4;7708:3;7704:14;7690:28;;7625:99;;;;:::o;7730:118::-;7817:24;7835:5;7817:24;:::i;:::-;7812:3;7805:37;7795:53;;:::o;7884:732::-;8003:3;8032:54;8080:5;8032:54;:::i;:::-;8102:86;8181:6;8176:3;8102:86;:::i;:::-;8095:93;;8212:56;8262:5;8212:56;:::i;:::-;8291:7;8322:1;8307:284;8332:6;8329:1;8326:13;8307:284;;;8408:6;8402:13;8435:63;8494:3;8479:13;8435:63;:::i;:::-;8428:70;;8521:60;8574:6;8521:60;:::i;:::-;8511:70;;8367:224;8354:1;8351;8347:9;8342:14;;8307:284;;;8311:14;8607:3;8600:10;;8008:608;;;;;;;:::o;8622:109::-;8703:21;8718:5;8703:21;:::i;:::-;8698:3;8691:34;8681:50;;:::o;8737:360::-;8823:3;8851:38;8883:5;8851:38;:::i;:::-;8905:70;8968:6;8963:3;8905:70;:::i;:::-;8898:77;;8984:52;9029:6;9024:3;9017:4;9010:5;9006:16;8984:52;:::i;:::-;9061:29;9083:6;9061:29;:::i;:::-;9056:3;9052:39;9045:46;;8827:270;;;;;:::o;9103:364::-;9191:3;9219:39;9252:5;9219:39;:::i;:::-;9274:71;9338:6;9333:3;9274:71;:::i;:::-;9267:78;;9354:52;9399:6;9394:3;9387:4;9380:5;9376:16;9354:52;:::i;:::-;9431:29;9453:6;9431:29;:::i;:::-;9426:3;9422:39;9415:46;;9195:272;;;;;:::o;9473:377::-;9579:3;9607:39;9640:5;9607:39;:::i;:::-;9662:89;9744:6;9739:3;9662:89;:::i;:::-;9655:96;;9760:52;9805:6;9800:3;9793:4;9786:5;9782:16;9760:52;:::i;:::-;9837:6;9832:3;9828:16;9821:23;;9583:267;;;;;:::o;9856:366::-;9998:3;10019:67;10083:2;10078:3;10019:67;:::i;:::-;10012:74;;10095:93;10184:3;10095:93;:::i;:::-;10213:2;10208:3;10204:12;10197:19;;10002:220;;;:::o;10228:366::-;10370:3;10391:67;10455:2;10450:3;10391:67;:::i;:::-;10384:74;;10467:93;10556:3;10467:93;:::i;:::-;10585:2;10580:3;10576:12;10569:19;;10374:220;;;:::o;10600:366::-;10742:3;10763:67;10827:2;10822:3;10763:67;:::i;:::-;10756:74;;10839:93;10928:3;10839:93;:::i;:::-;10957:2;10952:3;10948:12;10941:19;;10746:220;;;:::o;10972:366::-;11114:3;11135:67;11199:2;11194:3;11135:67;:::i;:::-;11128:74;;11211:93;11300:3;11211:93;:::i;:::-;11329:2;11324:3;11320:12;11313:19;;11118:220;;;:::o;11344:366::-;11486:3;11507:67;11571:2;11566:3;11507:67;:::i;:::-;11500:74;;11583:93;11672:3;11583:93;:::i;:::-;11701:2;11696:3;11692:12;11685:19;;11490:220;;;:::o;11716:366::-;11858:3;11879:67;11943:2;11938:3;11879:67;:::i;:::-;11872:74;;11955:93;12044:3;11955:93;:::i;:::-;12073:2;12068:3;12064:12;12057:19;;11862:220;;;:::o;12088:366::-;12230:3;12251:67;12315:2;12310:3;12251:67;:::i;:::-;12244:74;;12327:93;12416:3;12327:93;:::i;:::-;12445:2;12440:3;12436:12;12429:19;;12234:220;;;:::o;12460:366::-;12602:3;12623:67;12687:2;12682:3;12623:67;:::i;:::-;12616:74;;12699:93;12788:3;12699:93;:::i;:::-;12817:2;12812:3;12808:12;12801:19;;12606:220;;;:::o;12832:366::-;12974:3;12995:67;13059:2;13054:3;12995:67;:::i;:::-;12988:74;;13071:93;13160:3;13071:93;:::i;:::-;13189:2;13184:3;13180:12;13173:19;;12978:220;;;:::o;13204:366::-;13346:3;13367:67;13431:2;13426:3;13367:67;:::i;:::-;13360:74;;13443:93;13532:3;13443:93;:::i;:::-;13561:2;13556:3;13552:12;13545:19;;13350:220;;;:::o;13576:365::-;13718:3;13739:66;13803:1;13798:3;13739:66;:::i;:::-;13732:73;;13814:93;13903:3;13814:93;:::i;:::-;13932:2;13927:3;13923:12;13916:19;;13722:219;;;:::o;13947:366::-;14089:3;14110:67;14174:2;14169:3;14110:67;:::i;:::-;14103:74;;14186:93;14275:3;14186:93;:::i;:::-;14304:2;14299:3;14295:12;14288:19;;14093:220;;;:::o;14319:366::-;14461:3;14482:67;14546:2;14541:3;14482:67;:::i;:::-;14475:74;;14558:93;14647:3;14558:93;:::i;:::-;14676:2;14671:3;14667:12;14660:19;;14465:220;;;:::o;14691:366::-;14833:3;14854:67;14918:2;14913:3;14854:67;:::i;:::-;14847:74;;14930:93;15019:3;14930:93;:::i;:::-;15048:2;15043:3;15039:12;15032:19;;14837:220;;;:::o;15063:366::-;15205:3;15226:67;15290:2;15285:3;15226:67;:::i;:::-;15219:74;;15302:93;15391:3;15302:93;:::i;:::-;15420:2;15415:3;15411:12;15404:19;;15209:220;;;:::o;15435:366::-;15577:3;15598:67;15662:2;15657:3;15598:67;:::i;:::-;15591:74;;15674:93;15763:3;15674:93;:::i;:::-;15792:2;15787:3;15783:12;15776:19;;15581:220;;;:::o;15807:366::-;15949:3;15970:67;16034:2;16029:3;15970:67;:::i;:::-;15963:74;;16046:93;16135:3;16046:93;:::i;:::-;16164:2;16159:3;16155:12;16148:19;;15953:220;;;:::o;16179:366::-;16321:3;16342:67;16406:2;16401:3;16342:67;:::i;:::-;16335:74;;16418:93;16507:3;16418:93;:::i;:::-;16536:2;16531:3;16527:12;16520:19;;16325:220;;;:::o;16551:366::-;16693:3;16714:67;16778:2;16773:3;16714:67;:::i;:::-;16707:74;;16790:93;16879:3;16790:93;:::i;:::-;16908:2;16903:3;16899:12;16892:19;;16697:220;;;:::o;16923:366::-;17065:3;17086:67;17150:2;17145:3;17086:67;:::i;:::-;17079:74;;17162:93;17251:3;17162:93;:::i;:::-;17280:2;17275:3;17271:12;17264:19;;17069:220;;;:::o;17295:366::-;17437:3;17458:67;17522:2;17517:3;17458:67;:::i;:::-;17451:74;;17534:93;17623:3;17534:93;:::i;:::-;17652:2;17647:3;17643:12;17636:19;;17441:220;;;:::o;17667:366::-;17809:3;17830:67;17894:2;17889:3;17830:67;:::i;:::-;17823:74;;17906:93;17995:3;17906:93;:::i;:::-;18024:2;18019:3;18015:12;18008:19;;17813:220;;;:::o;18039:366::-;18181:3;18202:67;18266:2;18261:3;18202:67;:::i;:::-;18195:74;;18278:93;18367:3;18278:93;:::i;:::-;18396:2;18391:3;18387:12;18380:19;;18185:220;;;:::o;18411:366::-;18553:3;18574:67;18638:2;18633:3;18574:67;:::i;:::-;18567:74;;18650:93;18739:3;18650:93;:::i;:::-;18768:2;18763:3;18759:12;18752:19;;18557:220;;;:::o;18783:366::-;18925:3;18946:67;19010:2;19005:3;18946:67;:::i;:::-;18939:74;;19022:93;19111:3;19022:93;:::i;:::-;19140:2;19135:3;19131:12;19124:19;;18929:220;;;:::o;19155:366::-;19297:3;19318:67;19382:2;19377:3;19318:67;:::i;:::-;19311:74;;19394:93;19483:3;19394:93;:::i;:::-;19512:2;19507:3;19503:12;19496:19;;19301:220;;;:::o;19527:366::-;19669:3;19690:67;19754:2;19749:3;19690:67;:::i;:::-;19683:74;;19766:93;19855:3;19766:93;:::i;:::-;19884:2;19879:3;19875:12;19868:19;;19673:220;;;:::o;19899:366::-;20041:3;20062:67;20126:2;20121:3;20062:67;:::i;:::-;20055:74;;20138:93;20227:3;20138:93;:::i;:::-;20256:2;20251:3;20247:12;20240:19;;20045:220;;;:::o;20271:366::-;20413:3;20434:67;20498:2;20493:3;20434:67;:::i;:::-;20427:74;;20510:93;20599:3;20510:93;:::i;:::-;20628:2;20623:3;20619:12;20612:19;;20417:220;;;:::o;20643:366::-;20785:3;20806:67;20870:2;20865:3;20806:67;:::i;:::-;20799:74;;20882:93;20971:3;20882:93;:::i;:::-;21000:2;20995:3;20991:12;20984:19;;20789:220;;;:::o;21015:398::-;21174:3;21195:83;21276:1;21271:3;21195:83;:::i;:::-;21188:90;;21287:93;21376:3;21287:93;:::i;:::-;21405:1;21400:3;21396:11;21389:18;;21178:235;;;:::o;21419:366::-;21561:3;21582:67;21646:2;21641:3;21582:67;:::i;:::-;21575:74;;21658:93;21747:3;21658:93;:::i;:::-;21776:2;21771:3;21767:12;21760:19;;21565:220;;;:::o;21791:366::-;21933:3;21954:67;22018:2;22013:3;21954:67;:::i;:::-;21947:74;;22030:93;22119:3;22030:93;:::i;:::-;22148:2;22143:3;22139:12;22132:19;;21937:220;;;:::o;22163:366::-;22305:3;22326:67;22390:2;22385:3;22326:67;:::i;:::-;22319:74;;22402:93;22491:3;22402:93;:::i;:::-;22520:2;22515:3;22511:12;22504:19;;22309:220;;;:::o;22535:366::-;22677:3;22698:67;22762:2;22757:3;22698:67;:::i;:::-;22691:74;;22774:93;22863:3;22774:93;:::i;:::-;22892:2;22887:3;22883:12;22876:19;;22681:220;;;:::o;22907:108::-;22984:24;23002:5;22984:24;:::i;:::-;22979:3;22972:37;22962:53;;:::o;23021:118::-;23108:24;23126:5;23108:24;:::i;:::-;23103:3;23096:37;23086:53;;:::o;23145:435::-;23325:3;23347:95;23438:3;23429:6;23347:95;:::i;:::-;23340:102;;23459:95;23550:3;23541:6;23459:95;:::i;:::-;23452:102;;23571:3;23564:10;;23329:251;;;;;:::o;23586:379::-;23770:3;23792:147;23935:3;23792:147;:::i;:::-;23785:154;;23956:3;23949:10;;23774:191;;;:::o;23971:222::-;24064:4;24102:2;24091:9;24087:18;24079:26;;24115:71;24183:1;24172:9;24168:17;24159:6;24115:71;:::i;:::-;24069:124;;;;:::o;24199:640::-;24394:4;24432:3;24421:9;24417:19;24409:27;;24446:71;24514:1;24503:9;24499:17;24490:6;24446:71;:::i;:::-;24527:72;24595:2;24584:9;24580:18;24571:6;24527:72;:::i;:::-;24609;24677:2;24666:9;24662:18;24653:6;24609:72;:::i;:::-;24728:9;24722:4;24718:20;24713:2;24702:9;24698:18;24691:48;24756:76;24827:4;24818:6;24756:76;:::i;:::-;24748:84;;24399:440;;;;;;;:::o;24845:373::-;24988:4;25026:2;25015:9;25011:18;25003:26;;25075:9;25069:4;25065:20;25061:1;25050:9;25046:17;25039:47;25103:108;25206:4;25197:6;25103:108;:::i;:::-;25095:116;;24993:225;;;;:::o;25224:210::-;25311:4;25349:2;25338:9;25334:18;25326:26;;25362:65;25424:1;25413:9;25409:17;25400:6;25362:65;:::i;:::-;25316:118;;;;:::o;25440:313::-;25553:4;25591:2;25580:9;25576:18;25568:26;;25640:9;25634:4;25630:20;25626:1;25615:9;25611:17;25604:47;25668:78;25741:4;25732:6;25668:78;:::i;:::-;25660:86;;25558:195;;;;:::o;25759:514::-;25920:4;25958:2;25947:9;25943:18;25935:26;;26007:9;26001:4;25997:20;25993:1;25982:9;25978:17;25971:47;26035:78;26108:4;26099:6;26035:78;:::i;:::-;26027:86;;26160:9;26154:4;26150:20;26145:2;26134:9;26130:18;26123:48;26188:78;26261:4;26252:6;26188:78;:::i;:::-;26180:86;;25925:348;;;;;:::o;26279:419::-;26445:4;26483:2;26472:9;26468:18;26460:26;;26532:9;26526:4;26522:20;26518:1;26507:9;26503:17;26496:47;26560:131;26686:4;26560:131;:::i;:::-;26552:139;;26450:248;;;:::o;26704:419::-;26870:4;26908:2;26897:9;26893:18;26885:26;;26957:9;26951:4;26947:20;26943:1;26932:9;26928:17;26921:47;26985:131;27111:4;26985:131;:::i;:::-;26977:139;;26875:248;;;:::o;27129:419::-;27295:4;27333:2;27322:9;27318:18;27310:26;;27382:9;27376:4;27372:20;27368:1;27357:9;27353:17;27346:47;27410:131;27536:4;27410:131;:::i;:::-;27402:139;;27300:248;;;:::o;27554:419::-;27720:4;27758:2;27747:9;27743:18;27735:26;;27807:9;27801:4;27797:20;27793:1;27782:9;27778:17;27771:47;27835:131;27961:4;27835:131;:::i;:::-;27827:139;;27725:248;;;:::o;27979:419::-;28145:4;28183:2;28172:9;28168:18;28160:26;;28232:9;28226:4;28222:20;28218:1;28207:9;28203:17;28196:47;28260:131;28386:4;28260:131;:::i;:::-;28252:139;;28150:248;;;:::o;28404:419::-;28570:4;28608:2;28597:9;28593:18;28585:26;;28657:9;28651:4;28647:20;28643:1;28632:9;28628:17;28621:47;28685:131;28811:4;28685:131;:::i;:::-;28677:139;;28575:248;;;:::o;28829:419::-;28995:4;29033:2;29022:9;29018:18;29010:26;;29082:9;29076:4;29072:20;29068:1;29057:9;29053:17;29046:47;29110:131;29236:4;29110:131;:::i;:::-;29102:139;;29000:248;;;:::o;29254:419::-;29420:4;29458:2;29447:9;29443:18;29435:26;;29507:9;29501:4;29497:20;29493:1;29482:9;29478:17;29471:47;29535:131;29661:4;29535:131;:::i;:::-;29527:139;;29425:248;;;:::o;29679:419::-;29845:4;29883:2;29872:9;29868:18;29860:26;;29932:9;29926:4;29922:20;29918:1;29907:9;29903:17;29896:47;29960:131;30086:4;29960:131;:::i;:::-;29952:139;;29850:248;;;:::o;30104:419::-;30270:4;30308:2;30297:9;30293:18;30285:26;;30357:9;30351:4;30347:20;30343:1;30332:9;30328:17;30321:47;30385:131;30511:4;30385:131;:::i;:::-;30377:139;;30275:248;;;:::o;30529:419::-;30695:4;30733:2;30722:9;30718:18;30710:26;;30782:9;30776:4;30772:20;30768:1;30757:9;30753:17;30746:47;30810:131;30936:4;30810:131;:::i;:::-;30802:139;;30700:248;;;:::o;30954:419::-;31120:4;31158:2;31147:9;31143:18;31135:26;;31207:9;31201:4;31197:20;31193:1;31182:9;31178:17;31171:47;31235:131;31361:4;31235:131;:::i;:::-;31227:139;;31125:248;;;:::o;31379:419::-;31545:4;31583:2;31572:9;31568:18;31560:26;;31632:9;31626:4;31622:20;31618:1;31607:9;31603:17;31596:47;31660:131;31786:4;31660:131;:::i;:::-;31652:139;;31550:248;;;:::o;31804:419::-;31970:4;32008:2;31997:9;31993:18;31985:26;;32057:9;32051:4;32047:20;32043:1;32032:9;32028:17;32021:47;32085:131;32211:4;32085:131;:::i;:::-;32077:139;;31975:248;;;:::o;32229:419::-;32395:4;32433:2;32422:9;32418:18;32410:26;;32482:9;32476:4;32472:20;32468:1;32457:9;32453:17;32446:47;32510:131;32636:4;32510:131;:::i;:::-;32502:139;;32400:248;;;:::o;32654:419::-;32820:4;32858:2;32847:9;32843:18;32835:26;;32907:9;32901:4;32897:20;32893:1;32882:9;32878:17;32871:47;32935:131;33061:4;32935:131;:::i;:::-;32927:139;;32825:248;;;:::o;33079:419::-;33245:4;33283:2;33272:9;33268:18;33260:26;;33332:9;33326:4;33322:20;33318:1;33307:9;33303:17;33296:47;33360:131;33486:4;33360:131;:::i;:::-;33352:139;;33250:248;;;:::o;33504:419::-;33670:4;33708:2;33697:9;33693:18;33685:26;;33757:9;33751:4;33747:20;33743:1;33732:9;33728:17;33721:47;33785:131;33911:4;33785:131;:::i;:::-;33777:139;;33675:248;;;:::o;33929:419::-;34095:4;34133:2;34122:9;34118:18;34110:26;;34182:9;34176:4;34172:20;34168:1;34157:9;34153:17;34146:47;34210:131;34336:4;34210:131;:::i;:::-;34202:139;;34100:248;;;:::o;34354:419::-;34520:4;34558:2;34547:9;34543:18;34535:26;;34607:9;34601:4;34597:20;34593:1;34582:9;34578:17;34571:47;34635:131;34761:4;34635:131;:::i;:::-;34627:139;;34525:248;;;:::o;34779:419::-;34945:4;34983:2;34972:9;34968:18;34960:26;;35032:9;35026:4;35022:20;35018:1;35007:9;35003:17;34996:47;35060:131;35186:4;35060:131;:::i;:::-;35052:139;;34950:248;;;:::o;35204:419::-;35370:4;35408:2;35397:9;35393:18;35385:26;;35457:9;35451:4;35447:20;35443:1;35432:9;35428:17;35421:47;35485:131;35611:4;35485:131;:::i;:::-;35477:139;;35375:248;;;:::o;35629:419::-;35795:4;35833:2;35822:9;35818:18;35810:26;;35882:9;35876:4;35872:20;35868:1;35857:9;35853:17;35846:47;35910:131;36036:4;35910:131;:::i;:::-;35902:139;;35800:248;;;:::o;36054:419::-;36220:4;36258:2;36247:9;36243:18;36235:26;;36307:9;36301:4;36297:20;36293:1;36282:9;36278:17;36271:47;36335:131;36461:4;36335:131;:::i;:::-;36327:139;;36225:248;;;:::o;36479:419::-;36645:4;36683:2;36672:9;36668:18;36660:26;;36732:9;36726:4;36722:20;36718:1;36707:9;36703:17;36696:47;36760:131;36886:4;36760:131;:::i;:::-;36752:139;;36650:248;;;:::o;36904:419::-;37070:4;37108:2;37097:9;37093:18;37085:26;;37157:9;37151:4;37147:20;37143:1;37132:9;37128:17;37121:47;37185:131;37311:4;37185:131;:::i;:::-;37177:139;;37075:248;;;:::o;37329:419::-;37495:4;37533:2;37522:9;37518:18;37510:26;;37582:9;37576:4;37572:20;37568:1;37557:9;37553:17;37546:47;37610:131;37736:4;37610:131;:::i;:::-;37602:139;;37500:248;;;:::o;37754:419::-;37920:4;37958:2;37947:9;37943:18;37935:26;;38007:9;38001:4;37997:20;37993:1;37982:9;37978:17;37971:47;38035:131;38161:4;38035:131;:::i;:::-;38027:139;;37925:248;;;:::o;38179:419::-;38345:4;38383:2;38372:9;38368:18;38360:26;;38432:9;38426:4;38422:20;38418:1;38407:9;38403:17;38396:47;38460:131;38586:4;38460:131;:::i;:::-;38452:139;;38350:248;;;:::o;38604:419::-;38770:4;38808:2;38797:9;38793:18;38785:26;;38857:9;38851:4;38847:20;38843:1;38832:9;38828:17;38821:47;38885:131;39011:4;38885:131;:::i;:::-;38877:139;;38775:248;;;:::o;39029:419::-;39195:4;39233:2;39222:9;39218:18;39210:26;;39282:9;39276:4;39272:20;39268:1;39257:9;39253:17;39246:47;39310:131;39436:4;39310:131;:::i;:::-;39302:139;;39200:248;;;:::o;39454:419::-;39620:4;39658:2;39647:9;39643:18;39635:26;;39707:9;39701:4;39697:20;39693:1;39682:9;39678:17;39671:47;39735:131;39861:4;39735:131;:::i;:::-;39727:139;;39625:248;;;:::o;39879:419::-;40045:4;40083:2;40072:9;40068:18;40060:26;;40132:9;40126:4;40122:20;40118:1;40107:9;40103:17;40096:47;40160:131;40286:4;40160:131;:::i;:::-;40152:139;;40050:248;;;:::o;40304:419::-;40470:4;40508:2;40497:9;40493:18;40485:26;;40557:9;40551:4;40547:20;40543:1;40532:9;40528:17;40521:47;40585:131;40711:4;40585:131;:::i;:::-;40577:139;;40475:248;;;:::o;40729:222::-;40822:4;40860:2;40849:9;40845:18;40837:26;;40873:71;40941:1;40930:9;40926:17;40917:6;40873:71;:::i;:::-;40827:124;;;;:::o;40957:129::-;40991:6;41018:20;;:::i;:::-;41008:30;;41047:33;41075:4;41067:6;41047:33;:::i;:::-;40998:88;;;:::o;41092:75::-;41125:6;41158:2;41152:9;41142:19;;41132:35;:::o;41173:307::-;41234:4;41324:18;41316:6;41313:30;41310:2;;;41346:18;;:::i;:::-;41310:2;41384:29;41406:6;41384:29;:::i;:::-;41376:37;;41468:4;41462;41458:15;41450:23;;41239:241;;;:::o;41486:308::-;41548:4;41638:18;41630:6;41627:30;41624:2;;;41660:18;;:::i;:::-;41624:2;41698:29;41720:6;41698:29;:::i;:::-;41690:37;;41782:4;41776;41772:15;41764:23;;41553:241;;;:::o;41800:132::-;41867:4;41890:3;41882:11;;41920:4;41915:3;41911:14;41903:22;;41872:60;;;:::o;41938:114::-;42005:6;42039:5;42033:12;42023:22;;42012:40;;;:::o;42058:98::-;42109:6;42143:5;42137:12;42127:22;;42116:40;;;:::o;42162:99::-;42214:6;42248:5;42242:12;42232:22;;42221:40;;;:::o;42267:113::-;42337:4;42369;42364:3;42360:14;42352:22;;42342:38;;;:::o;42386:184::-;42485:11;42519:6;42514:3;42507:19;42559:4;42554:3;42550:14;42535:29;;42497:73;;;;:::o;42576:168::-;42659:11;42693:6;42688:3;42681:19;42733:4;42728:3;42724:14;42709:29;;42671:73;;;;:::o;42750:147::-;42851:11;42888:3;42873:18;;42863:34;;;;:::o;42903:169::-;42987:11;43021:6;43016:3;43009:19;43061:4;43056:3;43052:14;43037:29;;42999:73;;;;:::o;43078:148::-;43180:11;43217:3;43202:18;;43192:34;;;;:::o;43232:305::-;43272:3;43291:20;43309:1;43291:20;:::i;:::-;43286:25;;43325:20;43343:1;43325:20;:::i;:::-;43320:25;;43479:1;43411:66;43407:74;43404:1;43401:81;43398:2;;;43485:18;;:::i;:::-;43398:2;43529:1;43526;43522:9;43515:16;;43276:261;;;;:::o;43543:185::-;43583:1;43600:20;43618:1;43600:20;:::i;:::-;43595:25;;43634:20;43652:1;43634:20;:::i;:::-;43629:25;;43673:1;43663:2;;43678:18;;:::i;:::-;43663:2;43720:1;43717;43713:9;43708:14;;43585:143;;;;:::o;43734:348::-;43774:7;43797:20;43815:1;43797:20;:::i;:::-;43792:25;;43831:20;43849:1;43831:20;:::i;:::-;43826:25;;44019:1;43951:66;43947:74;43944:1;43941:81;43936:1;43929:9;43922:17;43918:105;43915:2;;;44026:18;;:::i;:::-;43915:2;44074:1;44071;44067:9;44056:20;;43782:300;;;;:::o;44088:191::-;44128:4;44148:20;44166:1;44148:20;:::i;:::-;44143:25;;44182:20;44200:1;44182:20;:::i;:::-;44177:25;;44221:1;44218;44215:8;44212:2;;;44226:18;;:::i;:::-;44212:2;44271:1;44268;44264:9;44256:17;;44133:146;;;;:::o;44285:96::-;44322:7;44351:24;44369:5;44351:24;:::i;:::-;44340:35;;44330:51;;;:::o;44387:90::-;44421:7;44464:5;44457:13;44450:21;44439:32;;44429:48;;;:::o;44483:149::-;44519:7;44559:66;44552:5;44548:78;44537:89;;44527:105;;;:::o;44638:126::-;44675:7;44715:42;44708:5;44704:54;44693:65;;44683:81;;;:::o;44770:77::-;44807:7;44836:5;44825:16;;44815:32;;;:::o;44853:154::-;44937:6;44932:3;44927;44914:30;44999:1;44990:6;44985:3;44981:16;44974:27;44904:103;;;:::o;45013:307::-;45081:1;45091:113;45105:6;45102:1;45099:13;45091:113;;;45190:1;45185:3;45181:11;45175:18;45171:1;45166:3;45162:11;45155:39;45127:2;45124:1;45120:10;45115:15;;45091:113;;;45222:6;45219:1;45216:13;45213:2;;;45302:1;45293:6;45288:3;45284:16;45277:27;45213:2;45062:258;;;;:::o;45326:320::-;45370:6;45407:1;45401:4;45397:12;45387:22;;45454:1;45448:4;45444:12;45475:18;45465:2;;45531:4;45523:6;45519:17;45509:27;;45465:2;45593;45585:6;45582:14;45562:18;45559:38;45556:2;;;45612:18;;:::i;:::-;45556:2;45377:269;;;;:::o;45652:281::-;45735:27;45757:4;45735:27;:::i;:::-;45727:6;45723:40;45865:6;45853:10;45850:22;45829:18;45817:10;45814:34;45811:62;45808:2;;;45876:18;;:::i;:::-;45808:2;45916:10;45912:2;45905:22;45695:238;;;:::o;45939:233::-;45978:3;46001:24;46019:5;46001:24;:::i;:::-;45992:33;;46047:66;46040:5;46037:77;46034:2;;;46117:18;;:::i;:::-;46034:2;46164:1;46157:5;46153:13;46146:20;;45982:190;;;:::o;46178:176::-;46210:1;46227:20;46245:1;46227:20;:::i;:::-;46222:25;;46261:20;46279:1;46261:20;:::i;:::-;46256:25;;46300:1;46290:2;;46305:18;;:::i;:::-;46290:2;46346:1;46343;46339:9;46334:14;;46212:142;;;;:::o;46360:180::-;46408:77;46405:1;46398:88;46505:4;46502:1;46495:15;46529:4;46526:1;46519:15;46546:180;46594:77;46591:1;46584:88;46691:4;46688:1;46681:15;46715:4;46712:1;46705:15;46732:180;46780:77;46777:1;46770:88;46877:4;46874:1;46867:15;46901:4;46898:1;46891:15;46918:180;46966:77;46963:1;46956:88;47063:4;47060:1;47053:15;47087:4;47084:1;47077:15;47104:102;47145:6;47196:2;47192:7;47187:2;47180:5;47176:14;47172:28;47162:38;;47152:54;;;:::o;47212:230::-;47352:34;47348:1;47340:6;47336:14;47329:58;47421:13;47416:2;47408:6;47404:15;47397:38;47318:124;:::o;47448:170::-;47588:22;47584:1;47576:6;47572:14;47565:46;47554:64;:::o;47624:164::-;47764:16;47760:1;47752:6;47748:14;47741:40;47730:58;:::o;47794:230::-;47934:34;47930:1;47922:6;47918:14;47911:58;48003:13;47998:2;47990:6;47986:15;47979:38;47900:124;:::o;48030:237::-;48170:34;48166:1;48158:6;48154:14;48147:58;48239:20;48234:2;48226:6;48222:15;48215:45;48136:131;:::o;48273:225::-;48413:34;48409:1;48401:6;48397:14;48390:58;48482:8;48477:2;48469:6;48465:15;48458:33;48379:119;:::o;48504:177::-;48644:29;48640:1;48632:6;48628:14;48621:53;48610:71;:::o;48687:178::-;48827:30;48823:1;48815:6;48811:14;48804:54;48793:72;:::o;48871:223::-;49011:34;49007:1;48999:6;48995:14;48988:58;49080:6;49075:2;49067:6;49063:15;49056:31;48977:117;:::o;49100:175::-;49240:27;49236:1;49228:6;49224:14;49217:51;49206:69;:::o;49281:159::-;49421:11;49417:1;49409:6;49405:14;49398:35;49387:53;:::o;49446:231::-;49586:34;49582:1;49574:6;49570:14;49563:58;49655:14;49650:2;49642:6;49638:15;49631:39;49552:125;:::o;49683:179::-;49823:31;49819:1;49811:6;49807:14;49800:55;49789:73;:::o;49868:166::-;50008:18;50004:1;49996:6;49992:14;49985:42;49974:60;:::o;50040:243::-;50180:34;50176:1;50168:6;50164:14;50157:58;50249:26;50244:2;50236:6;50232:15;50225:51;50146:137;:::o;50289:229::-;50429:34;50425:1;50417:6;50413:14;50406:58;50498:12;50493:2;50485:6;50481:15;50474:37;50395:123;:::o;50524:228::-;50664:34;50660:1;50652:6;50648:14;50641:58;50733:11;50728:2;50720:6;50716:15;50709:36;50630:122;:::o;50758:182::-;50898:34;50894:1;50886:6;50882:14;50875:58;50864:76;:::o;50946:231::-;51086:34;51082:1;51074:6;51070:14;51063:58;51155:14;51150:2;51142:6;51138:15;51131:39;51052:125;:::o;51183:172::-;51323:24;51319:1;51311:6;51307:14;51300:48;51289:66;:::o;51361:182::-;51501:34;51497:1;51489:6;51485:14;51478:58;51467:76;:::o;51549:163::-;51689:15;51685:1;51677:6;51673:14;51666:39;51655:57;:::o;51718:228::-;51858:34;51854:1;51846:6;51842:14;51835:58;51927:11;51922:2;51914:6;51910:15;51903:36;51824:122;:::o;51952:234::-;52092:34;52088:1;52080:6;52076:14;52069:58;52161:17;52156:2;52148:6;52144:15;52137:42;52058:128;:::o;52192:167::-;52332:19;52328:1;52320:6;52316:14;52309:43;52298:61;:::o;52365:160::-;52505:12;52501:1;52493:6;52489:14;52482:36;52471:54;:::o;52531:233::-;52671:34;52667:1;52659:6;52655:14;52648:58;52740:16;52735:2;52727:6;52723:15;52716:41;52637:127;:::o;52770:220::-;52910:34;52906:1;52898:6;52894:14;52887:58;52979:3;52974:2;52966:6;52962:15;52955:28;52876:114;:::o;52996:174::-;53136:26;53132:1;53124:6;53120:14;53113:50;53102:68;:::o;53176:182::-;53316:34;53312:1;53304:6;53300:14;53293:58;53282:76;:::o;53364:114::-;53470:8;:::o;53484:166::-;53624:18;53620:1;53612:6;53608:14;53601:42;53590:60;:::o;53656:236::-;53796:34;53792:1;53784:6;53780:14;53773:58;53865:19;53860:2;53852:6;53848:15;53841:44;53762:130;:::o;53898:231::-;54038:34;54034:1;54026:6;54022:14;54015:58;54107:14;54102:2;54094:6;54090:15;54083:39;54004:125;:::o;54135:235::-;54275:34;54271:1;54263:6;54259:14;54252:58;54344:18;54339:2;54331:6;54327:15;54320:43;54241:129;:::o;54376:122::-;54449:24;54467:5;54449:24;:::i;:::-;54442:5;54439:35;54429:2;;54488:1;54485;54478:12;54429:2;54419:79;:::o;54504:116::-;54574:21;54589:5;54574:21;:::i;:::-;54567:5;54564:32;54554:2;;54610:1;54607;54600:12;54554:2;54544:76;:::o;54626:120::-;54698:23;54715:5;54698:23;:::i;:::-;54691:5;54688:34;54678:2;;54736:1;54733;54726:12;54678:2;54668:78;:::o;54752:122::-;54825:24;54843:5;54825:24;:::i;:::-;54818:5;54815:35;54805:2;;54864:1;54861;54854:12;54805:2;54795:79;:::o

Swarm Source

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