ERC-721
Overview
Max Total Supply
1,024 HID
Holders
538
Market
Volume (24H)
N/A
Min Price (24H)
N/A
Max Price (24H)
N/A
Other Info
Token Contract
Balance
1 HIDLoading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Contract Name:
HiddenInNoise
Compiler Version
v0.8.4+commit.c7e474f2
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2021-10-12 */ // Sources flattened with hardhat v2.6.2 https://hardhat.org // File hardhat/[email protected] // SPDX-License-Identifier: MIT pragma solidity >= 0.4.22 <0.9.0; library console { address constant CONSOLE_ADDRESS = address(0x000000000000000000636F6e736F6c652e6c6f67); function _sendLogPayload(bytes memory payload) private view { uint256 payloadLength = payload.length; address consoleAddress = CONSOLE_ADDRESS; assembly { let payloadStart := add(payload, 32) let r := staticcall(gas(), consoleAddress, payloadStart, payloadLength, 0, 0) } } function log() internal view { _sendLogPayload(abi.encodeWithSignature("log()")); } function logInt(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)); } } // File @openzeppelin/contracts/utils/introspection/[email protected] pragma solidity ^0.8.0; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can then be * queried by others ({ERC165Checker}). * * For an implementation, see {ERC165}. */ interface IERC165 { /** * @dev Returns true if this contract implements the interface defined by * `interfaceId`. See the corresponding * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] * to learn more about how these ids are created. * * This function call must use less than 30 000 gas. */ function supportsInterface(bytes4 interfaceId) external view returns (bool); } // File @openzeppelin/contracts/token/ERC721/[email protected] pragma solidity ^0.8.0; /** * @dev Required interface of an ERC721 compliant contract. */ interface IERC721 is IERC165 { /** * @dev Emitted when `tokenId` token is transferred from `from` to `to`. */ event Transfer(address indexed from, address indexed to, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token. */ event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId); /** * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets. */ event ApprovalForAll(address indexed owner, address indexed operator, bool approved); /** * @dev Returns the number of tokens in ``owner``'s account. */ function balanceOf(address owner) external view returns (uint256 balance); /** * @dev Returns the owner of the `tokenId` token. * * Requirements: * * - `tokenId` must exist. */ function ownerOf(uint256 tokenId) external view returns (address owner); /** * @dev Safely transfers `tokenId` token from `from` to `to`, 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; } // File @openzeppelin/contracts/token/ERC721/[email protected] pragma solidity ^0.8.0; /** * @title ERC721 token receiver interface * @dev Interface for any contract that wants to support safeTransfers * from ERC721 asset contracts. */ interface IERC721Receiver { /** * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom} * by `operator` from `from`, this function is called. * * It must return its Solidity selector to confirm the token transfer. * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted. * * The selector can be obtained in Solidity with `IERC721.onERC721Received.selector`. */ function onERC721Received( address operator, address from, uint256 tokenId, bytes calldata data ) external returns (bytes4); } // File @openzeppelin/contracts/token/ERC721/extensions/[email protected] pragma solidity ^0.8.0; /** * @title ERC-721 Non-Fungible Token Standard, optional metadata extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ interface IERC721Metadata is IERC721 { /** * @dev Returns the token collection name. */ function name() external view returns (string memory); /** * @dev Returns the token collection symbol. */ function symbol() external view returns (string memory); /** * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token. */ function tokenURI(uint256 tokenId) external view returns (string memory); } // File @openzeppelin/contracts/utils/[email protected] pragma solidity ^0.8.0; /** * @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); } /** * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason using the provided one. * * _Available since v4.3._ */ function verifyCallResult( bool success, bytes memory returndata, string memory errorMessage ) internal pure returns (bytes memory) { if (success) { return returndata; } else { // 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); } } } } // File @openzeppelin/contracts/utils/[email protected] pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } } // File @openzeppelin/contracts/utils/[email protected] pragma solidity ^0.8.0; /** * @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); } } // File @openzeppelin/contracts/utils/introspection/[email protected] pragma solidity ^0.8.0; /** * @dev Implementation of the {IERC165} interface. * * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check * for the additional interface id that will be supported. For example: * * ```solidity * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { * return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); * } * ``` * * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation. */ abstract contract ERC165 is IERC165 { /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(IERC165).interfaceId; } } // File @openzeppelin/contracts/token/ERC721/[email protected] pragma solidity ^0.8.0; /** * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including * the Metadata extension, but not including the Enumerable extension, which is available separately as * {ERC721Enumerable}. */ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata { using Address for address; using Strings for uint256; // Token name string private _name; // Token symbol string private _symbol; // Mapping from token ID to owner address mapping(uint256 => address) private _owners; // Mapping owner address to token count mapping(address => uint256) private _balances; // Mapping from token ID to approved address mapping(uint256 => address) private _tokenApprovals; // Mapping from owner to operator approvals mapping(address => mapping(address => bool)) private _operatorApprovals; /** * @dev Initializes the contract by setting a `name` and a `symbol` to the token collection. */ constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; } /** * @dev See {IERC165-supportsInterface}. */ function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) { return interfaceId == type(IERC721).interfaceId || interfaceId == type(IERC721Metadata).interfaceId || super.supportsInterface(interfaceId); } /** * @dev See {IERC721-balanceOf}. */ function balanceOf(address owner) public view virtual override returns (uint256) { require(owner != address(0), "ERC721: 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.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 {} } // File @openzeppelin/contracts/access/[email protected] pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _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); } } // File @openzeppelin/contracts/security/[email protected] pragma solidity ^0.8.0; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are no nested * (reentrant) calls to them. * * Note that because there is a single `nonReentrant` guard, functions marked as * `nonReentrant` may not call one another. This can be worked around by making * those functions `private`, and then adding `external` `nonReentrant` entry * points to them. * * TIP: If you would like to learn more about reentrancy and alternative ways * to protect against it, check out our blog post * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul]. */ abstract contract ReentrancyGuard { // Booleans are more expensive than uint256 or any type that takes up a full // word because each write operation emits an extra SLOAD to first read the // slot's contents, replace the bits taken up by the boolean, and then write // back. This is the compiler's defense against contract upgrades and // pointer aliasing, and it cannot be disabled. // The values being non-zero value makes deployment a bit more expensive, // but in exchange the refund on every call to nonReentrant will be lower in // amount. Since refunds are capped to a percentage of the total // transaction's gas, it is best to keep them low in cases like this one, to // increase the likelihood of the full refund coming into effect. uint256 private constant _NOT_ENTERED = 1; uint256 private constant _ENTERED = 2; uint256 private _status; constructor() { _status = _NOT_ENTERED; } /** * @dev Prevents a contract from calling itself, directly or indirectly. * Calling a `nonReentrant` function from another `nonReentrant` * function is not supported. It is possible to prevent this from happening * by making the `nonReentrant` function external, and make it call a * `private` function that does the actual work. */ modifier nonReentrant() { // On the first call to nonReentrant, _notEntered will be true require(_status != _ENTERED, "ReentrancyGuard: reentrant call"); // Any calls to nonReentrant after this point will fail _status = _ENTERED; _; // By storing the original value once again, a refund is triggered (see // https://eips.ethereum.org/EIPS/eip-2200) _status = _NOT_ENTERED; } } // File @openzeppelin/contracts/token/ERC721/extensions/[email protected] pragma solidity ^0.8.0; /** * @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); } // File @openzeppelin/contracts/token/ERC721/extensions/[email protected] pragma solidity ^0.8.0; /** * @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(); } } // File contracts/HiddenInNoise.sol pragma solidity ^0.8.4; contract HiddenInNoise is ERC721, Ownable, ERC721Enumerable, ReentrancyGuard { uint256 public constant MAX_AMOUNT = 1024; uint256 public constant PRICE = 0.404 ether; string private _tokenBaseUri = ""; bool public saleIsActive = false; bool public whiteListSaleIsActive = false; mapping(address => bool) public whitelist; constructor(string memory tokenName, string memory symbol) ERC721(tokenName, symbol) { } function withdraw() public onlyOwner { uint balance = address(this).balance; payable(msg.sender).transfer(balance); } function startSale() public onlyOwner { saleIsActive = true; } function stopSale() public onlyOwner { saleIsActive = false; } function _beforeTokenTransfer(address from, address to, uint256 tokenId) internal virtual override(ERC721, ERC721Enumerable) { super._beforeTokenTransfer(from, to, tokenId); } function _burn(uint256 tokenId) internal override(ERC721) { super._burn(tokenId); } function supportsInterface(bytes4 interfaceId) public view override(ERC721, ERC721Enumerable) returns (bool) { return super.supportsInterface(interfaceId); } function setBaseURI(string memory baseURI) public onlyOwner { _tokenBaseUri = baseURI; } function _baseURI() internal view override returns (string memory) { return _tokenBaseUri; } function addToWhitelist(address account) external onlyOwner { whitelist[account] = true; } function removeFromWhitelist(address account) public onlyOwner { whitelist[account] = false; } function startWhiteListSale() public onlyOwner { whiteListSaleIsActive = true; } function stopWhiteListSale() public onlyOwner { whiteListSaleIsActive = false; } function mintToken() public payable nonReentrant { if(whiteListSaleIsActive){ require(whitelist[msg.sender], "Only whitelist address can mint"); whitelist[msg.sender] = false; }else require(saleIsActive, "Sale must be active to mint"); require(totalSupply() + 1 <= MAX_AMOUNT, "Purchase would exceed max supply"); require(PRICE <= msg.value, "Ether value is too small"); uint mintIndex = totalSupply(); _safeMint(msg.sender, mintIndex); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"string","name":"tokenName","type":"string"},{"internalType":"string","name":"symbol","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":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","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"},{"inputs":[],"name":"MAX_AMOUNT","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"addToWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"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":[],"name":"mintToken","outputs":[],"stateMutability":"payable","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":"address","name":"account","type":"address"}],"name":"removeFromWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"saleIsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"baseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startSale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startWhiteListSale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"stopSale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"stopWhiteListSale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"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":"whiteListSaleIsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"whitelist","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
608060405260405180602001604052806000815250600c90805190602001906200002b929190620001c9565b506000600d60006101000a81548160ff0219169083151502179055506000600d60016101000a81548160ff0219169083151502179055503480156200006f57600080fd5b506040516200479d3803806200479d8339818101604052810190620000959190620002eb565b81818160009080519060200190620000af929190620001c9565b508060019080519060200190620000c8929190620001c9565b505050620000eb620000df620000fb60201b60201c565b6200010360201b60201c565b6001600b819055505050620004ce565b600033905090565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b828054620001d790620003f3565b90600052602060002090601f016020900481019282620001fb576000855562000247565b82601f106200021657805160ff191683800117855562000247565b8280016001018555821562000247579182015b828111156200024657825182559160200191906001019062000229565b5b5090506200025691906200025a565b5090565b5b80821115620002755760008160009055506001016200025b565b5090565b6000620002906200028a8462000387565b6200035e565b905082815260208101848484011115620002a957600080fd5b620002b6848285620003bd565b509392505050565b600082601f830112620002d057600080fd5b8151620002e284826020860162000279565b91505092915050565b60008060408385031215620002ff57600080fd5b600083015167ffffffffffffffff8111156200031a57600080fd5b6200032885828601620002be565b925050602083015167ffffffffffffffff8111156200034657600080fd5b6200035485828601620002be565b9150509250929050565b60006200036a6200037d565b905062000378828262000429565b919050565b6000604051905090565b600067ffffffffffffffff821115620003a557620003a46200048e565b5b620003b082620004bd565b9050602081019050919050565b60005b83811015620003dd578082015181840152602081019050620003c0565b83811115620003ed576000848401525b50505050565b600060028204905060018216806200040c57607f821691505b602082108114156200042357620004226200045f565b5b50919050565b6200043482620004bd565b810181811067ffffffffffffffff821117156200045657620004556200048e565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b6142bf80620004de6000396000f3fe6080604052600436106101ee5760003560e01c80638ab1d6811161010d578063b88d4fde116100a0578063e43252d71161006f578063e43252d7146106a4578063e985e9c5146106cd578063eb8d24441461070a578063f2fde38b14610735578063f54b70bf1461075e576101ee565b8063b88d4fde146105fc578063c87b56dd14610625578063d40dc87014610662578063e36b0b371461068d576101ee565b80639b19251a116100dc5780639b19251a14610554578063a149a90714610591578063a22cb465146105bc578063b66a0e5d146105e5576101ee565b80638ab1d681146104aa5780638d859f3e146104d35780638da5cb5b146104fe57806395d89b4114610529576101ee565b80633ccfd60b1161018557806355f804b31161015457806355f804b3146103f05780636352211e1461041957806370a0823114610456578063715018a614610493576101ee565b80633ccfd60b1461035c578063409e7e981461037357806342842e0e1461038a5780634f6ccce7146103b3576101ee565b806318160ddd116101c157806318160ddd146102c15780632004ffd9146102ec57806323b872dd146102f65780632f745c591461031f576101ee565b806301ffc9a7146101f357806306fdde0314610230578063081812fc1461025b578063095ea7b314610298575b600080fd5b3480156101ff57600080fd5b5061021a60048036038101906102159190613011565b610775565b604051610227919061354d565b60405180910390f35b34801561023c57600080fd5b50610245610787565b6040516102529190613568565b60405180910390f35b34801561026757600080fd5b50610282600480360381019061027d91906130a4565b610819565b60405161028f91906134e6565b60405180910390f35b3480156102a457600080fd5b506102bf60048036038101906102ba9190612fd5565b61089e565b005b3480156102cd57600080fd5b506102d66109b6565b6040516102e3919061386a565b60405180910390f35b6102f46109c3565b005b34801561030257600080fd5b5061031d60048036038101906103189190612ecf565b610c23565b005b34801561032b57600080fd5b5061034660048036038101906103419190612fd5565b610c83565b604051610353919061386a565b60405180910390f35b34801561036857600080fd5b50610371610d28565b005b34801561037f57600080fd5b50610388610df3565b005b34801561039657600080fd5b506103b160048036038101906103ac9190612ecf565b610e8c565b005b3480156103bf57600080fd5b506103da60048036038101906103d591906130a4565b610eac565b6040516103e7919061386a565b60405180910390f35b3480156103fc57600080fd5b5061041760048036038101906104129190613063565b610f43565b005b34801561042557600080fd5b50610440600480360381019061043b91906130a4565b610fd9565b60405161044d91906134e6565b60405180910390f35b34801561046257600080fd5b5061047d60048036038101906104789190612e6a565b61108b565b60405161048a919061386a565b60405180910390f35b34801561049f57600080fd5b506104a8611143565b005b3480156104b657600080fd5b506104d160048036038101906104cc9190612e6a565b6111cb565b005b3480156104df57600080fd5b506104e86112a2565b6040516104f5919061386a565b60405180910390f35b34801561050a57600080fd5b506105136112ae565b60405161052091906134e6565b60405180910390f35b34801561053557600080fd5b5061053e6112d8565b60405161054b9190613568565b60405180910390f35b34801561056057600080fd5b5061057b60048036038101906105769190612e6a565b61136a565b604051610588919061354d565b60405180910390f35b34801561059d57600080fd5b506105a661138a565b6040516105b3919061354d565b60405180910390f35b3480156105c857600080fd5b506105e360048036038101906105de9190612f99565b61139d565b005b3480156105f157600080fd5b506105fa61151e565b005b34801561060857600080fd5b50610623600480360381019061061e9190612f1e565b6115b7565b005b34801561063157600080fd5b5061064c600480360381019061064791906130a4565b611619565b6040516106599190613568565b60405180910390f35b34801561066e57600080fd5b506106776116c0565b604051610684919061386a565b60405180910390f35b34801561069957600080fd5b506106a26116c6565b005b3480156106b057600080fd5b506106cb60048036038101906106c69190612e6a565b61175f565b005b3480156106d957600080fd5b506106f460048036038101906106ef9190612e93565b611836565b604051610701919061354d565b60405180910390f35b34801561071657600080fd5b5061071f6118ca565b60405161072c919061354d565b60405180910390f35b34801561074157600080fd5b5061075c60048036038101906107579190612e6a565b6118dd565b005b34801561076a57600080fd5b506107736119d5565b005b600061078082611a6e565b9050919050565b60606000805461079690613ac0565b80601f01602080910402602001604051908101604052809291908181526020018280546107c290613ac0565b801561080f5780601f106107e45761010080835404028352916020019161080f565b820191906000526020600020905b8154815290600101906020018083116107f257829003601f168201915b5050505050905090565b600061082482611ae8565b610863576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161085a9061374a565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006108a982610fd9565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561091a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610911906137ea565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610939611b54565b73ffffffffffffffffffffffffffffffffffffffff161480610968575061096781610962611b54565b611836565b5b6109a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161099e9061368a565b60405180910390fd5b6109b18383611b5c565b505050565b6000600980549050905090565b6002600b541415610a09576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a009061384a565b60405180910390fd5b6002600b81905550600d60019054906101000a900460ff1615610b0f57600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16610ab2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610aa9906136ea565b60405180910390fd5b6000600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550610b5f565b600d60009054906101000a900460ff16610b5e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b559061364a565b60405180910390fd5b5b6104006001610b6c6109b6565b610b76919061394f565b1115610bb7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bae9061370a565b60405180910390fd5b3467059b4bdc094200001115610c02576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bf99061376a565b60405180910390fd5b6000610c0c6109b6565b9050610c183382611c15565b506001600b81905550565b610c34610c2e611b54565b82611c33565b610c73576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6a9061380a565b60405180910390fd5b610c7e838383611d11565b505050565b6000610c8e8361108b565b8210610ccf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cc69061358a565b60405180910390fd5b600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b610d30611b54565b73ffffffffffffffffffffffffffffffffffffffff16610d4e6112ae565b73ffffffffffffffffffffffffffffffffffffffff1614610da4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d9b9061378a565b60405180910390fd5b60004790503373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015610def573d6000803e3d6000fd5b5050565b610dfb611b54565b73ffffffffffffffffffffffffffffffffffffffff16610e196112ae565b73ffffffffffffffffffffffffffffffffffffffff1614610e6f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e669061378a565b60405180910390fd5b6000600d60016101000a81548160ff021916908315150217905550565b610ea7838383604051806020016040528060008152506115b7565b505050565b6000610eb66109b6565b8210610ef7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eee9061382a565b60405180910390fd5b60098281548110610f31577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b610f4b611b54565b73ffffffffffffffffffffffffffffffffffffffff16610f696112ae565b73ffffffffffffffffffffffffffffffffffffffff1614610fbf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fb69061378a565b60405180910390fd5b80600c9080519060200190610fd5929190612c8e565b5050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611082576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611079906136ca565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156110fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110f3906136aa565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61114b611b54565b73ffffffffffffffffffffffffffffffffffffffff166111696112ae565b73ffffffffffffffffffffffffffffffffffffffff16146111bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b69061378a565b60405180910390fd5b6111c96000611f6d565b565b6111d3611b54565b73ffffffffffffffffffffffffffffffffffffffff166111f16112ae565b73ffffffffffffffffffffffffffffffffffffffff1614611247576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161123e9061378a565b60405180910390fd5b6000600e60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b67059b4bdc0942000081565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600180546112e790613ac0565b80601f016020809104026020016040519081016040528092919081815260200182805461131390613ac0565b80156113605780601f1061133557610100808354040283529160200191611360565b820191906000526020600020905b81548152906001019060200180831161134357829003601f168201915b5050505050905090565b600e6020528060005260406000206000915054906101000a900460ff1681565b600d60019054906101000a900460ff1681565b6113a5611b54565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611413576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161140a9061362a565b60405180910390fd5b8060056000611420611b54565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff166114cd611b54565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611512919061354d565b60405180910390a35050565b611526611b54565b73ffffffffffffffffffffffffffffffffffffffff166115446112ae565b73ffffffffffffffffffffffffffffffffffffffff161461159a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115919061378a565b60405180910390fd5b6001600d60006101000a81548160ff021916908315150217905550565b6115c86115c2611b54565b83611c33565b611607576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115fe9061380a565b60405180910390fd5b61161384848484612033565b50505050565b606061162482611ae8565b611663576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161165a906137ca565b60405180910390fd5b600061166d61208f565b9050600081511161168d57604051806020016040528060008152506116b8565b8061169784612121565b6040516020016116a89291906134c2565b6040516020818303038152906040525b915050919050565b61040081565b6116ce611b54565b73ffffffffffffffffffffffffffffffffffffffff166116ec6112ae565b73ffffffffffffffffffffffffffffffffffffffff1614611742576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117399061378a565b60405180910390fd5b6000600d60006101000a81548160ff021916908315150217905550565b611767611b54565b73ffffffffffffffffffffffffffffffffffffffff166117856112ae565b73ffffffffffffffffffffffffffffffffffffffff16146117db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117d29061378a565b60405180910390fd5b6001600e60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600d60009054906101000a900460ff1681565b6118e5611b54565b73ffffffffffffffffffffffffffffffffffffffff166119036112ae565b73ffffffffffffffffffffffffffffffffffffffff1614611959576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119509061378a565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156119c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c0906135ca565b60405180910390fd5b6119d281611f6d565b50565b6119dd611b54565b73ffffffffffffffffffffffffffffffffffffffff166119fb6112ae565b73ffffffffffffffffffffffffffffffffffffffff1614611a51576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a489061378a565b60405180910390fd5b6001600d60016101000a81548160ff021916908315150217905550565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480611ae15750611ae0826122ce565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16611bcf83610fd9565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b611c2f8282604051806020016040528060008152506123b0565b5050565b6000611c3e82611ae8565b611c7d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c749061366a565b60405180910390fd5b6000611c8883610fd9565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611cf757508373ffffffffffffffffffffffffffffffffffffffff16611cdf84610819565b73ffffffffffffffffffffffffffffffffffffffff16145b80611d085750611d078185611836565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16611d3182610fd9565b73ffffffffffffffffffffffffffffffffffffffff1614611d87576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d7e906137aa565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611df7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dee9061360a565b60405180910390fd5b611e0283838361240b565b611e0d600082611b5c565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611e5d91906139d6565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611eb4919061394f565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b61203e848484611d11565b61204a8484848461241b565b612089576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612080906135aa565b60405180910390fd5b50505050565b6060600c805461209e90613ac0565b80601f01602080910402602001604051908101604052809291908181526020018280546120ca90613ac0565b80156121175780601f106120ec57610100808354040283529160200191612117565b820191906000526020600020905b8154815290600101906020018083116120fa57829003601f168201915b5050505050905090565b60606000821415612169576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506122c9565b600082905060005b6000821461219b57808061218490613b23565b915050600a8261219491906139a5565b9150612171565b60008167ffffffffffffffff8111156121dd577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f19166020018201604052801561220f5781602001600182028036833780820191505090505b5090505b600085146122c25760018261222891906139d6565b9150600a856122379190613b6c565b6030612243919061394f565b60f81b81838151811061227f577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856122bb91906139a5565b9450612213565b8093505050505b919050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061239957507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806123a957506123a8826125b2565b5b9050919050565b6123ba838361261c565b6123c7600084848461241b565b612406576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123fd906135aa565b60405180910390fd5b505050565b6124168383836127ea565b505050565b600061243c8473ffffffffffffffffffffffffffffffffffffffff166128fe565b156125a5578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02612465611b54565b8786866040518563ffffffff1660e01b81526004016124879493929190613501565b602060405180830381600087803b1580156124a157600080fd5b505af19250505080156124d257506040513d601f19601f820116820180604052508101906124cf919061303a565b60015b612555573d8060008114612502576040519150601f19603f3d011682016040523d82523d6000602084013e612507565b606091505b5060008151141561254d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612544906135aa565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506125aa565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561268c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126839061372a565b60405180910390fd5b61269581611ae8565b156126d5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126cc906135ea565b60405180910390fd5b6126e16000838361240b565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612731919061394f565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6127f5838383612911565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156128385761283381612916565b612877565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161461287657612875838261295f565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156128ba576128b581612acc565b6128f9565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146128f8576128f78282612c0f565b5b5b505050565b600080823b905060008111915050919050565b505050565b600980549050600a600083815260200190815260200160002081905550600981908060018154018082558091505060019003906000526020600020016000909190919091505550565b6000600161296c8461108b565b61297691906139d6565b9050600060086000848152602001908152602001600020549050818114612a5b576000600760008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600760008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816008600083815260200190815260200160002081905550505b6008600084815260200190815260200160002060009055600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600980549050612ae091906139d6565b90506000600a6000848152602001908152602001600020549050600060098381548110612b36577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020015490508060098381548110612b7e577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020018190555081600a600083815260200190815260200160002081905550600a6000858152602001908152602001600020600090556009805480612bf3577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b6000612c1a8361108b565b905081600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806008600084815260200190815260200160002081905550505050565b828054612c9a90613ac0565b90600052602060002090601f016020900481019282612cbc5760008555612d03565b82601f10612cd557805160ff1916838001178555612d03565b82800160010185558215612d03579182015b82811115612d02578251825591602001919060010190612ce7565b5b509050612d109190612d14565b5090565b5b80821115612d2d576000816000905550600101612d15565b5090565b6000612d44612d3f846138aa565b613885565b905082815260208101848484011115612d5c57600080fd5b612d67848285613a7e565b509392505050565b6000612d82612d7d846138db565b613885565b905082815260208101848484011115612d9a57600080fd5b612da5848285613a7e565b509392505050565b600081359050612dbc8161422d565b92915050565b600081359050612dd181614244565b92915050565b600081359050612de68161425b565b92915050565b600081519050612dfb8161425b565b92915050565b600082601f830112612e1257600080fd5b8135612e22848260208601612d31565b91505092915050565b600082601f830112612e3c57600080fd5b8135612e4c848260208601612d6f565b91505092915050565b600081359050612e6481614272565b92915050565b600060208284031215612e7c57600080fd5b6000612e8a84828501612dad565b91505092915050565b60008060408385031215612ea657600080fd5b6000612eb485828601612dad565b9250506020612ec585828601612dad565b9150509250929050565b600080600060608486031215612ee457600080fd5b6000612ef286828701612dad565b9350506020612f0386828701612dad565b9250506040612f1486828701612e55565b9150509250925092565b60008060008060808587031215612f3457600080fd5b6000612f4287828801612dad565b9450506020612f5387828801612dad565b9350506040612f6487828801612e55565b925050606085013567ffffffffffffffff811115612f8157600080fd5b612f8d87828801612e01565b91505092959194509250565b60008060408385031215612fac57600080fd5b6000612fba85828601612dad565b9250506020612fcb85828601612dc2565b9150509250929050565b60008060408385031215612fe857600080fd5b6000612ff685828601612dad565b925050602061300785828601612e55565b9150509250929050565b60006020828403121561302357600080fd5b600061303184828501612dd7565b91505092915050565b60006020828403121561304c57600080fd5b600061305a84828501612dec565b91505092915050565b60006020828403121561307557600080fd5b600082013567ffffffffffffffff81111561308f57600080fd5b61309b84828501612e2b565b91505092915050565b6000602082840312156130b657600080fd5b60006130c484828501612e55565b91505092915050565b6130d681613a0a565b82525050565b6130e581613a1c565b82525050565b60006130f68261390c565b6131008185613922565b9350613110818560208601613a8d565b61311981613c59565b840191505092915050565b600061312f82613917565b6131398185613933565b9350613149818560208601613a8d565b61315281613c59565b840191505092915050565b600061316882613917565b6131728185613944565b9350613182818560208601613a8d565b80840191505092915050565b600061319b602b83613933565b91506131a682613c6a565b604082019050919050565b60006131be603283613933565b91506131c982613cb9565b604082019050919050565b60006131e1602683613933565b91506131ec82613d08565b604082019050919050565b6000613204601c83613933565b915061320f82613d57565b602082019050919050565b6000613227602483613933565b915061323282613d80565b604082019050919050565b600061324a601983613933565b915061325582613dcf565b602082019050919050565b600061326d601b83613933565b915061327882613df8565b602082019050919050565b6000613290602c83613933565b915061329b82613e21565b604082019050919050565b60006132b3603883613933565b91506132be82613e70565b604082019050919050565b60006132d6602a83613933565b91506132e182613ebf565b604082019050919050565b60006132f9602983613933565b915061330482613f0e565b604082019050919050565b600061331c601f83613933565b915061332782613f5d565b602082019050919050565b600061333f602083613933565b915061334a82613f86565b602082019050919050565b6000613362602083613933565b915061336d82613faf565b602082019050919050565b6000613385602c83613933565b915061339082613fd8565b604082019050919050565b60006133a8601883613933565b91506133b382614027565b602082019050919050565b60006133cb602083613933565b91506133d682614050565b602082019050919050565b60006133ee602983613933565b91506133f982614079565b604082019050919050565b6000613411602f83613933565b915061341c826140c8565b604082019050919050565b6000613434602183613933565b915061343f82614117565b604082019050919050565b6000613457603183613933565b915061346282614166565b604082019050919050565b600061347a602c83613933565b9150613485826141b5565b604082019050919050565b600061349d601f83613933565b91506134a882614204565b602082019050919050565b6134bc81613a74565b82525050565b60006134ce828561315d565b91506134da828461315d565b91508190509392505050565b60006020820190506134fb60008301846130cd565b92915050565b600060808201905061351660008301876130cd565b61352360208301866130cd565b61353060408301856134b3565b818103606083015261354281846130eb565b905095945050505050565b600060208201905061356260008301846130dc565b92915050565b600060208201905081810360008301526135828184613124565b905092915050565b600060208201905081810360008301526135a38161318e565b9050919050565b600060208201905081810360008301526135c3816131b1565b9050919050565b600060208201905081810360008301526135e3816131d4565b9050919050565b60006020820190508181036000830152613603816131f7565b9050919050565b600060208201905081810360008301526136238161321a565b9050919050565b600060208201905081810360008301526136438161323d565b9050919050565b6000602082019050818103600083015261366381613260565b9050919050565b6000602082019050818103600083015261368381613283565b9050919050565b600060208201905081810360008301526136a3816132a6565b9050919050565b600060208201905081810360008301526136c3816132c9565b9050919050565b600060208201905081810360008301526136e3816132ec565b9050919050565b600060208201905081810360008301526137038161330f565b9050919050565b6000602082019050818103600083015261372381613332565b9050919050565b6000602082019050818103600083015261374381613355565b9050919050565b6000602082019050818103600083015261376381613378565b9050919050565b600060208201905081810360008301526137838161339b565b9050919050565b600060208201905081810360008301526137a3816133be565b9050919050565b600060208201905081810360008301526137c3816133e1565b9050919050565b600060208201905081810360008301526137e381613404565b9050919050565b6000602082019050818103600083015261380381613427565b9050919050565b600060208201905081810360008301526138238161344a565b9050919050565b600060208201905081810360008301526138438161346d565b9050919050565b6000602082019050818103600083015261386381613490565b9050919050565b600060208201905061387f60008301846134b3565b92915050565b600061388f6138a0565b905061389b8282613af2565b919050565b6000604051905090565b600067ffffffffffffffff8211156138c5576138c4613c2a565b5b6138ce82613c59565b9050602081019050919050565b600067ffffffffffffffff8211156138f6576138f5613c2a565b5b6138ff82613c59565b9050602081019050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061395a82613a74565b915061396583613a74565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561399a57613999613b9d565b5b828201905092915050565b60006139b082613a74565b91506139bb83613a74565b9250826139cb576139ca613bcc565b5b828204905092915050565b60006139e182613a74565b91506139ec83613a74565b9250828210156139ff576139fe613b9d565b5b828203905092915050565b6000613a1582613a54565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015613aab578082015181840152602081019050613a90565b83811115613aba576000848401525b50505050565b60006002820490506001821680613ad857607f821691505b60208210811415613aec57613aeb613bfb565b5b50919050565b613afb82613c59565b810181811067ffffffffffffffff82111715613b1a57613b19613c2a565b5b80604052505050565b6000613b2e82613a74565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613b6157613b60613b9d565b5b600182019050919050565b6000613b7782613a74565b9150613b8283613a74565b925082613b9257613b91613bcc565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f53616c65206d7573742062652061637469766520746f206d696e740000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4f6e6c792077686974656c69737420616464726573732063616e206d696e7400600082015250565b7f507572636861736520776f756c6420657863656564206d617820737570706c79600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f45746865722076616c756520697320746f6f20736d616c6c0000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b61423681613a0a565b811461424157600080fd5b50565b61424d81613a1c565b811461425857600080fd5b50565b61426481613a28565b811461426f57600080fd5b50565b61427b81613a74565b811461428657600080fd5b5056fea2646970667358221220ea34ffd8e2db889cb4e0ce1a34ba6aa7899db35002808724cf310e0fa98ffe3064736f6c6343000804003300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000f48494444454e20494e204e4f495345000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034849440000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x6080604052600436106101ee5760003560e01c80638ab1d6811161010d578063b88d4fde116100a0578063e43252d71161006f578063e43252d7146106a4578063e985e9c5146106cd578063eb8d24441461070a578063f2fde38b14610735578063f54b70bf1461075e576101ee565b8063b88d4fde146105fc578063c87b56dd14610625578063d40dc87014610662578063e36b0b371461068d576101ee565b80639b19251a116100dc5780639b19251a14610554578063a149a90714610591578063a22cb465146105bc578063b66a0e5d146105e5576101ee565b80638ab1d681146104aa5780638d859f3e146104d35780638da5cb5b146104fe57806395d89b4114610529576101ee565b80633ccfd60b1161018557806355f804b31161015457806355f804b3146103f05780636352211e1461041957806370a0823114610456578063715018a614610493576101ee565b80633ccfd60b1461035c578063409e7e981461037357806342842e0e1461038a5780634f6ccce7146103b3576101ee565b806318160ddd116101c157806318160ddd146102c15780632004ffd9146102ec57806323b872dd146102f65780632f745c591461031f576101ee565b806301ffc9a7146101f357806306fdde0314610230578063081812fc1461025b578063095ea7b314610298575b600080fd5b3480156101ff57600080fd5b5061021a60048036038101906102159190613011565b610775565b604051610227919061354d565b60405180910390f35b34801561023c57600080fd5b50610245610787565b6040516102529190613568565b60405180910390f35b34801561026757600080fd5b50610282600480360381019061027d91906130a4565b610819565b60405161028f91906134e6565b60405180910390f35b3480156102a457600080fd5b506102bf60048036038101906102ba9190612fd5565b61089e565b005b3480156102cd57600080fd5b506102d66109b6565b6040516102e3919061386a565b60405180910390f35b6102f46109c3565b005b34801561030257600080fd5b5061031d60048036038101906103189190612ecf565b610c23565b005b34801561032b57600080fd5b5061034660048036038101906103419190612fd5565b610c83565b604051610353919061386a565b60405180910390f35b34801561036857600080fd5b50610371610d28565b005b34801561037f57600080fd5b50610388610df3565b005b34801561039657600080fd5b506103b160048036038101906103ac9190612ecf565b610e8c565b005b3480156103bf57600080fd5b506103da60048036038101906103d591906130a4565b610eac565b6040516103e7919061386a565b60405180910390f35b3480156103fc57600080fd5b5061041760048036038101906104129190613063565b610f43565b005b34801561042557600080fd5b50610440600480360381019061043b91906130a4565b610fd9565b60405161044d91906134e6565b60405180910390f35b34801561046257600080fd5b5061047d60048036038101906104789190612e6a565b61108b565b60405161048a919061386a565b60405180910390f35b34801561049f57600080fd5b506104a8611143565b005b3480156104b657600080fd5b506104d160048036038101906104cc9190612e6a565b6111cb565b005b3480156104df57600080fd5b506104e86112a2565b6040516104f5919061386a565b60405180910390f35b34801561050a57600080fd5b506105136112ae565b60405161052091906134e6565b60405180910390f35b34801561053557600080fd5b5061053e6112d8565b60405161054b9190613568565b60405180910390f35b34801561056057600080fd5b5061057b60048036038101906105769190612e6a565b61136a565b604051610588919061354d565b60405180910390f35b34801561059d57600080fd5b506105a661138a565b6040516105b3919061354d565b60405180910390f35b3480156105c857600080fd5b506105e360048036038101906105de9190612f99565b61139d565b005b3480156105f157600080fd5b506105fa61151e565b005b34801561060857600080fd5b50610623600480360381019061061e9190612f1e565b6115b7565b005b34801561063157600080fd5b5061064c600480360381019061064791906130a4565b611619565b6040516106599190613568565b60405180910390f35b34801561066e57600080fd5b506106776116c0565b604051610684919061386a565b60405180910390f35b34801561069957600080fd5b506106a26116c6565b005b3480156106b057600080fd5b506106cb60048036038101906106c69190612e6a565b61175f565b005b3480156106d957600080fd5b506106f460048036038101906106ef9190612e93565b611836565b604051610701919061354d565b60405180910390f35b34801561071657600080fd5b5061071f6118ca565b60405161072c919061354d565b60405180910390f35b34801561074157600080fd5b5061075c60048036038101906107579190612e6a565b6118dd565b005b34801561076a57600080fd5b506107736119d5565b005b600061078082611a6e565b9050919050565b60606000805461079690613ac0565b80601f01602080910402602001604051908101604052809291908181526020018280546107c290613ac0565b801561080f5780601f106107e45761010080835404028352916020019161080f565b820191906000526020600020905b8154815290600101906020018083116107f257829003601f168201915b5050505050905090565b600061082482611ae8565b610863576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161085a9061374a565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006108a982610fd9565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561091a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610911906137ea565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610939611b54565b73ffffffffffffffffffffffffffffffffffffffff161480610968575061096781610962611b54565b611836565b5b6109a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161099e9061368a565b60405180910390fd5b6109b18383611b5c565b505050565b6000600980549050905090565b6002600b541415610a09576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a009061384a565b60405180910390fd5b6002600b81905550600d60019054906101000a900460ff1615610b0f57600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16610ab2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610aa9906136ea565b60405180910390fd5b6000600e60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550610b5f565b600d60009054906101000a900460ff16610b5e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b559061364a565b60405180910390fd5b5b6104006001610b6c6109b6565b610b76919061394f565b1115610bb7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bae9061370a565b60405180910390fd5b3467059b4bdc094200001115610c02576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bf99061376a565b60405180910390fd5b6000610c0c6109b6565b9050610c183382611c15565b506001600b81905550565b610c34610c2e611b54565b82611c33565b610c73576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6a9061380a565b60405180910390fd5b610c7e838383611d11565b505050565b6000610c8e8361108b565b8210610ccf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cc69061358a565b60405180910390fd5b600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b610d30611b54565b73ffffffffffffffffffffffffffffffffffffffff16610d4e6112ae565b73ffffffffffffffffffffffffffffffffffffffff1614610da4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d9b9061378a565b60405180910390fd5b60004790503373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015610def573d6000803e3d6000fd5b5050565b610dfb611b54565b73ffffffffffffffffffffffffffffffffffffffff16610e196112ae565b73ffffffffffffffffffffffffffffffffffffffff1614610e6f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e669061378a565b60405180910390fd5b6000600d60016101000a81548160ff021916908315150217905550565b610ea7838383604051806020016040528060008152506115b7565b505050565b6000610eb66109b6565b8210610ef7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eee9061382a565b60405180910390fd5b60098281548110610f31577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b90600052602060002001549050919050565b610f4b611b54565b73ffffffffffffffffffffffffffffffffffffffff16610f696112ae565b73ffffffffffffffffffffffffffffffffffffffff1614610fbf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fb69061378a565b60405180910390fd5b80600c9080519060200190610fd5929190612c8e565b5050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611082576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611079906136ca565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156110fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110f3906136aa565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61114b611b54565b73ffffffffffffffffffffffffffffffffffffffff166111696112ae565b73ffffffffffffffffffffffffffffffffffffffff16146111bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b69061378a565b60405180910390fd5b6111c96000611f6d565b565b6111d3611b54565b73ffffffffffffffffffffffffffffffffffffffff166111f16112ae565b73ffffffffffffffffffffffffffffffffffffffff1614611247576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161123e9061378a565b60405180910390fd5b6000600e60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b67059b4bdc0942000081565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600180546112e790613ac0565b80601f016020809104026020016040519081016040528092919081815260200182805461131390613ac0565b80156113605780601f1061133557610100808354040283529160200191611360565b820191906000526020600020905b81548152906001019060200180831161134357829003601f168201915b5050505050905090565b600e6020528060005260406000206000915054906101000a900460ff1681565b600d60019054906101000a900460ff1681565b6113a5611b54565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611413576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161140a9061362a565b60405180910390fd5b8060056000611420611b54565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff166114cd611b54565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611512919061354d565b60405180910390a35050565b611526611b54565b73ffffffffffffffffffffffffffffffffffffffff166115446112ae565b73ffffffffffffffffffffffffffffffffffffffff161461159a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115919061378a565b60405180910390fd5b6001600d60006101000a81548160ff021916908315150217905550565b6115c86115c2611b54565b83611c33565b611607576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115fe9061380a565b60405180910390fd5b61161384848484612033565b50505050565b606061162482611ae8565b611663576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161165a906137ca565b60405180910390fd5b600061166d61208f565b9050600081511161168d57604051806020016040528060008152506116b8565b8061169784612121565b6040516020016116a89291906134c2565b6040516020818303038152906040525b915050919050565b61040081565b6116ce611b54565b73ffffffffffffffffffffffffffffffffffffffff166116ec6112ae565b73ffffffffffffffffffffffffffffffffffffffff1614611742576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117399061378a565b60405180910390fd5b6000600d60006101000a81548160ff021916908315150217905550565b611767611b54565b73ffffffffffffffffffffffffffffffffffffffff166117856112ae565b73ffffffffffffffffffffffffffffffffffffffff16146117db576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117d29061378a565b60405180910390fd5b6001600e60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600d60009054906101000a900460ff1681565b6118e5611b54565b73ffffffffffffffffffffffffffffffffffffffff166119036112ae565b73ffffffffffffffffffffffffffffffffffffffff1614611959576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119509061378a565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156119c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119c0906135ca565b60405180910390fd5b6119d281611f6d565b50565b6119dd611b54565b73ffffffffffffffffffffffffffffffffffffffff166119fb6112ae565b73ffffffffffffffffffffffffffffffffffffffff1614611a51576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a489061378a565b60405180910390fd5b6001600d60016101000a81548160ff021916908315150217905550565b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161480611ae15750611ae0826122ce565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16611bcf83610fd9565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b611c2f8282604051806020016040528060008152506123b0565b5050565b6000611c3e82611ae8565b611c7d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c749061366a565b60405180910390fd5b6000611c8883610fd9565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611cf757508373ffffffffffffffffffffffffffffffffffffffff16611cdf84610819565b73ffffffffffffffffffffffffffffffffffffffff16145b80611d085750611d078185611836565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff16611d3182610fd9565b73ffffffffffffffffffffffffffffffffffffffff1614611d87576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d7e906137aa565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611df7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dee9061360a565b60405180910390fd5b611e0283838361240b565b611e0d600082611b5c565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611e5d91906139d6565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611eb4919061394f565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b61203e848484611d11565b61204a8484848461241b565b612089576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612080906135aa565b60405180910390fd5b50505050565b6060600c805461209e90613ac0565b80601f01602080910402602001604051908101604052809291908181526020018280546120ca90613ac0565b80156121175780601f106120ec57610100808354040283529160200191612117565b820191906000526020600020905b8154815290600101906020018083116120fa57829003601f168201915b5050505050905090565b60606000821415612169576040518060400160405280600181526020017f300000000000000000000000000000000000000000000000000000000000000081525090506122c9565b600082905060005b6000821461219b57808061218490613b23565b915050600a8261219491906139a5565b9150612171565b60008167ffffffffffffffff8111156121dd577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f19166020018201604052801561220f5781602001600182028036833780820191505090505b5090505b600085146122c25760018261222891906139d6565b9150600a856122379190613b6c565b6030612243919061394f565b60f81b81838151811061227f577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a856122bb91906139a5565b9450612213565b8093505050505b919050565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061239957507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806123a957506123a8826125b2565b5b9050919050565b6123ba838361261c565b6123c7600084848461241b565b612406576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123fd906135aa565b60405180910390fd5b505050565b6124168383836127ea565b505050565b600061243c8473ffffffffffffffffffffffffffffffffffffffff166128fe565b156125a5578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02612465611b54565b8786866040518563ffffffff1660e01b81526004016124879493929190613501565b602060405180830381600087803b1580156124a157600080fd5b505af19250505080156124d257506040513d601f19601f820116820180604052508101906124cf919061303a565b60015b612555573d8060008114612502576040519150601f19603f3d011682016040523d82523d6000602084013e612507565b606091505b5060008151141561254d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612544906135aa565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149150506125aa565b600190505b949350505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561268c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126839061372a565b60405180910390fd5b61269581611ae8565b156126d5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126cc906135ea565b60405180910390fd5b6126e16000838361240b565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254612731919061394f565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6127f5838383612911565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156128385761283381612916565b612877565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161461287657612875838261295f565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156128ba576128b581612acc565b6128f9565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146128f8576128f78282612c0f565b5b5b505050565b600080823b905060008111915050919050565b505050565b600980549050600a600083815260200190815260200160002081905550600981908060018154018082558091505060019003906000526020600020016000909190919091505550565b6000600161296c8461108b565b61297691906139d6565b9050600060086000848152602001908152602001600020549050818114612a5b576000600760008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600760008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816008600083815260200190815260200160002081905550505b6008600084815260200190815260200160002060009055600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b60006001600980549050612ae091906139d6565b90506000600a6000848152602001908152602001600020549050600060098381548110612b36577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020015490508060098381548110612b7e577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b906000526020600020018190555081600a600083815260200190815260200160002081905550600a6000858152602001908152602001600020600090556009805480612bf3577f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b6000612c1a8361108b565b905081600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806008600084815260200190815260200160002081905550505050565b828054612c9a90613ac0565b90600052602060002090601f016020900481019282612cbc5760008555612d03565b82601f10612cd557805160ff1916838001178555612d03565b82800160010185558215612d03579182015b82811115612d02578251825591602001919060010190612ce7565b5b509050612d109190612d14565b5090565b5b80821115612d2d576000816000905550600101612d15565b5090565b6000612d44612d3f846138aa565b613885565b905082815260208101848484011115612d5c57600080fd5b612d67848285613a7e565b509392505050565b6000612d82612d7d846138db565b613885565b905082815260208101848484011115612d9a57600080fd5b612da5848285613a7e565b509392505050565b600081359050612dbc8161422d565b92915050565b600081359050612dd181614244565b92915050565b600081359050612de68161425b565b92915050565b600081519050612dfb8161425b565b92915050565b600082601f830112612e1257600080fd5b8135612e22848260208601612d31565b91505092915050565b600082601f830112612e3c57600080fd5b8135612e4c848260208601612d6f565b91505092915050565b600081359050612e6481614272565b92915050565b600060208284031215612e7c57600080fd5b6000612e8a84828501612dad565b91505092915050565b60008060408385031215612ea657600080fd5b6000612eb485828601612dad565b9250506020612ec585828601612dad565b9150509250929050565b600080600060608486031215612ee457600080fd5b6000612ef286828701612dad565b9350506020612f0386828701612dad565b9250506040612f1486828701612e55565b9150509250925092565b60008060008060808587031215612f3457600080fd5b6000612f4287828801612dad565b9450506020612f5387828801612dad565b9350506040612f6487828801612e55565b925050606085013567ffffffffffffffff811115612f8157600080fd5b612f8d87828801612e01565b91505092959194509250565b60008060408385031215612fac57600080fd5b6000612fba85828601612dad565b9250506020612fcb85828601612dc2565b9150509250929050565b60008060408385031215612fe857600080fd5b6000612ff685828601612dad565b925050602061300785828601612e55565b9150509250929050565b60006020828403121561302357600080fd5b600061303184828501612dd7565b91505092915050565b60006020828403121561304c57600080fd5b600061305a84828501612dec565b91505092915050565b60006020828403121561307557600080fd5b600082013567ffffffffffffffff81111561308f57600080fd5b61309b84828501612e2b565b91505092915050565b6000602082840312156130b657600080fd5b60006130c484828501612e55565b91505092915050565b6130d681613a0a565b82525050565b6130e581613a1c565b82525050565b60006130f68261390c565b6131008185613922565b9350613110818560208601613a8d565b61311981613c59565b840191505092915050565b600061312f82613917565b6131398185613933565b9350613149818560208601613a8d565b61315281613c59565b840191505092915050565b600061316882613917565b6131728185613944565b9350613182818560208601613a8d565b80840191505092915050565b600061319b602b83613933565b91506131a682613c6a565b604082019050919050565b60006131be603283613933565b91506131c982613cb9565b604082019050919050565b60006131e1602683613933565b91506131ec82613d08565b604082019050919050565b6000613204601c83613933565b915061320f82613d57565b602082019050919050565b6000613227602483613933565b915061323282613d80565b604082019050919050565b600061324a601983613933565b915061325582613dcf565b602082019050919050565b600061326d601b83613933565b915061327882613df8565b602082019050919050565b6000613290602c83613933565b915061329b82613e21565b604082019050919050565b60006132b3603883613933565b91506132be82613e70565b604082019050919050565b60006132d6602a83613933565b91506132e182613ebf565b604082019050919050565b60006132f9602983613933565b915061330482613f0e565b604082019050919050565b600061331c601f83613933565b915061332782613f5d565b602082019050919050565b600061333f602083613933565b915061334a82613f86565b602082019050919050565b6000613362602083613933565b915061336d82613faf565b602082019050919050565b6000613385602c83613933565b915061339082613fd8565b604082019050919050565b60006133a8601883613933565b91506133b382614027565b602082019050919050565b60006133cb602083613933565b91506133d682614050565b602082019050919050565b60006133ee602983613933565b91506133f982614079565b604082019050919050565b6000613411602f83613933565b915061341c826140c8565b604082019050919050565b6000613434602183613933565b915061343f82614117565b604082019050919050565b6000613457603183613933565b915061346282614166565b604082019050919050565b600061347a602c83613933565b9150613485826141b5565b604082019050919050565b600061349d601f83613933565b91506134a882614204565b602082019050919050565b6134bc81613a74565b82525050565b60006134ce828561315d565b91506134da828461315d565b91508190509392505050565b60006020820190506134fb60008301846130cd565b92915050565b600060808201905061351660008301876130cd565b61352360208301866130cd565b61353060408301856134b3565b818103606083015261354281846130eb565b905095945050505050565b600060208201905061356260008301846130dc565b92915050565b600060208201905081810360008301526135828184613124565b905092915050565b600060208201905081810360008301526135a38161318e565b9050919050565b600060208201905081810360008301526135c3816131b1565b9050919050565b600060208201905081810360008301526135e3816131d4565b9050919050565b60006020820190508181036000830152613603816131f7565b9050919050565b600060208201905081810360008301526136238161321a565b9050919050565b600060208201905081810360008301526136438161323d565b9050919050565b6000602082019050818103600083015261366381613260565b9050919050565b6000602082019050818103600083015261368381613283565b9050919050565b600060208201905081810360008301526136a3816132a6565b9050919050565b600060208201905081810360008301526136c3816132c9565b9050919050565b600060208201905081810360008301526136e3816132ec565b9050919050565b600060208201905081810360008301526137038161330f565b9050919050565b6000602082019050818103600083015261372381613332565b9050919050565b6000602082019050818103600083015261374381613355565b9050919050565b6000602082019050818103600083015261376381613378565b9050919050565b600060208201905081810360008301526137838161339b565b9050919050565b600060208201905081810360008301526137a3816133be565b9050919050565b600060208201905081810360008301526137c3816133e1565b9050919050565b600060208201905081810360008301526137e381613404565b9050919050565b6000602082019050818103600083015261380381613427565b9050919050565b600060208201905081810360008301526138238161344a565b9050919050565b600060208201905081810360008301526138438161346d565b9050919050565b6000602082019050818103600083015261386381613490565b9050919050565b600060208201905061387f60008301846134b3565b92915050565b600061388f6138a0565b905061389b8282613af2565b919050565b6000604051905090565b600067ffffffffffffffff8211156138c5576138c4613c2a565b5b6138ce82613c59565b9050602081019050919050565b600067ffffffffffffffff8211156138f6576138f5613c2a565b5b6138ff82613c59565b9050602081019050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061395a82613a74565b915061396583613a74565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561399a57613999613b9d565b5b828201905092915050565b60006139b082613a74565b91506139bb83613a74565b9250826139cb576139ca613bcc565b5b828204905092915050565b60006139e182613a74565b91506139ec83613a74565b9250828210156139ff576139fe613b9d565b5b828203905092915050565b6000613a1582613a54565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015613aab578082015181840152602081019050613a90565b83811115613aba576000848401525b50505050565b60006002820490506001821680613ad857607f821691505b60208210811415613aec57613aeb613bfb565b5b50919050565b613afb82613c59565b810181811067ffffffffffffffff82111715613b1a57613b19613c2a565b5b80604052505050565b6000613b2e82613a74565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415613b6157613b60613b9d565b5b600182019050919050565b6000613b7782613a74565b9150613b8283613a74565b925082613b9257613b91613bcc565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f53616c65206d7573742062652061637469766520746f206d696e740000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4f6e6c792077686974656c69737420616464726573732063616e206d696e7400600082015250565b7f507572636861736520776f756c6420657863656564206d617820737570706c79600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f45746865722076616c756520697320746f6f20736d616c6c0000000000000000600082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b61423681613a0a565b811461424157600080fd5b50565b61424d81613a1c565b811461425857600080fd5b50565b61426481613a28565b811461426f57600080fd5b50565b61427b81613a74565b811461428657600080fd5b5056fea2646970667358221220ea34ffd8e2db889cb4e0ce1a34ba6aa7899db35002808724cf310e0fa98ffe3064736f6c63430008040033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000f48494444454e20494e204e4f495345000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034849440000000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : tokenName (string): HIDDEN IN NOISE
Arg [1] : symbol (string): HID
-----Encoded View---------------
6 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000080
Arg [2] : 000000000000000000000000000000000000000000000000000000000000000f
Arg [3] : 48494444454e20494e204e4f4953450000000000000000000000000000000000
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000003
Arg [5] : 4849440000000000000000000000000000000000000000000000000000000000
Deployed Bytecode Sourcemap
109633:2478:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;110719:182;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;85320:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86879:221;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86402:411;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;104047:113;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;111565:543;;;:::i;:::-;;87769:339;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;103715:256;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110095:140;;;;;;;;;;;;;:::i;:::-;;111463:94;;;;;;;;;;;;;:::i;:::-;;88179:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;104237:233;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110909:102;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;85014:239;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;84744:208;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;98151:94;;;;;;;;;;;;;:::i;:::-;;111245:108;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;109765:43;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;97500:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;85489:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109944:41;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109896;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;87172:295;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;110243:76;;;;;;;;;;;;;:::i;:::-;;88435:328;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;85664:334;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109717:41;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;110327:76;;;;;;;;;;;;;:::i;:::-;;111133:104;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;87538:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;109855:32;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;98400:192;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;111361:94;;;;;;;;;;;;;:::i;:::-;;110719:182;110828:4;110857:36;110881:11;110857:23;:36::i;:::-;110850:43;;110719:182;;;:::o;85320:100::-;85374:13;85407:5;85400:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;85320:100;:::o;86879:221::-;86955:7;86983:16;86991:7;86983;:16::i;:::-;86975:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;87068:15;:24;87084:7;87068:24;;;;;;;;;;;;;;;;;;;;;87061:31;;86879:221;;;:::o;86402:411::-;86483:13;86499:23;86514:7;86499:14;:23::i;:::-;86483:39;;86547:5;86541:11;;:2;:11;;;;86533:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;86641:5;86625:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;86650:37;86667:5;86674:12;:10;:12::i;:::-;86650:16;:37::i;:::-;86625:62;86603:168;;;;;;;;;;;;:::i;:::-;;;;;;;;;86784:21;86793:2;86797:7;86784:8;:21::i;:::-;86402:411;;;:::o;104047:113::-;104108:7;104135:10;:17;;;;104128:24;;104047:113;:::o;111565:543::-;100533:1;101129:7;;:19;;101121:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;100533:1;101262:7;:18;;;;111633:21:::1;;;;;;;;;;;111630:231;;;111678:9;:21;111688:10;111678:21;;;;;;;;;;;;;;;;;;;;;;;;;111670:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;111774:5;111750:9;:21;111760:10;111750:21;;;;;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;111630:231;;;111817:12;;;;;;;;;;;111809:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;111630:231;109754:4;111896:1;111880:13;:11;:13::i;:::-;:17;;;;:::i;:::-;:31;;111872:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;111976:9;109797:11;111967:18;;111959:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;112027:14;112044:13;:11;:13::i;:::-;112027:30;;112068:32;112078:10;112090:9;112068;:32::i;:::-;101293:1;100489::::0;101441:7;:22;;;;111565:543::o;87769:339::-;87964:41;87983:12;:10;:12::i;:::-;87997:7;87964:18;:41::i;:::-;87956:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;88072:28;88082:4;88088:2;88092:7;88072:9;:28::i;:::-;87769:339;;;:::o;103715:256::-;103812:7;103848:23;103865:5;103848:16;:23::i;:::-;103840:5;:31;103832:87;;;;;;;;;;;;:::i;:::-;;;;;;;;;103937:12;:19;103950:5;103937:19;;;;;;;;;;;;;;;:26;103957:5;103937:26;;;;;;;;;;;;103930:33;;103715:256;;;;:::o;110095:140::-;97731:12;:10;:12::i;:::-;97720:23;;:7;:5;:7::i;:::-;:23;;;97712:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;110143:12:::1;110158:21;110143:36;;110198:10;110190:28;;:37;110219:7;110190:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;97791:1;110095:140::o:0;111463:94::-;97731:12;:10;:12::i;:::-;97720:23;;:7;:5;:7::i;:::-;:23;;;97712:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;111544:5:::1;111520:21;;:29;;;;;;;;;;;;;;;;;;111463:94::o:0;88179:185::-;88317:39;88334:4;88340:2;88344:7;88317:39;;;;;;;;;;;;:16;:39::i;:::-;88179:185;;;:::o;104237:233::-;104312:7;104348:30;:28;:30::i;:::-;104340:5;:38;104332:95;;;;;;;;;;;;:::i;:::-;;;;;;;;;104445:10;104456:5;104445:17;;;;;;;;;;;;;;;;;;;;;;;;104438:24;;104237:233;;;:::o;110909:102::-;97731:12;:10;:12::i;:::-;97720:23;;:7;:5;:7::i;:::-;:23;;;97712:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;110996:7:::1;110980:13;:23;;;;;;;;;;;;:::i;:::-;;110909:102:::0;:::o;85014:239::-;85086:7;85106:13;85122:7;:16;85130:7;85122:16;;;;;;;;;;;;;;;;;;;;;85106:32;;85174:1;85157:19;;:5;:19;;;;85149:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;85240:5;85233:12;;;85014:239;;;:::o;84744:208::-;84816:7;84861:1;84844:19;;:5;:19;;;;84836:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;84928:9;:16;84938:5;84928:16;;;;;;;;;;;;;;;;84921:23;;84744:208;;;:::o;98151:94::-;97731:12;:10;:12::i;:::-;97720:23;;:7;:5;:7::i;:::-;:23;;;97712:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;98216:21:::1;98234:1;98216:9;:21::i;:::-;98151:94::o:0;111245:108::-;97731:12;:10;:12::i;:::-;97720:23;;:7;:5;:7::i;:::-;:23;;;97712:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;111340:5:::1;111319:9;:18;111329:7;111319:18;;;;;;;;;;;;;;;;:26;;;;;;;;;;;;;;;;;;111245:108:::0;:::o;109765:43::-;109797:11;109765:43;:::o;97500:87::-;97546:7;97573:6;;;;;;;;;;;97566:13;;97500:87;:::o;85489:104::-;85545:13;85578:7;85571:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;85489:104;:::o;109944:41::-;;;;;;;;;;;;;;;;;;;;;;:::o;109896:::-;;;;;;;;;;;;;:::o;87172:295::-;87287:12;:10;:12::i;:::-;87275:24;;:8;:24;;;;87267:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;87387:8;87342:18;:32;87361:12;:10;:12::i;:::-;87342:32;;;;;;;;;;;;;;;:42;87375:8;87342:42;;;;;;;;;;;;;;;;:53;;;;;;;;;;;;;;;;;;87440:8;87411:48;;87426:12;:10;:12::i;:::-;87411:48;;;87450:8;87411:48;;;;;;:::i;:::-;;;;;;;;87172:295;;:::o;110243:76::-;97731:12;:10;:12::i;:::-;97720:23;;:7;:5;:7::i;:::-;:23;;;97712:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;110307:4:::1;110292:12;;:19;;;;;;;;;;;;;;;;;;110243:76::o:0;88435:328::-;88610:41;88629:12;:10;:12::i;:::-;88643:7;88610:18;:41::i;:::-;88602:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;88716:39;88730:4;88736:2;88740:7;88749:5;88716:13;:39::i;:::-;88435:328;;;;:::o;85664:334::-;85737:13;85771:16;85779:7;85771;:16::i;:::-;85763:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;85852:21;85876:10;:8;:10::i;:::-;85852:34;;85928:1;85910:7;85904:21;:25;:86;;;;;;;;;;;;;;;;;85956:7;85965:18;:7;:16;:18::i;:::-;85939:45;;;;;;;;;:::i;:::-;;;;;;;;;;;;;85904:86;85897:93;;;85664:334;;;:::o;109717:41::-;109754:4;109717:41;:::o;110327:76::-;97731:12;:10;:12::i;:::-;97720:23;;:7;:5;:7::i;:::-;:23;;;97712:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;110390:5:::1;110375:12;;:20;;;;;;;;;;;;;;;;;;110327:76::o:0;111133:104::-;97731:12;:10;:12::i;:::-;97720:23;;:7;:5;:7::i;:::-;:23;;;97712:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;111225:4:::1;111204:9;:18;111214:7;111204:18;;;;;;;;;;;;;;;;:25;;;;;;;;;;;;;;;;;;111133:104:::0;:::o;87538:164::-;87635:4;87659:18;:25;87678:5;87659:25;;;;;;;;;;;;;;;:35;87685:8;87659:35;;;;;;;;;;;;;;;;;;;;;;;;;87652:42;;87538:164;;;;:::o;109855:32::-;;;;;;;;;;;;;:::o;98400:192::-;97731:12;:10;:12::i;:::-;97720:23;;:7;:5;:7::i;:::-;:23;;;97712:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;98509:1:::1;98489:22;;:8;:22;;;;98481:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;98565:19;98575:8;98565:9;:19::i;:::-;98400:192:::0;:::o;111361:94::-;97731:12;:10;:12::i;:::-;97720:23;;:7;:5;:7::i;:::-;:23;;;97712:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;111443:4:::1;111419:21;;:28;;;;;;;;;;;;;;;;;;111361:94::o:0;103407:224::-;103509:4;103548:35;103533:50;;;:11;:50;;;;:90;;;;103587:36;103611:11;103587:23;:36::i;:::-;103533:90;103526:97;;103407:224;;;:::o;90273:127::-;90338:4;90390:1;90362:30;;:7;:16;90370:7;90362:16;;;;;;;;;;;;;;;;;;;;;:30;;;;90355:37;;90273:127;;;:::o;79783:98::-;79836:7;79863:10;79856:17;;79783:98;:::o;94255:174::-;94357:2;94330:15;:24;94346:7;94330:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;94413:7;94409:2;94375:46;;94384:23;94399:7;94384:14;:23::i;:::-;94375:46;;;;;;;;;;;;94255:174;;:::o;91257:110::-;91333:26;91343:2;91347:7;91333:26;;;;;;;;;;;;:9;:26::i;:::-;91257:110;;:::o;90567:348::-;90660:4;90685:16;90693:7;90685;:16::i;:::-;90677:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;90761:13;90777:23;90792:7;90777:14;:23::i;:::-;90761:39;;90830:5;90819:16;;:7;:16;;;:51;;;;90863:7;90839:31;;:20;90851:7;90839:11;:20::i;:::-;:31;;;90819:51;:87;;;;90874:32;90891:5;90898:7;90874:16;:32::i;:::-;90819:87;90811:96;;;90567:348;;;;:::o;93559:578::-;93718:4;93691:31;;:23;93706:7;93691:14;:23::i;:::-;:31;;;93683:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;93801:1;93787:16;;:2;:16;;;;93779:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;93857:39;93878:4;93884:2;93888:7;93857:20;:39::i;:::-;93961:29;93978:1;93982:7;93961:8;:29::i;:::-;94022:1;94003:9;:15;94013:4;94003:15;;;;;;;;;;;;;;;;:20;;;;;;;:::i;:::-;;;;;;;;94051:1;94034:9;:13;94044:2;94034:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;94082:2;94063:7;:16;94071:7;94063:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;94121:7;94117:2;94102:27;;94111:4;94102:27;;;;;;;;;;;;93559:578;;;:::o;98600:173::-;98656:16;98675:6;;;;;;;;;;;98656:25;;98701:8;98692:6;;:17;;;;;;;;;;;;;;;;;;98756:8;98725:40;;98746:8;98725:40;;;;;;;;;;;;98600:173;;:::o;89645:315::-;89802:28;89812:4;89818:2;89822:7;89802:9;:28::i;:::-;89849:48;89872:4;89878:2;89882:7;89891:5;89849:22;:48::i;:::-;89841:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;89645:315;;;;:::o;111019:106::-;111071:13;111104;111097:20;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;111019:106;:::o;80314:723::-;80370:13;80600:1;80591:5;:10;80587:53;;;80618:10;;;;;;;;;;;;;;;;;;;;;80587:53;80650:12;80665:5;80650:20;;80681:14;80706:78;80721:1;80713:4;:9;80706:78;;80739:8;;;;;:::i;:::-;;;;80770:2;80762:10;;;;;:::i;:::-;;;80706:78;;;80794:19;80826:6;80816:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;80794:39;;80844:154;80860:1;80851:5;:10;80844:154;;80888:1;80878:11;;;;;:::i;:::-;;;80955:2;80947:5;:10;;;;:::i;:::-;80934:2;:24;;;;:::i;:::-;80921:39;;80904:6;80911;80904:14;;;;;;;;;;;;;;;;;;;:56;;;;;;;;;;;80984:2;80975:11;;;;;:::i;:::-;;;80844:154;;;81022:6;81008:21;;;;;80314:723;;;;:::o;84375:305::-;84477:4;84529:25;84514:40;;;:11;:40;;;;:105;;;;84586:33;84571:48;;;:11;:48;;;;84514:105;:158;;;;84636:36;84660:11;84636:23;:36::i;:::-;84514:158;84494:178;;84375:305;;;:::o;91594:321::-;91724:18;91730:2;91734:7;91724:5;:18::i;:::-;91775:54;91806:1;91810:2;91814:7;91823:5;91775:22;:54::i;:::-;91753:154;;;;;;;;;;;;:::i;:::-;;;;;;;;;91594:321;;;:::o;110411:189::-;110547:45;110574:4;110580:2;110584:7;110547:26;:45::i;:::-;110411:189;;;:::o;94994:799::-;95149:4;95170:15;:2;:13;;;:15::i;:::-;95166:620;;;95222:2;95206:36;;;95243:12;:10;:12::i;:::-;95257:4;95263:7;95272:5;95206:72;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;95202:529;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;95465:1;95448:6;:13;:18;95444:272;;;95491:60;;;;;;;;;;:::i;:::-;;;;;;;;95444:272;95666:6;95660:13;95651:6;95647:2;95643:15;95636:38;95202:529;95339:41;;;95329:51;;;:6;:51;;;;95322:58;;;;;95166:620;95770:4;95763:11;;94994:799;;;;;;;:::o;82875:157::-;82960:4;82999:25;82984:40;;;:11;:40;;;;82977:47;;82875:157;;;:::o;92251:382::-;92345:1;92331:16;;:2;:16;;;;92323:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;92404:16;92412:7;92404;:16::i;:::-;92403:17;92395:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;92466:45;92495:1;92499:2;92503:7;92466:20;:45::i;:::-;92541:1;92524:9;:13;92534:2;92524:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;92572:2;92553:7;:16;92561:7;92553:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;92617:7;92613:2;92592:33;;92609:1;92592:33;;;;;;;;;;;;92251:382;;:::o;105083:589::-;105227:45;105254:4;105260:2;105264:7;105227:26;:45::i;:::-;105305:1;105289:18;;:4;:18;;;105285:187;;;105324:40;105356:7;105324:31;:40::i;:::-;105285:187;;;105394:2;105386:10;;:4;:10;;;105382:90;;105413:47;105446:4;105452:7;105413:32;:47::i;:::-;105382:90;105285:187;105500:1;105486:16;;:2;:16;;;105482:183;;;105519:45;105556:7;105519:36;:45::i;:::-;105482:183;;;105592:4;105586:10;;:2;:10;;;105582:83;;105613:40;105641:2;105645:7;105613:27;:40::i;:::-;105582:83;105482:183;105083:589;;;:::o;71821:387::-;71881:4;72089:12;72156:7;72144:20;72136:28;;72199:1;72192:4;:8;72185:15;;;71821:387;;;:::o;96365:126::-;;;;:::o;106395:164::-;106499:10;:17;;;;106472:15;:24;106488:7;106472:24;;;;;;;;;;;:44;;;;106527:10;106543:7;106527:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;106395:164;:::o;107186:988::-;107452:22;107502:1;107477:22;107494:4;107477:16;:22::i;:::-;:26;;;;:::i;:::-;107452:51;;107514:18;107535:17;:26;107553:7;107535:26;;;;;;;;;;;;107514:47;;107682:14;107668:10;:28;107664:328;;107713:19;107735:12;:18;107748:4;107735:18;;;;;;;;;;;;;;;:34;107754:14;107735:34;;;;;;;;;;;;107713:56;;107819:11;107786:12;:18;107799:4;107786:18;;;;;;;;;;;;;;;:30;107805:10;107786:30;;;;;;;;;;;:44;;;;107936:10;107903:17;:30;107921:11;107903:30;;;;;;;;;;;:43;;;;107664:328;;108088:17;:26;108106:7;108088:26;;;;;;;;;;;108081:33;;;108132:12;:18;108145:4;108132:18;;;;;;;;;;;;;;;:34;108151:14;108132:34;;;;;;;;;;;108125:41;;;107186:988;;;;:::o;108469:1079::-;108722:22;108767:1;108747:10;:17;;;;:21;;;;:::i;:::-;108722:46;;108779:18;108800:15;:24;108816:7;108800:24;;;;;;;;;;;;108779:45;;109151:19;109173:10;109184:14;109173:26;;;;;;;;;;;;;;;;;;;;;;;;109151:48;;109237:11;109212:10;109223;109212:22;;;;;;;;;;;;;;;;;;;;;;;:36;;;;109348:10;109317:15;:28;109333:11;109317:28;;;;;;;;;;;:41;;;;109489:15;:24;109505:7;109489:24;;;;;;;;;;;109482:31;;;109524:10;:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;108469:1079;;;;:::o;105973:221::-;106058:14;106075:20;106092:2;106075:16;:20::i;:::-;106058:37;;106133:7;106106:12;:16;106119:2;106106:16;;;;;;;;;;;;;;;:24;106123:6;106106:24;;;;;;;;;;;:34;;;;106180:6;106151:17;:26;106169:7;106151:26;;;;;;;;;;;:35;;;;105973: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:260::-;4941:6;4990:2;4978:9;4969:7;4965:23;4961:32;4958:2;;;5006:1;5003;4996:12;4958:2;5049:1;5074:52;5118:7;5109:6;5098:9;5094:22;5074:52;:::i;:::-;5064:62;;5020:116;4948:195;;;;:::o;5149:282::-;5218:6;5267:2;5255:9;5246:7;5242:23;5238:32;5235:2;;;5283:1;5280;5273:12;5235:2;5326:1;5351:63;5406:7;5397:6;5386:9;5382:22;5351:63;:::i;:::-;5341:73;;5297:127;5225:206;;;;:::o;5437:375::-;5506:6;5555:2;5543:9;5534:7;5530:23;5526:32;5523:2;;;5571:1;5568;5561:12;5523:2;5642:1;5631:9;5627:17;5614:31;5672:18;5664:6;5661:30;5658:2;;;5704:1;5701;5694:12;5658:2;5732:63;5787:7;5778:6;5767:9;5763:22;5732:63;:::i;:::-;5722:73;;5585:220;5513:299;;;;:::o;5818:262::-;5877:6;5926:2;5914:9;5905:7;5901:23;5897:32;5894:2;;;5942:1;5939;5932:12;5894:2;5985:1;6010:53;6055:7;6046:6;6035:9;6031:22;6010:53;:::i;:::-;6000:63;;5956:117;5884:196;;;;:::o;6086:118::-;6173:24;6191:5;6173:24;:::i;:::-;6168:3;6161:37;6151:53;;:::o;6210:109::-;6291:21;6306:5;6291:21;:::i;:::-;6286:3;6279:34;6269:50;;:::o;6325:360::-;6411:3;6439:38;6471:5;6439:38;:::i;:::-;6493:70;6556:6;6551:3;6493:70;:::i;:::-;6486:77;;6572:52;6617:6;6612:3;6605:4;6598:5;6594:16;6572:52;:::i;:::-;6649:29;6671:6;6649:29;:::i;:::-;6644:3;6640:39;6633:46;;6415:270;;;;;:::o;6691:364::-;6779:3;6807:39;6840:5;6807:39;:::i;:::-;6862:71;6926:6;6921:3;6862:71;:::i;:::-;6855:78;;6942:52;6987:6;6982:3;6975:4;6968:5;6964:16;6942:52;:::i;:::-;7019:29;7041:6;7019:29;:::i;:::-;7014:3;7010:39;7003:46;;6783:272;;;;;:::o;7061:377::-;7167:3;7195:39;7228:5;7195:39;:::i;:::-;7250:89;7332:6;7327:3;7250:89;:::i;:::-;7243:96;;7348:52;7393:6;7388:3;7381:4;7374:5;7370:16;7348:52;:::i;:::-;7425:6;7420:3;7416:16;7409:23;;7171:267;;;;;:::o;7444:366::-;7586:3;7607:67;7671:2;7666:3;7607:67;:::i;:::-;7600:74;;7683:93;7772:3;7683:93;:::i;:::-;7801:2;7796:3;7792:12;7785:19;;7590:220;;;:::o;7816:366::-;7958:3;7979:67;8043:2;8038:3;7979:67;:::i;:::-;7972:74;;8055:93;8144:3;8055:93;:::i;:::-;8173:2;8168:3;8164:12;8157:19;;7962:220;;;:::o;8188:366::-;8330:3;8351:67;8415:2;8410:3;8351:67;:::i;:::-;8344:74;;8427:93;8516:3;8427:93;:::i;:::-;8545:2;8540:3;8536:12;8529:19;;8334:220;;;:::o;8560:366::-;8702:3;8723:67;8787:2;8782:3;8723:67;:::i;:::-;8716:74;;8799:93;8888:3;8799:93;:::i;:::-;8917:2;8912:3;8908:12;8901:19;;8706:220;;;:::o;8932:366::-;9074:3;9095:67;9159:2;9154:3;9095:67;:::i;:::-;9088:74;;9171:93;9260:3;9171:93;:::i;:::-;9289:2;9284:3;9280:12;9273:19;;9078:220;;;:::o;9304:366::-;9446:3;9467:67;9531:2;9526:3;9467:67;:::i;:::-;9460:74;;9543:93;9632:3;9543:93;:::i;:::-;9661:2;9656:3;9652:12;9645:19;;9450:220;;;:::o;9676:366::-;9818:3;9839:67;9903:2;9898:3;9839:67;:::i;:::-;9832:74;;9915:93;10004:3;9915:93;:::i;:::-;10033:2;10028:3;10024:12;10017:19;;9822:220;;;:::o;10048:366::-;10190:3;10211:67;10275:2;10270:3;10211:67;:::i;:::-;10204:74;;10287:93;10376:3;10287:93;:::i;:::-;10405:2;10400:3;10396:12;10389:19;;10194:220;;;:::o;10420:366::-;10562:3;10583:67;10647:2;10642:3;10583:67;:::i;:::-;10576:74;;10659:93;10748:3;10659:93;:::i;:::-;10777:2;10772:3;10768:12;10761:19;;10566:220;;;:::o;10792:366::-;10934:3;10955:67;11019:2;11014:3;10955:67;:::i;:::-;10948:74;;11031:93;11120:3;11031:93;:::i;:::-;11149:2;11144:3;11140:12;11133:19;;10938:220;;;:::o;11164:366::-;11306:3;11327:67;11391:2;11386:3;11327:67;:::i;:::-;11320:74;;11403:93;11492:3;11403:93;:::i;:::-;11521:2;11516:3;11512:12;11505:19;;11310:220;;;:::o;11536:366::-;11678:3;11699:67;11763:2;11758:3;11699:67;:::i;:::-;11692:74;;11775:93;11864:3;11775:93;:::i;:::-;11893:2;11888:3;11884:12;11877:19;;11682:220;;;:::o;11908:366::-;12050:3;12071:67;12135:2;12130:3;12071:67;:::i;:::-;12064:74;;12147:93;12236:3;12147:93;:::i;:::-;12265:2;12260:3;12256:12;12249:19;;12054:220;;;:::o;12280:366::-;12422:3;12443:67;12507:2;12502:3;12443:67;:::i;:::-;12436:74;;12519:93;12608:3;12519:93;:::i;:::-;12637:2;12632:3;12628:12;12621:19;;12426:220;;;:::o;12652:366::-;12794:3;12815:67;12879:2;12874:3;12815:67;:::i;:::-;12808:74;;12891:93;12980:3;12891:93;:::i;:::-;13009:2;13004:3;13000:12;12993:19;;12798:220;;;:::o;13024:366::-;13166:3;13187:67;13251:2;13246:3;13187:67;:::i;:::-;13180:74;;13263:93;13352:3;13263:93;:::i;:::-;13381:2;13376:3;13372:12;13365:19;;13170:220;;;:::o;13396:366::-;13538:3;13559:67;13623:2;13618:3;13559:67;:::i;:::-;13552:74;;13635:93;13724:3;13635:93;:::i;:::-;13753:2;13748:3;13744:12;13737:19;;13542:220;;;:::o;13768:366::-;13910:3;13931:67;13995:2;13990:3;13931:67;:::i;:::-;13924:74;;14007:93;14096:3;14007:93;:::i;:::-;14125:2;14120:3;14116:12;14109:19;;13914:220;;;:::o;14140:366::-;14282:3;14303:67;14367:2;14362:3;14303:67;:::i;:::-;14296:74;;14379:93;14468:3;14379:93;:::i;:::-;14497:2;14492:3;14488:12;14481:19;;14286:220;;;:::o;14512:366::-;14654:3;14675:67;14739:2;14734:3;14675:67;:::i;:::-;14668:74;;14751:93;14840:3;14751:93;:::i;:::-;14869:2;14864:3;14860:12;14853:19;;14658:220;;;:::o;14884:366::-;15026:3;15047:67;15111:2;15106:3;15047:67;:::i;:::-;15040:74;;15123:93;15212:3;15123:93;:::i;:::-;15241:2;15236:3;15232:12;15225:19;;15030:220;;;:::o;15256:366::-;15398:3;15419:67;15483:2;15478:3;15419:67;:::i;:::-;15412:74;;15495:93;15584:3;15495:93;:::i;:::-;15613:2;15608:3;15604:12;15597:19;;15402:220;;;:::o;15628:366::-;15770:3;15791:67;15855:2;15850:3;15791:67;:::i;:::-;15784:74;;15867:93;15956:3;15867:93;:::i;:::-;15985:2;15980:3;15976:12;15969:19;;15774:220;;;:::o;16000:118::-;16087:24;16105:5;16087:24;:::i;:::-;16082:3;16075:37;16065:53;;:::o;16124:435::-;16304:3;16326:95;16417:3;16408:6;16326:95;:::i;:::-;16319:102;;16438:95;16529:3;16520:6;16438:95;:::i;:::-;16431:102;;16550:3;16543:10;;16308:251;;;;;:::o;16565:222::-;16658:4;16696:2;16685:9;16681:18;16673:26;;16709:71;16777:1;16766:9;16762:17;16753:6;16709:71;:::i;:::-;16663:124;;;;:::o;16793:640::-;16988:4;17026:3;17015:9;17011:19;17003:27;;17040:71;17108:1;17097:9;17093:17;17084:6;17040:71;:::i;:::-;17121:72;17189:2;17178:9;17174:18;17165:6;17121:72;:::i;:::-;17203;17271:2;17260:9;17256:18;17247:6;17203:72;:::i;:::-;17322:9;17316:4;17312:20;17307:2;17296:9;17292:18;17285:48;17350:76;17421:4;17412:6;17350:76;:::i;:::-;17342:84;;16993:440;;;;;;;:::o;17439:210::-;17526:4;17564:2;17553:9;17549:18;17541:26;;17577:65;17639:1;17628:9;17624:17;17615:6;17577:65;:::i;:::-;17531:118;;;;:::o;17655:313::-;17768:4;17806:2;17795:9;17791:18;17783:26;;17855:9;17849:4;17845:20;17841:1;17830:9;17826:17;17819:47;17883:78;17956:4;17947:6;17883:78;:::i;:::-;17875:86;;17773:195;;;;:::o;17974:419::-;18140:4;18178:2;18167:9;18163:18;18155:26;;18227:9;18221:4;18217:20;18213:1;18202:9;18198:17;18191:47;18255:131;18381:4;18255:131;:::i;:::-;18247:139;;18145:248;;;:::o;18399:419::-;18565:4;18603:2;18592:9;18588:18;18580:26;;18652:9;18646:4;18642:20;18638:1;18627:9;18623:17;18616:47;18680:131;18806:4;18680:131;:::i;:::-;18672:139;;18570:248;;;:::o;18824:419::-;18990:4;19028:2;19017:9;19013:18;19005:26;;19077:9;19071:4;19067:20;19063:1;19052:9;19048:17;19041:47;19105:131;19231:4;19105:131;:::i;:::-;19097:139;;18995:248;;;:::o;19249:419::-;19415:4;19453:2;19442:9;19438:18;19430:26;;19502:9;19496:4;19492:20;19488:1;19477:9;19473:17;19466:47;19530:131;19656:4;19530:131;:::i;:::-;19522:139;;19420:248;;;:::o;19674:419::-;19840:4;19878:2;19867:9;19863:18;19855:26;;19927:9;19921:4;19917:20;19913:1;19902:9;19898:17;19891:47;19955:131;20081:4;19955:131;:::i;:::-;19947:139;;19845:248;;;:::o;20099:419::-;20265:4;20303:2;20292:9;20288:18;20280:26;;20352:9;20346:4;20342:20;20338:1;20327:9;20323:17;20316:47;20380:131;20506:4;20380:131;:::i;:::-;20372:139;;20270:248;;;:::o;20524:419::-;20690:4;20728:2;20717:9;20713:18;20705:26;;20777:9;20771:4;20767:20;20763:1;20752:9;20748:17;20741:47;20805:131;20931:4;20805:131;:::i;:::-;20797:139;;20695:248;;;:::o;20949:419::-;21115:4;21153:2;21142:9;21138:18;21130:26;;21202:9;21196:4;21192:20;21188:1;21177:9;21173:17;21166:47;21230:131;21356:4;21230:131;:::i;:::-;21222:139;;21120:248;;;:::o;21374:419::-;21540:4;21578:2;21567:9;21563:18;21555:26;;21627:9;21621:4;21617:20;21613:1;21602:9;21598:17;21591:47;21655:131;21781:4;21655:131;:::i;:::-;21647:139;;21545:248;;;:::o;21799:419::-;21965:4;22003:2;21992:9;21988:18;21980:26;;22052:9;22046:4;22042:20;22038:1;22027:9;22023:17;22016:47;22080:131;22206:4;22080:131;:::i;:::-;22072:139;;21970:248;;;:::o;22224:419::-;22390:4;22428:2;22417:9;22413:18;22405:26;;22477:9;22471:4;22467:20;22463:1;22452:9;22448:17;22441:47;22505:131;22631:4;22505:131;:::i;:::-;22497:139;;22395:248;;;:::o;22649:419::-;22815:4;22853:2;22842:9;22838:18;22830:26;;22902:9;22896:4;22892:20;22888:1;22877:9;22873:17;22866:47;22930:131;23056:4;22930:131;:::i;:::-;22922:139;;22820:248;;;:::o;23074:419::-;23240:4;23278:2;23267:9;23263:18;23255:26;;23327:9;23321:4;23317:20;23313:1;23302:9;23298:17;23291:47;23355:131;23481:4;23355:131;:::i;:::-;23347:139;;23245:248;;;:::o;23499:419::-;23665:4;23703:2;23692:9;23688:18;23680:26;;23752:9;23746:4;23742:20;23738:1;23727:9;23723:17;23716:47;23780:131;23906:4;23780:131;:::i;:::-;23772:139;;23670:248;;;:::o;23924:419::-;24090:4;24128:2;24117:9;24113:18;24105:26;;24177:9;24171:4;24167:20;24163:1;24152:9;24148:17;24141:47;24205:131;24331:4;24205:131;:::i;:::-;24197:139;;24095:248;;;:::o;24349:419::-;24515:4;24553:2;24542:9;24538:18;24530:26;;24602:9;24596:4;24592:20;24588:1;24577:9;24573:17;24566:47;24630:131;24756:4;24630:131;:::i;:::-;24622:139;;24520:248;;;:::o;24774:419::-;24940:4;24978:2;24967:9;24963:18;24955:26;;25027:9;25021:4;25017:20;25013:1;25002:9;24998:17;24991:47;25055:131;25181:4;25055:131;:::i;:::-;25047:139;;24945:248;;;:::o;25199:419::-;25365:4;25403:2;25392:9;25388:18;25380:26;;25452:9;25446:4;25442:20;25438:1;25427:9;25423:17;25416:47;25480:131;25606:4;25480:131;:::i;:::-;25472:139;;25370:248;;;:::o;25624:419::-;25790:4;25828:2;25817:9;25813:18;25805:26;;25877:9;25871:4;25867:20;25863:1;25852:9;25848:17;25841:47;25905:131;26031:4;25905:131;:::i;:::-;25897:139;;25795:248;;;:::o;26049:419::-;26215:4;26253:2;26242:9;26238:18;26230:26;;26302:9;26296:4;26292:20;26288:1;26277:9;26273:17;26266:47;26330:131;26456:4;26330:131;:::i;:::-;26322:139;;26220:248;;;:::o;26474:419::-;26640:4;26678:2;26667:9;26663:18;26655:26;;26727:9;26721:4;26717:20;26713:1;26702:9;26698:17;26691:47;26755:131;26881:4;26755:131;:::i;:::-;26747:139;;26645:248;;;:::o;26899:419::-;27065:4;27103:2;27092:9;27088:18;27080:26;;27152:9;27146:4;27142:20;27138:1;27127:9;27123:17;27116:47;27180:131;27306:4;27180:131;:::i;:::-;27172:139;;27070:248;;;:::o;27324:419::-;27490:4;27528:2;27517:9;27513:18;27505:26;;27577:9;27571:4;27567:20;27563:1;27552:9;27548:17;27541:47;27605:131;27731:4;27605:131;:::i;:::-;27597:139;;27495:248;;;:::o;27749:222::-;27842:4;27880:2;27869:9;27865:18;27857:26;;27893:71;27961:1;27950:9;27946:17;27937:6;27893:71;:::i;:::-;27847:124;;;;:::o;27977:129::-;28011:6;28038:20;;:::i;:::-;28028:30;;28067:33;28095:4;28087:6;28067:33;:::i;:::-;28018:88;;;:::o;28112:75::-;28145:6;28178:2;28172:9;28162:19;;28152:35;:::o;28193:307::-;28254:4;28344:18;28336:6;28333:30;28330:2;;;28366:18;;:::i;:::-;28330:2;28404:29;28426:6;28404:29;:::i;:::-;28396:37;;28488:4;28482;28478:15;28470:23;;28259:241;;;:::o;28506:308::-;28568:4;28658:18;28650:6;28647:30;28644:2;;;28680:18;;:::i;:::-;28644:2;28718:29;28740:6;28718:29;:::i;:::-;28710:37;;28802:4;28796;28792:15;28784:23;;28573:241;;;:::o;28820:98::-;28871:6;28905:5;28899:12;28889:22;;28878:40;;;:::o;28924:99::-;28976:6;29010:5;29004:12;28994:22;;28983:40;;;:::o;29029:168::-;29112:11;29146:6;29141:3;29134:19;29186:4;29181:3;29177:14;29162:29;;29124:73;;;;:::o;29203:169::-;29287:11;29321:6;29316:3;29309:19;29361:4;29356:3;29352:14;29337:29;;29299:73;;;;:::o;29378:148::-;29480:11;29517:3;29502:18;;29492:34;;;;:::o;29532:305::-;29572:3;29591:20;29609:1;29591:20;:::i;:::-;29586:25;;29625:20;29643:1;29625:20;:::i;:::-;29620:25;;29779:1;29711:66;29707:74;29704:1;29701:81;29698:2;;;29785:18;;:::i;:::-;29698:2;29829:1;29826;29822:9;29815:16;;29576:261;;;;:::o;29843:185::-;29883:1;29900:20;29918:1;29900:20;:::i;:::-;29895:25;;29934:20;29952:1;29934:20;:::i;:::-;29929:25;;29973:1;29963:2;;29978:18;;:::i;:::-;29963:2;30020:1;30017;30013:9;30008:14;;29885:143;;;;:::o;30034:191::-;30074:4;30094:20;30112:1;30094:20;:::i;:::-;30089:25;;30128:20;30146:1;30128:20;:::i;:::-;30123:25;;30167:1;30164;30161:8;30158:2;;;30172:18;;:::i;:::-;30158:2;30217:1;30214;30210:9;30202:17;;30079:146;;;;:::o;30231:96::-;30268:7;30297:24;30315:5;30297:24;:::i;:::-;30286:35;;30276:51;;;:::o;30333:90::-;30367:7;30410:5;30403:13;30396:21;30385:32;;30375:48;;;:::o;30429:149::-;30465:7;30505:66;30498:5;30494:78;30483:89;;30473:105;;;:::o;30584:126::-;30621:7;30661:42;30654:5;30650:54;30639:65;;30629:81;;;:::o;30716:77::-;30753:7;30782:5;30771:16;;30761:32;;;:::o;30799:154::-;30883:6;30878:3;30873;30860:30;30945:1;30936:6;30931:3;30927:16;30920:27;30850:103;;;:::o;30959:307::-;31027:1;31037:113;31051:6;31048:1;31045:13;31037:113;;;31136:1;31131:3;31127:11;31121:18;31117:1;31112:3;31108:11;31101:39;31073:2;31070:1;31066:10;31061:15;;31037:113;;;31168:6;31165:1;31162:13;31159:2;;;31248:1;31239:6;31234:3;31230:16;31223:27;31159:2;31008:258;;;;:::o;31272:320::-;31316:6;31353:1;31347:4;31343:12;31333:22;;31400:1;31394:4;31390:12;31421:18;31411:2;;31477:4;31469:6;31465:17;31455:27;;31411:2;31539;31531:6;31528:14;31508:18;31505:38;31502:2;;;31558:18;;:::i;:::-;31502:2;31323:269;;;;:::o;31598:281::-;31681:27;31703:4;31681:27;:::i;:::-;31673:6;31669:40;31811:6;31799:10;31796:22;31775:18;31763:10;31760:34;31757:62;31754:2;;;31822:18;;:::i;:::-;31754:2;31862:10;31858:2;31851:22;31641:238;;;:::o;31885:233::-;31924:3;31947:24;31965:5;31947:24;:::i;:::-;31938:33;;31993:66;31986:5;31983:77;31980:2;;;32063:18;;:::i;:::-;31980:2;32110:1;32103:5;32099:13;32092:20;;31928:190;;;:::o;32124:176::-;32156:1;32173:20;32191:1;32173:20;:::i;:::-;32168:25;;32207:20;32225:1;32207:20;:::i;:::-;32202:25;;32246:1;32236:2;;32251:18;;:::i;:::-;32236:2;32292:1;32289;32285:9;32280:14;;32158:142;;;;:::o;32306:180::-;32354:77;32351:1;32344:88;32451:4;32448:1;32441:15;32475:4;32472:1;32465:15;32492:180;32540:77;32537:1;32530:88;32637:4;32634:1;32627:15;32661:4;32658:1;32651:15;32678:180;32726:77;32723:1;32716:88;32823:4;32820:1;32813:15;32847:4;32844:1;32837:15;32864:180;32912:77;32909:1;32902:88;33009:4;33006:1;32999:15;33033:4;33030:1;33023:15;33050:102;33091:6;33142:2;33138:7;33133:2;33126:5;33122:14;33118:28;33108:38;;33098:54;;;:::o;33158:230::-;33298:34;33294:1;33286:6;33282:14;33275:58;33367:13;33362:2;33354:6;33350:15;33343:38;33264:124;:::o;33394:237::-;33534:34;33530:1;33522:6;33518:14;33511:58;33603:20;33598:2;33590:6;33586:15;33579:45;33500:131;:::o;33637:225::-;33777:34;33773:1;33765:6;33761:14;33754:58;33846:8;33841:2;33833:6;33829:15;33822:33;33743:119;:::o;33868:178::-;34008:30;34004:1;33996:6;33992:14;33985:54;33974:72;:::o;34052:223::-;34192:34;34188:1;34180:6;34176:14;34169:58;34261:6;34256:2;34248:6;34244:15;34237:31;34158:117;:::o;34281:175::-;34421:27;34417:1;34409:6;34405:14;34398:51;34387:69;:::o;34462:177::-;34602:29;34598:1;34590:6;34586:14;34579:53;34568:71;:::o;34645:231::-;34785:34;34781:1;34773:6;34769:14;34762:58;34854:14;34849:2;34841:6;34837:15;34830:39;34751:125;:::o;34882:243::-;35022:34;35018:1;35010:6;35006:14;34999:58;35091:26;35086:2;35078:6;35074:15;35067:51;34988:137;:::o;35131:229::-;35271:34;35267:1;35259:6;35255:14;35248:58;35340:12;35335:2;35327:6;35323:15;35316:37;35237:123;:::o;35366:228::-;35506:34;35502:1;35494:6;35490:14;35483:58;35575:11;35570:2;35562:6;35558:15;35551:36;35472:122;:::o;35600:181::-;35740:33;35736:1;35728:6;35724:14;35717:57;35706:75;:::o;35787:182::-;35927:34;35923:1;35915:6;35911:14;35904:58;35893:76;:::o;35975:182::-;36115:34;36111:1;36103:6;36099:14;36092:58;36081:76;:::o;36163:231::-;36303:34;36299:1;36291:6;36287:14;36280:58;36372:14;36367:2;36359:6;36355:15;36348:39;36269:125;:::o;36400:174::-;36540:26;36536:1;36528:6;36524:14;36517:50;36506:68;:::o;36580:182::-;36720:34;36716:1;36708:6;36704:14;36697:58;36686:76;:::o;36768:228::-;36908:34;36904:1;36896:6;36892:14;36885:58;36977:11;36972:2;36964:6;36960:15;36953:36;36874:122;:::o;37002:234::-;37142:34;37138:1;37130:6;37126:14;37119:58;37211:17;37206:2;37198:6;37194:15;37187:42;37108:128;:::o;37242:220::-;37382:34;37378:1;37370:6;37366:14;37359:58;37451:3;37446:2;37438:6;37434:15;37427:28;37348:114;:::o;37468:236::-;37608:34;37604:1;37596:6;37592:14;37585:58;37677:19;37672:2;37664:6;37660:15;37653:44;37574:130;:::o;37710:231::-;37850:34;37846:1;37838:6;37834:14;37827:58;37919:14;37914:2;37906:6;37902:15;37895:39;37816:125;:::o;37947:181::-;38087:33;38083:1;38075:6;38071:14;38064:57;38053:75;:::o;38134:122::-;38207:24;38225:5;38207:24;:::i;:::-;38200:5;38197:35;38187:2;;38246:1;38243;38236:12;38187:2;38177:79;:::o;38262:116::-;38332:21;38347:5;38332:21;:::i;:::-;38325:5;38322:32;38312:2;;38368:1;38365;38358:12;38312:2;38302:76;:::o;38384:120::-;38456:23;38473:5;38456:23;:::i;:::-;38449:5;38446:34;38436:2;;38494:1;38491;38484:12;38436:2;38426:78;:::o;38510:122::-;38583:24;38601:5;38583:24;:::i;:::-;38576:5;38573:35;38563:2;;38622:1;38619;38612:12;38563:2;38553:79;:::o
Swarm Source
ipfs://ea34ffd8e2db889cb4e0ce1a34ba6aa7899db35002808724cf310e0fa98ffe30
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.