[ { "inputs": [ { "internalType": "string", "name": "_tokenName", "type": "string" }, { "internalType": "string", "name": "_symbol", "type": "string" }, { "internalType": "address", "name": "_endpoint", "type": "address" }, { "internalType": "address", "name": "_dao", "type": "address" }, { "internalType": "address", "name": "_treasury", "type": "address" }, { "internalType": "uint256", "name": "_mintAmt", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [], "name": "AddressZero", "type": "error" }, { "inputs": [], "name": "AmountTooSmall", "type": "error" }, { "inputs": [], "name": "InsufficientETHForFee", "type": "error" }, { "inputs": [], "name": "InvalidRatio", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "owner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "spender", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "Approval", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "indexed": false, "internalType": "bytes", "name": "_srcAddress", "type": "bytes" }, { "indexed": false, "internalType": "uint64", "name": "_nonce", "type": "uint64" }, { "indexed": false, "internalType": "bytes32", "name": "_hash", "type": "bytes32" } ], "name": "CallOFTReceivedSuccess", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "fee", "type": "uint256" } ], "name": "FeeRatioUpdated", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "indexed": false, "internalType": "bytes", "name": "_srcAddress", "type": "bytes" }, { "indexed": false, "internalType": "uint64", "name": "_nonce", "type": "uint64" }, { "indexed": false, "internalType": "bytes", "name": "_payload", "type": "bytes" }, { "indexed": false, "internalType": "bytes", "name": "_reason", "type": "bytes" } ], "name": "MessageFailed", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "_address", "type": "address" } ], "name": "NonContractAddress", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "account", "type": "address" } ], "name": "Paused", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "contract IPriceProvider", "name": "priceProvider", "type": "address" } ], "name": "PriceProviderUpdated", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "indexed": true, "internalType": "address", "name": "_to", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "_amount", "type": "uint256" } ], "name": "ReceiveFromChain", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "indexed": false, "internalType": "bytes", "name": "_srcAddress", "type": "bytes" }, { "indexed": false, "internalType": "uint64", "name": "_nonce", "type": "uint64" }, { "indexed": false, "internalType": "bytes32", "name": "_payloadHash", "type": "bytes32" } ], "name": "RetryMessageSuccess", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint16", "name": "_dstChainId", "type": "uint16" }, { "indexed": true, "internalType": "address", "name": "_from", "type": "address" }, { "indexed": true, "internalType": "bytes32", "name": "_toAddress", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "_amount", "type": "uint256" } ], "name": "SendToChain", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint16", "name": "_dstChainId", "type": "uint16" }, { "indexed": false, "internalType": "uint16", "name": "_type", "type": "uint16" }, { "indexed": false, "internalType": "uint256", "name": "_minDstGas", "type": "uint256" } ], "name": "SetMinDstGas", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "precrime", "type": "address" } ], "name": "SetPrecrime", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint16", "name": "_remoteChainId", "type": "uint16" }, { "indexed": false, "internalType": "bytes", "name": "_path", "type": "bytes" } ], "name": "SetTrustedRemote", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint16", "name": "_remoteChainId", "type": "uint16" }, { "indexed": false, "internalType": "bytes", "name": "_remoteAddress", "type": "bytes" } ], "name": "SetTrustedRemoteAddress", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "bool", "name": "_useCustomAdapterParams", "type": "bool" } ], "name": "SetUseCustomAdapterParams", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "treasury", "type": "address" } ], "name": "TreasuryUpdated", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "account", "type": "address" } ], "name": "Unpaused", "type": "event" }, { "inputs": [], "name": "DEFAULT_PAYLOAD_SIZE_LIMIT", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "FEE_DIVISOR", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "MAX_REASONABLE_FEE", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "NO_EXTRA_GAS", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "PT_SEND", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "PT_SEND_AND_CALL", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "SHARED_DECIMALS", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" } ], "name": "allowance", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "approve", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "account", "type": "address" } ], "name": "balanceOf", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_amount", "type": "uint256" } ], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "internalType": "bytes", "name": "_srcAddress", "type": "bytes" }, { "internalType": "uint64", "name": "_nonce", "type": "uint64" }, { "internalType": "bytes32", "name": "_from", "type": "bytes32" }, { "internalType": "address", "name": "_to", "type": "address" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }, { "internalType": "bytes", "name": "_payload", "type": "bytes" }, { "internalType": "uint256", "name": "_gasForCall", "type": "uint256" } ], "name": "callOnOFTReceived", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "circulatingSupply", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "", "type": "uint16" }, { "internalType": "bytes", "name": "", "type": "bytes" }, { "internalType": "uint64", "name": "", "type": "uint64" } ], "name": "creditedPackets", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "decimals", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "subtractedValue", "type": "uint256" } ], "name": "decreaseAllowance", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_dstChainId", "type": "uint16" }, { "internalType": "bytes32", "name": "_toAddress", "type": "bytes32" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }, { "internalType": "bytes", "name": "_payload", "type": "bytes" }, { "internalType": "uint64", "name": "_dstGasForCall", "type": "uint64" }, { "internalType": "bool", "name": "_useZro", "type": "bool" }, { "internalType": "bytes", "name": "_adapterParams", "type": "bytes" } ], "name": "estimateSendAndCallFee", "outputs": [ { "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "zroFee", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_dstChainId", "type": "uint16" }, { "internalType": "bytes32", "name": "_toAddress", "type": "bytes32" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }, { "internalType": "bool", "name": "_useZro", "type": "bool" }, { "internalType": "bytes", "name": "_adapterParams", "type": "bytes" } ], "name": "estimateSendFee", "outputs": [ { "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "zroFee", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "", "type": "uint16" }, { "internalType": "bytes", "name": "", "type": "bytes" }, { "internalType": "uint64", "name": "", "type": "uint64" } ], "name": "failedMessages", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "feeRatio", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "internalType": "bytes", "name": "_srcAddress", "type": "bytes" } ], "name": "forceResumeReceive", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_rdntAmount", "type": "uint256" } ], "name": "getBridgeFee", "outputs": [ { "internalType": "uint256", "name": "bridgeFee", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_version", "type": "uint16" }, { "internalType": "uint16", "name": "_chainId", "type": "uint16" }, { "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256", "name": "_configType", "type": "uint256" } ], "name": "getConfig", "outputs": [ { "internalType": "bytes", "name": "", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_remoteChainId", "type": "uint16" } ], "name": "getTrustedRemoteAddress", "outputs": [ { "internalType": "bytes", "name": "", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "addedValue", "type": "uint256" } ], "name": "increaseAllowance", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "internalType": "bytes", "name": "_srcAddress", "type": "bytes" } ], "name": "isTrustedRemote", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "lzEndpoint", "outputs": [ { "internalType": "contract ILayerZeroEndpoint", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "internalType": "bytes", "name": "_srcAddress", "type": "bytes" }, { "internalType": "uint64", "name": "_nonce", "type": "uint64" }, { "internalType": "bytes", "name": "_payload", "type": "bytes" } ], "name": "lzReceive", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "", "type": "uint16" }, { "internalType": "uint16", "name": "", "type": "uint16" } ], "name": "minDstGasLookup", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "name", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "internalType": "bytes", "name": "_srcAddress", "type": "bytes" }, { "internalType": "uint64", "name": "_nonce", "type": "uint64" }, { "internalType": "bytes", "name": "_payload", "type": "bytes" } ], "name": "nonblockingLzReceive", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "pause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "paused", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "", "type": "uint16" } ], "name": "payloadSizeLimitLookup", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "precrime", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "priceProvider", "outputs": [ { "internalType": "contract IPriceProvider", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "internalType": "bytes", "name": "_srcAddress", "type": "bytes" }, { "internalType": "uint64", "name": "_nonce", "type": "uint64" }, { "internalType": "bytes", "name": "_payload", "type": "bytes" } ], "name": "retryMessage", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_from", "type": "address" }, { "internalType": "uint16", "name": "_dstChainId", "type": "uint16" }, { "internalType": "bytes32", "name": "_toAddress", "type": "bytes32" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }, { "internalType": "bytes", "name": "_payload", "type": "bytes" }, { "internalType": "uint64", "name": "_dstGasForCall", "type": "uint64" }, { "components": [ { "internalType": "address payable", "name": "refundAddress", "type": "address" }, { "internalType": "address", "name": "zroPaymentAddress", "type": "address" }, { "internalType": "bytes", "name": "adapterParams", "type": "bytes" } ], "internalType": "struct ICommonOFT.LzCallParams", "name": "_callParams", "type": "tuple" } ], "name": "sendAndCall", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_from", "type": "address" }, { "internalType": "uint16", "name": "_dstChainId", "type": "uint16" }, { "internalType": "bytes32", "name": "_toAddress", "type": "bytes32" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }, { "components": [ { "internalType": "address payable", "name": "refundAddress", "type": "address" }, { "internalType": "address", "name": "zroPaymentAddress", "type": "address" }, { "internalType": "bytes", "name": "adapterParams", "type": "bytes" } ], "internalType": "struct ICommonOFT.LzCallParams", "name": "_callParams", "type": "tuple" } ], "name": "sendFrom", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_version", "type": "uint16" }, { "internalType": "uint16", "name": "_chainId", "type": "uint16" }, { "internalType": "uint256", "name": "_configType", "type": "uint256" }, { "internalType": "bytes", "name": "_config", "type": "bytes" } ], "name": "setConfig", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_feeRatio", "type": "uint256" } ], "name": "setFeeRatio", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_dstChainId", "type": "uint16" }, { "internalType": "uint16", "name": "_packetType", "type": "uint16" }, { "internalType": "uint256", "name": "_minGas", "type": "uint256" } ], "name": "setMinDstGas", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_dstChainId", "type": "uint16" }, { "internalType": "uint256", "name": "_size", "type": "uint256" } ], "name": "setPayloadSizeLimit", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_precrime", "type": "address" } ], "name": "setPrecrime", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "contract IPriceProvider", "name": "_priceProvider", "type": "address" } ], "name": "setPriceProvider", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_version", "type": "uint16" } ], "name": "setReceiveVersion", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_version", "type": "uint16" } ], "name": "setSendVersion", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_treasury", "type": "address" } ], "name": "setTreasury", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "internalType": "bytes", "name": "_path", "type": "bytes" } ], "name": "setTrustedRemote", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "_remoteChainId", "type": "uint16" }, { "internalType": "bytes", "name": "_remoteAddress", "type": "bytes" } ], "name": "setTrustedRemoteAddress", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bool", "name": "_useCustomAdapterParams", "type": "bool" } ], "name": "setUseCustomAdapterParams", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "sharedDecimals", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "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": "token", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "totalSupply", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "transfer", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint16", "name": "", "type": "uint16" } ], "name": "trustedRemoteLookup", "outputs": [ { "internalType": "bytes", "name": "", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "unpause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "useCustomAdapterParams", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" } ]
60e06040523480156200001157600080fd5b506040516200639b3803806200639b83398101604081905262000034916200049c565b858560088683838383818180806200004c33620001f2565b6001600160a01b0316608052505060ff1660a052505081516200007790600b9060208501906200030c565b5080516200008d90600c9060208401906200030c565b5050506000620000a26200024260201b60201c565b90508060ff168360ff161115620001105760405162461bcd60e51b815260206004820152602760248201527f4f46543a20736861726564446563696d616c73206d757374206265203c3d20646044820152666563696d616c7360c81b60648201526084015b60405180910390fd5b6200011c83826200055c565b6200012990600a62000681565b60c0525050600d805460ff1916905550506001600e55506001600160a01b0384166200016857604051639fabe1c160e01b815260040160405180910390fd5b6001600160a01b0383166200019057604051639fabe1c160e01b815260040160405180910390fd5b6001600160a01b038216620001b857604051639fabe1c160e01b815260040160405180910390fd5b600f80546001600160a01b0319166001600160a01b0384161790558015620001e657620001e6838262000247565b505050505050620006f1565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b601290565b6001600160a01b0382166200029f5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640162000107565b80600a6000828254620002b3919062000699565b90915550506001600160a01b0382166000818152600860209081526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b8280546200031a90620006b4565b90600052602060002090601f0160209004810192826200033e576000855562000389565b82601f106200035957805160ff191683800117855562000389565b8280016001018555821562000389579182015b82811115620003895782518255916020019190600101906200036c565b50620003979291506200039b565b5090565b5b808211156200039757600081556001016200039c565b634e487b7160e01b600052604160045260246000fd5b600082601f830112620003da57600080fd5b81516001600160401b0380821115620003f757620003f7620003b2565b604051601f8301601f19908116603f01168101908282118183101715620004225762000422620003b2565b816040528381526020925086838588010111156200043f57600080fd5b600091505b8382101562000463578582018301518183018401529082019062000444565b83821115620004755760008385830101525b9695505050505050565b80516001600160a01b03811681146200049757600080fd5b919050565b60008060008060008060c08789031215620004b657600080fd5b86516001600160401b0380821115620004ce57600080fd5b620004dc8a838b01620003c8565b97506020890151915080821115620004f357600080fd5b506200050289828a01620003c8565b95505062000513604088016200047f565b935062000523606088016200047f565b925062000533608088016200047f565b915060a087015190509295509295509295565b634e487b7160e01b600052601160045260246000fd5b600060ff821660ff84168082101562000579576200057962000546565b90039392505050565b600181815b80851115620005c3578160001904821115620005a757620005a762000546565b80851615620005b557918102915b93841c939080029062000587565b509250929050565b600082620005dc575060016200067b565b81620005eb575060006200067b565b81600181146200060457600281146200060f576200062f565b60019150506200067b565b60ff84111562000623576200062362000546565b50506001821b6200067b565b5060208310610133831016604e8410600b841016171562000654575081810a6200067b565b62000660838362000582565b806000190482111562000677576200067762000546565b0290505b92915050565b60006200069260ff841683620005cb565b9392505050565b60008219821115620006af57620006af62000546565b500190565b600181811c90821680620006c957607f821691505b60208210811415620006eb57634e487b7160e01b600052602260045260246000fd5b50919050565b60805160a05160c051615c2d6200076e60003960008181613e0501528181613f0601526143e6015260006107f9015260008181610a2501528181610c5f0152818161104a015281816111300152818161148401528181611c0401528181612576015281816135930152818161381501526141170152615c2d6000f3fe6080604052600436106103c25760003560e01c8063857749b0116101f2578063baf3292d1161010d578063eaffd49a116100a0578063f0f442601161006f578063f0f4426014610be9578063f2fde38b14610c09578063f5ecbdbc14610c29578063fc0c546a14610c4957600080fd5b8063eaffd49a14610b6f578063eb8d72b714610b8f578063ed629c5c14610baf578063f066bca914610bc957600080fd5b8063dd62ed3e116100dc578063dd62ed3e14610ac7578063df2a5b3b14610b1a578063e6a20ae614610b3a578063eab45d9c14610b4f57600080fd5b8063baf3292d14610a74578063c44618341461095d578063cbed8b9c14610a94578063d1deba1f14610ab457600080fd5b80639e93ad8e11610185578063a6c3d16511610154578063a6c3d165146109d3578063a9059cbb146109f3578063b353aaa714610a13578063b888879e14610a4757600080fd5b80639e93ad8e1461095d5780639f38369a14610973578063a457c2d714610993578063a4c51df5146109b357600080fd5b8063950c8a74116101c1578063950c8a74146108b457806395d89b41146108e157806397167964146108f65780639bdb98121461090b57600080fd5b8063857749b0146107e75780638cfd8f5c1461081b5780638da5cb5b146108535780639358928b1461089f57600080fd5b80633f1f4fa4116102e25780635c975abb11610275578063715018a611610244578063715018a61461078a5780637533d7881461079f57806376203b48146107bf5780638456cb59146107d257600080fd5b80635c975abb146106fc57806366ad5c8a14610714578063695ef6bf1461073457806370a082311461074757600080fd5b806342d65a8d116102b157806342d65a8d1461066357806344770515146106835780634c42899a146106985780635b8c41e6146106ad57600080fd5b80633f1f4fa4146105eb5780633f4ba83a1461061857806341744dd41461062d57806342966c681461064357600080fd5b806319f4ff2f1161035a578063365260b411610329578063365260b414610556578063372aa2241461058b57806339509351146105ab5780633d8b38f6146105cb57600080fd5b806319f4ff2f146104df57806323b872dd146104ff578063269510a21461051f578063313ce5671461053457600080fd5b8063095ea7b311610396578063095ea7b3146104605780630df374831461048057806310ddb137146104a057806318160ddd146104c057600080fd5b80621d3567146103c757806301ffc9a7146103e957806306fdde031461041e57806307e0db1714610440575b600080fd5b3480156103d357600080fd5b506103e76103e2366004614b76565b610c5c565b005b3480156103f557600080fd5b50610409610404366004614c0a565b610ee5565b60405190151581526020015b60405180910390f35b34801561042a57600080fd5b50610433610f7e565b6040516104159190614cc2565b34801561044c57600080fd5b506103e761045b366004614cd5565b611010565b34801561046c57600080fd5b5061040961047b366004614d12565b6110bf565b34801561048c57600080fd5b506103e761049b366004614d3e565b6110d7565b3480156104ac57600080fd5b506103e76104bb366004614cd5565b6110f6565b3480156104cc57600080fd5b50600a545b604051908152602001610415565b3480156104eb57600080fd5b506103e76104fa366004614d5a565b611174565b34801561050b57600080fd5b5061040961051a366004614d73565b6111ea565b34801561052b57600080fd5b506104d1606481565b34801561054057600080fd5b5060125b60405160ff9091168152602001610415565b34801561056257600080fd5b50610576610571366004614dc4565b61120e565b60408051928352602083019190915201610415565b34801561059757600080fd5b506103e76105a6366004614e2a565b611244565b3480156105b757600080fd5b506104096105c6366004614d12565b611308565b3480156105d757600080fd5b506104096105e6366004614e47565b611354565b3480156105f757600080fd5b506104d1610606366004614cd5565b60036020526000908152604090205481565b34801561062457600080fd5b506103e7611420565b34801561063957600080fd5b506104d160105481565b34801561064f57600080fd5b506103e761065e366004614d5a565b611432565b34801561066f57600080fd5b506103e761067e366004614e47565b61143f565b34801561068f57600080fd5b506104d1600081565b3480156106a457600080fd5b50610544600081565b3480156106b957600080fd5b506104d16106c8366004614f5e565b6005602090815260009384526040808520845180860184018051928152908401958401959095209452929052825290205481565b34801561070857600080fd5b50600d5460ff16610409565b34801561072057600080fd5b506103e761072f366004614b76565b6114eb565b6103e7610742366004615017565b6115f8565b34801561075357600080fd5b506104d1610762366004614e2a565b73ffffffffffffffffffffffffffffffffffffffff1660009081526008602052604090205490565b34801561079657600080fd5b506103e7611663565b3480156107ab57600080fd5b506104336107ba366004614cd5565b611675565b6103e76107cd36600461508b565b61170f565b3480156107de57600080fd5b506103e76117be565b3480156107f357600080fd5b506105447f000000000000000000000000000000000000000000000000000000000000000081565b34801561082757600080fd5b506104d161083636600461513e565b600260209081526000928352604080842090915290825290205481565b34801561085f57600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff165b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610415565b3480156108ab57600080fd5b506104d16117ce565b3480156108c057600080fd5b5060045461087a9073ffffffffffffffffffffffffffffffffffffffff1681565b3480156108ed57600080fd5b506104336117de565b34801561090257600080fd5b50610544600881565b34801561091757600080fd5b50610409610926366004614f5e565b6007602090815260009384526040808520845180860184018051928152908401958401959095209452929052825290205460ff1681565b34801561096957600080fd5b506104d161271081565b34801561097f57600080fd5b5061043361098e366004614cd5565b6117ed565b34801561099f57600080fd5b506104096109ae366004614d12565b61191e565b3480156109bf57600080fd5b506105766109ce366004615171565b6119ef565b3480156109df57600080fd5b506103e76109ee366004614e47565b611a7e565b3480156109ff57600080fd5b50610409610a0e366004614d12565b611b2f565b348015610a1f57600080fd5b5061087a7f000000000000000000000000000000000000000000000000000000000000000081565b348015610a5357600080fd5b5060115461087a9073ffffffffffffffffffffffffffffffffffffffff1681565b348015610a8057600080fd5b506103e7610a8f366004614e2a565b611b3d565b348015610aa057600080fd5b506103e7610aaf36600461522b565b611bbf565b6103e7610ac2366004614b76565b611c6f565b348015610ad357600080fd5b506104d1610ae236600461529a565b73ffffffffffffffffffffffffffffffffffffffff918216600090815260096020908152604080832093909416825291909152205490565b348015610b2657600080fd5b506103e7610b353660046152d3565b611ef1565b348015610b4657600080fd5b50610544600181565b348015610b5b57600080fd5b506103e7610b6a36600461530f565b611fc5565b348015610b7b57600080fd5b506103e7610b8a36600461532a565b61202c565b348015610b9b57600080fd5b506103e7610baa366004614e47565b612198565b348015610bbb57600080fd5b506006546104099060ff1681565b348015610bd557600080fd5b506104d1610be4366004614d5a565b6121f2565b348015610bf557600080fd5b506103e7610c04366004614e2a565b6123b4565b348015610c1557600080fd5b506103e7610c24366004614e2a565b612478565b348015610c3557600080fd5b50610433610c443660046153f3565b61252c565b348015610c5557600080fd5b503061087a565b337f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1614610d00576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f4c7a4170703a20696e76616c696420656e64706f696e742063616c6c6572000060448201526064015b60405180910390fd5b61ffff861660009081526001602052604081208054610d1e90615440565b80601f0160208091040260200160405190810160405280929190818152602001828054610d4a90615440565b8015610d975780601f10610d6c57610100808354040283529160200191610d97565b820191906000526020600020905b815481529060010190602001808311610d7a57829003601f168201915b50505050509050805186869050148015610db2575060008151115b8015610dda575080516020820120604051610dd0908890889061548e565b6040518091039020145b610e66576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4c7a4170703a20696e76616c696420736f757263652073656e64696e6720636f60448201527f6e747261637400000000000000000000000000000000000000000000000000006064820152608401610cf7565b610edc8787878080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8a018190048102820181019092528881528a93509150889088908190840183828082843760009201919091525061261892505050565b50505050505050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f1f7ecdf7000000000000000000000000000000000000000000000000000000001480610f7857507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b6060600b8054610f8d90615440565b80601f0160208091040260200160405190810160405280929190818152602001828054610fb990615440565b80156110065780601f10610fdb57610100808354040283529160200191611006565b820191906000526020600020905b815481529060010190602001808311610fe957829003601f168201915b5050505050905090565b6110186126dc565b6040517f07e0db1700000000000000000000000000000000000000000000000000000000815261ffff821660048201527f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16906307e0db17906024015b600060405180830381600087803b1580156110a457600080fd5b505af11580156110b8573d6000803e3d6000fd5b5050505050565b6000336110cd81858561275d565b5060019392505050565b6110df6126dc565b61ffff909116600090815260036020526040902055565b6110fe6126dc565b6040517f10ddb13700000000000000000000000000000000000000000000000000000000815261ffff821660048201527f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16906310ddb1379060240161108a565b61117c6126dc565b60648111156111b7576040517f648564d300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b601081905560405181907fbbfc7e3ffb06fe644da11f58a6ec60dd89c955d9d80b37cbc787f11776efcd1e90600090a250565b6000336111f8858285612911565b6112038585856129e8565b506001949350505050565b60008061121f888888888888612c5e565b909250905061122d866121f2565b61123790836154cd565b9150965096945050505050565b61124c6126dc565b73ffffffffffffffffffffffffffffffffffffffff8116611299576040517f9fabe1c100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b601180547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff83169081179091556040517fb266add5f3044b17d27db796af992cecbe413921b4e8aaaee03c719e16b9806a90600090a250565b33600081815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff871684529091528120549091906110cd908290869061134f9087906154cd565b61275d565b61ffff83166000908152600160205260408120805482919061137590615440565b80601f01602080910402602001604051908101604052809291908181526020018280546113a190615440565b80156113ee5780601f106113c3576101008083540402835291602001916113ee565b820191906000526020600020905b8154815290600101906020018083116113d157829003601f168201915b50505050509050838360405161140592919061548e565b60405180910390208180519060200120149150509392505050565b6114286126dc565b611430612cb3565b565b61143c3382612d30565b50565b6114476126dc565b6040517f42d65a8d00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016906342d65a8d906114bd9086908690869060040161552e565b600060405180830381600087803b1580156114d757600080fd5b505af1158015610edc573d6000803e3d6000fd5b33301461157a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4e6f6e626c6f636b696e674c7a4170703a2063616c6c6572206d75737420626560448201527f204c7a41707000000000000000000000000000000000000000000000000000006064820152608401610cf7565b6115f08686868080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f890181900481028201810190925287815289935091508790879081908401838280828437600092019190915250612ef392505050565b505050505050565b6115f08585858561160c6020870187614e2a565b61161c6040880160208901614e2a565b611629604089018961554c565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250612f9492505050565b61166b6126dc565b6114306000613164565b6001602052600090815260409020805461168e90615440565b80601f01602080910402602001604051908101604052809291908181526020018280546116ba90615440565b80156117075780601f106116dc57610100808354040283529160200191611707565b820191906000526020600020905b8154815290600101906020018083116116ea57829003601f168201915b505050505081565b6117b38888888888888080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a925061175c9150506020890189614e2a565b61176c60408a0160208b01614e2a565b61177960408b018b61554c565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506131d992505050565b505050505050505050565b6117c66126dc565b611430613364565b60006117d9600a5490565b905090565b6060600c8054610f8d90615440565b61ffff811660009081526001602052604081208054606092919061181090615440565b80601f016020809104026020016040519081016040528092919081815260200182805461183c90615440565b80156118895780601f1061185e57610100808354040283529160200191611889565b820191906000526020600020905b81548152906001019060200180831161186c57829003601f168201915b505050505090508051600014156118fc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f4c7a4170703a206e6f20747275737465642070617468207265636f72640000006044820152606401610cf7565b61191760006014835161190f91906155b1565b8391906133bf565b9392505050565b33600081815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff87168452909152812054909190838110156119e2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760448201527f207a65726f0000000000000000000000000000000000000000000000000000006064820152608401610cf7565b611203828686840361275d565b600080611a6c8b8b8b8b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8d018190048102820181019092528b81528e93508d9250908c908c908190840183828082843760009201919091525061353992505050565b91509150995099975050505050505050565b611a866126dc565b818130604051602001611a9b939291906155c8565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815291815261ffff85166000908152600160209081529190208251611aee939192909101906149d3565b507f8c0400cfe2d1199b1a725c78960bcc2a344d869b80590d0f2bd005db15a572ce838383604051611b229392919061552e565b60405180910390a1505050565b6000336110cd8185856129e8565b611b456126dc565b600480547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff83169081179091556040519081527f5db758e995a17ec1ad84bdef7e8c3293a0bd6179bcce400dff5d4c3d87db726b906020015b60405180910390a150565b611bc76126dc565b6040517fcbed8b9c00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000169063cbed8b9c90611c419088908890889088908890600401615601565b600060405180830381600087803b158015611c5b57600080fd5b505af11580156117b3573d6000803e3d6000fd5b61ffff86166000908152600560205260408082209051611c92908890889061548e565b908152604080516020928190038301902067ffffffffffffffff871660009081529252902054905080611d47576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602360248201527f4e6f6e626c6f636b696e674c7a4170703a206e6f2073746f726564206d65737360448201527f61676500000000000000000000000000000000000000000000000000000000006064820152608401610cf7565b808383604051611d5892919061548e565b604051809103902014611ded576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602160248201527f4e6f6e626c6f636b696e674c7a4170703a20696e76616c6964207061796c6f6160448201527f64000000000000000000000000000000000000000000000000000000000000006064820152608401610cf7565b61ffff87166000908152600560205260408082209051611e10908990899061548e565b908152604080516020928190038301812067ffffffffffffffff8916600090815290845282902093909355601f88018290048202830182019052868252611ea9918991899089908190840183828082843760009201919091525050604080516020601f8a018190048102820181019092528881528a935091508890889081908401838280828437600092019190915250612ef392505050565b7fc264d91f3adc5588250e1551f547752ca0cfa8f6b530d243b9f9f4cab10ea8e58787878785604051611ee095949392919061562f565b60405180910390a150505050505050565b611ef96126dc565b60008111611f63576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601560248201527f4c7a4170703a20696e76616c6964206d696e47617300000000000000000000006044820152606401610cf7565b61ffff83811660008181526002602090815260408083209487168084529482529182902085905581519283528201929092529081018290527f9d5c7c0b934da8fefa9c7760c98383778a12dfbfc0c3b3106518f43fb9508ac090606001611b22565b611fcd6126dc565b600680547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00168215159081179091556040519081527f1584ad594a70cbe1e6515592e1272a987d922b097ead875069cebe8b40c004a490602001611bb4565b333014612095576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f4f4654436f72653a2063616c6c6572206d757374206265204f4654436f7265006044820152606401610cf7565b6120a0308686613621565b93508473ffffffffffffffffffffffffffffffffffffffff168a61ffff167fbf551ec93859b170f9b2141bd9298bf3f64322c6f7beb2543a0cb669834118bf866040516120ef91815260200190565b60405180910390a36040517f7fcf35da00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff861690637fcf35da908390612159908e908e908e908e908e908d908d908d9060040161566b565b600060405180830381600088803b15801561217357600080fd5b5087f1158015612187573d6000803e3d6000fd5b505050505050505050505050505050565b6121a06126dc565b61ffff831660009081526001602052604090206121be908383614a57565b507ffa41487ad5d6728f0b19276fa1eddc16558578f5109fc39d2dc33c3230470dab838383604051611b229392919061552e565b60115460009073ffffffffffffffffffffffffffffffffffffffff1661221a57506000919050565b601154604080517f4b94f50e000000000000000000000000000000000000000000000000000000008152905160009273ffffffffffffffffffffffffffffffffffffffff1691634b94f50e9160048083019260209291908290030181865afa15801561228a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122ae91906156c7565b90506000601160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801561231f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061234391906156c7565b905060006123536012600a615800565b61235e83600a61580f565b612368858861581b565b61237a90670de0b6b3a764000061581b565b6123849190615887565b61238e9190615887565b9050612710601054826123a1919061581b565b6123ab9190615887565b95945050505050565b6123bc6126dc565b73ffffffffffffffffffffffffffffffffffffffff8116612409576040517f9fabe1c100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600f80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff83169081179091556040517f7dae230f18360d76a040c81f050aa14eb9d6dc7901b20fc5d855e2a20fe814d190600090a250565b6124806126dc565b73ffffffffffffffffffffffffffffffffffffffff8116612523576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610cf7565b61143c81613164565b6040517ff5ecbdbc00000000000000000000000000000000000000000000000000000000815261ffff808616600483015284166024820152306044820152606481018290526060907f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff169063f5ecbdbc90608401600060405180830381865afa1580156125d2573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526123ab919081019061589b565b6000806126c65a60966366ad5c8a60e01b898989896040516024016126409493929190615909565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909316929092179091523092919061369a565b91509150816115f0576115f08686868685613725565b60005473ffffffffffffffffffffffffffffffffffffffff163314611430576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610cf7565b73ffffffffffffffffffffffffffffffffffffffff83166127ff576040517f08c379a0000000000000000000000000000000000000000000000000000000008152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460448201527f72657373000000000000000000000000000000000000000000000000000000006064820152608401610cf7565b73ffffffffffffffffffffffffffffffffffffffff82166128a2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f20616464726560448201527f73730000000000000000000000000000000000000000000000000000000000006064820152608401610cf7565b73ffffffffffffffffffffffffffffffffffffffff83811660008181526009602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b73ffffffffffffffffffffffffffffffffffffffff8381166000908152600960209081526040808320938616835292905220547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146129e257818110156129d5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610cf7565b6129e2848484840361275d565b50505050565b73ffffffffffffffffffffffffffffffffffffffff8316612a8b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f20616460448201527f64726573730000000000000000000000000000000000000000000000000000006064820152608401610cf7565b73ffffffffffffffffffffffffffffffffffffffff8216612b2e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201527f65737300000000000000000000000000000000000000000000000000000000006064820152608401610cf7565b73ffffffffffffffffffffffffffffffffffffffff831660009081526008602052604090205481811015612be4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e742065786365656473206260448201527f616c616e636500000000000000000000000000000000000000000000000000006064820152608401610cf7565b73ffffffffffffffffffffffffffffffffffffffff80851660008181526008602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90612c519086815260200190565b60405180910390a36129e2565b600080612ca48888888888888080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506137c392505050565b91509150965096945050505050565b612cbb6138a1565b600d80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390a1565b73ffffffffffffffffffffffffffffffffffffffff8216612dd3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360448201527f73000000000000000000000000000000000000000000000000000000000000006064820152608401610cf7565b73ffffffffffffffffffffffffffffffffffffffff821660009081526008602052604090205481811015612e89576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60448201527f63650000000000000000000000000000000000000000000000000000000000006064820152608401610cf7565b73ffffffffffffffffffffffffffffffffffffffff831660008181526008602090815260408083208686039055600a80548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9101612904565b505050565b6000612eff828261390d565b905060ff8116612f1a57612f158585858561398d565b6110b8565b60ff811660011415612f3257612f1585858585613a37565b6040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f4f4654436f72653a20756e6b6e6f776e207061636b65742074797065000000006044820152606401610cf7565b6000612f9e613c80565b612fa6613cf4565b612fae613d61565b612fb785613dfd565b5090506000612fc5826121f2565b905080341015613001576040517f7b8d37be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61300e8860008581613e3d565b81613045576040517fc2f5625a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61305189898985613ee8565b5060006130b58861306185613efe565b6040805160006020820152602181019390935260c09190911b7fffffffffffffffff000000000000000000000000000000000000000000000000166041830152805160298184030181526049909201905290565b90506130ce89828888886130c988346155b1565b613f9f565b81156130f757600f546130f79073ffffffffffffffffffffffffffffffffffffffff1683614193565b878a73ffffffffffffffffffffffffffffffffffffffff168a61ffff167fd81fc9b8523134ed613870ed029d6170cbb73aa6a6bc311b9a642689fb9df59a8660405161314591815260200190565b60405180910390a450506131596001600e55565b979650505050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006131e3613c80565b6131eb613cf4565b6131f3613d61565b6131fc87613dfd565b509050600061320a826121f2565b905080341015613246576040517f7b8d37be00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61325d8a60018567ffffffffffffffff8a16613e3d565b81613294576040517fc2f5625a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6132a08b8b8b85613ee8565b5060006132b8338b6132b186613efe565b8b8b6142ed565b90506132cc8b828888886130c988346155b1565b81156132f557600f546132f59073ffffffffffffffffffffffffffffffffffffffff1683614193565b898c73ffffffffffffffffffffffffffffffffffffffff168c61ffff167fd81fc9b8523134ed613870ed029d6170cbb73aa6a6bc311b9a642689fb9df59a8660405161334391815260200190565b60405180910390a450506133576001600e55565b9998505050505050505050565b61336c613cf4565b600d80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258612d063390565b6060816133cd81601f6154cd565b1015613435576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f736c6963655f6f766572666c6f770000000000000000000000000000000000006044820152606401610cf7565b61343f82846154cd565b845110156134a9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601160248201527f736c6963655f6f75744f66426f756e64730000000000000000000000000000006044820152606401610cf7565b6060821580156134c85760405191506000825260208201604052613530565b6040519150601f8416801560200281840101858101878315602002848b0101015b818310156135015780518352602092830192016134e9565b5050858452601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016604052505b50949350505050565b6000806000613553338a61354c8b613efe565b8a8a6142ed565b6040517f40a7bb1000000000000000000000000000000000000000000000000000000000815290915073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016906340a7bb10906135d0908d90309086908b908b90600401615948565b6040805180830381865afa1580156135ec573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061361091906159a7565b925092505097509795505050505050565b6000333073ffffffffffffffffffffffffffffffffffffffff86161480159061367657508073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b1561368657613686858285612911565b6136918585856129e8565b50909392505050565b6000606060008060008661ffff1667ffffffffffffffff8111156136c0576136c0614e9a565b6040519080825280601f01601f1916602001820160405280156136ea576020820181803683370190505b50905060008087516020890160008d8df191503d92508683111561370c578692505b828152826000602083013e909890975095505050505050565b8180519060200120600560008761ffff1661ffff1681526020019081526020016000208560405161375691906159cb565b90815260408051918290036020908101832067ffffffffffffffff88166000908152915220919091557fe183f33de2837795525b4792ca4cd60535bd77c53b7e7030060bfcf5734d6b0c906137b490879087908790879087906159e7565b60405180910390a15050505050565b60008060006137d58761306188613efe565b6040517f40a7bb1000000000000000000000000000000000000000000000000000000000815290915073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016906340a7bb1090613852908b90309086908b908b90600401615948565b6040805180830381865afa15801561386e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061389291906159a7565b92509250509550959350505050565b600d5460ff16611430576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f5061757361626c653a206e6f74207061757365640000000000000000000000006044820152606401610cf7565b600061391a8260016154cd565b83511015613984576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601360248201527f746f55696e74385f6f75744f66426f756e6473000000000000000000000000006044820152606401610cf7565b50016001015190565b6000806139998361433b565b909250905073ffffffffffffffffffffffffffffffffffffffff82166139bf5761dead91505b60006139ca826143df565b90506139d7878483614415565b90508273ffffffffffffffffffffffffffffffffffffffff168761ffff167fbf551ec93859b170f9b2141bd9298bf3f64322c6f7beb2543a0cb669834118bf83604051613a2691815260200190565b60405180910390a350505050505050565b6000806000806000613a4886614428565b945094509450945094506000600760008b61ffff1661ffff16815260200190815260200160002089604051613a7d91906159cb565b908152604080516020928190038301902067ffffffffffffffff8b166000908152925281205460ff169150613ab1856143df565b905081613b3e57613ac38b3083614415565b61ffff8c16600090815260076020526040908190209051919250600191613aeb908d906159cb565b908152604080516020928190038301902067ffffffffffffffff8d1660009081529252902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00169115159190911790555b73ffffffffffffffffffffffffffffffffffffffff86163b613baf5760405173ffffffffffffffffffffffffffffffffffffffff871681527f9aedf5fdba8716db3b6705ca00150643309995d4f818a249ed6dde6677e7792d9060200160405180910390a1505050505050506129e2565b8a8a8a8a8a8a868a60008a613bce578b67ffffffffffffffff16613bd0565b5a5b9050600080613c025a609663eaffd49a60e01b8e8e8e8d8d8d8d8d604051602401612640989796959493929190615a3a565b915091508115613c5b578751602089012060405161ffff8d16907fb8890edbfc1c74692f527444645f95489c3703cc2df42e4a366f5d06fa6cd88490613c4d908e908e908690615aba565b60405180910390a250613c68565b613c688b8b8b8b85613725565b50505050505050505050505050505050505050505050565b6002600e541415613ced576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610cf7565b6002600e55565b600d5460ff1615611430576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601060248201527f5061757361626c653a20706175736564000000000000000000000000000000006044820152606401610cf7565b60115473ffffffffffffffffffffffffffffffffffffffff161561143057601160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a2e620456040518163ffffffff1660e01b8152600401600060405180830381600087803b158015613de957600080fd5b505af11580156129e2573d6000803e3d6000fd5b600080613e2a7f000000000000000000000000000000000000000000000000000000000000000084615ae9565b9050613e3681846155b1565b9150915091565b60065460ff1615613e5957613e54848484846144fe565b6129e2565b8151156129e2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f4654436f72653a205f61646170746572506172616d73206d7573742062652060448201527f656d7074792e00000000000000000000000000000000000000000000000000006064820152608401610cf7565b6000613ef2613cf4565b6123ab85858585614611565b600080613f2b7f000000000000000000000000000000000000000000000000000000000000000084615887565b905067ffffffffffffffff811115610f78576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601a60248201527f4f4654436f72653a20616d6f756e745344206f766572666c6f770000000000006044820152606401610cf7565b61ffff861660009081526001602052604081208054613fbd90615440565b80601f0160208091040260200160405190810160405280929190818152602001828054613fe990615440565b80156140365780601f1061400b57610100808354040283529160200191614036565b820191906000526020600020905b81548152906001019060200180831161401957829003601f168201915b505050505090508051600014156140cf576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603060248201527f4c7a4170703a2064657374696e6174696f6e20636861696e206973206e6f742060448201527f61207472757374656420736f75726365000000000000000000000000000000006064820152608401610cf7565b6140da878751614650565b6040517fc580310000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000169063c5803100908490614158908b9086908c908c908c908c90600401615afd565b6000604051808303818588803b15801561417157600080fd5b505af1158015614185573d6000803e3d6000fd5b505050505050505050505050565b804710156141fd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401610cf7565b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114614257576040519150601f19603f3d011682016040523d82523d6000602084013e61425c565b606091505b5050905080612eee576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401610cf7565b60606001858573ffffffffffffffffffffffffffffffffffffffff8916858760405160200161432196959493929190615b64565b604051602081830303815290604052905095945050505050565b60008080614349848261390d565b60ff1614801561435a575082516029145b6143c0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f4f4654436f72653a20696e76616c6964207061796c6f616400000000000000006044820152606401610cf7565b6143cb83600d6146d8565b91506143d8836021614768565b9050915091565b6000610f787f000000000000000000000000000000000000000000000000000000000000000067ffffffffffffffff841661581b565b600061442183836147e8565b5092915050565b60008080606081600161443b878361390d565b60ff16146144a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f4f4654436f72653a20696e76616c6964207061796c6f616400000000000000006044820152606401610cf7565b6144b086600d6146d8565b93506144bd866021614768565b92506144ca8660296148dd565b94506144d7866049614768565b90506144f360518088516144eb91906155b1565b8891906133bf565b915091939590929450565b60006145098361495d565b61ffff80871660009081526002602090815260408083209389168352929052908120549192509061453b9084906154cd565b9050600081116145a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601a60248201527f4c7a4170703a206d696e4761734c696d6974206e6f74207365740000000000006044820152606401610cf7565b808210156115f0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601b60248201527f4c7a4170703a20676173206c696d697420697320746f6f206c6f7700000000006044820152606401610cf7565b60003373ffffffffffffffffffffffffffffffffffffffff8616811461463c5761463c868285612911565b6146468684612d30565b5090949350505050565b61ffff82166000908152600360205260409020548061466e57506127105b80821115612eee576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4c7a4170703a207061796c6f61642073697a6520697320746f6f206c617267656044820152606401610cf7565b60006146e58260146154cd565b8351101561474f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601560248201527f746f416464726573735f6f75744f66426f756e647300000000000000000000006044820152606401610cf7565b5001602001516c01000000000000000000000000900490565b60006147758260086154cd565b835110156147df576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f746f55696e7436345f6f75744f66426f756e64730000000000000000000000006044820152606401610cf7565b50016008015190565b73ffffffffffffffffffffffffffffffffffffffff8216614865576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610cf7565b80600a600082825461487791906154cd565b909155505073ffffffffffffffffffffffffffffffffffffffff82166000818152600860209081526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b60006148ea8260206154cd565b83511015614954576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601560248201527f746f427974657333325f6f75744f66426f756e647300000000000000000000006044820152606401610cf7565b50016020015190565b60006022825110156149cb576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f4c7a4170703a20696e76616c69642061646170746572506172616d73000000006044820152606401610cf7565b506022015190565b8280546149df90615440565b90600052602060002090601f016020900481019282614a015760008555614a47565b82601f10614a1a57805160ff1916838001178555614a47565b82800160010185558215614a47579182015b82811115614a47578251825591602001919060010190614a2c565b50614a53929150614ae9565b5090565b828054614a6390615440565b90600052602060002090601f016020900481019282614a855760008555614a47565b82601f10614abc578280017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00823516178555614a47565b82800160010185558215614a47579182015b82811115614a47578235825591602001919060010190614ace565b5b80821115614a535760008155600101614aea565b803561ffff81168114614b1057600080fd5b919050565b60008083601f840112614b2757600080fd5b50813567ffffffffffffffff811115614b3f57600080fd5b602083019150836020828501011115614b5757600080fd5b9250929050565b803567ffffffffffffffff81168114614b1057600080fd5b60008060008060008060808789031215614b8f57600080fd5b614b9887614afe565b9550602087013567ffffffffffffffff80821115614bb557600080fd5b614bc18a838b01614b15565b9097509550859150614bd560408a01614b5e565b94506060890135915080821115614beb57600080fd5b50614bf889828a01614b15565b979a9699509497509295939492505050565b600060208284031215614c1c57600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461191757600080fd5b60005b83811015614c67578181015183820152602001614c4f565b838111156129e25750506000910152565b60008151808452614c90816020860160208601614c4c565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b6020815260006119176020830184614c78565b600060208284031215614ce757600080fd5b61191782614afe565b73ffffffffffffffffffffffffffffffffffffffff8116811461143c57600080fd5b60008060408385031215614d2557600080fd5b8235614d3081614cf0565b946020939093013593505050565b60008060408385031215614d5157600080fd5b614d3083614afe565b600060208284031215614d6c57600080fd5b5035919050565b600080600060608486031215614d8857600080fd5b8335614d9381614cf0565b92506020840135614da381614cf0565b929592945050506040919091013590565b80358015158114614b1057600080fd5b60008060008060008060a08789031215614ddd57600080fd5b614de687614afe565b95506020870135945060408701359350614e0260608801614db4565b9250608087013567ffffffffffffffff811115614e1e57600080fd5b614bf889828a01614b15565b600060208284031215614e3c57600080fd5b813561191781614cf0565b600080600060408486031215614e5c57600080fd5b614e6584614afe565b9250602084013567ffffffffffffffff811115614e8157600080fd5b614e8d86828701614b15565b9497909650939450505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff81118282101715614f1057614f10614e9a565b604052919050565b600067ffffffffffffffff821115614f3257614f32614e9a565b50601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01660200190565b600080600060608486031215614f7357600080fd5b614f7c84614afe565b9250602084013567ffffffffffffffff811115614f9857600080fd5b8401601f81018613614fa957600080fd5b8035614fbc614fb782614f18565b614ec9565b818152876020838501011115614fd157600080fd5b81602084016020830137600060208383010152809450505050614ff660408501614b5e565b90509250925092565b60006060828403121561501157600080fd5b50919050565b600080600080600060a0868803121561502f57600080fd5b853561503a81614cf0565b945061504860208701614afe565b93506040860135925060608601359150608086013567ffffffffffffffff81111561507257600080fd5b61507e88828901614fff565b9150509295509295909350565b60008060008060008060008060e0898b0312156150a757600080fd5b88356150b281614cf0565b97506150c060208a01614afe565b96506040890135955060608901359450608089013567ffffffffffffffff808211156150eb57600080fd5b6150f78c838d01614b15565b909650945084915061510b60a08c01614b5e565b935060c08b013591508082111561512157600080fd5b5061512e8b828c01614fff565b9150509295985092959890939650565b6000806040838503121561515157600080fd5b61515a83614afe565b915061516860208401614afe565b90509250929050565b600080600080600080600080600060e08a8c03121561518f57600080fd5b6151988a614afe565b985060208a0135975060408a0135965060608a013567ffffffffffffffff808211156151c357600080fd5b6151cf8d838e01614b15565b90985096508691506151e360808d01614b5e565b95506151f160a08d01614db4565b945060c08c013591508082111561520757600080fd5b506152148c828d01614b15565b915080935050809150509295985092959850929598565b60008060008060006080868803121561524357600080fd5b61524c86614afe565b945061525a60208701614afe565b935060408601359250606086013567ffffffffffffffff81111561527d57600080fd5b61528988828901614b15565b969995985093965092949392505050565b600080604083850312156152ad57600080fd5b82356152b881614cf0565b915060208301356152c881614cf0565b809150509250929050565b6000806000606084860312156152e857600080fd5b6152f184614afe565b92506152ff60208501614afe565b9150604084013590509250925092565b60006020828403121561532157600080fd5b61191782614db4565b6000806000806000806000806000806101008b8d03121561534a57600080fd5b6153538b614afe565b995060208b013567ffffffffffffffff8082111561537057600080fd5b61537c8e838f01614b15565b909b50995089915061539060408e01614b5e565b985060608d0135975060808d013591506153a982614cf0565b90955060a08c0135945060c08c013590808211156153c657600080fd5b506153d38d828e01614b15565b9150809450508092505060e08b013590509295989b9194979a5092959850565b6000806000806080858703121561540957600080fd5b61541285614afe565b935061542060208601614afe565b9250604085013561543081614cf0565b9396929550929360600135925050565b600181811c9082168061545457607f821691505b60208210811415615011577f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b8183823760009101908152919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600082198211156154e0576154e061549e565b500190565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b61ffff841681526040602082015260006123ab6040830184866154e5565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261558157600080fd5b83018035915067ffffffffffffffff82111561559c57600080fd5b602001915036819003821315614b5757600080fd5b6000828210156155c3576155c361549e565b500390565b8284823760609190911b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000169101908152601401919050565b600061ffff8088168352808716602084015250846040830152608060608301526131596080830184866154e5565b61ffff8616815260806020820152600061564d6080830186886154e5565b67ffffffffffffffff94909416604083015250606001529392505050565b61ffff8916815260c06020820152600061568960c08301898b6154e5565b67ffffffffffffffff8816604084015286606084015285608084015282810360a08401526156b88185876154e5565b9b9a5050505050505050505050565b6000602082840312156156d957600080fd5b5051919050565b600181815b8085111561573957817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0482111561571f5761571f61549e565b8085161561572c57918102915b93841c93908002906156e5565b509250929050565b60008261575057506001610f78565b8161575d57506000610f78565b8160018114615773576002811461577d57615799565b6001915050610f78565b60ff84111561578e5761578e61549e565b50506001821b610f78565b5060208310610133831016604e8410600b84101617156157bc575081810a610f78565b6157c683836156e0565b807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048211156157f8576157f861549e565b029392505050565b600061191760ff841683615741565b60006119178383615741565b6000817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156158535761585361549e565b500290565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60008261589657615896615858565b500490565b6000602082840312156158ad57600080fd5b815167ffffffffffffffff8111156158c457600080fd5b8201601f810184136158d557600080fd5b80516158e3614fb782614f18565b8181528560208385010111156158f857600080fd5b6123ab826020830160208601614c4c565b61ffff851681526080602082015260006159266080830186614c78565b67ffffffffffffffff8516604084015282810360608401526131598185614c78565b61ffff8616815273ffffffffffffffffffffffffffffffffffffffff8516602082015260a06040820152600061598160a0830186614c78565b8415156060840152828103608084015261599b8185614c78565b98975050505050505050565b600080604083850312156159ba57600080fd5b505080516020909101519092909150565b600082516159dd818460208701614c4c565b9190910192915050565b61ffff8616815260a060208201526000615a0460a0830187614c78565b67ffffffffffffffff861660408401528281036060840152615a268186614c78565b9050828103608084015261599b8185614c78565b600061010061ffff8b168352806020840152615a588184018b614c78565b905067ffffffffffffffff8916604084015287606084015273ffffffffffffffffffffffffffffffffffffffff871660808401528560a084015282810360c0840152615aa48186614c78565b9150508260e08301529998505050505050505050565b606081526000615acd6060830186614c78565b67ffffffffffffffff9490941660208301525060400152919050565b600082615af857615af8615858565b500690565b61ffff8716815260c060208201526000615b1a60c0830188614c78565b8281036040840152615b2c8188614c78565b73ffffffffffffffffffffffffffffffffffffffff87811660608601528616608085015283810360a085015290506133578185614c78565b7fff000000000000000000000000000000000000000000000000000000000000008760f81b16815285600182015260007fffffffffffffffff000000000000000000000000000000000000000000000000808760c01b166021840152856029840152808560c01b166049840152508251615be5816051850160208701614c4c565b9190910160510197965050505050505056fea2646970667358221220f55532e5ed49db9372b72c0d7ccf4612aa03d28a20156425e2dc203c371f33e064736f6c634300080c003300000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67500000000000000000000000048733ddd686d726a49f20a3e4cda9d9c9e2276ae0000000000000000000000006cc94c895fc486b3843a181dba99bf092a72d1630000000000000000000000000000000000000000000ee3a5f48a68b552000000000000000000000000000000000000000000000000000000000000000000000752616469616e7400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000452444e5400000000000000000000000000000000000000000000000000000000
0xa2646970667358221220f55532e5ed49db9372b72c0d7ccf4612aa03d28a20156425e2dc203c371f33e064736f6c634300080c003300000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000066a71dcef29a0ffbdbe3c6a460a3b5bc225cd67500000000000000000000000048733ddd686d726a49f20a3e4cda9d9c9e2276ae0000000000000000000000006cc94c895fc486b3843a181dba99bf092a72d1630000000000000000000000000000000000000000000ee3a5f48a68b552000000000000000000000000000000000000000000000000000000000000000000000752616469616e7400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000452444e5400000000000000000000000000000000000000000000000000000000
Loading