[ { "inputs": [ { "internalType": "string", "name": "_name", "type": "string" }, { "internalType": "string", "name": "_symbol", "type": "string" }, { "internalType": "address", "name": "minterContract", "type": "address" }, { "internalType": "address", "name": "metadataContract", "type": "address" }, { "internalType": "uint256", "name": "_maxSupply", "type": "uint256" }, { "internalType": "uint256", "name": "_whitelistMintSpots", "type": "uint256" }, { "internalType": "bytes32", "name": "_whitelistMerkleRoot", "type": "bytes32" }, { "internalType": "address", "name": "_dogelonTokenAddress", "type": "address" } ], "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": false, "internalType": "uint256", "name": "_fromTokenId", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "_toTokenId", "type": "uint256" } ], "name": "BatchMetadataUpdate", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "_tokenId", "type": "uint256" } ], "name": "MetadataUpdate", "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": [ { "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": "tokenIds", "type": "uint256[]" } ], "name": "batchUpdateMetadata", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "fromTokenId", "type": "uint256" }, { "internalType": "uint256", "name": "toTokenId", "type": "uint256" } ], "name": "batchUpdateMetadata", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_tokenId", "type": "uint256" } ], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "deadline", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "dogelonTokenAddress", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "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": "uint256", "name": "", "type": "uint256" } ], "name": "imageHashTokenIds", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "imageUpdateBasePrice", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "imageUpdateDivisor", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "imageUpdateMultiplier", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "imageUpdates", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "imageUpdatesEnabled", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "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": "maxSupply", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "metadata", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "imageHash", "type": "uint256" }, { "internalType": "bytes32[]", "name": "merkleProof", "type": "bytes32[]" }, { "internalType": "uint256", "name": "whitelistQuantity", "type": "uint256" } ], "name": "mint", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "minter", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "mintingEnabled", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "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": "imageHash", "type": "uint256" } ], "name": "ownerMint", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "ownerOf", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "price", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "operator", "type": "address" }, { "internalType": "bool", "name": "approved", "type": "bool" } ], "name": "setApprovalForAll", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_deadline", "type": "uint256" } ], "name": "setDeadline", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_imageUpdateBasePrice", "type": "uint256" } ], "name": "setImageUpdateBasePrice", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_imageUpdateDivisor", "type": "uint256" } ], "name": "setImageUpdateDivisor", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_imageUpdateMultiplier", "type": "uint256" } ], "name": "setImageUpdateMultiplier", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bool", "name": "_imageUpdatesEnabled", "type": "bool" } ], "name": "setImageUpdatesEnabled", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_maxSupply", "type": "uint256" } ], "name": "setMaxSupply", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "metadataContract", "type": "address" } ], "name": "setMetadataContract", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "minterContract", "type": "address" } ], "name": "setMinterContract", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_price", "type": "uint256" } ], "name": "setPrice", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_startTime", "type": "uint256" } ], "name": "setStartTime", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_tokenBurnAddress", "type": "address" } ], "name": "setTokenBurnAddress", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_whitelistMerkleRoot", "type": "bytes32" } ], "name": "setWhitelistMerkleRoot", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_whitelistMintSpots", "type": "uint256" } ], "name": "setWhitelistMintSpots", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_whitelistMintingPeriod", "type": "uint256" } ], "name": "setWhitelistMintingPeriod", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "startMint", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "startTime", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" } ], "name": "supportsInterface", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "symbol", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "tokenBurnAddress", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "tokenId", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "tokenIdImageHashes", "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": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "transferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "userAddress", "type": "address" }, { "internalType": "uint256", "name": "newImageHash", "type": "uint256" }, { "internalType": "uint256", "name": "_tokenId", "type": "uint256" } ], "name": "updateImage", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_tokenId", "type": "uint256" } ], "name": "updateMetadata", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "whitelistMerkleRoot", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "whitelistMintCount", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "", "type": "address" } ], "name": "whitelistMintCounts", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "whitelistMintSpots", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "whitelistMintingEnabled", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "whitelistMintingPeriod", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "withdraw", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]
60806040526001600955661ff973cafa8000600a9081555f600b55612328600d55610bb8600e55612a30600f55601480546001600160a01b03191661dead1790556a295be96e640669720000006015556016556064601755601b805460ff191690553480156200006d575f80fd5b5060405162003e1738038062003e1783398101604081905262000090916200024f565b87875f6200009f838262000393565b506001620000ae828262000393565b505050620000cb620000c56200012060201b60201c565b62000124565b600780546001600160a01b039788166001600160a01b0319918216179091556008805496881696821696909617909555600d93909355600e9190915560105560138054919093169116179055506200045b9050565b3390565b600680546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011262000199575f80fd5b81516001600160401b0380821115620001b657620001b662000175565b604051601f8301601f19908116603f01168101908282118183101715620001e157620001e162000175565b81604052838152602092508683858801011115620001fd575f80fd5b5f91505b8382101562000220578582018301518183018401529082019062000201565b5f93810190920192909252949350505050565b80516001600160a01b03811681146200024a575f80fd5b919050565b5f805f805f805f80610100898b03121562000268575f80fd5b88516001600160401b03808211156200027f575f80fd5b6200028d8c838d0162000189565b995060208b0151915080821115620002a3575f80fd5b50620002b28b828c0162000189565b975050620002c360408a0162000233565b9550620002d360608a0162000233565b94506080890151935060a0890151925060c08901519150620002f860e08a0162000233565b90509295985092959890939650565b600181811c908216806200031c57607f821691505b6020821081036200033b57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156200038e575f81815260208120601f850160051c81016020861015620003695750805b601f850160051c820191505b818110156200038a5782815560010162000375565b5050505b505050565b81516001600160401b03811115620003af57620003af62000175565b620003c781620003c0845462000307565b8462000341565b602080601f831160018114620003fd575f8415620003e55750858301515b5f19600386901b1c1916600185901b1785556200038a565b5f85815260208120601f198616915b828110156200042d578886015182559484019460019091019084016200040c565b50858210156200044b57878501515f19600388901b60f8161c191681555b5050505050600190811b01905550565b6139ae80620004695f395ff3fe60806040526004361061039d575f3560e01c80638088fefc116101de578063c6e9d9e611610108578063e8f6fd601161009d578063f2fde38b1161006d578063f2fde38b14610ac8578063f4006e3414610ae7578063f816131b14610b06578063f8dfac1614610b1b575f80fd5b8063e8f6fd6014610a21578063e985e9c514610a40578063f19e75d414610a94578063f2d8dbee14610ab3575f80fd5b8063d04c93ea116100d8578063d04c93ea146109a3578063d5abeb01146109ce578063defc055d146109e3578063e5187f4314610a02575f80fd5b8063c6e9d9e614610919578063c87b56dd14610944578063cd9a89ef14610963578063ce89ddd71461098e575f80fd5b80639fd6db121161017e578063ad2b05d01161014e578063ad2b05d0146108a7578063b88d4fde146108c6578063b911830c146108e5578063bd32fb66146108fa575f80fd5b80639fd6db121461084a578063a035b1fe1461085e578063a22cb46514610873578063aa98e0c614610892575f80fd5b806391b7f5ed116101b957806391b7f5ed146107cd57806395d89b41146107ec5780639c09628d146108005780639cfff7c11461081f575f80fd5b80638088fefc1461077a57806381d0113d1461078f5780638da5cb5b146107a3575f80fd5b80633ccfd60b116102ca5780634fb7f4621161025f57806370a082311161022f57806370a0823114610713578063715018a61461073257806378e97925146107465780637996677f1461075b575f80fd5b80634fb7f462146106a157806359fbe915146106b65780636352211e146106d55780636f8b44b0146106f4575f80fd5b8063464c1af21161029a578063464c1af21461062b578063466ae00c1461064a5780634c74ff2b146106695780634f4e64cc14610688575f80fd5b80633ccfd60b146105ba5780633e0a322d146105ce57806342842e0e146105ed57806342966c681461060c575f80fd5b8063195199f6116103405780632be09561116103105780632be095611461052f5780633382ddab1461054357806338478ae71461056f578063392f37e91461058e575f80fd5b8063195199f6146104bd5780631b98d0b4146104dc57806323b872dd146104fb57806329dcb0cf1461051a575f80fd5b8063075461721161037b578063075461721461040b578063081812fc1461045c578063095ea7b31461047b57806317d70f7c1461049a575f80fd5b80630182a111146103a157806301ffc9a7146103b657806306fdde03146103ea575b5f80fd5b6103b46103af36600461326d565b610b47565b005b3480156103c1575f80fd5b506103d56103d0366004613324565b61120a565b60405190151581526020015b60405180910390f35b3480156103f5575f80fd5b506103fe611265565b6040516103e191906133aa565b348015610416575f80fd5b506007546104379073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016103e1565b348015610467575f80fd5b506104376104763660046133bc565b6112f4565b348015610486575f80fd5b506103b46104953660046133d3565b611326565b3480156104a5575f80fd5b506104af60095481565b6040519081526020016103e1565b3480156104c8575f80fd5b506103b46104d73660046133bc565b6114db565b3480156104e7575f80fd5b506103b46104f63660046133bc565b6114e8565b348015610506575f80fd5b506103b46105153660046133fb565b6114f5565b348015610525575f80fd5b506104af600c5481565b34801561053a575f80fd5b506103b4611596565b34801561054e575f80fd5b506014546104379073ffffffffffffffffffffffffffffffffffffffff1681565b34801561057a575f80fd5b506103b4610589366004613434565b611679565b348015610599575f80fd5b506008546104379073ffffffffffffffffffffffffffffffffffffffff1681565b3480156105c5575f80fd5b506103b46116c8565b3480156105d9575f80fd5b506103b46105e83660046133bc565b6116fc565b3480156105f8575f80fd5b506103b46106073660046133fb565b611774565b348015610617575f80fd5b506103b46106263660046133bc565b61178e565b348015610636575f80fd5b506103b461064536600461344d565b611869565b348015610655575f80fd5b506103b461066436600461348a565b611c78565b348015610674575f80fd5b506103b4610683366004613521565b611cb1565b348015610693575f80fd5b50601b546103d59060ff1681565b3480156106ac575f80fd5b506104af600f5481565b3480156106c1575f80fd5b506103b46106d03660046133bc565b611d28565b3480156106e0575f80fd5b506104376106ef3660046133bc565b611d35565b3480156106ff575f80fd5b506103b461070e3660046133bc565b611dc0565b34801561071e575f80fd5b506104af61072d366004613434565b611dcd565b34801561073d575f80fd5b506103b4611e99565b348015610751575f80fd5b506104af600b5481565b348015610766575f80fd5b506103b46107753660046133bc565b611eac565b348015610785575f80fd5b506104af60125481565b34801561079a575f80fd5b506103d5611eb9565b3480156107ae575f80fd5b5060065473ffffffffffffffffffffffffffffffffffffffff16610437565b3480156107d8575f80fd5b506103b46107e73660046133bc565b611eed565b3480156107f7575f80fd5b506103fe611efa565b34801561080b575f80fd5b506103b461081a3660046133bc565b611f09565b34801561082a575f80fd5b506104af6108393660046133bc565b601a6020525f908152604090205481565b348015610855575f80fd5b506103d5611fbb565b348015610869575f80fd5b506104af600a5481565b34801561087e575f80fd5b506103b461088d3660046135c2565b611fef565b34801561089d575f80fd5b506104af60105481565b3480156108b2575f80fd5b506103b46108c1366004613434565b611ffa565b3480156108d1575f80fd5b506103b46108e036600461363c565b612049565b3480156108f0575f80fd5b506104af60165481565b348015610905575f80fd5b506103b46109143660046133bc565b6120f1565b348015610924575f80fd5b506104af6109333660046133bc565b60186020525f908152604090205481565b34801561094f575f80fd5b506103fe61095e3660046133bc565b6120fe565b34801561096e575f80fd5b506104af61097d3660046133bc565b60196020525f908152604090205481565b348015610999575f80fd5b506104af600e5481565b3480156109ae575f80fd5b506104af6109bd366004613434565b60116020525f908152604090205481565b3480156109d9575f80fd5b506104af600d5481565b3480156109ee575f80fd5b506103b46109fd3660046133bc565b6121d1565b348015610a0d575f80fd5b506103b4610a1c366004613434565b6121de565b348015610a2c575f80fd5b506103b4610a3b3660046136e0565b61222d565b348015610a4b575f80fd5b506103d5610a5a366004613700565b73ffffffffffffffffffffffffffffffffffffffff9182165f90815260056020908152604080832093909416825291909152205460ff1690565b348015610a9f575f80fd5b506103b4610aae3660046133bc565b6122dc565b348015610abe575f80fd5b506104af60155481565b348015610ad3575f80fd5b506103b4610ae2366004613434565b612385565b348015610af2575f80fd5b506103b4610b013660046133bc565b612439565b348015610b11575f80fd5b506104af60175481565b348015610b26575f80fd5b506013546104379073ffffffffffffffffffffffffffffffffffffffff1681565b5f600b5411610bb7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f6d696e74696e67206973206e6f7420656e61626c65640000000000000000000060448201526064015b60405180910390fd5b42600c5411610c22576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f706173742074686520646561646c696e6520746f206d696e74000000000000006044820152606401610bae565b60075473ffffffffffffffffffffffffffffffffffffffff163314610ca3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f6d757374206265206d696e7465720000000000000000000000000000000000006044820152606401610bae565b600a543414610d34576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602160248201527f696e76616c696420616d6f756e74206f6620657468657220666f72207072696360448201527f65000000000000000000000000000000000000000000000000000000000000006064820152608401610bae565b811561104b5742600f54600b54610d4b919061375e565b11610dd8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602360248201527f77686974656c697374206d696e74696e67206e6f206c6f6e67657220656e616260448201527f6c656400000000000000000000000000000000000000000000000000000000006064820152608401610bae565b600e5460125410610e45576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f77686974656c697374206d617820737570706c792072656163686564000000006044820152606401610bae565b6040517fffffffffffffffffffffffffffffffffffffffff000000000000000000000000606087901b166020820152603481018290525f90605401604051602081830303815290604052805190602001209050610ed88484808060200260200160405190810160405280939291908181526020018383602002808284375f92019190915250506010549150849050612446565b610f3e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f696e76616c6964206d65726b6c652070726f6f660000000000000000000000006044820152606401610bae565b73ffffffffffffffffffffffffffffffffffffffff86165f908152601160205260409020548211610ff1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603660248201527f616c7265616479206d696e746564206d61782077686974656c6973742071756160448201527f6e7469747920666f7220746869732061646472657373000000000000000000006064820152608401610bae565b73ffffffffffffffffffffffffffffffffffffffff86165f90815260116020526040812080546001929061102690849061375e565b92505081905550600160125f82825461103f919061375e565b90915550611150915050565b42600f54600b5461105c919061375e565b11156110e257600e54600d546110729190613771565b60095411156110dd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601a60248201527f6d61782067656e6572616c20737570706c7920726561636865640000000000006044820152606401610bae565b611150565b600d546009541115611150576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f746f74616c206d617820737570706c79207265616368656400000000000000006044820152606401610bae565b5f84815260186020526040902054156111c5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600b60248201527f68617368206578697374730000000000000000000000000000000000000000006044820152606401610bae565b600980545f8681526018602090815260408083208490559282526019905290812086905581546112039288926111fa83613784565b9190505561245b565b5050505050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f4906490600000000000000000000000000000000000000000000000000000000148061125f575061125f8261267d565b92915050565b60605f8054611273906137bb565b80601f016020809104026020016040519081016040528092919081815260200182805461129f906137bb565b80156112ea5780601f106112c1576101008083540402835291602001916112ea565b820191905f5260205f20905b8154815290600101906020018083116112cd57829003601f168201915b5050505050905090565b5f6112fe8261275f565b505f9081526004602052604090205473ffffffffffffffffffffffffffffffffffffffff1690565b5f61133082611d35565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036113ed576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560448201527f72000000000000000000000000000000000000000000000000000000000000006064820152608401610bae565b3373ffffffffffffffffffffffffffffffffffffffff82161480611440575073ffffffffffffffffffffffffffffffffffffffff81165f90815260056020908152604080832033845290915290205460ff165b6114cc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603d60248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60448201527f6b656e206f776e6572206f7220617070726f76656420666f7220616c6c0000006064820152608401610bae565b6114d683836127e9565b505050565b6114e3612888565b600c55565b6114f0612888565b601655565b6114ff3382612909565b61158b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560448201527f72206f7220617070726f766564000000000000000000000000000000000000006064820152608401610bae565b6114d68383836129c6565b61159e612888565b600b5415611608576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f6d696e7420616c726561647920737461727465640000000000000000000000006044820152606401610bae565b600c545f03611673576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f646561646c696e65206d757374206265207365740000000000000000000000006044820152606401610bae565b42600b55565b611681612888565b600780547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b6116d0612888565b60405133904780156108fc02915f818181858888f193505050501580156116f9573d5f803e3d5ffd5b50565b611704612888565b600c545f0361176f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f646561646c696e65206d757374206265207365740000000000000000000000006044820152606401610bae565b600b55565b6114d683838360405180602001604052805f815250612049565b61179781611d35565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461182b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600d60248201527f6d757374206265206f776e6572000000000000000000000000000000000000006044820152606401610bae565b5f81815260196020908152604080832080548085526018845282852085905585855290849055601a90925282209190915561186582612cc0565b5050565b601b5460ff168061187d5750600d54600954115b6118e3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f696d616765207570646174657320617265206e6f7420656e61626c65640000006044820152606401610bae565b60075473ffffffffffffffffffffffffffffffffffffffff163314611964576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f6d757374206265206d696e7465720000000000000000000000000000000000006044820152606401610bae565b61196d81611d35565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614611a01576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600d60248201527f6d757374206265206f776e6572000000000000000000000000000000000000006044820152606401610bae565b5f8181526019602052604081205490819003611a79576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601360248201527f746f6b656e20646f65736e2774206578697374000000000000000000000000006044820152606401610bae565b828103611b08576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602960248201527f6e657720696d61676520686173682063616e2774206d61746368206f6c64206960448201527f6d616765206861736800000000000000000000000000000000000000000000006064820152608401610bae565b5f828152601a6020526040812054601754601654601554929392611b2d90859061380c565b611b37919061380c565b611b419190613823565b601554611b4e919061375e565b6013546014546040517f23b872dd00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8a8116600483015291821660248201526044810184905292935016906323b872dd906064016020604051808303815f875af1158015611bd0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bf4919061385b565b50611c0082600161375e565b5f858152601a6020908152604080832093909355878252601880825283832088905587835260198252838320899055868352905281812055517ff8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce790611c689086815260200190565b60405180910390a1505050505050565b611c80612888565b601b80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016911515919091179055565b611cb9612888565b5f5b8151811015611865577ff8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce7828281518110611cf757611cf7613876565b6020026020010151604051611d0e91815260200190565b60405180910390a180611d2081613784565b915050611cbb565b611d30612888565b600e55565b5f8181526002602052604081205473ffffffffffffffffffffffffffffffffffffffff168061125f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f4552433732313a20696e76616c696420746f6b656e20494400000000000000006044820152606401610bae565b611dc8612888565b600d55565b5f73ffffffffffffffffffffffffffffffffffffffff8216611e71576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602960248201527f4552433732313a2061646472657373207a65726f206973206e6f74206120766160448201527f6c6964206f776e657200000000000000000000000000000000000000000000006064820152608401610bae565b5073ffffffffffffffffffffffffffffffffffffffff165f9081526003602052604090205490565b611ea1612888565b611eaa5f612d96565b565b611eb4612888565b600f55565b5f600e54601254108015611ece575042600c54115b8015611ee8575042600f54600b54611ee6919061375e565b115b905090565b611ef5612888565b600a55565b606060018054611273906137bb565b611f11612888565b5f81815260196020526040902054611f85576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600f60248201527f696e76616c696420746f6b656e496400000000000000000000000000000000006044820152606401610bae565b6040518181527ff8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce79060200160405180910390a150565b5f600d5460095411158015611fd1575042600c54115b8015611fde57505f600b54115b8015611ee8575042600b5410905090565b611865338383612e0c565b612002612888565b601480547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b6120533383612909565b6120df576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560448201527f72206f7220617070726f766564000000000000000000000000000000000000006064820152608401610bae565b6120eb84848484612f38565b50505050565b6120f9612888565b601055565b60606121098261275f565b5f828152601960205260408082205460085491517fc87b56dd0000000000000000000000000000000000000000000000000000000081526004810182905290929173ffffffffffffffffffffffffffffffffffffffff169063c87b56dd906024015f60405180830381865afa158015612184573d5f803e3d5ffd5b505050506040513d5f823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526121c991908101906138a3565b949350505050565b6121d9612888565b601755565b6121e6612888565b600880547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b612235612888565b8082111561229f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600d60248201527f696e76616c69642072616e6765000000000000000000000000000000000000006044820152606401610bae565b60408051838152602081018390527f6bd5c950a8d8df17f772f5af37cb3655737899cbf903264b9795592da439661c910160405180910390a15050565b6122e4612888565b600954600114612350576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600960248201527f6f6e6c79206f6e636500000000000000000000000000000000000000000000006044820152606401610bae565b600980545f8381526018602090815260408083208490559282526019905290812083905581546116f99233926111fa83613784565b61238d612888565b73ffffffffffffffffffffffffffffffffffffffff8116612430576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610bae565b6116f981612d96565b612441612888565b601555565b5f826124528584612fdb565b14949350505050565b73ffffffffffffffffffffffffffffffffffffffff82166124d8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f20616464726573736044820152606401610bae565b5f8181526002602052604090205473ffffffffffffffffffffffffffffffffffffffff1615612563576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610bae565b5f8181526002602052604090205473ffffffffffffffffffffffffffffffffffffffff16156125ee576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610bae565b73ffffffffffffffffffffffffffffffffffffffff82165f81815260036020908152604080832080546001019055848352600290915280822080547fffffffffffffffffffffffff0000000000000000000000000000000000000000168417905551839291907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f80ac58cd00000000000000000000000000000000000000000000000000000000148061270f57507fffffffff0000000000000000000000000000000000000000000000000000000082167f5b5e139f00000000000000000000000000000000000000000000000000000000145b8061125f57507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff0000000000000000000000000000000000000000000000000000000083161461125f565b5f8181526002602052604090205473ffffffffffffffffffffffffffffffffffffffff166116f9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f4552433732313a20696e76616c696420746f6b656e20494400000000000000006044820152606401610bae565b5f81815260046020526040902080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff8416908117909155819061284282611d35565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60065473ffffffffffffffffffffffffffffffffffffffff163314611eaa576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610bae565b5f8061291483611d35565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480612981575073ffffffffffffffffffffffffffffffffffffffff8082165f9081526005602090815260408083209388168352929052205460ff165b806121c957508373ffffffffffffffffffffffffffffffffffffffff166129a7846112f4565b73ffffffffffffffffffffffffffffffffffffffff1614949350505050565b8273ffffffffffffffffffffffffffffffffffffffff166129e682611d35565b73ffffffffffffffffffffffffffffffffffffffff1614612a89576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602560248201527f4552433732313a207472616e736665722066726f6d20696e636f72726563742060448201527f6f776e65720000000000000000000000000000000000000000000000000000006064820152608401610bae565b73ffffffffffffffffffffffffffffffffffffffff8216612b2b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f2061646460448201527f72657373000000000000000000000000000000000000000000000000000000006064820152608401610bae565b8273ffffffffffffffffffffffffffffffffffffffff16612b4b82611d35565b73ffffffffffffffffffffffffffffffffffffffff1614612bee576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602560248201527f4552433732313a207472616e736665722066726f6d20696e636f72726563742060448201527f6f776e65720000000000000000000000000000000000000000000000000000006064820152608401610bae565b5f81815260046020908152604080832080547fffffffffffffffffffffffff000000000000000000000000000000000000000090811690915573ffffffffffffffffffffffffffffffffffffffff8781168086526003855283862080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01905590871680865283862080546001019055868652600290945282852080549092168417909155905184937fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b5f612cca82611d35565b9050612cd582611d35565b5f83815260046020908152604080832080547fffffffffffffffffffffffff000000000000000000000000000000000000000090811690915573ffffffffffffffffffffffffffffffffffffffff85168085526003845282852080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0190558785526002909352818420805490911690555192935084927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908390a45050565b6006805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612ea1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c6572000000000000006044820152606401610bae565b73ffffffffffffffffffffffffffffffffffffffff8381165f8181526005602090815260408083209487168084529482529182902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b612f438484846129c6565b612f4f84848484613027565b6120eb576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603260248201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560448201527f63656976657220696d706c656d656e74657200000000000000000000000000006064820152608401610bae565b5f81815b845181101561301f5761300b82868381518110612ffe57612ffe613876565b6020026020010151613216565b91508061301781613784565b915050612fdf565b509392505050565b5f73ffffffffffffffffffffffffffffffffffffffff84163b1561320b576040517f150b7a0200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff85169063150b7a029061309d903390899088908890600401613915565b6020604051808303815f875af19250505080156130f5575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682019092526130f29181019061395d565b60015b6131c0573d808015613122576040519150601f19603f3d011682016040523d82523d5f602084013e613127565b606091505b5080515f036131b8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603260248201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560448201527f63656976657220696d706c656d656e74657200000000000000000000000000006064820152608401610bae565b805181602001fd5b7fffffffff00000000000000000000000000000000000000000000000000000000167f150b7a02000000000000000000000000000000000000000000000000000000001490506121c9565b506001949350505050565b5f818310613230575f82815260208490526040902061323e565b5f8381526020839052604090205b9392505050565b803573ffffffffffffffffffffffffffffffffffffffff81168114613268575f80fd5b919050565b5f805f805f60808688031215613281575f80fd5b61328a86613245565b945060208601359350604086013567ffffffffffffffff808211156132ad575f80fd5b818801915088601f8301126132c0575f80fd5b8135818111156132ce575f80fd5b8960208260051b85010111156132e2575f80fd5b96999598505060200195606001359392505050565b7fffffffff00000000000000000000000000000000000000000000000000000000811681146116f9575f80fd5b5f60208284031215613334575f80fd5b813561323e816132f7565b5f5b83811015613359578181015183820152602001613341565b50505f910152565b5f815180845261337881602086016020860161333f565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b602081525f61323e6020830184613361565b5f602082840312156133cc575f80fd5b5035919050565b5f80604083850312156133e4575f80fd5b6133ed83613245565b946020939093013593505050565b5f805f6060848603121561340d575f80fd5b61341684613245565b925061342460208501613245565b9150604084013590509250925092565b5f60208284031215613444575f80fd5b61323e82613245565b5f805f6060848603121561345f575f80fd5b61346884613245565b95602085013595506040909401359392505050565b80151581146116f9575f80fd5b5f6020828403121561349a575f80fd5b813561323e8161347d565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff81118282101715613519576135196134a5565b604052919050565b5f6020808385031215613532575f80fd5b823567ffffffffffffffff80821115613549575f80fd5b818501915085601f83011261355c575f80fd5b81358181111561356e5761356e6134a5565b8060051b915061357f8483016134d2565b8181529183018401918481019088841115613598575f80fd5b938501935b838510156135b65784358252938501939085019061359d565b98975050505050505050565b5f80604083850312156135d3575f80fd5b6135dc83613245565b915060208301356135ec8161347d565b809150509250929050565b5f67ffffffffffffffff821115613610576136106134a5565b50601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01660200190565b5f805f806080858703121561364f575f80fd5b61365885613245565b935061366660208601613245565b925060408501359150606085013567ffffffffffffffff811115613688575f80fd5b8501601f81018713613698575f80fd5b80356136ab6136a6826135f7565b6134d2565b8181528860208385010111156136bf575f80fd5b816020840160208301375f6020838301015280935050505092959194509250565b5f80604083850312156136f1575f80fd5b50508035926020909101359150565b5f8060408385031215613711575f80fd5b61371a83613245565b915061372860208401613245565b90509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b8082018082111561125f5761125f613731565b8181038181111561125f5761125f613731565b5f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036137b4576137b4613731565b5060010190565b600181811c908216806137cf57607f821691505b602082108103613806577f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b50919050565b808202811582820484141761125f5761125f613731565b5f82613856577f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b500490565b5f6020828403121561386b575f80fd5b815161323e8161347d565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f602082840312156138b3575f80fd5b815167ffffffffffffffff8111156138c9575f80fd5b8201601f810184136138d9575f80fd5b80516138e76136a6826135f7565b8181528560208385010111156138fb575f80fd5b61390c82602083016020860161333f565b95945050505050565b5f73ffffffffffffffffffffffffffffffffffffffff8087168352808616602084015250836040830152608060608301526139536080830184613361565b9695505050505050565b5f6020828403121561396d575f80fd5b815161323e816132f756fea2646970667358221220b4434f2677f960dc569692551d3d42174259f07cf7c0ac57ba37f2a43029d20d64736f6c63430008150033000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001400000000000000000000000000e363324cbeaf0ece48b5076724c8ca3551c1e15000000000000000000000000e3320d3a0f2523576c136c3d73fed36fe329c7c500000000000000000000000000000000000000000000000000000000000023280000000000000000000000000000000000000000000000000000000000000ede20b068d4688777302f36fd10d726ec85435010bc8c74e2dc1b564b88b803e933000000000000000000000000761d38e5ddf6ccf6cf7c55759d5210750b5d60f3000000000000000000000000000000000000000000000000000000000000000f455243373231446f67656c6f6e41490000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c446f67656c6f6e41494e46540000000000000000000000000000000000000000
0xa2646970667358221220b4434f2677f960dc569692551d3d42174259f07cf7c0ac57ba37f2a43029d20d64736f6c63430008150033000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001400000000000000000000000000e363324cbeaf0ece48b5076724c8ca3551c1e15000000000000000000000000e3320d3a0f2523576c136c3d73fed36fe329c7c500000000000000000000000000000000000000000000000000000000000023280000000000000000000000000000000000000000000000000000000000000ede20b068d4688777302f36fd10d726ec85435010bc8c74e2dc1b564b88b803e933000000000000000000000000761d38e5ddf6ccf6cf7c55759d5210750b5d60f3000000000000000000000000000000000000000000000000000000000000000f455243373231446f67656c6f6e41490000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c446f67656c6f6e41494e46540000000000000000000000000000000000000000